feature/package-development #22

Merged
ccyj merged 19 commits from feature/package-development into main 2024-05-30 16:26:59 +08:00
2 changed files with 10 additions and 2 deletions
Showing only changes of commit 5552a7e448 - Show all commits

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",
],
)