Initial commit

This commit is contained in:
wanghep
2026-03-20 22:59:54 +08:00
commit 68b9e253e2
63 changed files with 8116 additions and 0 deletions

7
backend/requirements.txt Normal file
View File

@ -0,0 +1,7 @@
fastapi==0.116.1
uvicorn[standard]==0.35.0
pydantic==2.11.7
SQLAlchemy==2.0.36
PyMySQL==1.1.1
requests==2.32.3
beautifulsoup4==4.12.3