Skip to content

Commit 0ea4148

Browse files
committed
Add jsonpath-ng dependency to project and development requirements
1 parent 3ecefbd commit 0ea4148

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ dependencies = [
3030
"dacite >=1.6.0",
3131
"xmltodict>=0.12.0",
3232
"iris-embedded-python-wrapper>=0.0.6",
33-
"setuptools >= 40.8.0",
34-
"dc-schema >= 0.0.8"
33+
"setuptools>=40.8.0",
34+
"dc-schema>=0.0.8",
35+
"jsonpath-ng>=1.7.0"
3536
]
3637

3738
license = { file = "LICENSE" }

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ dataclasses-json
77
wheel
88
twine
99
iris-embedded-python-wrapper
10-
dc-schema
10+
dc-schema
11+
jsonpath-ng

0 commit comments

Comments
 (0)