Compare commits
3 Commits
b73170cd2d
...
2b90268628
Author | SHA1 | Date | |
---|---|---|---|
2b90268628 | |||
dd4ab45cbf | |||
3f8b2a7987 |
@ -3,3 +3,4 @@ requests
|
|||||||
packaging
|
packaging
|
||||||
openai
|
openai
|
||||||
bs4
|
bs4
|
||||||
|
uncompyle6
|
9
setup.py
9
setup.py
@ -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",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user