Skip to content

Commit

Permalink
Corrected base required fido2
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMapes committed Sep 12, 2024
1 parent 321351a commit b6c26ac
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 @@ -46,7 +46,7 @@ include = [
python = ">=3.7, <4.0"
django = "> 2.2, < 5.2"
pyotp = '^2.9'
fido2 = ">1.1.2,<1.2"
fido2 = ">=1.1.2,<1.2"

[tool.poetry.dev-dependencies]
pytest = "^3.0"
Expand Down

0 comments on commit b6c26ac

Please sign in to comment.