VWED_server/requirements.txt

36 lines
346 B
Plaintext
Raw Normal View History

2025-04-30 16:57:46 +08:00
# requirements.txt
# 数据库相关
sqlalchemy
alembic
pymysql
redis
cryptography
aiomysql
# Web框架
fastapi
uvicorn
pydantic
pydantic-settings
python-multipart
aiohttp
2025-07-14 10:29:37 +08:00
websockets
2025-04-30 16:57:46 +08:00
# 工具库
python-dotenv
croniter
jsonschema
requests
pymodbus
pycryptodome
aiofiles
psutil
croniter
2025-09-09 10:41:27 +08:00
pyinstaller
2025-09-20 16:50:45 +08:00
# paho-mqtt
aiomqtt
paho-mqtt
2025-04-30 16:57:46 +08:00
# 日志
loguru