diff options
| -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 | 
