diff options
author | 2020-12-20 15:43:01 +0200 | |
---|---|---|
committer | 2020-12-20 15:43:01 +0200 | |
commit | 01eaf48e080820176a0682b01ecb2d1d0a8d44f2 (patch) | |
tree | 53887efdbda1224fc04cc674fb43df13f9cb7ef0 /Pipfile | |
parent | Get Git SHA from environement instead of GitPython package (diff) |
Remove GitPython dependency
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |