add json5 dep

This commit is contained in:
Paul Gauthier 2024-08-28 12:19:15 -07:00
parent af6ae8da8a
commit 67004e7e4f
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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