From e54a7eeaa9ed1ee85c7529c45714b8983cb0ecec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:10:52 +0000 Subject: [PATCH] Add missing dependencies (asyncpg, pyyaml, httpx, aiohttp) --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1883ab..57a43c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,8 @@ boto3==1.35.1 fastapi==0.104.1 uvicorn==0.24.0 botocore~=1.35.99 -pydantic~=2.11.5 \ No newline at end of file +pydantic~=2.11.5 +asyncpg>=0.29.0 +pyyaml>=6.0 +httpx>=0.25.0 +aiohttp>=3.9.0 \ No newline at end of file