aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-02-28 13:59:24 +1000
committerGravatar GitHub <[email protected]>2020-02-28 13:59:24 +1000
commitb70c136671a535b0b986d5d83f7fa20aef357741 (patch)
tree6bd377cbb020ddfaf81dabe4b1e86f1b2c5eea79 /Pipfile
parentFix #329 missing manage.py & Django logs (diff)
parentMerge pull request #333 from python-discord/add-sentry-sdk (diff)
Merge branch 'master' into bug/backend/s329/docker-compose-tty
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index c765d557..0433371c 100644
--- a/Pipfile
+++ b/Pipfile
@@ -22,6 +22,7 @@ wiki = {path = "./docker/wheels/wiki-0.5.dev20190420204942-py3-none-any.whl"}
pyyaml = "~=5.1"
pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"}
django-allauth = "~=0.40"
+sentry-sdk = "~=0.14"
[dev-packages]
coverage = "~=4.5.3"