We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd2c6e commit 85b6e2aCopy full SHA for 85b6e2a
requirements.txt
@@ -4,7 +4,7 @@ keyring>=21.4.0
4
requests>=2.25.0,<3.0.0
5
fido2>=0.9.1,<0.10.0
6
okta>=2.9.0,<3.0.0
7
-ctap-keyring-device==1.0.6; sys_platform == "win32" and python_version < "3.10"
+ctap-keyring-device==1.0.6; (sys_platform == "win32" and python_version < "3.10") or sys_platform != "win32"
8
pyjwt>=2.4.0,<3.0.0
9
urllib3>=1.26.0,<2.0.0
10
html5lib>=1.1,<2.0.0
0 commit comments