From e8d1a0ddf41023a901b6a4108c002122955d94af Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 21 Mar 2024 19:20:10 -0600 Subject: [PATCH] add sentry-sdk to deps --- pyproject.toml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66e99b7f..cae6835c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ peft = "*" psutil = "*" timm = "*" supervision = "*" +sentry-sdk = "*" [tool.poetry.dev-dependencies] black = "23.3.0" diff --git a/requirements.txt b/requirements.txt index c702cf6c..edecd05e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,4 +34,5 @@ pre-commit==3.6.2 psutil black tenacity -supervision \ No newline at end of file +supervision +sentry-sdk \ No newline at end of file