mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
add json5 dep
This commit is contained in:
parent
af6ae8da8a
commit
67004e7e4f
2 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,8 @@ jinja2==3.1.4
|
||||||
# via litellm
|
# via litellm
|
||||||
jiter==0.5.0
|
jiter==0.5.0
|
||||||
# via openai
|
# via openai
|
||||||
|
json5==0.9.25
|
||||||
|
# via -r requirements/requirements.in
|
||||||
jsonschema==4.23.0
|
jsonschema==4.23.0
|
||||||
# via
|
# via
|
||||||
# -r requirements/requirements.in
|
# -r requirements/requirements.in
|
||||||
|
|
|
@ -24,6 +24,7 @@ flake8
|
||||||
importlib_resources
|
importlib_resources
|
||||||
pyperclip
|
pyperclip
|
||||||
pexpect
|
pexpect
|
||||||
|
json5
|
||||||
|
|
||||||
# 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