Skip to content
Snippets Groups Projects
Commit 2800e4c8 authored by Max Drexler's avatar Max Drexler
Browse files

add importlib-resources backport

parent 40c790ed
No related branches found
No related tags found
1 merge request!2Switch to package setup
......@@ -9,6 +9,7 @@ dependencies = [
"watchfiles >= 0.20.0",
"python-dotenv >= 1.0.0",
"quickmq >= 1.1.0",
"importlib-resources; python_version < '3.9'",
"typing-extensions",
]
requires-python = ">=3.8"
......
......@@ -3,3 +3,4 @@ watchfiles >= 0.20.0
python-dotenv >= 1.0.0
quickmq >= 1.1.0
typing-extensions
importlib_resoureces; python_version < '3.9'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment