7 lines
346 B
Plaintext
7 lines
346 B
Plaintext
|
|
# 根目录requirements - 仅本地运行零散脚本/工具使用
|
|||
|
|
# 完全不与前后端requirements重叠,前后端独立运行无需安装这里的依赖
|
|||
|
|
gitpython==3.1.43 # 本地git脚本工具
|
|||
|
|
tqdm==4.67.0 # 本地脚本进度条
|
|||
|
|
ipython==8.30.0 # 本地交互式调试
|
|||
|
|
pytest==8.3.4 # 本地单元测试
|