qwat / qwat-data-model

TEKSI Water module (project QWAT) - PostgreSQL / postgis Datamodel
https://www.teksi.ch
23 stars 24 forks source link

Update requirements.txt: psycopg2->psycopg2-binary #235

Closed lbartoletti closed 6 years ago

lbartoletti commented 6 years ago

The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead.

elemoine commented 6 years ago

I was about to do the same. Please merge when Travis is happy.