diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 13:33:35 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 13:41:15 -0800 |
commit | 90514012f90afa7de80bd6d5ee18f68a9b9e89c8 (patch) | |
tree | d4edb1fa5d9ed9eaa4d30c31b6c63bb4aea65c77 /python/Pipfile | |
parent | 0ebace294f697326fcfd9686bd956f256b166b04 (diff) | |
download | fatcat-90514012f90afa7de80bd6d5ee18f68a9b9e89c8.tar.gz fatcat-90514012f90afa7de80bd6d5ee18f68a9b9e89c8.zip |
enable sentry exceptions for fatcat-web
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 2ec39901..5631e256 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -20,7 +20,7 @@ pg-view = "*" [packages] Flask = "*" requests = "*" -raven = "*" +raven = { extras = ['flask'], version = "*" } flask-uuid = "*" flask-debugtoolbar = "*" pykafka = "*" |