Skip to content

Commit 8ff6bc9

Browse files
committed
fix: remove only dev extras
1 parent 7174bc3 commit 8ff6bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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 --extras "jmespath"
7+
poetry install
88
pre-commit install
99

1010
dev-docs:

0 commit comments

Comments
 (0)