feat: add async job queue

This commit is contained in:
2025-11-30 17:39:06 -05:00
parent 28382b2dfc
commit dd6b5c143a
3 changed files with 56 additions and 0 deletions

View File

@@ -2,4 +2,5 @@ fastapi==0.123.0
uvicorn[standard]==0.38.0
pydantic==2.12.5
pytest==8.3.0
pytest-asyncio==0.24.0
httpx==0.28.1