Skip to content

Commit 6ce0ae1

Browse files
authored
Change Django dependency to >=4 (#35)
1 parent d687e4e commit 6ce0ae1

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
@@ -21,7 +21,7 @@ packages = [
2121

2222
[tool.poetry.dependencies]
2323
python = "^3.8"
24-
django = "^4.0"
24+
django = ">=4"
2525
requests = "^2"
2626

2727
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)