Initial MVP for QA asset backend

This commit is contained in:
2026-07-05 17:44:15 +08:00
commit 95b5e09fd4
71 changed files with 6546 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
fastapi>=0.116.0
uvicorn>=0.35.0
SQLAlchemy>=2.0.40
psycopg[binary]>=3.2.9
pydantic>=2.11.0
pydantic-settings>=2.10.0
python-dotenv>=1.1.0
APScheduler>=3.11.0
httpx>=0.28.1
python-multipart>=0.0.20