Re: [pgadmin-hackers] Relax version dependency on psycopg2

2017-05-09 Thread Dave Page
Thanks, patch applied. On Tue, May 9, 2017 at 12:28 PM, Magnus Hagander wrote: > 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

[pgadmin-hackers] Relax version dependency on psycopg2

2017-05-09 Thread Magnus Hagander
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).