From: Stephen Finucane Date: Fri, 9 Feb 2018 11:52:06 +0000 (+0000) Subject: requirements: Use 'psycopg2-binary' package X-Git-Tag: v2.1.0-rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9411c795758cf4b9a35ff5cf88bd36bf7a4f3eda;p=thirdparty%2Fpatchwork.git requirements: Use 'psycopg2-binary' package This resolves a deprecation warning that's recently been raised: 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: . Signed-off-by: Stephen Finucane --- diff --git a/requirements-test.txt b/requirements-test.txt index 141cf661..d232f4e0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ mysqlclient>=1.3,<1.4 -psycopg2>=2.7,<2.8 +psycopg2-binary>=2.7,<2.8 django-debug-toolbar==1.8 python-dateutil>2.0,<3.0 selenium>=3.0,<4.0