]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Use 'psycopg2-binary' package
authorStephen Finucane <stephen@that.guru>
Fri, 9 Feb 2018 11:52:06 +0000 (11:52 +0000)
committerStephen Finucane <stephen@that.guru>
Tue, 13 Feb 2018 10:35:42 +0000 (10:35 +0000)
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:
  <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.

Signed-off-by: Stephen Finucane <stephen@that.guru>
requirements-test.txt

index 141cf661663d55b117daab5ae67b3bb0b486850a..d232f4e07449259d2987f5d94549763ef2c63101 100644 (file)
@@ -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