Skip to content

Commit bfa506a

Browse files
committed
Update psycopg2
1 parent e3cb901 commit bfa506a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
, url='https://postgres-py.readthedocs.org'
99
, version='2.2.1-dev'
1010
, packages=find_packages()
11-
, install_requires=['psycopg2 >= 2.5.0']
11+
, install_requires=['psycopg2-binary >= 2.7.5']
1212
, classifiers=[
1313
'Development Status :: 5 - Production/Stable',
1414
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)