Skip to content

Commit 9ca07d9

Browse files
committed
dep fix tst
1 parent 1ed50d5 commit 9ca07d9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ exclude = ["render_static/tests"]
4646

4747
[tool.poetry.dependencies]
4848
python = ">=3.6,<4.0"
49-
Django = [
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"}
53-
]
49+
Django = ">=2.2,<5.0"
50+
#Django = [
51+
# {version = ">=2.2,<3.0", python = ">=3.6,<=3.9"},
52+
# {version = ">=3.0,<4.0", python = ">=3.6,<=3.10"},
53+
# {version = ">=4.0,<5.0", python = ">=3.8,<4.0"}
54+
#]
5455

5556
Jinja2 = { version = ">=2.9,<4.0", optional = true }
5657
importlib-resources = { version = ">=1.3.0,<6.0.0", optional = true }

0 commit comments

Comments
 (0)