aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-20 15:43:01 +0200
committerGravatar ks129 <[email protected]>2020-12-20 15:43:01 +0200
commit01eaf48e080820176a0682b01ecb2d1d0a8d44f2 (patch)
tree53887efdbda1224fc04cc674fb43df13f9cb7ef0 /Pipfile
parentGet Git SHA from environement instead of GitPython package (diff)
Remove GitPython dependency
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index dc414d6f..dfcfa48e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -19,7 +19,6 @@ pyyaml = "~=5.1"
gunicorn = "~=20.0.4"
django-allauth = "~=0.41"
sentry-sdk = "~=0.19"
-gitpython = "~=3.1.7"
[dev-packages]
coverage = "~=5.0"