Skip to content

Commit 59e7e11

Browse files
committed
change install requirement psycopg2-binary to psycopg2
1 parent 3a2d8df commit 59e7e11

File tree

1 file changed

+1
-1
lines changed
  • contrib/opencensus-ext-postgresql

1 file changed

+1
-1
lines changed

contrib/opencensus-ext-postgresql/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
long_description=open('README.rst').read(),
4343
install_requires=[
4444
'opencensus >= 0.9.dev0, < 1.0.0',
45-
'psycopg2-binary >= 2.7.3.1',
45+
'psycopg2 >= 2.7.3.1',
4646
],
4747
extras_require={},
4848
license='Apache-2.0',

0 commit comments

Comments
 (0)