mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
pip-compiled
This commit is contained in:
parent
766569a278
commit
33b69d2ee8
2 changed files with 3 additions and 6 deletions
|
@ -120,7 +120,6 @@ packaging==24.1
|
||||||
# via
|
# via
|
||||||
# -r requirements/requirements.in
|
# -r requirements/requirements.in
|
||||||
# huggingface-hub
|
# huggingface-hub
|
||||||
# setuptools-scm
|
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
# via
|
# via
|
||||||
# -r requirements/requirements.in
|
# -r requirements/requirements.in
|
||||||
|
@ -131,6 +130,8 @@ pillow==10.4.0
|
||||||
# via -r requirements/requirements.in
|
# via -r requirements/requirements.in
|
||||||
prompt-toolkit==3.0.47
|
prompt-toolkit==3.0.47
|
||||||
# via -r requirements/requirements.in
|
# via -r requirements/requirements.in
|
||||||
|
psutil==6.0.0
|
||||||
|
# via -r requirements/requirements.in
|
||||||
ptyprocess==0.7.0
|
ptyprocess==0.7.0
|
||||||
# via pexpect
|
# via pexpect
|
||||||
pycodestyle==2.12.1
|
pycodestyle==2.12.1
|
||||||
|
@ -176,8 +177,6 @@ rpds-py==0.20.0
|
||||||
# referencing
|
# referencing
|
||||||
scipy==1.13.1
|
scipy==1.13.1
|
||||||
# via -r requirements/requirements.in
|
# via -r requirements/requirements.in
|
||||||
setuptools-scm==8.1.0
|
|
||||||
# via -r requirements/requirements.in
|
|
||||||
smmap==5.0.1
|
smmap==5.0.1
|
||||||
# via gitdb
|
# via gitdb
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
|
@ -221,6 +220,3 @@ yarl==1.9.4
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
zipp==3.20.1
|
zipp==3.20.1
|
||||||
# via importlib-metadata
|
# via importlib-metadata
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
|
||||||
# setuptools
|
|
||||||
|
|
|
@ -25,6 +25,7 @@ importlib_resources
|
||||||
pyperclip
|
pyperclip
|
||||||
pexpect
|
pexpect
|
||||||
json5
|
json5
|
||||||
|
psutil
|
||||||
|
|
||||||
# The proper depdendency is networkx[default], but this brings
|
# The proper depdendency is networkx[default], but this brings
|
||||||
# in matplotlib and a bunch of other deps
|
# in matplotlib and a bunch of other deps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue