We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0ef77 commit fe40351Copy full SHA for fe40351
pyproject.toml
@@ -46,7 +46,7 @@ exclude = ["render_static/tests"]
46
python = "^3.6"
47
Django = "^2.2||^3.0"
48
Jinja2 = { version = "^2.9", optional = true }
49
-importlib-resources = { version = "^1.3.0||^2.0.0||^3.0.0||^5.0.0", optional = true }
+importlib-resources = { version = "^>=1.3.0&&<=6.0.0", optional = true }
50
PyYAML = { version = "^5.1", optional = true }
51
52
[tool.poetry.dev-dependencies]
0 commit comments