opengisch / pum

Postgres Upgrades Manager
GNU General Public License v2.0
30 stars 7 forks source link

Change psycopg2 to psycopg2-binary #27

Closed elemoine closed 6 years ago

elemoine commented 6 years ago

After a fresh installation of Pum and its dependencies the following warning is displayed when running a pum command:

UserWarning: 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. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.

This commit fixes that using psycopg2-binary in place of psycopg2 as the name of the Psycopg2 dependency.