Add missing dependencies (asyncpg, pyyaml, httpx, aiohttp)

This commit is contained in:
Alejandro Gutiérrez
2026-02-02 19:10:52 +00:00
parent 2206ddeff2
commit e54a7eeaa9

View File

@@ -7,3 +7,7 @@ fastapi==0.104.1
uvicorn==0.24.0 uvicorn==0.24.0
botocore~=1.35.99 botocore~=1.35.99
pydantic~=2.11.5 pydantic~=2.11.5
asyncpg>=0.29.0
pyyaml>=6.0
httpx>=0.25.0
aiohttp>=3.9.0