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

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Relax version dependency on psycopg2
Date
Msg-id E1d83NQ-0002jx-4f@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: pgAdmin 4 Jenkins
Date:
Subject: [pgadmin-hackers] Build failed in Jenkins: pgadmin4-master-python27 #106
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] Relax version dependency on psycopg2