mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 21:34:59 +00:00
added [playwright] extra
This commit is contained in:
parent
bc1369c480
commit
4fbe3d295a
12 changed files with 91 additions and 140 deletions
2
setup.py
2
setup.py
|
@ -23,6 +23,7 @@ requirements = get_requirements()
|
|||
dev_requirements = get_requirements("dev")
|
||||
hf_requirements = get_requirements("hf-embed")
|
||||
browser_requirements = get_requirements("browser")
|
||||
playwright_requirements = get_requirements("playwright")
|
||||
|
||||
# README
|
||||
with open("README.md", "r", encoding="utf-8") as f:
|
||||
|
@ -49,6 +50,7 @@ setup(
|
|||
"dev": dev_requirements,
|
||||
"hf-embed": hf_requirements,
|
||||
"browser": browser_requirements,
|
||||
"playwright": playwright_requirements,
|
||||
},
|
||||
python_requires=">=3.9,<3.13",
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue