From 429f74720a6f43f7d0dd906038c3efc0975c3c9d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 12:15:23 -0700 Subject: pipenv: add sentry-sdk (to make future raven removal easier) --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3