mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Updated psycopg2 version for PostgreSQL 10 compatibility. Fixes #2377
This commit is contained in:
@@ -27,7 +27,7 @@ MarkupSafe==0.23
|
|||||||
ordereddict; python_version < '2.7'
|
ordereddict; python_version < '2.7'
|
||||||
passlib==1.6.2
|
passlib==1.6.2
|
||||||
pbr==1.9.1
|
pbr==1.9.1
|
||||||
psycopg2>=2.6.2
|
psycopg2>=2.7.1
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
pyrsistent==0.11.13
|
pyrsistent==0.11.13
|
||||||
python-dateutil==2.5.0
|
python-dateutil==2.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user