aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-01 23:04:05 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-01 23:04:05 +0200
commit96957d276b091f32ce92a7eb44a5e666fa773bb9 (patch)
treee616618bba54b67eeff0b78b61b46490188cc6d6 /Pipfile
parentAdd tests for untested branches. (diff)
parentAdd the member viewset. (diff)
Merge branch 'django+add-users-api' into django
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index d3b340ab..08eb6813 100644
--- a/Pipfile
+++ b/Pipfile
@@ -9,6 +9,7 @@ django-hosts = "*"
django-environ = "*"
"psycopg2-binary" = "*"
djangorestframework = "*"
+djangorestframework-bulk = "*"
[dev-packages]
"flake8" = "*"