Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxtyson committed May 1, 2020
1 parent 68f1589 commit 62caf0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@

# 说明
- 请使用 Python 3.8+ 运行
- 解除官方上传限制,支持批量上传下载
- ~~解除官方上传限制~~,支持批量上传下载
- 为了方便管理,API 独立为一个项目[LanZouCloud-API](https://github.com/zaxtyson/LanZouCloud-API)
- 如果 Windows 平台缺少 `readline`,请执行 `pip install pyreadline`
- 默认下载路径为 `./Download`,请使用 `setpath` 命令修改
- 默认分卷大小为 100 MB, 会员用户请使用 `setsize` 命令修改
- 未登录时可使用 `down URL` 的方式下载文件(夹)~
Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
certifi==2020.4.5.1
chardet==3.0.4
idna==2.9
pyreadline==2.1
requests==2.23.0
requests-toolbelt==0.9.1
urllib3==1.25.9

0 comments on commit 62caf0b

Please sign in to comment.