We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2d8df commit 59e7e11Copy full SHA for 59e7e11
contrib/opencensus-ext-postgresql/setup.py
@@ -42,7 +42,7 @@
42
long_description=open('README.rst').read(),
43
install_requires=[
44
'opencensus >= 0.9.dev0, < 1.0.0',
45
- 'psycopg2-binary >= 2.7.3.1',
+ 'psycopg2 >= 2.7.3.1',
46
],
47
extras_require={},
48
license='Apache-2.0',
0 commit comments