Skip to content
Snippets Groups Projects
Commit 4cbd5465 authored by Benedikt's avatar Benedikt
Browse files

added importlib dependencie for 3.8

parent f8dce5e7
No related branches found
No related tags found
No related merge requests found
Pipeline #50641 failed
......@@ -12,7 +12,8 @@ requires-python = ">=3.8"
dependencies = [
"jinja2",
"lxml",
"xmlschema"
"xmlschema",
"importlib_resources" # Add this line to ensure compatibility with Python 3.8
]
readme = {file = "README.md", content-type = "text/markdown"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment