add sentry-sdk to deps

pull/425/head
evelynmitchell 1 year ago
parent 7f8d712522
commit e8d1a0ddf4

@ -62,6 +62,7 @@ peft = "*"
psutil = "*" psutil = "*"
timm = "*" timm = "*"
supervision = "*" supervision = "*"
sentry-sdk = "*"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
black = "23.3.0" black = "23.3.0"

@ -34,4 +34,5 @@ pre-commit==3.6.2
psutil psutil
black black
tenacity tenacity
supervision supervision
sentry-sdk
Loading…
Cancel
Save