diff options
author | 2020-03-25 23:57:23 +0000 | |
---|---|---|
committer | 2020-03-25 23:57:23 +0000 | |
commit | f2ca5d13e07ab0136b51d6b863a3f59791c15a7f (patch) | |
tree | 4ce6ec6383458db84b53771fd284f8200e75f272 /Pipfile | |
parent | Merge pull request #378 from python-discord/update-contrib (diff) |
Setup Sentry
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ discord-py = "~=1.3.2" fuzzywuzzy = "~=0.17" pillow = "~=6.2" pytz = "~=2019.2" +sentry-sdk = "~=0.14.2" [dev-packages] flake8 = "~=3.7" |