Skip to content

Commit

Permalink
Fix Django dependency version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Jun 18, 2023
1 parent bbbc2b4 commit d83efa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages = [
]

[tool.poetry.dependencies]
Django = "^2.2 || ^3.2 || ^4.0"
Django = ">=2.2,<5.0,!=3.0.*,!=3.1.*"
python = "^3.7"
pytz = "*"
"backports.zoneinfo" = { version = "^0.2.1", python = "<3.9" }
Expand Down

0 comments on commit d83efa7

Please sign in to comment.