Skip to content

Commit 909d0b7

Browse files
committed
Loosen support for Django 2 LTS.
1 parent da83532 commit 909d0b7

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
@@ -11,7 +11,7 @@ keywords = ["django", "python", "javascript", "fullstack"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.6"
14-
django = ">=3.0.0"
14+
django = ">=2.2"
1515
beautifulsoup4 = ">=4.8.0"
1616
orjson = "^3.2.1"
1717
shortuuid = "^1.0.1"

0 commit comments

Comments
 (0)