初次提交
This commit is contained in:
19
backend/requirements-build.txt
Normal file
19
backend/requirements-build.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
# PyInstaller打包所需的依赖
|
||||
pyinstaller>=5.0.0,<7.0.0
|
||||
setuptools>=65.0.0
|
||||
|
||||
# 应用运行时依赖
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
sqlalchemy==2.0.23
|
||||
pymysql==1.1.0
|
||||
alembic==1.12.1
|
||||
redis==5.0.1
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-multipart==0.0.6
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.1.0
|
||||
httpx==0.25.2
|
||||
python-dotenv==1.0.0
|
||||
loguru>=0.7.0
|
||||
Reference in New Issue
Block a user