Skip to content

Commit

Permalink
chore: with ruamel.yaml and tomlkit via install dictknife[load]
Browse files Browse the repository at this point in the history
  • Loading branch information
podhmo committed Mar 5, 2024
1 parent 435ce54 commit ed4ac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with open(os.path.join(here, "CHANGES.txt")) as f:
CHANGES = f.read()

install_requires = ["jinja2", "dictknife", "magicalimport", "inflection"]
install_requires = ["jinja2", "dictknife[load]", "magicalimport", "inflection"]
if sys.version_info[:2] < (3, 7):
install_requires.append("importlib_resources")

Expand Down

0 comments on commit ed4ac0e

Please sign in to comment.