diff options
| author | 2020-12-22 20:33:09 -0500 | |
|---|---|---|
| committer | 2020-12-22 20:33:09 -0500 | |
| commit | e56551508be6a6a04e649b1256d6dafaae084d1a (patch) | |
| tree | 31551acbd936ef27e5dac0964fdbae72837c552d /Pipfile | |
| parent | Rewrite `!verify` to account for new native-gate-only verification. (diff) | |
| parent | Merge pull request #1332 from python-discord/ks123/sentry (diff) | |
Merge branch 'master' of https://github.com/python-discord/bot into swfarnsworth/developer_command
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ more_itertools = "~=8.2" python-dateutil = "~=2.8" pyyaml = "~=5.1" requests = "~=2.22" -sentry-sdk = "~=0.14" +sentry-sdk = "~=0.19" sphinx = "~=2.2" statsd = "~=3.3" emoji = "~=0.6" |