Skip to content

Commit 080c9fd

Browse files
committed
feat: add jmespath as optional dependency
1 parent 14116f5 commit 080c9fd

File tree

3 files changed

+107
-90
lines changed

3 files changed

+107
-90
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ target:
44

55
dev:
66
pip install --upgrade pip poetry pre-commit
7-
poetry install
7+
poetry install --extras "jmespath"
88
pre-commit install
99

1010
dev-docs:

0 commit comments

Comments
 (0)