aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-10 13:08:08 +0100
committerGravatar GitHub <[email protected]>2020-10-10 13:08:08 +0100
commit929a93daf89d444d91fcb0d0f129297ae9986ec7 (patch)
tree189ce0f7b8562f31a5a77f16b151e6bf76f5e1cf /Pipfile
parentadd static timeline assets (diff)
parentMerge pull request #378 from RohanJnr/user_endpoint (diff)
Merge branch 'master' into feat/timeline
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 0f794078..27a2a452 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"
@@ -20,6 +19,7 @@ pyyaml = "~=5.1"
pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"}
django-allauth = "~=0.41"
sentry-sdk = "~=0.14"
+gitpython = "~=3.1.7"
[dev-packages]
coverage = "~=5.0"