Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Updating to show support for Fido2 < 1.2
  • Loading branch information
StevenMapes authored Sep 9, 2024
1 parent 4bc9d3b commit 321351a
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'
fido2 = ">1.1.2,<1.2"

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

0 comments on commit 321351a

Please sign in to comment.