Skip to content

Commit c9fc79c

Browse files
build: Remove importlib_resources dependency for Python 3.8
1 parent 719f6d9 commit c9fc79c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ classifiers = [
4343
]
4444
dependencies = [
4545
"click>=8.0.0", # for console scripts
46-
"importlib_resources>=1.4.0; python_version < '3.9'", # for resources in schema
4746
"jsonpatch>=1.15",
4847
"jsonschema>=4.15.0", # for utils
4948
"pyyaml>=5.1", # for parsing CLI equal-delimited options

0 commit comments

Comments
 (0)