mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +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
|
|
@ -63,7 +63,7 @@ gitignore-parser==0.1.9
|
|||
websockets~=12.0
|
||||
networkx~=3.2.1
|
||||
google-generativeai==0.3.2
|
||||
# playwright==1.40.0 # playwright extras require
|
||||
playwright>=1.26 # used at metagpt/tools/libs/web_scraping.py
|
||||
anytree
|
||||
ipywidgets==8.1.1
|
||||
Pillow
|
||||
|
|
|
|||
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