diff --git a/readme.md b/readme.md index a854c41..6234ad4 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Todo: - [x] 自动刷新文件系统缓存 - [x] 分析以下方法的返回值:offline_file_info、offline_list - [x] 持久化数据 -- [ ] 实现本地下载队列(多文件,文件夹) +- [x] 实现本地下载队列(多文件,文件夹) - [x] 实现任务暂停、继续、恢复 - [ ] 接口分离,前后端分离 - [ ] 添加测试用例 diff --git a/requirements.txt b/requirements.txt index c130f94..d9dcefc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ anyio==4.6.2.post1 +attrs==25.3.0 certifi==2024.8.30 cmd2==2.4.3 colorama==0.4.6 @@ -11,5 +12,7 @@ nest-asyncio==1.6.0 PikPakAPI==0.1.10 pyperclip==1.9.0 pyreadline3==3.5.4 +shortuuid==1.0.13 sniffio==1.3.1 +tabulate==0.9.0 wcwidth==0.2.13