mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update extras_require
This commit is contained in:
parent
a6f13b6938
commit
b6542768ee
1 changed files with 2 additions and 6 deletions
8
setup.py
8
setup.py
|
|
@ -43,12 +43,8 @@ setup(
|
|||
python_requires=">=3.9",
|
||||
install_requires=requirements,
|
||||
extras_require={
|
||||
"web_browser": [
|
||||
"playwright>=1.26",
|
||||
"beautifulsoup4",
|
||||
],
|
||||
"playwright": ["playwright"],
|
||||
"selenium": ["selenium>4", "webdriver_manager<3.9"],
|
||||
"playwright": ["playwright>=1.26", "beautifulsoup4"],
|
||||
"selenium": ["selenium>4", "webdriver_manager<3.9", "beautifulsoup4"],
|
||||
},
|
||||
cmdclass={
|
||||
"install_mermaid": InstallMermaidCLI,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue