Add new dependencies and update existing ones.

This commit is contained in:
Paul Gauthier 2024-02-07 16:29:44 -08:00
parent 29fa63cd3b
commit ffdd034b7b

View file

@ -13,14 +13,21 @@ anyio==4.2.0
attrs==23.2.0
# via
# jsonschema
# outcome
# referencing
# trio
backoff==2.2.1
# via -r requirements.in
beautifulsoup4==4.12.3
# via bs4
bs4==0.0.2
# via -r requirements.in
certifi==2023.11.17
# via
# httpcore
# httpx
# requests
# selenium
cffi==1.16.0
# via
# sounddevice
@ -42,7 +49,9 @@ gitpython==3.1.40
grep-ast==0.2.4
# via -r requirements.in
h11==0.14.0
# via httpcore
# via
# httpcore
# wsproto
httpcore==1.0.2
# via httpx
httpx==0.26.0
@ -52,6 +61,7 @@ idna==3.6
# anyio
# httpx
# requests
# trio
jsonschema==4.20.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
@ -68,8 +78,12 @@ numpy==1.26.3
# scipy
openai==1.6.1
# via -r requirements.in
outcome==1.3.0.post0
# via trio
packaging==23.2
# via -r requirements.in
# via
# -r requirements.in
# webdriver-manager
pathspec==0.12.1
# via
# -r requirements.in
@ -86,6 +100,10 @@ pydantic-core==2.14.6
# via pydantic
pygments==2.17.2
# via rich
pysocks==1.7.1
# via urllib3
python-dotenv==1.0.1
# via webdriver-manager
pyyaml==6.0.1
# via -r requirements.in
referencing==0.32.0
@ -95,7 +113,9 @@ referencing==0.32.0
regex==2023.12.25
# via tiktoken
requests==2.31.0
# via tiktoken
# via
# tiktoken
# webdriver-manager
rich==13.7.0
# via -r requirements.in
rpds-py==0.16.2
@ -104,6 +124,8 @@ rpds-py==0.16.2
# referencing
scipy==1.11.4
# via -r requirements.in
selenium==4.17.2
# via -r requirements.in
smmap==5.0.1
# via gitdb
sniffio==1.3.0
@ -111,10 +133,15 @@ sniffio==1.3.0
# anyio
# httpx
# openai
# trio
sortedcontainers==2.4.0
# via trio
sounddevice==0.4.6
# via -r requirements.in
soundfile==0.12.1
# via -r requirements.in
soupsieve==2.5
# via beautifulsoup4
tiktoken==0.5.2
# via -r requirements.in
tqdm==4.66.1
@ -123,12 +150,26 @@ tree-sitter==0.20.4
# via tree-sitter-languages
tree-sitter-languages==1.9.1
# via grep-ast
trio==0.24.0
# via
# selenium
# trio-websocket
trio-websocket==0.11.1
# via selenium
typing-extensions==4.9.0
# via
# openai
# pydantic
# pydantic-core
urllib3==2.1.0
# via requests
# selenium
urllib3[socks]==2.1.0
# via
# requests
# selenium
# urllib3
wcwidth==0.2.12
# via prompt-toolkit
webdriver-manager==4.0.1
# via -r requirements.in
wsproto==1.2.0
# via trio-websocket