mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-14 08:34:59 +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
|
@ -50,6 +50,10 @@ distlib==0.3.9
|
|||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# virtualenv
|
||||
exceptiongroup==1.2.2
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# pytest
|
||||
filelock==3.18.0
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
|
@ -281,6 +285,13 @@ six==1.17.0
|
|||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# python-dateutil
|
||||
tomli==2.2.1
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# build
|
||||
# pip-tools
|
||||
# pytest
|
||||
# pytest-env
|
||||
typer==0.15.3
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
|
@ -288,6 +299,7 @@ typer==0.15.3
|
|||
typing-extensions==4.13.2
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# rich
|
||||
# typer
|
||||
tzdata==2025.2
|
||||
# via
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue