fix: 修复依赖报错
This commit is contained in:
parent
3f8b2a7987
commit
dd4ab45cbf
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