added [playwright] extra

This commit is contained in:
Paul Gauthier 2024-07-14 19:34:48 +01:00
parent bc1369c480
commit 4fbe3d295a
12 changed files with 91 additions and 140 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,3 @@
-c ../requirements.txt
playwright

View 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

View file

@ -19,7 +19,6 @@ beautifulsoup4
PyYAML
Pillow
diff-match-patch
playwright
pypandoc
litellm
flake8