We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3cb901 + bfa506a commit 0875942Copy full SHA for 0875942
setup.py
@@ -8,7 +8,7 @@
8
, url='https://postgres-py.readthedocs.org'
9
, version='2.2.1-dev'
10
, packages=find_packages()
11
- , install_requires=['psycopg2 >= 2.5.0']
+ , install_requires=['psycopg2-binary >= 2.7.5']
12
, classifiers=[
13
'Development Status :: 5 - Production/Stable',
14
'Intended Audience :: Developers',
0 commit comments