summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-08-29 11:01:41 +0100
committerDaniel Axtens <dja@axtens.net>2018-09-22 01:11:48 +1000
commitab0c443691c4f97b945fbb0d39261e51f5a1d74a (patch)
treeac6cf3e07f5bfee758132465a6dc4233943560b9 /requirements-test.txt
parent300ba3eb283ab1af3dc5924e5ed540159c3ee0bc (diff)
downloadpatchwork-ab0c443691c4f97b945fbb0d39261e51f5a1d74a.tar
patchwork-ab0c443691c4f97b945fbb0d39261e51f5a1d74a.tar.gz
requirements: Start using fixed versions
Given that 'tox' doesn't actually read any of these, there's no reason to use ranges of requirements. Instead, use the latest and greatest for live instances and rely on tox to validate behavior with older versions. The selenium dependency, which is no longer required since commit bab2895f, is removed. The psycopg2 dependency is updated to use psycopg2-binary, as this avoids the need for the libpg library and removes a deprecation warning. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index 94dc3db..295ccef 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -1,5 +1,4 @@
-mysqlclient>=1.3,<1.4
-psycopg2-binary>=2.7,<2.8
+mysqlclient==1.3.13
+psycopg2-binary==2.7.5
django-debug-toolbar==1.9.1
-python-dateutil>2.0,<3.0
-selenium>=3.0,<4.0
+python-dateutil==2.7.3