requirements
This commit is contained in:
23
requirements.txt
Normal file
23
requirements.txt
Normal 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
|
||||||
Reference in New Issue
Block a user