Initial commit - DesignerCEP Project with Caddy deployment

This commit is contained in:
zuowei1216
2025-12-19 21:27:17 +08:00
commit 8ea58fe480
170 changed files with 47469 additions and 0 deletions

13
Server/requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
fastapi
uvicorn[standard]
pydantic
pydantic-settings
python-multipart
SQLAlchemy>=1.4
passlib[bcrypt]
bcrypt==4.0.1
PyJWT
pytest
httpx
pymysql
cryptography