first commit

This commit is contained in:
xuyong
2026-04-15 21:35:26 +08:00
commit 7097fa6b44
69 changed files with 5642 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
fastapi>=0.104.1
uvicorn[standard]>=0.24.0
python-dotenv>=1.0.0
pydantic>=2.5.0
pydantic-settings>=2.1.0
aiofiles>=23.2.0
httpx>=0.25.0
sqlalchemy[asyncio]>=2.0.23
aiomysql>=0.2.0
PyJWT>=2.8.0
bcrypt>=4.1.0