-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
19 lines (19 loc) · 1.15 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
asn1crypto==1.5.1
cbor2==5.4.3; python_version >= "3.7"
cffi==1.15.1; python_version >= "3.6"
click==8.1.3; python_version >= "3.7"
colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"
cryptography==37.0.4; python_version >= "3.7" and python_version < "4.0"
fido2==1.0.0; python_version >= "3.7" and python_version < "4.0"
flask==2.2.2; python_version >= "3.7"
importlib-metadata==4.12.0; python_version < "3.8" and python_version >= "3.7"
itsdangerous==2.1.2; python_version >= "3.7"
jinja2==3.1.2; python_version >= "3.7"
markupsafe==2.1.1; python_version >= "3.7"
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
pydantic==1.9.2; python_full_version >= "3.6.1"
pyopenssl==22.0.0; python_version >= "3.6"
typing-extensions==4.3.0; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.1"
webauthn==1.6.0
werkzeug==2.2.2; python_version >= "3.7"
zipp==3.8.1; python_version < "3.10" and python_version >= "3.7"