Skip to content

Commit 0875942

Browse files
author
Chad Whitacre
authored
Merge pull request #64 from brien-givens/update-psycopg2
Update psycopg2
2 parents e3cb901 + bfa506a commit 0875942

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)