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
parent
13f4432bbd
commit
29217946c3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue