Relax version dependency on psycopg2

Right now psycopg2 is required to be exactly version 2.6.2, which makes it mostly impossible to install pgadmin4 without having the postgresql C development packages installed (since you need to rebuild psycopg2 from source to make that work, given that few platforms ship *exactly* that version).
pull/5/head
Magnus Hagander 2017-05-09 12:32:20 +01:00 committed by Dave Page
parent 13f4432bbd
commit 29217946c3
1 changed files with 1 additions and 1 deletions

View File

@ -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.6.2
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