aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-08-22 01:35:36 +0200
committerGravatar Leon Sandøy <[email protected]>2020-08-22 01:35:36 +0200
commit9e70bb65627f0b934aa1d22195a18778fba2d592 (patch)
treebf7f1ce1d21d64cd069c4e9216de392ab1a4f14c /Pipfile
parentUpdate Code Jam 7 to most recent in navbar (diff)
Add gitpython ~=3.1.7 as a dependency.
We'll need this to fetch the hash.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 0f794078..d23d28e6 100644
--- a/Pipfile
+++ b/Pipfile
@@ -20,6 +20,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"