Skip to content

Commit 71ca915

Browse files
authored
Add jmespath to requirements (#207)
Signed-off-by: Webster Mudge <[email protected]>
1 parent 1dffa84 commit 71ca915

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies = [
3333
"ansible-core<2.17", # For RHEL 8 support
3434
"ansible-lint",
3535
"antsibull-docs >= 2.0.0, < 3.0.0",
36+
"jmespath",
3637
]
3738

3839
[tool.hatch.envs.default.scripts]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
jmespath
1516
netaddr
1617
psycopg2-binary
1718
cryptography

0 commit comments

Comments
 (0)