Fix: Add aiohttp to requirements.txt for stacks server

This commit is contained in:
Adolfo Delorenzo 2025-07-18 19:50:47 -03:00
parent 2dfe3c8bc1
commit c4da16a951

View File

@ -5,4 +5,5 @@ pydantic-settings>=2.0.0
structlog>=23.0.0
PyJWT>=2.8.0
python-dotenv>=1.0.0
tenacity>=8.0.0
tenacity>=8.0.0
aiohttp>=3.9.0