aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Joseph Banks <[email protected]>2020-02-21 00:56:12 +0000
committerGravatar Joseph Banks <[email protected]>2020-02-21 00:56:12 +0000
commit330571e604319f57636ef3914b22b0d93ac3b53b (patch)
treee52abf301cbff95fc2fd68dbdd03263007042198 /Pipfile
parentChange MEDIA_ROOT to /site/media (diff)
Add sentry_sdk dependency
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"