Skip to content

Commit 0ab526d

Browse files
orfvir-mir
authored andcommitted
Rename psycopg2 to psycopg2-binary to fix deprecation warning (#507)
psycopg2 renaming to psycopg2-binary #445
1 parent 57b5d55 commit 0ab526d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from setuptools import setup
55

66

7-
install_requires = ['psycopg2>=2.7.0']
8-
extras_require = {'sa': ['sqlalchemy>=1.1']}
7+
install_requires = ['psycopg2-binary>=2.7.0']
8+
extras_require = {'sa': ['sqlalchemy[postgresql_psycopg2binary]>=1.1']}
99

1010
PY_VER = sys.version_info
1111

0 commit comments

Comments
 (0)