add aiohttp to requirements (for webhooks)

This commit is contained in:
2024-04-20 14:14:50 +00:00
parent a2a1a578a4
commit f067514f71

View File

@ -21,4 +21,5 @@ starlette
asyncio asyncio
uvicorn uvicorn
alembic alembic
python-multipart python-multipart
aiohttp