From acb2b825f328c1d19e765d8a0bc4637b0ad101f0 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 30 Sep 2020 09:23:00 +0200 Subject: [PATCH] root: fix pipfile not referencing djangorestframework --- Pipfile | 2 +- Pipfile.lock | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 256308e27..401d50144 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ django-otp = "*" django-prometheus = "*" django-recaptcha = "*" django-redis = "*" -django-rest-framework = "==3.11.1" +djangorestframework = "==3.11.1" django-storages = "*" djangorestframework-guardian = "*" drf-yasg = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 8bfaadb59..208d192c2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -339,13 +339,6 @@ "index": "pypi", "version": "==4.12.1" }, - "django-rest-framework": { - "hashes": [ - "sha256:47a8f496fa69e3b6bd79f68dd7a1527d907d6b77f009e9db7cf9bb21cc565e4a" - ], - "index": "pypi", - "version": "==0.1.0" - }, "django-storages": { "hashes": [ "sha256:12de8fb2605b9b57bfaf54b075280d7cbb3b3ee1ca4bc9b9add147af87fe3a2c",