mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
added [playwright] extra
This commit is contained in:
parent
bc1369c480
commit
4fbe3d295a
12 changed files with 91 additions and 140 deletions
|
@ -14,9 +14,7 @@ attrs==23.2.0
|
|||
blinker==1.8.2
|
||||
# via streamlit
|
||||
cachetools==5.3.3
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# streamlit
|
||||
# via streamlit
|
||||
certifi==2024.7.4
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
|
@ -88,9 +86,7 @@ pillow==10.4.0
|
|||
# -c requirements/../requirements.txt
|
||||
# streamlit
|
||||
protobuf==4.25.3
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# streamlit
|
||||
# via streamlit
|
||||
pyarrow==16.1.0
|
||||
# via streamlit
|
||||
pydeck==0.9.1
|
||||
|
|
|
@ -124,9 +124,7 @@ pygments==2.18.0
|
|||
# rich
|
||||
# sphinx
|
||||
pyparsing==3.1.2
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# matplotlib
|
||||
# via matplotlib
|
||||
pyproject-hooks==1.1.0
|
||||
# via
|
||||
# build
|
||||
|
|
|
@ -68,9 +68,7 @@ fsspec==2024.6.1
|
|||
# llama-index-core
|
||||
# torch
|
||||
greenlet==3.0.3
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# sqlalchemy
|
||||
# via sqlalchemy
|
||||
h11==0.14.0
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
|
|
3
requirements/requirements-playwright.in
Normal file
3
requirements/requirements-playwright.in
Normal file
|
@ -0,0 +1,3 @@
|
|||
-c ../requirements.txt
|
||||
|
||||
playwright
|
16
requirements/requirements-playwright.txt
Normal file
16
requirements/requirements-playwright.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.12
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --output-file=requirements/requirements-playwright.txt requirements/requirements-playwright.in
|
||||
#
|
||||
greenlet==3.0.3
|
||||
# via playwright
|
||||
playwright==1.45.0
|
||||
# via -r requirements/requirements-playwright.in
|
||||
pyee==11.1.0
|
||||
# via playwright
|
||||
typing-extensions==4.12.2
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# pyee
|
|
@ -19,7 +19,6 @@ beautifulsoup4
|
|||
PyYAML
|
||||
Pillow
|
||||
diff-match-patch
|
||||
playwright
|
||||
pypandoc
|
||||
litellm
|
||||
flake8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue