Skip to content

Commit fe40351

Browse files
committed
fix poetry version spec issue
1 parent 6f0ef77 commit fe40351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude = ["render_static/tests"]
4646
python = "^3.6"
4747
Django = "^2.2||^3.0"
4848
Jinja2 = { version = "^2.9", optional = true }
49-
importlib-resources = { version = "^1.3.0||^2.0.0||^3.0.0||^5.0.0", optional = true }
49+
importlib-resources = { version = "^>=1.3.0&&<=6.0.0", optional = true }
5050
PyYAML = { version = "^5.1", optional = true }
5151

5252
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)