summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2019-08-30 17:36:43 +1000
committerStephen Finucane <stephen@that.guru>2020-04-08 23:30:49 +0100
commit64d11912e2bd4f6af72fd23a7656b9a347536732 (patch)
tree0e3ad787b9e9d1bc4158b8c9f66270dbfee3a003 /requirements-dev.txt
parent438cba6d1cb7517432cab6f0ee6adfb84f53def4 (diff)
downloadpatchwork-64d11912e2bd4f6af72fd23a7656b9a347536732.tar
patchwork-64d11912e2bd4f6af72fd23a7656b9a347536732.tar.gz
Clean up references to Python 2.7, Python 3.5
Both this and the version of Django we were running with it are EOL upstream. It's time to drop them. Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 4415209..1a076a6 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,6 +1,6 @@
-Django~=2.2.0; python_version >= '3.5' # pyup: >= 2.2.0,<2.3.0
-djangorestframework~=3.11.0; python_version >= '3.5'
-django-filter~=2.2.0; python_version >= '3.5' # pyup: >=2.2.0,<2.3.0
-django-debug-toolbar~=2.0.0; python_version >= '3.5' # pyup: ignore
-django-dbbackup~=3.2.0 # pyup: >=3.2.0,<3.3.0
+Django~=2.2.0
+djangorestframework~=3.11.0
+django-filter~=2.2.0
+django-debug-toolbar~=2.0.0
+django-dbbackup~=3.2.0
-r requirements-test.txt