Merge branch 'feature/package-development' of https://git.mamahaha.work/sangge/BackDoorBuster into feature/package-development

This commit is contained in:
2024-05-29 20:25:27 +08:00
2 changed files with 10 additions and 2 deletions

View File

@@ -3,3 +3,4 @@ requests
packaging
openai
bs4
uncompyle6

View File

@@ -32,5 +32,12 @@ setup(
"Operating System :: OS Independent",
],
python_requires=">=3.6",
install_requires=["reportlab", "requests", "packaging", "openai", "bs4"],
install_requires=[
"reportlab",
"requests",
"packaging",
"openai",
"bs4",
"uncompyle6",
],
)