Skip to content

Commit ecb3f69

Browse files
committed
require fido2>=1.0.0
1 parent baf5b13 commit ecb3f69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pydantic
22
cryptography
33
pyOpenSSL
4-
fido2
4+
fido2>=1.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
python_requires=">=3.8, <4",
3838
install_requires=[
39-
"fido2",
39+
"fido2>=1.0.0",
4040
"pydantic",
4141
"cryptography",
4242
"pyOpenSSL",

0 commit comments

Comments
 (0)