fix: 添加动画依赖

This commit is contained in:
dqy 2024-06-03 16:31:19 +08:00
parent 62b77812af
commit ca69536e41
2 changed files with 5 additions and 1 deletions

View File

@ -3,4 +3,6 @@ requests
packaging packaging
openai openai
bs4 bs4
uncompyle6 uncompyle6
colorama
tqdm

View File

@ -39,5 +39,7 @@ setup(
"openai", "openai",
"bs4", "bs4",
"uncompyle6", "uncompyle6",
"tqdm",
"colorama",
], ],
) )