Added Sentry (#4)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#4
This commit is contained in:
2025-06-28 06:00:15 +12:00
parent bcd9451450
commit 6eb1d1bd65
3 changed files with 32 additions and 0 deletions

View File

@ -21,6 +21,7 @@ dependencies = [
"redis>=6.1.0",
"requests>=2.32.3",
"scikit-learn>=1.6.1",
"sentry-sdk[django]>=2.32.0",
"setuptools>=80.8.0",
]