Skip to content

Commit 85b6e2a

Browse files
committed
make sure that ctap-keyring-device is installed on all platforms besides win32
1 parent 2fd2c6e commit 85b6e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keyring>=21.4.0
44
requests>=2.25.0,<3.0.0
55
fido2>=0.9.1,<0.10.0
66
okta>=2.9.0,<3.0.0
7-
ctap-keyring-device==1.0.6; sys_platform == "win32" and python_version < "3.10"
7+
ctap-keyring-device==1.0.6; (sys_platform == "win32" and python_version < "3.10") or sys_platform != "win32"
88
pyjwt>=2.4.0,<3.0.0
99
urllib3>=1.26.0,<2.0.0
1010
html5lib>=1.1,<2.0.0

0 commit comments

Comments
 (0)