From 8e10e7732f4d85830e96e42ae3f03c7882956bb5 Mon Sep 17 00:00:00 2001 From: mijauexe Date: Thu, 10 Apr 2025 11:36:26 +0200 Subject: [PATCH] Add pyyaml to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 11270f9f..30c41eac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,7 @@ psutil==5.9.8 pydantic-core==2.20.1 pydantic==2.8.2 python-dotenv==1.0.1 +pyyaml==6.0.2 regex==2024.11.6 requests==2.32.3 sniffio==1.3.1 @@ -34,4 +35,4 @@ tqdm==4.67.1 typing-extensions==4.12.2 urllib3==2.2.3 wcwidth==0.2.13 -sentry-sdk==2.20.0 +sentry-sdk==2.20.0 \ No newline at end of file