aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-01 23:02:24 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-01 23:02:58 +0200
commit96a390e49cf024501993b8116e55cd9c63c58c3a (patch)
tree2ae4af1170204fab1e1747e0e3c7f85690ed242b /Pipfile
parentIgnore settings from coverage. (diff)
Add the member viewset.
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" = "*"