diff options
author | 2020-08-28 13:03:27 +0530 | |
---|---|---|
committer | 2020-08-28 13:03:27 +0530 | |
commit | bfe32de3ab112de577a154d21f522e472b610f6f (patch) | |
tree | 7f00467e441017076acae86c52fd281f6bf623e7 /Pipfile | |
parent | Add 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-- | Pipfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |