diff options
author | Stephen Finucane <stephen@that.guru> | 2020-04-09 10:06:29 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-04-09 10:10:58 +0100 |
commit | feefa470fcd9b09701fd9345c1a350e8b7a4281e (patch) | |
tree | 24a2063ef3a2bd64da99ae720cccb8d12c9b4d5f | |
parent | 4ad87ed72aec865761eea73c04483d763dd5a418 (diff) | |
download | patchwork-feefa470fcd9b09701fd9345c1a350e8b7a4281e.tar patchwork-feefa470fcd9b09701fd9345c1a350e8b7a4281e.tar.gz |
Temporarily disable django-dbbackup
This does not support Django 3.0 yet [1].
[1] https://github.com/django-dbbackup/django-dbbackup/issues/314
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 4b95322..e5da0b8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ Django~=3.0.0 djangorestframework~=3.11.0 django-filter~=2.2.0 django-debug-toolbar~=2.2.0 -django-dbbackup~=3.2.0 +# django-dbbackup~=3.2.0 -r requirements-test.txt |