requirements

This commit is contained in:
2025-10-12 13:36:30 +08:00
parent 0640355d8f
commit 6d8c8eb175

23
requirements.txt Normal file
View File

@@ -0,0 +1,23 @@
# 核心依赖
pandas>=1.5.0
numpy>=1.24.0
# 数据库连接
psycopg2-binary>=2.9.0
sqlalchemy>=2.0.0
# 日志
loguru>=0.7.0
# HTTP请求
requests>=2.28.0
urllib3>=1.26.0
# 进度条
tqdm>=4.65.0
# 时间处理
python-dateutil>=2.8.0
schedule
akshare