|
@@ -0,0 +1,666 @@
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "async-generator"
|
|
|
|
|
+version = "1.10"
|
|
|
|
|
+description = "Async generators and context managers for Python 3.5+"
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.5"
|
|
|
|
|
+
|
|
|
|
|
+[[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 = "main"
|
|
|
|
|
+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 = "black"
|
|
|
|
|
+version = "22.1.0"
|
|
|
|
|
+description = "The uncompromising code formatter."
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6.2"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+click = ">=8.0.0"
|
|
|
|
|
+mypy-extensions = ">=0.4.3"
|
|
|
|
|
+pathspec = ">=0.9.0"
|
|
|
|
|
+platformdirs = ">=2"
|
|
|
|
|
+tomli = ">=1.1.0"
|
|
|
|
|
+typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}
|
|
|
|
|
+
|
|
|
|
|
+[package.extras]
|
|
|
|
|
+colorama = ["colorama (>=0.4.3)"]
|
|
|
|
|
+d = ["aiohttp (>=3.7.4)"]
|
|
|
|
|
+jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
|
|
|
|
|
+uvloop = ["uvloop (>=0.15.2)"]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "certifi"
|
|
|
|
|
+version = "2021.10.8"
|
|
|
|
|
+description = "Python package for providing Mozilla's CA Bundle."
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = "*"
|
|
|
|
|
+
|
|
|
|
|
+[[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 = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "colorama"
|
|
|
|
|
+version = "0.4.4"
|
|
|
|
|
+description = "Cross-platform colored terminal text."
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+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 = "h11"
|
|
|
|
|
+version = "0.13.0"
|
|
|
|
|
+description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "idna"
|
|
|
|
|
+version = "3.3"
|
|
|
|
|
+description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.5"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "iniconfig"
|
|
|
|
|
+version = "1.1.1"
|
|
|
|
|
+description = "iniconfig: brain-dead simple config-ini parsing"
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = "*"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "mypy"
|
|
|
|
|
+version = "0.931"
|
|
|
|
|
+description = "Optional static typing for Python"
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+mypy-extensions = ">=0.4.3"
|
|
|
|
|
+tomli = ">=1.1.0"
|
|
|
|
|
+typing-extensions = ">=3.10"
|
|
|
|
|
+
|
|
|
|
|
+[package.extras]
|
|
|
|
|
+dmypy = ["psutil (>=4.0)"]
|
|
|
|
|
+python2 = ["typed-ast (>=1.4.0,<2)"]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "mypy-extensions"
|
|
|
|
|
+version = "0.4.3"
|
|
|
|
|
+description = "Experimental type system extensions for programs checked with the mypy typechecker."
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = "*"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "otppy"
|
|
|
|
|
+version = "0.1.2"
|
|
|
|
|
+description = "OTP library for Python 3"
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.4"
|
|
|
|
|
+
|
|
|
|
|
+[package.extras]
|
|
|
|
|
+dev = ["black", "flake8", "pylint", "pytest"]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "outcome"
|
|
|
|
|
+version = "1.1.0"
|
|
|
|
|
+description = "Capture the outcome of Python function calls."
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+attrs = ">=19.2.0"
|
|
|
|
|
+
|
|
|
|
|
+[[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 = "pathspec"
|
|
|
|
|
+version = "0.9.0"
|
|
|
|
|
+description = "Utility library for gitignore style pattern matching of file paths."
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "platformdirs"
|
|
|
|
|
+version = "2.5.0"
|
|
|
|
|
+description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.7"
|
|
|
|
|
+
|
|
|
|
|
+[package.extras]
|
|
|
|
|
+docs = ["Sphinx (>=4)", "furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
|
|
|
+test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "pluggy"
|
|
|
|
|
+version = "1.0.0"
|
|
|
|
|
+description = "plugin and hook calling mechanisms for python"
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
+
|
|
|
|
|
+[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 = "pydocstyle"
|
|
|
|
|
+version = "6.1.1"
|
|
|
|
|
+description = "Python docstring style checker"
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+snowballstemmer = "*"
|
|
|
|
|
+
|
|
|
|
|
+[package.extras]
|
|
|
|
|
+toml = ["toml"]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "pyopenssl"
|
|
|
|
|
+version = "22.0.0"
|
|
|
|
|
+description = "Python wrapper module around the OpenSSL library"
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+cryptography = ">=35.0"
|
|
|
|
|
+
|
|
|
|
|
+[package.extras]
|
|
|
|
|
+docs = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
|
+test = ["flaky", "pretend", "pytest (>=3.0.1)"]
|
|
|
|
|
+
|
|
|
|
|
+[[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 = "pytest"
|
|
|
|
|
+version = "7.0.1"
|
|
|
|
|
+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\""}
|
|
|
|
|
+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 = "selenium"
|
|
|
|
|
+version = "4.1.0"
|
|
|
|
|
+description = ""
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = "~=3.7"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+trio = ">=0.17,<1.0"
|
|
|
|
|
+trio-websocket = ">=0.9,<1.0"
|
|
|
|
|
+urllib3 = {version = ">=1.26,<2.0", extras = ["secure"]}
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "sniffio"
|
|
|
|
|
+version = "1.2.0"
|
|
|
|
|
+description = "Sniff out which async library your code is running under"
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.5"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "snowballstemmer"
|
|
|
|
|
+version = "2.2.0"
|
|
|
|
|
+description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = "*"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "sortedcontainers"
|
|
|
|
|
+version = "2.4.0"
|
|
|
|
|
+description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = "*"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tomli"
|
|
|
|
|
+version = "2.0.1"
|
|
|
|
|
+description = "A lil' TOML parser"
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.7"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "trio"
|
|
|
|
|
+version = "0.19.0"
|
|
|
|
|
+description = "A friendly Python library for async concurrency and I/O"
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+async-generator = ">=1.9"
|
|
|
|
|
+attrs = ">=19.2.0"
|
|
|
|
|
+cffi = {version = ">=1.14", markers = "os_name == \"nt\" and implementation_name != \"pypy\""}
|
|
|
|
|
+idna = "*"
|
|
|
|
|
+outcome = "*"
|
|
|
|
|
+sniffio = "*"
|
|
|
|
|
+sortedcontainers = "*"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "trio-websocket"
|
|
|
|
|
+version = "0.9.2"
|
|
|
|
|
+description = "WebSocket library for Trio"
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.5"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+async-generator = ">=1.10"
|
|
|
|
|
+trio = ">=0.11"
|
|
|
|
|
+wsproto = ">=0.14"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "typing-extensions"
|
|
|
|
|
+version = "4.1.1"
|
|
|
|
|
+description = "Backported and Experimental Type Hints for Python 3.6+"
|
|
|
|
|
+category = "dev"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "urllib3"
|
|
|
|
|
+version = "1.26.8"
|
|
|
|
|
+description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+certifi = {version = "*", optional = true, markers = "extra == \"secure\""}
|
|
|
|
|
+cryptography = {version = ">=1.3.4", optional = true, markers = "extra == \"secure\""}
|
|
|
|
|
+idna = {version = ">=2.0.0", optional = true, markers = "extra == \"secure\""}
|
|
|
|
|
+pyOpenSSL = {version = ">=0.14", optional = true, markers = "extra == \"secure\""}
|
|
|
|
|
+
|
|
|
|
|
+[package.extras]
|
|
|
|
|
+brotli = ["brotlipy (>=0.6.0)"]
|
|
|
|
|
+secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
|
|
|
|
|
+socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wsproto"
|
|
|
|
|
+version = "1.0.0"
|
|
|
|
|
+description = "WebSockets state-machine based protocol implementation"
|
|
|
|
|
+category = "main"
|
|
|
|
|
+optional = false
|
|
|
|
|
+python-versions = ">=3.6.1"
|
|
|
|
|
+
|
|
|
|
|
+[package.dependencies]
|
|
|
|
|
+h11 = ">=0.9.0,<1"
|
|
|
|
|
+
|
|
|
|
|
+[metadata]
|
|
|
|
|
+lock-version = "1.1"
|
|
|
|
|
+python-versions = "^3.9"
|
|
|
|
|
+content-hash = "8a875745b2204d88b9805ed6a36f8bd47297297e96b61d3f72e9baf99dba0c1d"
|
|
|
|
|
+
|
|
|
|
|
+[metadata.files]
|
|
|
|
|
+async-generator = [
|
|
|
|
|
+ {file = "async_generator-1.10-py3-none-any.whl", hash = "sha256:01c7bf666359b4967d2cda0000cc2e4af16a0ae098cbffcb8472fb9e8ad6585b"},
|
|
|
|
|
+ {file = "async_generator-1.10.tar.gz", hash = "sha256:6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144"},
|
|
|
|
|
+]
|
|
|
|
|
+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"},
|
|
|
|
|
+]
|
|
|
|
|
+black = [
|
|
|
|
|
+ {file = "black-22.1.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:1297c63b9e1b96a3d0da2d85d11cd9bf8664251fd69ddac068b98dc4f34f73b6"},
|
|
|
|
|
+ {file = "black-22.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2ff96450d3ad9ea499fc4c60e425a1439c2120cbbc1ab959ff20f7c76ec7e866"},
|
|
|
|
|
+ {file = "black-22.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0e21e1f1efa65a50e3960edd068b6ae6d64ad6235bd8bfea116a03b21836af71"},
|
|
|
|
|
+ {file = "black-22.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e2f69158a7d120fd641d1fa9a921d898e20d52e44a74a6fbbcc570a62a6bc8ab"},
|
|
|
|
|
+ {file = "black-22.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:228b5ae2c8e3d6227e4bde5920d2fc66cc3400fde7bcc74f480cb07ef0b570d5"},
|
|
|
|
|
+ {file = "black-22.1.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b1a5ed73ab4c482208d20434f700d514f66ffe2840f63a6252ecc43a9bc77e8a"},
|
|
|
|
|
+ {file = "black-22.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:35944b7100af4a985abfcaa860b06af15590deb1f392f06c8683b4381e8eeaf0"},
|
|
|
|
|
+ {file = "black-22.1.0-cp36-cp36m-win_amd64.whl", hash = "sha256:7835fee5238fc0a0baf6c9268fb816b5f5cd9b8793423a75e8cd663c48d073ba"},
|
|
|
|
|
+ {file = "black-22.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:dae63f2dbf82882fa3b2a3c49c32bffe144970a573cd68d247af6560fc493ae1"},
|
|
|
|
|
+ {file = "black-22.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5fa1db02410b1924b6749c245ab38d30621564e658297484952f3d8a39fce7e8"},
|
|
|
|
|
+ {file = "black-22.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:c8226f50b8c34a14608b848dc23a46e5d08397d009446353dad45e04af0c8e28"},
|
|
|
|
|
+ {file = "black-22.1.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:2d6f331c02f0f40aa51a22e479c8209d37fcd520c77721c034517d44eecf5912"},
|
|
|
|
|
+ {file = "black-22.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:742ce9af3086e5bd07e58c8feb09dbb2b047b7f566eb5f5bc63fd455814979f3"},
|
|
|
|
|
+ {file = "black-22.1.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:fdb8754b453fb15fad3f72cd9cad3e16776f0964d67cf30ebcbf10327a3777a3"},
|
|
|
|
|
+ {file = "black-22.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5660feab44c2e3cb24b2419b998846cbb01c23c7fe645fee45087efa3da2d61"},
|
|
|
|
|
+ {file = "black-22.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:6f2f01381f91c1efb1451998bd65a129b3ed6f64f79663a55fe0e9b74a5f81fd"},
|
|
|
|
|
+ {file = "black-22.1.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:efbadd9b52c060a8fc3b9658744091cb33c31f830b3f074422ed27bad2b18e8f"},
|
|
|
|
|
+ {file = "black-22.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8871fcb4b447206904932b54b567923e5be802b9b19b744fdff092bd2f3118d0"},
|
|
|
|
|
+ {file = "black-22.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ccad888050f5393f0d6029deea2a33e5ae371fd182a697313bdbd835d3edaf9c"},
|
|
|
|
|
+ {file = "black-22.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:07e5c049442d7ca1a2fc273c79d1aecbbf1bc858f62e8184abe1ad175c4f7cc2"},
|
|
|
|
|
+ {file = "black-22.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:373922fc66676133ddc3e754e4509196a8c392fec3f5ca4486673e685a421321"},
|
|
|
|
|
+ {file = "black-22.1.0-py3-none-any.whl", hash = "sha256:3524739d76b6b3ed1132422bf9d82123cd1705086723bc3e235ca39fd21c667d"},
|
|
|
|
|
+ {file = "black-22.1.0.tar.gz", hash = "sha256:a7c0192d35635f6fc1174be575cb7915e92e5dd629ee79fdaf0dcfa41a80afb5"},
|
|
|
|
|
+]
|
|
|
|
|
+certifi = [
|
|
|
|
|
+ {file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"},
|
|
|
|
|
+ {file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"},
|
|
|
|
|
+]
|
|
|
|
|
+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"},
|
|
|
|
|
+]
|
|
|
|
|
+h11 = [
|
|
|
|
|
+ {file = "h11-0.13.0-py3-none-any.whl", hash = "sha256:8ddd78563b633ca55346c8cd41ec0af27d3c79931828beffb46ce70a379e7442"},
|
|
|
|
|
+ {file = "h11-0.13.0.tar.gz", hash = "sha256:70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06"},
|
|
|
|
|
+]
|
|
|
|
|
+idna = [
|
|
|
|
|
+ {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
|
|
|
|
+ {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
|
|
|
|
|
+]
|
|
|
|
|
+iniconfig = [
|
|
|
|
|
+ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
|
|
|
|
+ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
|
|
|
|
|
+]
|
|
|
|
|
+mypy = [
|
|
|
|
|
+ {file = "mypy-0.931-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:3c5b42d0815e15518b1f0990cff7a705805961613e701db60387e6fb663fe78a"},
|
|
|
|
|
+ {file = "mypy-0.931-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c89702cac5b302f0c5d33b172d2b55b5df2bede3344a2fbed99ff96bddb2cf00"},
|
|
|
|
|
+ {file = "mypy-0.931-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:300717a07ad09525401a508ef5d105e6b56646f7942eb92715a1c8d610149714"},
|
|
|
|
|
+ {file = "mypy-0.931-cp310-cp310-win_amd64.whl", hash = "sha256:7b3f6f557ba4afc7f2ce6d3215d5db279bcf120b3cfd0add20a5d4f4abdae5bc"},
|
|
|
|
|
+ {file = "mypy-0.931-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:1bf752559797c897cdd2c65f7b60c2b6969ffe458417b8d947b8340cc9cec08d"},
|
|
|
|
|
+ {file = "mypy-0.931-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4365c60266b95a3f216a3047f1d8e3f895da6c7402e9e1ddfab96393122cc58d"},
|
|
|
|
|
+ {file = "mypy-0.931-cp36-cp36m-win_amd64.whl", hash = "sha256:1b65714dc296a7991000b6ee59a35b3f550e0073411ac9d3202f6516621ba66c"},
|
|
|
|
|
+ {file = "mypy-0.931-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e839191b8da5b4e5d805f940537efcaa13ea5dd98418f06dc585d2891d228cf0"},
|
|
|
|
|
+ {file = "mypy-0.931-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:50c7346a46dc76a4ed88f3277d4959de8a2bd0a0fa47fa87a4cde36fe247ac05"},
|
|
|
|
|
+ {file = "mypy-0.931-cp37-cp37m-win_amd64.whl", hash = "sha256:d8f1ff62f7a879c9fe5917b3f9eb93a79b78aad47b533911b853a757223f72e7"},
|
|
|
|
|
+ {file = "mypy-0.931-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f9fe20d0872b26c4bba1c1be02c5340de1019530302cf2dcc85c7f9fc3252ae0"},
|
|
|
|
|
+ {file = "mypy-0.931-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:1b06268df7eb53a8feea99cbfff77a6e2b205e70bf31743e786678ef87ee8069"},
|
|
|
|
|
+ {file = "mypy-0.931-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8c11003aaeaf7cc2d0f1bc101c1cc9454ec4cc9cb825aef3cafff8a5fdf4c799"},
|
|
|
|
|
+ {file = "mypy-0.931-cp38-cp38-win_amd64.whl", hash = "sha256:d9d2b84b2007cea426e327d2483238f040c49405a6bf4074f605f0156c91a47a"},
|
|
|
|
|
+ {file = "mypy-0.931-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ff3bf387c14c805ab1388185dd22d6b210824e164d4bb324b195ff34e322d166"},
|
|
|
|
|
+ {file = "mypy-0.931-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5b56154f8c09427bae082b32275a21f500b24d93c88d69a5e82f3978018a0266"},
|
|
|
|
|
+ {file = "mypy-0.931-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8ca7f8c4b1584d63c9a0f827c37ba7a47226c19a23a753d52e5b5eddb201afcd"},
|
|
|
|
|
+ {file = "mypy-0.931-cp39-cp39-win_amd64.whl", hash = "sha256:74f7eccbfd436abe9c352ad9fb65872cc0f1f0a868e9d9c44db0893440f0c697"},
|
|
|
|
|
+ {file = "mypy-0.931-py3-none-any.whl", hash = "sha256:1171f2e0859cfff2d366da2c7092b06130f232c636a3f7301e3feb8b41f6377d"},
|
|
|
|
|
+ {file = "mypy-0.931.tar.gz", hash = "sha256:0038b21890867793581e4cb0d810829f5fd4441aa75796b53033af3aa30430ce"},
|
|
|
|
|
+]
|
|
|
|
|
+mypy-extensions = [
|
|
|
|
|
+ {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
|
|
|
|
|
+ {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
|
|
|
|
|
+]
|
|
|
|
|
+otppy = [
|
|
|
|
|
+ {file = "OTPpy-0.1.2.tar.gz", hash = "sha256:826a9dd3110b94d209f90b101594650420c10e2c99c27477533dce63031ec668"},
|
|
|
|
|
+]
|
|
|
|
|
+outcome = [
|
|
|
|
|
+ {file = "outcome-1.1.0-py2.py3-none-any.whl", hash = "sha256:c7dd9375cfd3c12db9801d080a3b63d4b0a261aa996c4c13152380587288d958"},
|
|
|
|
|
+ {file = "outcome-1.1.0.tar.gz", hash = "sha256:e862f01d4e626e63e8f92c38d1f8d5546d3f9cce989263c521b2e7990d186967"},
|
|
|
|
|
+]
|
|
|
|
|
+packaging = [
|
|
|
|
|
+ {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
|
|
|
|
+ {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
|
|
|
|
+]
|
|
|
|
|
+pathspec = [
|
|
|
|
|
+ {file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"},
|
|
|
|
|
+ {file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
|
|
|
|
|
+]
|
|
|
|
|
+platformdirs = [
|
|
|
|
|
+ {file = "platformdirs-2.5.0-py3-none-any.whl", hash = "sha256:30671902352e97b1eafd74ade8e4a694782bd3471685e78c32d0fdfd3aa7e7bb"},
|
|
|
|
|
+ {file = "platformdirs-2.5.0.tar.gz", hash = "sha256:8ec11dfba28ecc0715eb5fb0147a87b1bf325f349f3da9aab2cd6b50b96b692b"},
|
|
|
|
|
+]
|
|
|
|
|
+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"},
|
|
|
|
|
+]
|
|
|
|
|
+pydocstyle = [
|
|
|
|
|
+ {file = "pydocstyle-6.1.1-py3-none-any.whl", hash = "sha256:6987826d6775056839940041beef5c08cc7e3d71d63149b48e36727f70144dc4"},
|
|
|
|
|
+ {file = "pydocstyle-6.1.1.tar.gz", hash = "sha256:1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc"},
|
|
|
|
|
+]
|
|
|
|
|
+pyopenssl = [
|
|
|
|
|
+ {file = "pyOpenSSL-22.0.0-py2.py3-none-any.whl", hash = "sha256:ea252b38c87425b64116f808355e8da644ef9b07e429398bfece610f893ee2e0"},
|
|
|
|
|
+ {file = "pyOpenSSL-22.0.0.tar.gz", hash = "sha256:660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf"},
|
|
|
|
|
+]
|
|
|
|
|
+pyparsing = [
|
|
|
|
|
+ {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"},
|
|
|
|
|
+ {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"},
|
|
|
|
|
+]
|
|
|
|
|
+pytest = [
|
|
|
|
|
+ {file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"},
|
|
|
|
|
+ {file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"},
|
|
|
|
|
+]
|
|
|
|
|
+selenium = [
|
|
|
|
|
+ {file = "selenium-4.1.0-py3-none-any.whl", hash = "sha256:27e7b64df961d609f3d57237caa0df123abbbe22d038f2ec9e332fb90ec1a939"},
|
|
|
|
|
+]
|
|
|
|
|
+sniffio = [
|
|
|
|
|
+ {file = "sniffio-1.2.0-py3-none-any.whl", hash = "sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663"},
|
|
|
|
|
+ {file = "sniffio-1.2.0.tar.gz", hash = "sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de"},
|
|
|
|
|
+]
|
|
|
|
|
+snowballstemmer = [
|
|
|
|
|
+ {file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"},
|
|
|
|
|
+ {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"},
|
|
|
|
|
+]
|
|
|
|
|
+sortedcontainers = [
|
|
|
|
|
+ {file = "sortedcontainers-2.4.0-py2.py3-none-any.whl", hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0"},
|
|
|
|
|
+ {file = "sortedcontainers-2.4.0.tar.gz", hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"},
|
|
|
|
|
+]
|
|
|
|
|
+tomli = [
|
|
|
|
|
+ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
|
|
|
|
|
+ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
|
|
|
|
|
+]
|
|
|
|
|
+trio = [
|
|
|
|
|
+ {file = "trio-0.19.0-py3-none-any.whl", hash = "sha256:c27c231e66336183c484fbfe080fa6cc954149366c15dc21db8b7290081ec7b8"},
|
|
|
|
|
+ {file = "trio-0.19.0.tar.gz", hash = "sha256:895e318e5ec5e8cea9f60b473b6edb95b215e82d99556a03eb2d20c5e027efe1"},
|
|
|
|
|
+]
|
|
|
|
|
+trio-websocket = [
|
|
|
|
|
+ {file = "trio-websocket-0.9.2.tar.gz", hash = "sha256:a3d34de8fac26023eee701ed1e7bf4da9a8326b61a62934ec9e53b64970fd8fe"},
|
|
|
|
|
+ {file = "trio_websocket-0.9.2-py3-none-any.whl", hash = "sha256:5b558f6e83cc20a37c3b61202476c5295d1addf57bd65543364e0337e37ed2bc"},
|
|
|
|
|
+]
|
|
|
|
|
+typing-extensions = [
|
|
|
|
|
+ {file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"},
|
|
|
|
|
+ {file = "typing_extensions-4.1.1.tar.gz", hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42"},
|
|
|
|
|
+]
|
|
|
|
|
+urllib3 = [
|
|
|
|
|
+ {file = "urllib3-1.26.8-py2.py3-none-any.whl", hash = "sha256:000ca7f471a233c2251c6c7023ee85305721bfdf18621ebff4fd17a8653427ed"},
|
|
|
|
|
+ {file = "urllib3-1.26.8.tar.gz", hash = "sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c"},
|
|
|
|
|
+]
|
|
|
|
|
+wsproto = [
|
|
|
|
|
+ {file = "wsproto-1.0.0-py3-none-any.whl", hash = "sha256:d8345d1808dd599b5ffb352c25a367adb6157e664e140dbecba3f9bc007edb9f"},
|
|
|
|
|
+ {file = "wsproto-1.0.0.tar.gz", hash = "sha256:868776f8456997ad0d9720f7322b746bbe9193751b5b290b7f924659377c8c38"},
|
|
|
|
|
+]
|