Thread: [pgadmin-hackers] pgAdmin 4 commit: Relax version dependency on psycopg2

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
withouthaving the postgresql C development packages installed (since you need to rebuild psycopg2 from source to make
thatwork, given that few platforms ship *exactly* that version). 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=29217946c398c3ec1938c6381cd5c0eb68a48cc8
Author: Magnus Hagander <magnus@hagander.net>

Modified Files
--------------
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)