aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-09-02 22:19:45 +0100
committerGravatar GitHub <[email protected]>2020-09-02 22:19:45 +0100
commit55d4b8ff7457629676c3964581900c0328cb4673 (patch)
treeca14eea4be10f530f216b3f371cabfef345792c1 /Pipfile
parentMerge pull request #349 from ks129/tags-cleanup (diff)
parentMerge branch 'master' into add_deployment_info (diff)
Merge pull request #376 from python-discord/add_deployment_info
Add deployment info and set up Sentry releases
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"