From 64d11912e2bd4f6af72fd23a7656b9a347536732 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Fri, 30 Aug 2019 17:36:43 +1000 Subject: 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 Signed-off-by: Stephen Finucane --- requirements-dev.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'requirements-dev.txt') 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 -- cgit v1.2.3