diff options
author | 2020-08-22 01:35:36 +0200 | |
---|---|---|
committer | 2020-08-22 01:35:36 +0200 | |
commit | 9e70bb65627f0b934aa1d22195a18778fba2d592 (patch) | |
tree | bf7f1ce1d21d64cd069c4e9216de392ab1a4f14c /Pipfile | |
parent | Update 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-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |