summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-02-09 11:52:06 +0000
committerStephen Finucane <stephen@that.guru>2018-02-13 10:35:42 +0000
commit9411c795758cf4b9a35ff5cf88bd36bf7a4f3eda (patch)
tree69372b3a891666a6568dd2eda332cda7a52dc153 /requirements-test.txt
parentad494ed34608834cd942491a298a77bf679d8b4d (diff)
downloadpatchwork-9411c795758cf4b9a35ff5cf88bd36bf7a4f3eda.tar
patchwork-9411c795758cf4b9a35ff5cf88bd36bf7a4f3eda.tar.gz
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: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index 141cf66..d232f4e 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