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>
This commit is contained in:
ccyj 2024-06-03 20:25:08 +08:00
commit 4f4860342c
2 changed files with 5 additions and 1 deletions

View File

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

View File

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