feature/pyc-detection #26

Merged
ccyj merged 1 commits from feature/pyc-detection into main 2024-06-03 20:25:10 +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",
], ],
) )