Skip to content

Commit

Permalink
Relax Python and Django version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bruot committed Nov 6, 2021
1 parent 728551f commit 3cc61b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.9"
Django = "^3.2.0"
python = "^3.6"
Django = ">=2.2, <4.1"
YubiOTP = "^1.0.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 3cc61b7

Please sign in to comment.