pgAdmin 4 commit: Relax version dependency on psycopg2

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Relax version dependency on psycopg2
Date: 2017-05-09 11:32:24
Message-ID: E1d83NQ-0002jx-4f@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 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).

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-09 11:32:30 Re: Relax version dependency on psycopg2
Previous Message pgAdmin 4 Jenkins 2017-05-09 11:30:45 Build failed in Jenkins: pgadmin4-master-python27 #106