Fix: Add aiohttp dependency to requirements.txt

CVR service requires aiohttp for API calls
This commit is contained in:
Christian 2025-12-17 21:03:36 +01:00
parent fdac8b855e
commit 1b1045a0c7

View File

@ -6,3 +6,4 @@ pydantic-settings==2.6.1
python-dotenv==1.0.1
python-multipart==0.0.17
jinja2==3.1.4
aiohttp==3.10.10