diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-02 12:15:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-02 17:02:49 -0700 |
commit | 429f74720a6f43f7d0dd906038c3efc0975c3c9d (patch) | |
tree | c6d74ebb56808ec68484a3411c659c0fa9be9413 /python/Pipfile | |
parent | b05ce1fd9dde783ac15f5ebeed876205b2733404 (diff) | |
download | fatcat-429f74720a6f43f7d0dd906038c3efc0975c3c9d.tar.gz fatcat-429f74720a6f43f7d0dd906038c3efc0975c3c9d.zip |
pipenv: add sentry-sdk (to make future raven removal easier)
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index 7a9e2306..0b1a5a96 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -71,6 +71,7 @@ fuzzycat = "==0.1.21" dynaconf = ">=3" pydantic = "==1.*" surt = "==0.3.*" +sentry-sdk = { version = ">=0.14.0", extras = [] } [requires] # As of Fall 2020, Internet Archive cluster VMs are split between Ubuntu Xenial |