diff options
| author | 2020-12-21 14:55:33 +0000 | |
|---|---|---|
| committer | 2020-12-21 14:55:33 +0000 | |
| commit | 36dc58008181944ff78b85f9ac64b7b3e089b10c (patch) | |
| tree | 58f4f1ac0d26fb180a6caad4533e2d0b1e31a85d /Pipfile | |
| parent | Merge pull request #438 from python-discord/metricity-temp-fix (diff) | |
| parent | Change pydis-site to site in Sentry SDK initialization (diff) | |
Merge pull request #439 from python-discord/ks123/sentry
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" |