diff options
| author | 2020-03-26 17:35:14 +1000 | |
|---|---|---|
| committer | 2020-03-26 17:35:14 +1000 | |
| commit | d645525839f53ab7f43846f5c1f63fa9b1d8fe4f (patch) | |
| tree | 4ce6ec6383458db84b53771fd284f8200e75f272 /Pipfile | |
| parent | Merge pull request #378 from python-discord/update-contrib (diff) | |
| parent | Setup Sentry (diff) | |
Merge pull request #383 from python-discord/setup-sentry
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" |