aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-05-14 22:04:42 +0800
committerGravatar kosayoda <[email protected]>2021-05-14 22:04:42 +0800
commit5dea40d2bc5d362321d468cc65bd2b3b05acfb14 (patch)
treeccb02577b40ad4c92b56c8c6d3ae1c53e90afe26 /Pipfile
parentEnable smooth scrolling on the website. (diff)
Remove stale dependency.
The reliance on gitpython for the SHA for Sentry was made obsolete by site#439, see https://github.com/python-discord/site/pull/439.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index ca467c9e..94d9cf43 100644
--- a/Pipfile
+++ b/Pipfile
@@ -16,7 +16,6 @@ requests = "~=2.21"
pyyaml = "~=5.1"
gunicorn = "~=20.0.4"
sentry-sdk = "~=0.19"
-gitpython = "~=3.1.7"
markdown = "~=3.3.4"
python-frontmatter = "~=1.0"