diff options
author | 2018-09-01 23:04:05 +0200 | |
---|---|---|
committer | 2018-09-01 23:04:05 +0200 | |
commit | 96957d276b091f32ce92a7eb44a5e666fa773bb9 (patch) | |
tree | e616618bba54b67eeff0b78b61b46490188cc6d6 /Pipfile | |
parent | Add tests for untested branches. (diff) | |
parent | Add the member viewset. (diff) |
Merge branch 'django+add-users-api' into django
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ django-hosts = "*" django-environ = "*" "psycopg2-binary" = "*" djangorestframework = "*" +djangorestframework-bulk = "*" [dev-packages] "flake8" = "*" |