diff options
author | Stephen Finucane <stephen@that.guru> | 2019-09-09 12:31:07 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2019-09-09 12:31:07 +0100 |
commit | 0ae003e2604554a871d3fc64280b9d03a90f964b (patch) | |
tree | 00f0c2015516500ccda788db56932aaade5a6c50 | |
parent | 0a9705576f2afd2c3ec5c7fd55c616e8c07d6530 (diff) | |
download | patchwork-0ae003e2604554a871d3fc64280b9d03a90f964b.tar patchwork-0ae003e2604554a871d3fc64280b9d03a90f964b.tar.gz |
Add support for django-debug-toolbar 2.0
We retain support for 1.11 when running with Python 2.7.
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | requirements-dev.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 81e35f4..62cd8b2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,7 @@ djangorestframework==3.10.3; python_version >= '3.5' djangorestframework==3.9.4; python_version < '3.0' # pyup: ignore django-filter==2.2.0; python_version >= '3.5' django-filter==1.1.0; python_version < '3.0' # pyup: ignore -django-debug-toolbar==1.11 +django-debug-toolbar==2.0; python_version >= '3.5' # pyup: ignore +django-debug-toolbar==1.11; python_version < '3.0' # pyup: ignore django-dbbackup==3.2.0 -r requirements-test.txt |