1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add importlib_resources dependency for older Python (fix #2753) (#2754)

This commit is contained in:
itchyny
2023-07-23 15:01:16 +09:00
committed by GitHub
parent 34629ed223
commit 575372222a
2 changed files with 34 additions and 1 deletions

View File

@@ -11,3 +11,4 @@ pyyaml = "*"
markdown = "*"
lxml = "*"
jsonschema = "*"
importlib_resources = "*"