mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
Add Python 3.10 requirements
This commit is contained in:
parent
d555e2c71f
commit
3c533bf193
5 changed files with 51 additions and 4 deletions
|
@ -22,6 +22,10 @@ anyio==4.9.0
|
||||||
# httpx
|
# httpx
|
||||||
# openai
|
# openai
|
||||||
# watchfiles
|
# watchfiles
|
||||||
|
async-timeout==5.0.1
|
||||||
|
# via
|
||||||
|
# -c requirements/common-constraints.txt
|
||||||
|
# aiohttp
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
@ -77,6 +81,10 @@ distro==1.9.0
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
# openai
|
# openai
|
||||||
# posthog
|
# posthog
|
||||||
|
exceptiongroup==1.2.2
|
||||||
|
# via
|
||||||
|
# -c requirements/common-constraints.txt
|
||||||
|
# anyio
|
||||||
filelock==3.18.0
|
filelock==3.18.0
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
@ -485,12 +493,16 @@ tree-sitter-yaml==0.7.0
|
||||||
typing-extensions==4.13.2
|
typing-extensions==4.13.2
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
# anyio
|
||||||
# beautifulsoup4
|
# beautifulsoup4
|
||||||
# google-generativeai
|
# google-generativeai
|
||||||
# huggingface-hub
|
# huggingface-hub
|
||||||
|
# multidict
|
||||||
# openai
|
# openai
|
||||||
# pydantic
|
# pydantic
|
||||||
# pydantic-core
|
# pydantic-core
|
||||||
|
# referencing
|
||||||
|
# rich
|
||||||
# typing-inspection
|
# typing-inspection
|
||||||
typing-inspection==0.4.0
|
typing-inspection==0.4.0
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -18,6 +18,8 @@ anyio==4.9.0
|
||||||
# httpx
|
# httpx
|
||||||
# openai
|
# openai
|
||||||
# watchfiles
|
# watchfiles
|
||||||
|
async-timeout==5.0.1
|
||||||
|
# via aiohttp
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
# via
|
# via
|
||||||
# aiohttp
|
# aiohttp
|
||||||
|
@ -93,6 +95,10 @@ distro==1.9.0
|
||||||
# via
|
# via
|
||||||
# openai
|
# openai
|
||||||
# posthog
|
# posthog
|
||||||
|
exceptiongroup==1.2.2
|
||||||
|
# via
|
||||||
|
# anyio
|
||||||
|
# pytest
|
||||||
filelock==3.18.0
|
filelock==3.18.0
|
||||||
# via
|
# via
|
||||||
# huggingface-hub
|
# huggingface-hub
|
||||||
|
@ -529,6 +535,12 @@ tokenizers==0.21.1
|
||||||
# transformers
|
# transformers
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
# via streamlit
|
# via streamlit
|
||||||
|
tomli==2.2.1
|
||||||
|
# via
|
||||||
|
# build
|
||||||
|
# pip-tools
|
||||||
|
# pytest
|
||||||
|
# pytest-env
|
||||||
torch==2.6.0
|
torch==2.6.0
|
||||||
# via
|
# via
|
||||||
# -r requirements/requirements-help.in
|
# -r requirements/requirements-help.in
|
||||||
|
@ -561,14 +573,18 @@ typer==0.15.3
|
||||||
typing-extensions==4.13.2
|
typing-extensions==4.13.2
|
||||||
# via
|
# via
|
||||||
# altair
|
# altair
|
||||||
|
# anyio
|
||||||
# beautifulsoup4
|
# beautifulsoup4
|
||||||
# google-generativeai
|
# google-generativeai
|
||||||
# huggingface-hub
|
# huggingface-hub
|
||||||
# llama-index-core
|
# llama-index-core
|
||||||
|
# multidict
|
||||||
# openai
|
# openai
|
||||||
# pydantic
|
# pydantic
|
||||||
# pydantic-core
|
# pydantic-core
|
||||||
# pyee
|
# pyee
|
||||||
|
# referencing
|
||||||
|
# rich
|
||||||
# sentence-transformers
|
# sentence-transformers
|
||||||
# sqlalchemy
|
# sqlalchemy
|
||||||
# streamlit
|
# streamlit
|
||||||
|
|
|
@ -143,6 +143,7 @@ typing-extensions==4.13.2
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
# altair
|
# altair
|
||||||
|
# referencing
|
||||||
# streamlit
|
# streamlit
|
||||||
tzdata==2025.2
|
tzdata==2025.2
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -50,6 +50,10 @@ distlib==0.3.9
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
# virtualenv
|
# virtualenv
|
||||||
|
exceptiongroup==1.2.2
|
||||||
|
# via
|
||||||
|
# -c requirements/common-constraints.txt
|
||||||
|
# pytest
|
||||||
filelock==3.18.0
|
filelock==3.18.0
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
@ -281,6 +285,13 @@ six==1.17.0
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
# python-dateutil
|
# python-dateutil
|
||||||
|
tomli==2.2.1
|
||||||
|
# via
|
||||||
|
# -c requirements/common-constraints.txt
|
||||||
|
# build
|
||||||
|
# pip-tools
|
||||||
|
# pytest
|
||||||
|
# pytest-env
|
||||||
typer==0.15.3
|
typer==0.15.3
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
@ -288,6 +299,7 @@ typer==0.15.3
|
||||||
typing-extensions==4.13.2
|
typing-extensions==4.13.2
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
# rich
|
||||||
# typer
|
# typer
|
||||||
tzdata==2025.2
|
tzdata==2025.2
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -21,6 +21,10 @@ anyio==4.9.0
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
# httpx
|
# httpx
|
||||||
|
async-timeout==5.0.1
|
||||||
|
# via
|
||||||
|
# -c requirements/common-constraints.txt
|
||||||
|
# aiohttp
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
@ -60,6 +64,10 @@ dirtyjson==1.0.8
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
# llama-index-core
|
# llama-index-core
|
||||||
|
exceptiongroup==1.2.2
|
||||||
|
# via
|
||||||
|
# -c requirements/common-constraints.txt
|
||||||
|
# anyio
|
||||||
filelock==3.18.0
|
filelock==3.18.0
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
@ -245,10 +253,6 @@ sentence-transformers==4.1.0
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
# llama-index-embeddings-huggingface
|
# llama-index-embeddings-huggingface
|
||||||
setuptools==78.1.0
|
|
||||||
# via
|
|
||||||
# -c requirements/common-constraints.txt
|
|
||||||
# torch
|
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
@ -297,8 +301,10 @@ transformers==4.51.3
|
||||||
typing-extensions==4.13.2
|
typing-extensions==4.13.2
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
# anyio
|
||||||
# huggingface-hub
|
# huggingface-hub
|
||||||
# llama-index-core
|
# llama-index-core
|
||||||
|
# multidict
|
||||||
# pydantic
|
# pydantic
|
||||||
# pydantic-core
|
# pydantic-core
|
||||||
# sentence-transformers
|
# sentence-transformers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue