mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 10:33:15 +03:00
611 lines
32 KiB
TOML
611 lines
32 KiB
TOML
|
[[package]]
|
||
|
name = "altgraph"
|
||
|
version = "0.17.2"
|
||
|
description = "Python graph (network) package"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "atomicwrites"
|
||
|
version = "1.4.0"
|
||
|
description = "Atomic file writes."
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "attrs"
|
||
|
version = "21.4.0"
|
||
|
description = "Classes Without Boilerplate"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||
|
|
||
|
[package.extras]
|
||
|
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"]
|
||
|
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"]
|
||
|
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "cloudpickle"]
|
||
|
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "cloudpickle"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cffi"
|
||
|
version = "1.15.0"
|
||
|
description = "Foreign Function Interface for Python calling C code."
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[package.dependencies]
|
||
|
pycparser = "*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "click"
|
||
|
version = "8.0.3"
|
||
|
description = "Composable command line interface toolkit"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
||
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
||
|
|
||
|
[[package]]
|
||
|
name = "colorama"
|
||
|
version = "0.4.4"
|
||
|
description = "Cross-platform colored terminal text."
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cryptography"
|
||
|
version = "36.0.1"
|
||
|
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
cffi = ">=1.12"
|
||
|
|
||
|
[package.extras]
|
||
|
docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"]
|
||
|
docstest = ["pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"]
|
||
|
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
|
||
|
sdist = ["setuptools_rust (>=0.11.4)"]
|
||
|
ssh = ["bcrypt (>=3.1.5)"]
|
||
|
test = ["pytest (>=6.2.0)", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "dataclasses"
|
||
|
version = "0.8"
|
||
|
description = "A backport of the dataclasses module for Python 3.6"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6, <3.7"
|
||
|
|
||
|
[[package]]
|
||
|
name = "fido2"
|
||
|
version = "0.9.3"
|
||
|
description = "Python based FIDO 2.0 library"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
|
||
|
|
||
|
[package.dependencies]
|
||
|
cryptography = ">=1.5"
|
||
|
six = "*"
|
||
|
|
||
|
[package.extras]
|
||
|
pcsc = ["pyscard"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "future"
|
||
|
version = "0.18.2"
|
||
|
description = "Clean single-source support for Python 3 and 2"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "importlib-metadata"
|
||
|
version = "4.8.3"
|
||
|
description = "Read metadata from Python packages"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
|
||
|
zipp = ">=0.5"
|
||
|
|
||
|
[package.extras]
|
||
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
|
||
|
perf = ["ipython"]
|
||
|
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "packaging", "pep517", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy", "importlib-resources (>=1.3)"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "iniconfig"
|
||
|
version = "1.1.1"
|
||
|
description = "iniconfig: brain-dead simple config-ini parsing"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "jeepney"
|
||
|
version = "0.7.1"
|
||
|
description = "Low-level, pure Python DBus protocol wrapper."
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.extras]
|
||
|
test = ["pytest", "pytest-trio", "pytest-asyncio", "testpath", "trio", "async-timeout"]
|
||
|
trio = ["trio", "async-generator"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "keyring"
|
||
|
version = "23.4.1"
|
||
|
description = "Store and access your passwords safely."
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
importlib-metadata = ">=3.6"
|
||
|
jeepney = {version = ">=0.4.2", markers = "sys_platform == \"linux\""}
|
||
|
pywin32-ctypes = {version = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1", markers = "sys_platform == \"win32\""}
|
||
|
SecretStorage = {version = ">=3.2", markers = "sys_platform == \"linux\""}
|
||
|
|
||
|
[package.extras]
|
||
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
|
||
|
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-black (>=0.3.7)", "pytest-mypy"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "macholib"
|
||
|
version = "1.15.2"
|
||
|
description = "Mach-O header analysis and editing"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[package.dependencies]
|
||
|
altgraph = ">=0.15"
|
||
|
|
||
|
[[package]]
|
||
|
name = "packaging"
|
||
|
version = "21.3"
|
||
|
description = "Core utilities for Python packages"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pefile"
|
||
|
version = "2021.9.3"
|
||
|
description = "Python PE parsing module"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6.0"
|
||
|
|
||
|
[package.dependencies]
|
||
|
future = "*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pluggy"
|
||
|
version = "1.0.0"
|
||
|
description = "plugin and hook calling mechanisms for python"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
||
|
|
||
|
[package.extras]
|
||
|
dev = ["pre-commit", "tox"]
|
||
|
testing = ["pytest", "pytest-benchmark"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "py"
|
||
|
version = "1.11.0"
|
||
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pycparser"
|
||
|
version = "2.21"
|
||
|
description = "C parser in Python"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyinstaller"
|
||
|
version = "4.9"
|
||
|
description = "PyInstaller bundles a Python application and all its dependencies into a single package."
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = "<3.11,>=3.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
altgraph = "*"
|
||
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
||
|
macholib = {version = ">=1.8", markers = "sys_platform == \"darwin\""}
|
||
|
pefile = {version = ">=2017.8.1", markers = "sys_platform == \"win32\""}
|
||
|
pyinstaller-hooks-contrib = ">=2020.6"
|
||
|
pywin32-ctypes = {version = ">=0.2.0", markers = "sys_platform == \"win32\""}
|
||
|
|
||
|
[package.extras]
|
||
|
encryption = ["tinyaes (>=1.0.0)"]
|
||
|
hook_testing = ["pytest (>=2.7.3)", "execnet (>=1.5.0)", "psutil"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyinstaller-hooks-contrib"
|
||
|
version = "2022.0"
|
||
|
description = "Community maintained hooks for PyInstaller"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyparsing"
|
||
|
version = "3.0.7"
|
||
|
description = "Python parsing module"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.extras]
|
||
|
diagrams = ["jinja2", "railroad-diagrams"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyscard"
|
||
|
version = "2.0.2"
|
||
|
description = "Smartcard module for Python."
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[package.extras]
|
||
|
Gui = ["wxpython"]
|
||
|
Pyro = ["pyro"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pytest"
|
||
|
version = "7.0.0"
|
||
|
description = "pytest: simple powerful testing with Python"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
|
||
|
attrs = ">=19.2.0"
|
||
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
||
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
||
|
iniconfig = "*"
|
||
|
packaging = "*"
|
||
|
pluggy = ">=0.12,<2.0"
|
||
|
py = ">=1.8.2"
|
||
|
tomli = ">=1.0.0"
|
||
|
|
||
|
[package.extras]
|
||
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pywin32"
|
||
|
version = "303"
|
||
|
description = "Python for Window Extensions"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pywin32-ctypes"
|
||
|
version = "0.2.0"
|
||
|
description = ""
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "secretstorage"
|
||
|
version = "3.3.1"
|
||
|
description = "Python bindings to FreeDesktop.org Secret Service API"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
cryptography = ">=2.0"
|
||
|
jeepney = ">=0.6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "six"
|
||
|
version = "1.16.0"
|
||
|
description = "Python 2 and 3 compatibility utilities"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "tomli"
|
||
|
version = "1.2.3"
|
||
|
description = "A lil' TOML parser"
|
||
|
category = "dev"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "typing-extensions"
|
||
|
version = "4.0.1"
|
||
|
description = "Backported and Experimental Type Hints for Python 3.6+"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "yubikey-manager"
|
||
|
version = "4.1.0-dev0"
|
||
|
description = "Tool for managing your YubiKey configuration."
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "^3.6"
|
||
|
develop = false
|
||
|
|
||
|
[package.dependencies]
|
||
|
click = "^6.0 || ^7.0 || ^8.0"
|
||
|
cryptography = ">=2.1, <39"
|
||
|
dataclasses = {version = "^0.8", markers = "python_version < \"3.7\""}
|
||
|
fido2 = ">=0.9, <1.0"
|
||
|
keyring = "<23.5"
|
||
|
pyscard = "^1.9 || ^2.0"
|
||
|
pywin32 = {version = ">=223", markers = "sys_platform == \"win32\""}
|
||
|
|
||
|
[package.source]
|
||
|
type = "directory"
|
||
|
url = "yubikey-manager"
|
||
|
|
||
|
[[package]]
|
||
|
name = "zipp"
|
||
|
version = "3.6.0"
|
||
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.extras]
|
||
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
|
||
|
testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
|
||
|
|
||
|
[metadata]
|
||
|
lock-version = "1.1"
|
||
|
python-versions = "^3.6"
|
||
|
content-hash = "3ad372e77a86f3c7a25683cbeea3f2f98aeac8dbb279b7610429a62d23ba9325"
|
||
|
|
||
|
[metadata.files]
|
||
|
altgraph = [
|
||
|
{file = "altgraph-0.17.2-py2.py3-none-any.whl", hash = "sha256:743628f2ac6a7c26f5d9223c91ed8ecbba535f506f4b6f558885a8a56a105857"},
|
||
|
{file = "altgraph-0.17.2.tar.gz", hash = "sha256:ebf2269361b47d97b3b88e696439f6e4cbc607c17c51feb1754f90fb79839158"},
|
||
|
]
|
||
|
atomicwrites = [
|
||
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
|
||
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
|
||
|
]
|
||
|
attrs = [
|
||
|
{file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"},
|
||
|
{file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"},
|
||
|
]
|
||
|
cffi = [
|
||
|
{file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962"},
|
||
|
{file = "cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0"},
|
||
|
{file = "cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14"},
|
||
|
{file = "cffi-1.15.0-cp27-cp27m-win32.whl", hash = "sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474"},
|
||
|
{file = "cffi-1.15.0-cp27-cp27m-win_amd64.whl", hash = "sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6"},
|
||
|
{file = "cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27"},
|
||
|
{file = "cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023"},
|
||
|
{file = "cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2"},
|
||
|
{file = "cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e"},
|
||
|
{file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7"},
|
||
|
{file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3"},
|
||
|
{file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c"},
|
||
|
{file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962"},
|
||
|
{file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382"},
|
||
|
{file = "cffi-1.15.0-cp310-cp310-win32.whl", hash = "sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55"},
|
||
|
{file = "cffi-1.15.0-cp310-cp310-win_amd64.whl", hash = "sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0"},
|
||
|
{file = "cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e"},
|
||
|
{file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39"},
|
||
|
{file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc"},
|
||
|
{file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032"},
|
||
|
{file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8"},
|
||
|
{file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605"},
|
||
|
{file = "cffi-1.15.0-cp36-cp36m-win32.whl", hash = "sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e"},
|
||
|
{file = "cffi-1.15.0-cp36-cp36m-win_amd64.whl", hash = "sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc"},
|
||
|
{file = "cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636"},
|
||
|
{file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4"},
|
||
|
{file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997"},
|
||
|
{file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b"},
|
||
|
{file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2"},
|
||
|
{file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7"},
|
||
|
{file = "cffi-1.15.0-cp37-cp37m-win32.whl", hash = "sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66"},
|
||
|
{file = "cffi-1.15.0-cp37-cp37m-win_amd64.whl", hash = "sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029"},
|
||
|
{file = "cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880"},
|
||
|
{file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20"},
|
||
|
{file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024"},
|
||
|
{file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e"},
|
||
|
{file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728"},
|
||
|
{file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6"},
|
||
|
{file = "cffi-1.15.0-cp38-cp38-win32.whl", hash = "sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c"},
|
||
|
{file = "cffi-1.15.0-cp38-cp38-win_amd64.whl", hash = "sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443"},
|
||
|
{file = "cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a"},
|
||
|
{file = "cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37"},
|
||
|
{file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a"},
|
||
|
{file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e"},
|
||
|
{file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796"},
|
||
|
{file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df"},
|
||
|
{file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8"},
|
||
|
{file = "cffi-1.15.0-cp39-cp39-win32.whl", hash = "sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a"},
|
||
|
{file = "cffi-1.15.0-cp39-cp39-win_amd64.whl", hash = "sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139"},
|
||
|
{file = "cffi-1.15.0.tar.gz", hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954"},
|
||
|
]
|
||
|
click = [
|
||
|
{file = "click-8.0.3-py3-none-any.whl", hash = "sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3"},
|
||
|
{file = "click-8.0.3.tar.gz", hash = "sha256:410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b"},
|
||
|
]
|
||
|
colorama = [
|
||
|
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
||
|
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
||
|
]
|
||
|
cryptography = [
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:73bc2d3f2444bcfeac67dd130ff2ea598ea5f20b40e36d19821b4df8c9c5037b"},
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:2d87cdcb378d3cfed944dac30596da1968f88fb96d7fc34fdae30a99054b2e31"},
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:74d6c7e80609c0f4c2434b97b80c7f8fdfaa072ca4baab7e239a15d6d70ed73a"},
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:6c0c021f35b421ebf5976abf2daacc47e235f8b6082d3396a2fe3ccd537ab173"},
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d59a9d55027a8b88fd9fd2826c4392bd487d74bf628bb9d39beecc62a644c12"},
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a817b961b46894c5ca8a66b599c745b9a3d9f822725221f0e0fe49dc043a3a3"},
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2"},
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:7be0eec337359c155df191d6ae00a5e8bbb63933883f4f5dffc439dac5348c3f"},
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:e0344c14c9cb89e76eb6a060e67980c9e35b3f36691e15e1b7a9e58a0a6c6dc3"},
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-win32.whl", hash = "sha256:4caa4b893d8fad33cf1964d3e51842cd78ba87401ab1d2e44556826df849a8ca"},
|
||
|
{file = "cryptography-36.0.1-cp36-abi3-win_amd64.whl", hash = "sha256:391432971a66cfaf94b21c24ab465a4cc3e8bf4a939c1ca5c3e3a6e0abebdbcf"},
|
||
|
{file = "cryptography-36.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:bb5829d027ff82aa872d76158919045a7c1e91fbf241aec32cb07956e9ebd3c9"},
|
||
|
{file = "cryptography-36.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ebc15b1c22e55c4d5566e3ca4db8689470a0ca2babef8e3a9ee057a8b82ce4b1"},
|
||
|
{file = "cryptography-36.0.1-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:596f3cd67e1b950bc372c33f1a28a0692080625592ea6392987dba7f09f17a94"},
|
||
|
{file = "cryptography-36.0.1-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:30ee1eb3ebe1644d1c3f183d115a8c04e4e603ed6ce8e394ed39eea4a98469ac"},
|
||
|
{file = "cryptography-36.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ec63da4e7e4a5f924b90af42eddf20b698a70e58d86a72d943857c4c6045b3ee"},
|
||
|
{file = "cryptography-36.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca238ceb7ba0bdf6ce88c1b74a87bffcee5afbfa1e41e173b1ceb095b39add46"},
|
||
|
{file = "cryptography-36.0.1-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:ca28641954f767f9822c24e927ad894d45d5a1e501767599647259cbf030b903"},
|
||
|
{file = "cryptography-36.0.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:39bdf8e70eee6b1c7b289ec6e5d84d49a6bfa11f8b8646b5b3dfe41219153316"},
|
||
|
{file = "cryptography-36.0.1.tar.gz", hash = "sha256:53e5c1dc3d7a953de055d77bef2ff607ceef7a2aac0353b5d630ab67f7423638"},
|
||
|
]
|
||
|
dataclasses = [
|
||
|
{file = "dataclasses-0.8-py3-none-any.whl", hash = "sha256:0201d89fa866f68c8ebd9d08ee6ff50c0b255f8ec63a71c16fda7af82bb887bf"},
|
||
|
{file = "dataclasses-0.8.tar.gz", hash = "sha256:8479067f342acf957dc82ec415d355ab5edb7e7646b90dc6e2fd1d96ad084c97"},
|
||
|
]
|
||
|
fido2 = [
|
||
|
{file = "fido2-0.9.3.tar.gz", hash = "sha256:b45e89a6109cfcb7f1bb513776aa2d6408e95c4822f83a253918b944083466ec"},
|
||
|
]
|
||
|
future = [
|
||
|
{file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"},
|
||
|
]
|
||
|
importlib-metadata = [
|
||
|
{file = "importlib_metadata-4.8.3-py3-none-any.whl", hash = "sha256:65a9576a5b2d58ca44d133c42a241905cc45e34d2c06fd5ba2bafa221e5d7b5e"},
|
||
|
{file = "importlib_metadata-4.8.3.tar.gz", hash = "sha256:766abffff765960fcc18003801f7044eb6755ffae4521c8e8ce8e83b9c9b0668"},
|
||
|
]
|
||
|
iniconfig = [
|
||
|
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
||
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
|
||
|
]
|
||
|
jeepney = [
|
||
|
{file = "jeepney-0.7.1-py3-none-any.whl", hash = "sha256:1b5a0ea5c0e7b166b2f5895b91a08c14de8915afda4407fb5022a195224958ac"},
|
||
|
{file = "jeepney-0.7.1.tar.gz", hash = "sha256:fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f"},
|
||
|
]
|
||
|
keyring = [
|
||
|
{file = "keyring-23.4.1-py3-none-any.whl", hash = "sha256:17e49fb0d6883c2b4445359434dba95aad84aabb29bbff044ad0ed7100232eca"},
|
||
|
{file = "keyring-23.4.1.tar.gz", hash = "sha256:89cbd74d4683ed164c8082fb38619341097741323b3786905c6dac04d6915a55"},
|
||
|
]
|
||
|
macholib = [
|
||
|
{file = "macholib-1.15.2-py2.py3-none-any.whl", hash = "sha256:885613dd02d3e26dbd2b541eb4cc4ce611b841f827c0958ab98656e478b9e6f6"},
|
||
|
{file = "macholib-1.15.2.tar.gz", hash = "sha256:1542c41da3600509f91c165cb897e7e54c0e74008bd8da5da7ebbee519d593d2"},
|
||
|
]
|
||
|
packaging = [
|
||
|
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
||
|
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
||
|
]
|
||
|
pefile = [
|
||
|
{file = "pefile-2021.9.3.tar.gz", hash = "sha256:344a49e40a94e10849f0fe34dddc80f773a12b40675bf2f7be4b8be578bdd94a"},
|
||
|
]
|
||
|
pluggy = [
|
||
|
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
|
||
|
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
|
||
|
]
|
||
|
py = [
|
||
|
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
|
||
|
{file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
|
||
|
]
|
||
|
pycparser = [
|
||
|
{file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"},
|
||
|
{file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
|
||
|
]
|
||
|
pyinstaller = [
|
||
|
{file = "pyinstaller-4.9-py3-none-macosx_10_13_universal2.whl", hash = "sha256:e2f165cea4470ce8a8349112cd78f48a61413805adc17792a91997a11cfe1d80"},
|
||
|
{file = "pyinstaller-4.9-py3-none-manylinux2014_aarch64.whl", hash = "sha256:24035eb9fffa2e3e288b4c1c9710043819efc7203cae5c8c573bec16f4a8e98f"},
|
||
|
{file = "pyinstaller-4.9-py3-none-manylinux2014_i686.whl", hash = "sha256:a0b988cfc197d40e3d773b3aa1c7d3e918fc0933b4c15ec3fc5d156f222d82cb"},
|
||
|
{file = "pyinstaller-4.9-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:62c97cbbdbee30974d607eb1de9afb081eb3adba787c203b00438e21027b829b"},
|
||
|
{file = "pyinstaller-4.9-py3-none-manylinux2014_s390x.whl", hash = "sha256:7f46ab11ec986e4c525b93251063144e12d432a132dbc0070e3030e34c76537a"},
|
||
|
{file = "pyinstaller-4.9-py3-none-manylinux2014_x86_64.whl", hash = "sha256:b5f1a94150315ea75bf3501be6c8476d65a7209580bb662da06dbdbc4454f375"},
|
||
|
{file = "pyinstaller-4.9-py3-none-musllinux_1_1_aarch64.whl", hash = "sha256:ebeb87cdbadb2b4e8f991ffd9945ebd4fb3a7303180e63682c3e1ce01b3fdd22"},
|
||
|
{file = "pyinstaller-4.9-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:59372b950d176fdc5ecea29719a8ab3f194b73a15b7f9875ac2a1de9a3daf5ed"},
|
||
|
{file = "pyinstaller-4.9-py3-none-win32.whl", hash = "sha256:ec3ca331d565ffca1b6470c5aaf798885a03708c3d0b15c1b19009126f84c1d4"},
|
||
|
{file = "pyinstaller-4.9-py3-none-win_amd64.whl", hash = "sha256:bec57b3b2b6178907255557ec0fc4b5ce5a0474013414cdadea853205c74ed26"},
|
||
|
{file = "pyinstaller-4.9.tar.gz", hash = "sha256:75a180a658871bc41f9cf94b6f90ffa54e98f5d6a7cdb02d7530f0360afe24f9"},
|
||
|
]
|
||
|
pyinstaller-hooks-contrib = [
|
||
|
{file = "pyinstaller-hooks-contrib-2022.0.tar.gz", hash = "sha256:61b667f51b2525377fae30793f38fd9752a08032c72b209effabf707c840cc38"},
|
||
|
{file = "pyinstaller_hooks_contrib-2022.0-py2.py3-none-any.whl", hash = "sha256:29f0bd8fbb2ff6f2df60a0c147e5b5ad65ae5c1a982d90641a5f712de03fa161"},
|
||
|
]
|
||
|
pyparsing = [
|
||
|
{file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"},
|
||
|
{file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"},
|
||
|
]
|
||
|
pyscard = [
|
||
|
{file = "pyscard-2.0.2-cp27-cp27m-macosx_10_14_intel.whl", hash = "sha256:eeeca096bc89feec311b44b9f2e9050157c6e87d9addada975e9ce479b3e39b7"},
|
||
|
{file = "pyscard-2.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:07e4a091f1c75c3d426ae23c935cfa9e8bdd6860c99aeccdcc0eb28a895ec0b5"},
|
||
|
{file = "pyscard-2.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:cfb2d8f05f0850637e25c21975b6a1ed01582308937a8c9e02e38d43f6495422"},
|
||
|
{file = "pyscard-2.0.2-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:68773baf5aaf88a2a9862aa724e5d2fd43a75374e45cbb77beeb313d47fe3f31"},
|
||
|
{file = "pyscard-2.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:3147be0097f88e18dca286e4a7aa58ac016c0a7a2f1b49f91ea42d7d46ac5fe8"},
|
||
|
{file = "pyscard-2.0.2.tar.gz", hash = "sha256:05de0579c42b4eb433903aa2fb327d4821ebac262434b6584da18ed72053fd9e"},
|
||
|
]
|
||
|
pytest = [
|
||
|
{file = "pytest-7.0.0-py3-none-any.whl", hash = "sha256:42901e6bd4bd4a0e533358a86e848427a49005a3256f657c5c8f8dd35ef137a9"},
|
||
|
{file = "pytest-7.0.0.tar.gz", hash = "sha256:dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11"},
|
||
|
]
|
||
|
pywin32 = [
|
||
|
{file = "pywin32-303-cp310-cp310-win32.whl", hash = "sha256:6fed4af057039f309263fd3285d7b8042d41507343cd5fa781d98fcc5b90e8bb"},
|
||
|
{file = "pywin32-303-cp310-cp310-win_amd64.whl", hash = "sha256:51cb52c5ec6709f96c3f26e7795b0bf169ee0d8395b2c1d7eb2c029a5008ed51"},
|
||
|
{file = "pywin32-303-cp311-cp311-win32.whl", hash = "sha256:d9b5d87ca944eb3aa4cd45516203ead4b37ab06b8b777c54aedc35975dec0dee"},
|
||
|
{file = "pywin32-303-cp311-cp311-win_amd64.whl", hash = "sha256:fcf44032f5b14fcda86028cdf49b6ebdaea091230eb0a757282aa656e4732439"},
|
||
|
{file = "pywin32-303-cp36-cp36m-win32.whl", hash = "sha256:aad484d52ec58008ca36bd4ad14a71d7dd0a99db1a4ca71072213f63bf49c7d9"},
|
||
|
{file = "pywin32-303-cp36-cp36m-win_amd64.whl", hash = "sha256:2a09632916b6bb231ba49983fe989f2f625cea237219530e81a69239cd0c4559"},
|
||
|
{file = "pywin32-303-cp37-cp37m-win32.whl", hash = "sha256:b1675d82bcf6dbc96363fca747bac8bff6f6e4a447a4287ac652aa4b9adc796e"},
|
||
|
{file = "pywin32-303-cp37-cp37m-win_amd64.whl", hash = "sha256:c268040769b48a13367221fced6d4232ed52f044ffafeda247bd9d2c6bdc29ca"},
|
||
|
{file = "pywin32-303-cp38-cp38-win32.whl", hash = "sha256:5f9ec054f5a46a0f4dfd72af2ce1372f3d5a6e4052af20b858aa7df2df7d355b"},
|
||
|
{file = "pywin32-303-cp38-cp38-win_amd64.whl", hash = "sha256:793bf74fce164bcffd9d57bb13c2c15d56e43c9542a7b9687b4fccf8f8a41aba"},
|
||
|
{file = "pywin32-303-cp39-cp39-win32.whl", hash = "sha256:7d3271c98434617a11921c5ccf74615794d97b079e22ed7773790822735cc352"},
|
||
|
{file = "pywin32-303-cp39-cp39-win_amd64.whl", hash = "sha256:79cbb862c11b9af19bcb682891c1b91942ec2ff7de8151e2aea2e175899cda34"},
|
||
|
]
|
||
|
pywin32-ctypes = [
|
||
|
{file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"},
|
||
|
{file = "pywin32_ctypes-0.2.0-py2.py3-none-any.whl", hash = "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98"},
|
||
|
]
|
||
|
secretstorage = [
|
||
|
{file = "SecretStorage-3.3.1-py3-none-any.whl", hash = "sha256:422d82c36172d88d6a0ed5afdec956514b189ddbfb72fefab0c8a1cee4eaf71f"},
|
||
|
{file = "SecretStorage-3.3.1.tar.gz", hash = "sha256:fd666c51a6bf200643495a04abb261f83229dcb6fd8472ec393df7ffc8b6f195"},
|
||
|
]
|
||
|
six = [
|
||
|
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
||
|
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
||
|
]
|
||
|
tomli = [
|
||
|
{file = "tomli-1.2.3-py3-none-any.whl", hash = "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c"},
|
||
|
{file = "tomli-1.2.3.tar.gz", hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f"},
|
||
|
]
|
||
|
typing-extensions = [
|
||
|
{file = "typing_extensions-4.0.1-py3-none-any.whl", hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b"},
|
||
|
{file = "typing_extensions-4.0.1.tar.gz", hash = "sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e"},
|
||
|
]
|
||
|
yubikey-manager = []
|
||
|
zipp = [
|
||
|
{file = "zipp-3.6.0-py3-none-any.whl", hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc"},
|
||
|
{file = "zipp-3.6.0.tar.gz", hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832"},
|
||
|
]
|