Files
exchange_monitor_sync/requirements.txt
2025-12-02 22:05:54 +08:00

14 lines
158 B
Plaintext

# 基础依赖
python-dotenv>=1.0.0
loguru>=0.7.0
# 数据库
SQLAlchemy>=2.0.0
pymysql>=1.1.0
aiomysql>=0.2.0
# Redis
redis>=5.0.0
# 异步
asyncio>=3.4.3