diff options
author | 2020-12-26 17:08:09 -0500 | |
---|---|---|
committer | 2020-12-26 17:08:09 -0500 | |
commit | 545f46c786f6949849ad6d474609a967608d80a7 (patch) | |
tree | acda5c1ca808ef868ba8513bc2958bc49dd6fdb1 /Pipfile | |
parent | Improve the RepositoryMetadata cleanup code. (diff) | |
parent | Merge pull request #440 from python-discord/lemon/bug/too_many_github_api_req... (diff) |
Merge branch 'master' into hotfix/lemon/front-page-project-sanity
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,8 +18,7 @@ wiki = "~=0.6.0" pyyaml = "~=5.1" gunicorn = "~=20.0.4" django-allauth = "~=0.41" -sentry-sdk = "~=0.14" -gitpython = "~=3.1.7" +sentry-sdk = "~=0.19" [dev-packages] coverage = "~=5.0" |