Skip to content

Commit 1ed50d5

Browse files
committed
update dependency spec
1 parent f4771df commit 1ed50d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ exclude = ["render_static/tests"]
4545
# django-renderstatic = 'render_static.console:main'
4646

4747
[tool.poetry.dependencies]
48-
python = "^3.6"
48+
python = ">=3.6,<4.0"
4949
Django = [
50-
{version = "^2.2||^3.0", python = "^3.6"},
51-
{version = "^4.0", python = "^3.8"}
50+
{version = ">=2.2,<3.0", python = ">=3.6,<=3.9"},
51+
{version = ">=3.0,<4.0", python = ">=3.6,<=3.10"},
52+
{version = ">=4.0,<5.0", python = ">=3.8,<4.0"}
5253
]
5354

5455
Jinja2 = { version = ">=2.9,<4.0", optional = true }

0 commit comments

Comments
 (0)