Compare commits

...

3 Commits

2 changed files with 10 additions and 2 deletions

View File

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

View File

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