mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
added litellm dep; upgraded all deps
This commit is contained in:
parent
957026d3cc
commit
d750511c7c
3 changed files with 146 additions and 86 deletions
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
|
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
|
||||||
#
|
#
|
||||||
alabaster==0.7.13
|
alabaster==0.7.16
|
||||||
# via sphinx
|
# via sphinx
|
||||||
babel==2.14.0
|
babel==2.14.0
|
||||||
# via sphinx
|
# via sphinx
|
||||||
build==1.0.3
|
build==1.2.1
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
certifi==2023.11.17
|
certifi==2024.2.2
|
||||||
# via requests
|
# via requests
|
||||||
cfgv==3.4.0
|
cfgv==3.4.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
@ -20,11 +20,11 @@ click==8.1.7
|
||||||
# via
|
# via
|
||||||
# pip-tools
|
# pip-tools
|
||||||
# typer
|
# typer
|
||||||
contourpy==1.2.0
|
contourpy==1.2.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
cycler==0.12.1
|
cycler==0.12.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
dill==0.3.7
|
dill==0.3.8
|
||||||
# via
|
# via
|
||||||
# multiprocess
|
# multiprocess
|
||||||
# pathos
|
# pathos
|
||||||
|
@ -34,13 +34,13 @@ docutils==0.20.1
|
||||||
# via
|
# via
|
||||||
# sphinx
|
# sphinx
|
||||||
# sphinx-rtd-theme
|
# sphinx-rtd-theme
|
||||||
filelock==3.13.1
|
filelock==3.13.4
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
fonttools==4.47.0
|
fonttools==4.51.0
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
identify==2.5.33
|
identify==2.5.35
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
idna==3.6
|
idna==3.7
|
||||||
# via requests
|
# via requests
|
||||||
imagesize==1.4.1
|
imagesize==1.4.1
|
||||||
# via sphinx
|
# via sphinx
|
||||||
|
@ -48,107 +48,114 @@ imgcat==0.5.0
|
||||||
# via -r dev-requirements.in
|
# via -r dev-requirements.in
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
jinja2==3.1.2
|
jinja2==3.1.3
|
||||||
# via sphinx
|
# via sphinx
|
||||||
kiwisolver==1.4.5
|
kiwisolver==1.4.5
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
lox==0.11.0
|
lox==0.11.0
|
||||||
# via -r dev-requirements.in
|
# via -r dev-requirements.in
|
||||||
markupsafe==2.1.3
|
markdown-it-py==3.0.0
|
||||||
|
# via rich
|
||||||
|
markupsafe==2.1.5
|
||||||
# via jinja2
|
# via jinja2
|
||||||
matplotlib==3.8.2
|
matplotlib==3.8.4
|
||||||
# via -r dev-requirements.in
|
# via -r dev-requirements.in
|
||||||
multiprocess==0.70.15
|
mdurl==0.1.2
|
||||||
|
# via markdown-it-py
|
||||||
|
multiprocess==0.70.16
|
||||||
# via pathos
|
# via pathos
|
||||||
nodeenv==1.8.0
|
nodeenv==1.8.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
numpy==1.26.3
|
numpy==1.26.4
|
||||||
# via
|
# via
|
||||||
# contourpy
|
# contourpy
|
||||||
# matplotlib
|
# matplotlib
|
||||||
# pandas
|
# pandas
|
||||||
packaging==23.2
|
packaging==24.0
|
||||||
# via
|
# via
|
||||||
# build
|
# build
|
||||||
# matplotlib
|
# matplotlib
|
||||||
# pytest
|
# pytest
|
||||||
# sphinx
|
# sphinx
|
||||||
pandas==2.1.4
|
pandas==2.2.2
|
||||||
# via -r dev-requirements.in
|
# via -r dev-requirements.in
|
||||||
pathos==0.3.1
|
pathos==0.3.2
|
||||||
# via lox
|
# via lox
|
||||||
pillow==10.2.0
|
pillow==10.3.0
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
pip-tools==7.3.0
|
pip-tools==7.4.1
|
||||||
# via -r dev-requirements.in
|
# via -r dev-requirements.in
|
||||||
platformdirs==4.1.0
|
platformdirs==4.2.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
pluggy==1.3.0
|
pluggy==1.4.0
|
||||||
# via pytest
|
# via pytest
|
||||||
pox==0.3.3
|
pox==0.3.4
|
||||||
# via pathos
|
# via pathos
|
||||||
ppft==1.7.6.7
|
ppft==1.7.6.8
|
||||||
# via pathos
|
# via pathos
|
||||||
pre-commit==3.6.0
|
pre-commit==3.7.0
|
||||||
# via -r dev-requirements.in
|
# via -r dev-requirements.in
|
||||||
pygments==2.17.2
|
pygments==2.17.2
|
||||||
# via sphinx
|
# via
|
||||||
pyparsing==3.1.1
|
# rich
|
||||||
|
# sphinx
|
||||||
|
pyparsing==3.1.2
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
pyproject-hooks==1.0.0
|
pyproject-hooks==1.0.0
|
||||||
# via build
|
# via
|
||||||
pytest==7.4.4
|
# build
|
||||||
|
# pip-tools
|
||||||
|
pytest==8.1.1
|
||||||
# via -r dev-requirements.in
|
# via -r dev-requirements.in
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.9.0.post0
|
||||||
# via
|
# via
|
||||||
# matplotlib
|
# matplotlib
|
||||||
# pandas
|
# pandas
|
||||||
pytz==2023.3.post1
|
pytz==2024.1
|
||||||
# via pandas
|
# via pandas
|
||||||
pyyaml==6.0.1
|
pyyaml==6.0.1
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
# via sphinx
|
# via sphinx
|
||||||
|
rich==13.7.1
|
||||||
|
# via typer
|
||||||
|
shellingham==1.5.4
|
||||||
|
# via typer
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
# via python-dateutil
|
# via python-dateutil
|
||||||
snowballstemmer==2.2.0
|
snowballstemmer==2.2.0
|
||||||
# via sphinx
|
# via sphinx
|
||||||
sphinx==7.2.6
|
sphinx==7.3.6
|
||||||
# via
|
# via
|
||||||
# sphinx-rtd-theme
|
# sphinx-rtd-theme
|
||||||
# sphinxcontrib-applehelp
|
|
||||||
# sphinxcontrib-devhelp
|
|
||||||
# sphinxcontrib-htmlhelp
|
|
||||||
# sphinxcontrib-jquery
|
# sphinxcontrib-jquery
|
||||||
# sphinxcontrib-qthelp
|
|
||||||
# sphinxcontrib-serializinghtml
|
|
||||||
sphinx-rtd-theme==2.0.0
|
sphinx-rtd-theme==2.0.0
|
||||||
# via lox
|
# via lox
|
||||||
sphinxcontrib-applehelp==1.0.7
|
sphinxcontrib-applehelp==1.0.8
|
||||||
# via sphinx
|
# via sphinx
|
||||||
sphinxcontrib-devhelp==1.0.5
|
sphinxcontrib-devhelp==1.0.6
|
||||||
# via sphinx
|
# via sphinx
|
||||||
sphinxcontrib-htmlhelp==2.0.4
|
sphinxcontrib-htmlhelp==2.0.5
|
||||||
# via sphinx
|
# via sphinx
|
||||||
sphinxcontrib-jquery==4.1
|
sphinxcontrib-jquery==4.1
|
||||||
# via sphinx-rtd-theme
|
# via sphinx-rtd-theme
|
||||||
sphinxcontrib-jsmath==1.0.1
|
sphinxcontrib-jsmath==1.0.1
|
||||||
# via sphinx
|
# via sphinx
|
||||||
sphinxcontrib-qthelp==1.0.6
|
sphinxcontrib-qthelp==1.0.7
|
||||||
# via sphinx
|
# via sphinx
|
||||||
sphinxcontrib-serializinghtml==1.1.9
|
sphinxcontrib-serializinghtml==1.1.10
|
||||||
# via sphinx
|
# via sphinx
|
||||||
typer==0.9.0
|
typer==0.12.3
|
||||||
# via -r dev-requirements.in
|
# via -r dev-requirements.in
|
||||||
typing-extensions==4.9.0
|
typing-extensions==4.11.0
|
||||||
# via typer
|
# via typer
|
||||||
tzdata==2023.4
|
tzdata==2024.1
|
||||||
# via pandas
|
# via pandas
|
||||||
urllib3==2.1.0
|
urllib3==2.2.1
|
||||||
# via requests
|
# via requests
|
||||||
virtualenv==20.25.0
|
virtualenv==20.25.3
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wheel==0.42.0
|
wheel==0.43.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
|
|
|
@ -24,3 +24,4 @@ Pillow
|
||||||
diff-match-patch
|
diff-match-patch
|
||||||
playwright
|
playwright
|
||||||
pypandoc
|
pypandoc
|
||||||
|
litellm
|
130
requirements.txt
130
requirements.txt
|
@ -4,21 +4,26 @@
|
||||||
#
|
#
|
||||||
# pip-compile requirements.in
|
# pip-compile requirements.in
|
||||||
#
|
#
|
||||||
|
aiohttp==3.9.5
|
||||||
|
# via litellm
|
||||||
|
aiosignal==1.3.1
|
||||||
|
# via aiohttp
|
||||||
annotated-types==0.6.0
|
annotated-types==0.6.0
|
||||||
# via pydantic
|
# via pydantic
|
||||||
anyio==4.2.0
|
anyio==4.3.0
|
||||||
# via
|
# via
|
||||||
# httpx
|
# httpx
|
||||||
# openai
|
# openai
|
||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
# via
|
# via
|
||||||
|
# aiohttp
|
||||||
# jsonschema
|
# jsonschema
|
||||||
# referencing
|
# referencing
|
||||||
backoff==2.2.1
|
backoff==2.2.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.12.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
certifi==2023.11.17
|
certifi==2024.2.2
|
||||||
# via
|
# via
|
||||||
# httpcore
|
# httpcore
|
||||||
# httpx
|
# httpx
|
||||||
|
@ -29,6 +34,8 @@ cffi==1.16.0
|
||||||
# soundfile
|
# soundfile
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
# via requests
|
# via requests
|
||||||
|
click==8.1.7
|
||||||
|
# via litellm
|
||||||
configargparse==1.7
|
configargparse==1.7
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
diff-match-patch==20230430
|
diff-match-patch==20230430
|
||||||
|
@ -37,9 +44,17 @@ diskcache==5.6.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
distro==1.9.0
|
distro==1.9.0
|
||||||
# via openai
|
# via openai
|
||||||
|
filelock==3.13.4
|
||||||
|
# via huggingface-hub
|
||||||
|
frozenlist==1.4.1
|
||||||
|
# via
|
||||||
|
# aiohttp
|
||||||
|
# aiosignal
|
||||||
|
fsspec==2024.3.1
|
||||||
|
# via huggingface-hub
|
||||||
gitdb==4.0.11
|
gitdb==4.0.11
|
||||||
# via gitpython
|
# via gitpython
|
||||||
gitpython==3.1.40
|
gitpython==3.1.43
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
greenlet==3.0.3
|
greenlet==3.0.3
|
||||||
# via playwright
|
# via playwright
|
||||||
|
@ -47,76 +62,102 @@ grep-ast==0.2.4
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
# via httpcore
|
# via httpcore
|
||||||
httpcore==1.0.2
|
httpcore==1.0.5
|
||||||
# via httpx
|
# via httpx
|
||||||
httpx==0.26.0
|
httpx==0.27.0
|
||||||
# via openai
|
# via openai
|
||||||
idna==3.6
|
huggingface-hub==0.22.2
|
||||||
|
# via tokenizers
|
||||||
|
idna==3.7
|
||||||
# via
|
# via
|
||||||
# anyio
|
# anyio
|
||||||
# httpx
|
# httpx
|
||||||
# requests
|
# requests
|
||||||
jsonschema==4.20.0
|
# yarl
|
||||||
|
importlib-metadata==7.1.0
|
||||||
|
# via litellm
|
||||||
|
jinja2==3.1.3
|
||||||
|
# via litellm
|
||||||
|
jsonschema==4.21.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
jsonschema-specifications==2023.12.1
|
jsonschema-specifications==2023.12.1
|
||||||
# via jsonschema
|
# via jsonschema
|
||||||
|
litellm==1.35.12
|
||||||
|
# via -r requirements.in
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
# via rich
|
# via rich
|
||||||
|
markupsafe==2.1.5
|
||||||
|
# via jinja2
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
# via markdown-it-py
|
# via markdown-it-py
|
||||||
networkx==3.2.1
|
multidict==6.0.5
|
||||||
|
# via
|
||||||
|
# aiohttp
|
||||||
|
# yarl
|
||||||
|
networkx==3.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
numpy==1.26.3
|
numpy==1.26.4
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# scipy
|
# scipy
|
||||||
openai==1.6.1
|
openai==1.23.1
|
||||||
# via -r requirements.in
|
# via
|
||||||
packaging==23.2
|
# -r requirements.in
|
||||||
# via -r requirements.in
|
# litellm
|
||||||
|
packaging==24.0
|
||||||
|
# via
|
||||||
|
# -r requirements.in
|
||||||
|
# huggingface-hub
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# grep-ast
|
# grep-ast
|
||||||
pillow==10.2.0
|
pillow==10.3.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
playwright==1.41.2
|
playwright==1.43.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
prompt-toolkit==3.0.43
|
prompt-toolkit==3.0.43
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
pycparser==2.21
|
pycparser==2.22
|
||||||
# via cffi
|
# via cffi
|
||||||
pydantic==2.5.3
|
pydantic==2.7.0
|
||||||
# via openai
|
# via openai
|
||||||
pydantic-core==2.14.6
|
pydantic-core==2.18.1
|
||||||
# via pydantic
|
# via pydantic
|
||||||
pyee==11.0.1
|
pyee==11.1.0
|
||||||
# via playwright
|
# via playwright
|
||||||
pygments==2.17.2
|
pygments==2.17.2
|
||||||
# via rich
|
# via rich
|
||||||
pypandoc==1.12
|
pypandoc==1.13
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
python-dotenv==1.0.1
|
||||||
|
# via litellm
|
||||||
pyyaml==6.0.1
|
pyyaml==6.0.1
|
||||||
# via -r requirements.in
|
# via
|
||||||
referencing==0.32.0
|
# -r requirements.in
|
||||||
|
# huggingface-hub
|
||||||
|
referencing==0.34.0
|
||||||
# via
|
# via
|
||||||
# jsonschema
|
# jsonschema
|
||||||
# jsonschema-specifications
|
# jsonschema-specifications
|
||||||
regex==2023.12.25
|
regex==2024.4.16
|
||||||
# via tiktoken
|
# via tiktoken
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
# via tiktoken
|
# via
|
||||||
rich==13.7.0
|
# huggingface-hub
|
||||||
|
# litellm
|
||||||
|
# tiktoken
|
||||||
|
rich==13.7.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
rpds-py==0.16.2
|
rpds-py==0.18.0
|
||||||
# via
|
# via
|
||||||
# jsonschema
|
# jsonschema
|
||||||
# referencing
|
# referencing
|
||||||
scipy==1.11.4
|
scipy==1.13.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
smmap==5.0.1
|
smmap==5.0.1
|
||||||
# via gitdb
|
# via gitdb
|
||||||
sniffio==1.3.0
|
sniffio==1.3.1
|
||||||
# via
|
# via
|
||||||
# anyio
|
# anyio
|
||||||
# httpx
|
# httpx
|
||||||
|
@ -127,21 +168,32 @@ soundfile==0.12.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
soupsieve==2.5
|
soupsieve==2.5
|
||||||
# via beautifulsoup4
|
# via beautifulsoup4
|
||||||
tiktoken==0.5.2
|
tiktoken==0.6.0
|
||||||
# via -r requirements.in
|
|
||||||
tqdm==4.66.1
|
|
||||||
# via openai
|
|
||||||
tree-sitter==0.20.4
|
|
||||||
# via tree-sitter-languages
|
|
||||||
tree-sitter-languages==1.9.1
|
|
||||||
# via grep-ast
|
|
||||||
typing-extensions==4.9.0
|
|
||||||
# via
|
# via
|
||||||
|
# -r requirements.in
|
||||||
|
# litellm
|
||||||
|
tokenizers==0.19.1
|
||||||
|
# via litellm
|
||||||
|
tqdm==4.66.2
|
||||||
|
# via
|
||||||
|
# huggingface-hub
|
||||||
|
# openai
|
||||||
|
tree-sitter==0.21.3
|
||||||
|
# via tree-sitter-languages
|
||||||
|
tree-sitter-languages==1.10.2
|
||||||
|
# via grep-ast
|
||||||
|
typing-extensions==4.11.0
|
||||||
|
# via
|
||||||
|
# huggingface-hub
|
||||||
# openai
|
# openai
|
||||||
# pydantic
|
# pydantic
|
||||||
# pydantic-core
|
# pydantic-core
|
||||||
# pyee
|
# pyee
|
||||||
urllib3==2.1.0
|
urllib3==2.2.1
|
||||||
# via requests
|
# via requests
|
||||||
wcwidth==0.2.12
|
wcwidth==0.2.13
|
||||||
# via prompt-toolkit
|
# via prompt-toolkit
|
||||||
|
yarl==1.9.4
|
||||||
|
# via aiohttp
|
||||||
|
zipp==3.18.1
|
||||||
|
# via importlib-metadata
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue