From 5dea40d2bc5d362321d468cc65bd2b3b05acfb14 Mon Sep 17 00:00:00 2001 From: kosayoda Date: Fri, 14 May 2021 22:04:42 +0800 Subject: 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. --- Pipfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Pipfile') 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" -- cgit v1.2.3