commit | fc13f3871a7474156cd9e3134bff1dcc596b8368 | [log] [tgz] |
---|---|---|
author | okozachenko1203 <okozachenko1203@gmail.com> | Wed Oct 26 00:34:55 2022 +1100 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Oct 25 12:15:39 2022 -0400 |
tree | bf8cad01503354e9caba7730e97d5ecf558b020b | |
parent | e6587a82053ee41ccfffc8b04069743743a77ac4 [diff] [blame] |
Add jmespath deps in poetry which is required for json_query filter
diff --git a/pyproject.toml b/pyproject.toml index 54f17c7..c9ecec9 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -20,6 +20,7 @@ eventlet = "^0.33.1" tomli = "^2.0.1" tomli-w = "^1.0.0" +jmespath = "^1.0.1" [tool.poetry.group.dev.dependencies] pytest = "^7.1.3"