mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +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
|
||||
jiter==0.5.0
|
||||
# via openai
|
||||
json5==0.9.25
|
||||
# via -r requirements/requirements.in
|
||||
jsonschema==4.23.0
|
||||
# via
|
||||
# -r requirements/requirements.in
|
||||
|
|
|
@ -24,6 +24,7 @@ flake8
|
|||
importlib_resources
|
||||
pyperclip
|
||||
pexpect
|
||||
json5
|
||||
|
||||
# The proper depdendency is networkx[default], but this brings
|
||||
# in matplotlib and a bunch of other deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue