Skip to content

Commit

Permalink
D Always install `importlib-resources'
Browse files Browse the repository at this point in the history
  • Loading branch information
ymilki authored Nov 17, 2023
1 parent a79afb9 commit a306a6c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
"jsonschema",
"pyyaml",
"typing-extensions",
"importlib-resources",
]

extra_requires = {
':python_version<"3.9"': ['importlib-resources'],
}


setup(
name=about["__title__"],
Expand All @@ -38,7 +35,6 @@
python_requires=">=3.7",
include_package_data=True,
install_requires=install_requires,
extra_requires=extra_requires,
license=about["__license__"],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit a306a6c

Please sign in to comment.