Compare commits

...

2 Commits

Author SHA1 Message Date
4f4860342c Merge pull request 'feature/pyc-detection' (#26) from feature/pyc-detection into main
Reviewed-on: #26
Reviewed-by: sangge <sangge@noreply.localhost>
Reviewed-by: ccyj <ccyj@noreply.localhost>
2024-06-03 20:25:08 +08:00
dqy
ca69536e41 fix: 添加动画依赖 2024-06-03 16:31:19 +08:00
2 changed files with 5 additions and 1 deletions

View File

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

View File

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