diff options
author | bnewbold <bnewbold@archive.org> | 2021-12-16 02:45:10 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2021-12-16 02:45:10 +0000 |
commit | 1632a07d581e4f17148378ebcc6fc6c162ee430a (patch) | |
tree | 192b1924f0dff0b7d9792a17a8ef58088a5c3fb8 /python/Pipfile | |
parent | b9d5c3853fe70663b0eff101c9ac4a1cbfd354e7 (diff) | |
parent | a49df4d8f6c08ecd7a5b97a8a538b4a6f419e015 (diff) | |
download | fatcat-1632a07d581e4f17148378ebcc6fc6c162ee430a.tar.gz fatcat-1632a07d581e4f17148378ebcc6fc6c162ee430a.zip |
Merge branch 'martin-sentry-sdk' into 'master'
move from raven to sentry_sdk
See merge request webgroup/fatcat!135
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/Pipfile b/python/Pipfile index 1cd513cb..30a663b9 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -44,7 +44,6 @@ loginpass = "==0.4" # loginpass 0.4 is not actually compatible with newer authlib authlib = "<0.13" requests = "==2.*" -raven = {extras = ['flask'],version = "*"} confluent-kafka = "==1.*" python-dateutil = "==2.*" sickle = "==0.7.*" @@ -71,7 +70,7 @@ fuzzycat = "==0.1.21" dynaconf = ">=3" pydantic = "==1.*" surt = "==0.3.*" -sentry-sdk = { version = ">=0.14.0", extras = [] } +sentry-sdk = {extras = ["flask"], version = "*"} [requires] # As of Fall 2020, Internet Archive cluster VMs are split between Ubuntu Xenial |