From 29217946c398c3ec1938c6381cd5c0eb68a48cc8 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 9 May 2017 12:32:20 +0100 Subject: [PATCH] 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). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90ed05759..deb8bdef3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ MarkupSafe==0.23 ordereddict; python_version < '2.7' passlib==1.6.2 pbr==1.9.1 -psycopg2==2.6.2 +psycopg2>=2.6.2 pycrypto==2.6.1 pyrsistent==0.11.13 python-dateutil==2.5.0