27 lines
326 B
Plaintext
27 lines
326 B
Plaintext
|
# 打包构建依赖
|
||
|
pyinstaller>=5.0
|
||
|
auto-py-to-exe>=2.0
|
||
|
|
||
|
# 原项目依赖 - 从requirements.txt复制
|
||
|
sqlalchemy
|
||
|
alembic
|
||
|
pymysql
|
||
|
redis
|
||
|
cryptography
|
||
|
aiomysql
|
||
|
fastapi
|
||
|
uvicorn
|
||
|
pydantic
|
||
|
pydantic-settings
|
||
|
python-multipart
|
||
|
aiohttp
|
||
|
websockets
|
||
|
python-dotenv
|
||
|
croniter
|
||
|
jsonschema
|
||
|
requests
|
||
|
pymodbus
|
||
|
pycryptodome
|
||
|
aiofiles
|
||
|
psutil
|
||
|
loguru
|