This commit is contained in:
2026-05-24 01:16:07 +08:00
commit 2ece5174a7
35 changed files with 2583 additions and 0 deletions

12
backend/requirements.txt Normal file
View File

@@ -0,0 +1,12 @@
fastapi==0.115.6
uvicorn[standard]==0.32.1
sqlalchemy[asyncio]==2.0.36
asyncpg==0.30.0
alembic==1.14.0
httpx==0.28.0
feedparser==6.0.11
python-dotenv==1.0.1
pydantic-settings==2.6.1
apscheduler==3.10.4
beautifulsoup4==4.12.3
python-jose[cryptography]==3.3.0