mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
chore: move the required playwright to requirements.txt
This commit is contained in:
parent
e7b5d3c0c9
commit
3b4379d125
2 changed files with 1 additions and 2 deletions
1
setup.py
1
setup.py
|
|
@ -24,7 +24,6 @@ requirements = (here / "requirements.txt").read_text(encoding="utf-8").splitline
|
|||
|
||||
|
||||
extras_require = {
|
||||
"playwright": ["playwright>=1.26", "beautifulsoup4"],
|
||||
"selenium": ["selenium>4", "webdriver_manager", "beautifulsoup4"],
|
||||
"search-google": ["google-api-python-client==2.94.0"],
|
||||
"search-ddg": ["duckduckgo-search~=4.1.1"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue