aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar rohanjnr <[email protected]>2020-08-28 13:03:27 +0530
committerGravatar rohanjnr <[email protected]>2020-08-28 13:03:27 +0530
commitbfe32de3ab112de577a154d21f522e472b610f6f (patch)
tree7f00467e441017076acae86c52fd281f6bf623e7 /Pipfile
parentAdd tests for bulk patch for User Model and additional test for bulk creation... (diff)
Uninstall djangorestframework-bulk dependency
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 0f794078..c9769c5d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -9,7 +9,6 @@ django-environ = "~=0.4.5"
django-filter = "~=2.1.0"
django-hosts = "~=4.0"
djangorestframework = "~=3.11.0"
-djangorestframework-bulk = "~=0.2.1"
psycopg2-binary = "~=2.8"
django-simple-bulma = "~=1.2"
whitenoise = "~=5.0"