diff options
author | 2021-05-14 22:04:42 +0800 | |
---|---|---|
committer | 2021-05-14 22:04:42 +0800 | |
commit | 5dea40d2bc5d362321d468cc65bd2b3b05acfb14 (patch) | |
tree | ccb02577b40ad4c92b56c8c6d3ae1c53e90afe26 /Pipfile | |
parent | Enable 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-- | Pipfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |