Skip to content

Commit

Permalink
D Add importlib-resources import for older python
Browse files Browse the repository at this point in the history
  • Loading branch information
ymilki authored Nov 17, 2023
1 parent 2c84fca commit 66ca914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"jsonschema",
"pyyaml",
"typing-extensions",
':python_version<"3.12"': ['importlib-resources'],
]


Expand Down

0 comments on commit 66ca914

Please sign in to comment.