2022-06-20 12:16:55 +02:00
[ [ package ] ]
name = "aiohttp"
version = "3.8.1"
description = "Async http client/server framework (asyncio)"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
aiosignal = ">=1.1.2"
async-timeout = ">=4.0.0a3,<5.0"
attrs = ">=17.3.0"
charset-normalizer = ">=2.0,<3.0"
frozenlist = ">=1.1.1"
multidict = ">=4.5,<7.0"
yarl = ">=1.0,<2.0"
[ package . extras ]
speedups = [ "aiodns" , "brotli" , "cchardet" ]
[ [ package ] ]
name = "aiosignal"
version = "1.2.0"
description = "aiosignal: a list of registered asynchronous callbacks"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
frozenlist = ">=1.1.0"
[ [ package ] ]
name = "astroid"
2022-06-20 12:51:49 +02:00
version = "2.11.6"
2022-06-20 12:16:55 +02:00
description = "An abstract syntax tree for Python with inference support."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
lazy-object-proxy = ">=1.4.0"
typing-extensions = { version = ">=3.10" , markers = "python_version < \"3.10\"" }
wrapt = ">=1.11,<2"
[ [ package ] ]
name = "async-timeout"
version = "4.0.2"
description = "Timeout context manager for asyncio programs"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ 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"
2022-07-04 01:06:24 +02:00
version = "22.6.0"
2022-06-20 12:16:55 +02:00
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"
2022-07-04 01:06:24 +02:00
tomli = { version = ">=1.1.0" , markers = "python_full_version < \"3.11.0a7\"" }
2022-06-20 12:16:55 +02:00
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"
2022-06-21 02:16:00 +02:00
version = "2022.6.15"
2022-06-20 12:16:55 +02:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "charset-normalizer"
version = "2.0.12"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
[ [ package ] ]
name = "click"
version = "8.1.3"
description = "Composable command line interface toolkit"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "colorama"
2022-06-20 12:51:49 +02:00
version = "0.4.5"
2022-06-20 12:16:55 +02:00
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 = "coverage"
version = "6.4.1"
description = "Code coverage measurement for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
toml = [ "tomli" ]
[ [ package ] ]
name = "dill"
version = "0.3.5.1"
description = "serialize all of python"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*"
[ package . extras ]
graph = [ "objgraph (>=1.7.2)" ]
[ [ package ] ]
name = "frozenlist"
version = "1.3.0"
description = "A list-like structure which implements collections.abc.MutableSequence"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "ghp-import"
version = "2.1.0"
description = "Copy your docs directly to the gh-pages branch."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
python-dateutil = ">=2.8.1"
[ package . extras ]
dev = [ "twine" , "markdown" , "flake8" , "wheel" ]
[ [ package ] ]
name = "griffe"
version = "0.20.0"
description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
async = [ "aiofiles (>=0.7,<1.0)" ]
[ [ package ] ]
name = "idna"
version = "3.3"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "importlib-metadata"
version = "4.11.4"
description = "Read metadata from Python packages"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
perf = [ "ipython" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" , "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 = "isort"
version = "5.10.1"
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
python-versions = ">=3.6.1,<4.0"
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
plugins = [ "setuptools" ]
[ [ package ] ]
name = "jinja2"
version = "3.1.2"
description = "A very fast and expressive template engine."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
[ [ package ] ]
name = "lazy-object-proxy"
version = "1.7.1"
description = "A fast and thorough lazy object proxy."
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "markdown"
version = "3.3.7"
description = "Python implementation of Markdown."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
importlib-metadata = { version = ">=4.4" , markers = "python_version < \"3.10\"" }
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
[ [ package ] ]
name = "markupsafe"
version = "2.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "dev"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "mccabe"
version = "0.7.0"
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "mergedeep"
version = "1.3.4"
description = "A deep merge function for 🐍."
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "mkdocs"
version = "1.3.0"
description = "Project documentation with Markdown."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
click = ">=3.3"
ghp-import = ">=1.0"
importlib-metadata = ">=4.3"
Jinja2 = ">=2.10.2"
Markdown = ">=3.2.1"
mergedeep = ">=1.3.4"
packaging = ">=20.5"
PyYAML = ">=3.10"
pyyaml-env-tag = ">=0.1"
watchdog = ">=2.0"
[ package . extras ]
i18n = [ "babel (>=2.9.0)" ]
[ [ package ] ]
name = "mkdocs-autorefs"
version = "0.4.1"
description = "Automatically link across pages in MkDocs."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
Markdown = ">=3.3"
mkdocs = ">=1.1"
[ [ package ] ]
name = "mkdocs-material"
2022-07-05 09:45:09 +02:00
version = "8.3.9"
2022-06-20 12:16:55 +02:00
description = "Documentation that simply works"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
jinja2 = ">=3.0.2"
markdown = ">=3.2"
mkdocs = ">=1.3.0"
mkdocs-material-extensions = ">=1.0.3"
pygments = ">=2.12"
pymdown-extensions = ">=9.4"
[ [ package ] ]
name = "mkdocs-material-extensions"
version = "1.0.3"
description = "Extension pack for Python Markdown."
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "mkdocstrings"
version = "0.19.0"
description = "Automatic documentation from sources, for MkDocs."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
Jinja2 = ">=2.11.1"
Markdown = ">=3.3"
MarkupSafe = ">=1.1"
mkdocs = ">=1.2"
mkdocs-autorefs = ">=0.3.1"
pymdown-extensions = ">=6.3"
[ package . extras ]
crystal = [ "mkdocstrings-crystal (>=0.3.4)" ]
python = [ "mkdocstrings-python (>=0.5.2)" ]
python-legacy = [ "mkdocstrings-python-legacy (>=0.2.1)" ]
[ [ package ] ]
name = "mkdocstrings-python"
version = "0.7.1"
description = "A Python handler for mkdocstrings."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
griffe = ">=0.11.1"
mkdocstrings = ">=0.19"
[ [ package ] ]
name = "multidict"
version = "6.0.2"
description = "multidict implementation"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "mypy"
2022-06-21 02:16:00 +02:00
version = "0.961"
2022-06-20 12:16:55 +02:00
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
mypy-extensions = ">=0.4.3"
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
typing-extensions = ">=3.10"
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
python2 = [ "typed-ast (>=1.4.0,<2)" ]
reports = [ "lxml" ]
[ [ 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 = "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.2"
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 = [ "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" , "sphinx (>=4)" ]
test = [ "appdirs (==1.4.4)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" , "pytest (>=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 = "pydantic"
version = "1.9.1"
description = "Data validation and settings management using python type hints"
category = "main"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
typing-extensions = ">=3.7.4.3"
[ package . extras ]
dotenv = [ "python-dotenv (>=0.10.4)" ]
email = [ "email-validator (>=1.0.3)" ]
[ [ package ] ]
name = "pygments"
version = "2.12.0"
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "pylint"
2022-07-04 01:33:44 +02:00
version = "2.14.4"
2022-06-20 12:16:55 +02:00
description = "python code static checker"
category = "dev"
optional = false
2022-06-20 12:51:49 +02:00
python-versions = ">=3.7.2"
2022-06-20 12:16:55 +02:00
[ package . dependencies ]
2022-06-20 12:51:49 +02:00
astroid = ">=2.11.6,<=2.12.0-dev0"
colorama = { version = ">=0.4.5" , markers = "sys_platform == \"win32\"" }
2022-06-20 12:16:55 +02:00
dill = ">=0.2"
isort = ">=4.2.5,<6"
mccabe = ">=0.6,<0.8"
platformdirs = ">=2.2.0"
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2022-06-20 12:51:49 +02:00
tomlkit = ">=0.10.1"
2022-06-20 12:16:55 +02:00
typing-extensions = { version = ">=3.10.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
2022-06-20 12:51:49 +02:00
spelling = [ "pyenchant (>=3.2,<4.0)" ]
testutils = [ "gitpython (>3)" ]
2022-06-20 12:16:55 +02:00
[ [ package ] ]
name = "pylint-pydantic"
version = "0.1.4"
description = "A Pylint plugin to help Pylint understand the Pydantic"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pydantic = "<2.0"
pylint = ">2.0,<3.0"
[ [ package ] ]
name = "pylint-pytest"
version = "1.1.2"
description = "A Pylint plugin to suppress pytest-related false positives."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pylint = "*"
pytest = ">=4.6"
[ [ package ] ]
name = "pymdown-extensions"
version = "9.5"
description = "Extension pack for Python Markdown."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
markdown = ">=3.2"
[ [ package ] ]
name = "pyparsing"
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
category = "dev"
optional = false
python-versions = ">=3.6.8"
[ package . extras ]
diagrams = [ "railroad-diagrams" , "jinja2" ]
[ [ package ] ]
name = "pytest"
version = "7.1.2"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ 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 = "pytest-aiohttp"
version = "1.0.4"
description = "Pytest plugin for aiohttp support"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
aiohttp = ">=3.8.1"
pytest = ">=6.1.0"
pytest-asyncio = ">=0.17.2"
[ package . extras ]
testing = [ "coverage (==6.2)" , "mypy (==0.931)" ]
[ [ package ] ]
name = "pytest-asyncio"
version = "0.18.3"
description = "Pytest support for asyncio"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
pytest = ">=6.1.0"
[ package . extras ]
testing = [ "coverage (==6.2)" , "hypothesis (>=5.7.1)" , "flaky (>=3.5.0)" , "mypy (==0.931)" , "pytest-trio (>=0.7.0)" ]
[ [ package ] ]
name = "pytest-mock"
2022-07-10 23:40:33 +02:00
version = "3.8.2"
2022-06-20 12:16:55 +02:00
description = "Thin-wrapper around the mock package for easier use with pytest"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
pytest = ">=5.0"
[ package . extras ]
dev = [ "pre-commit" , "tox" , "pytest-asyncio" ]
[ [ package ] ]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
[ [ package ] ]
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "pyyaml-env-tag"
version = "0.1"
description = "A custom YAML tag for referencing environment variables in YAML files. "
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyyaml = "*"
[ [ package ] ]
name = "requests"
2022-07-03 23:27:43 +02:00
version = "2.28.1"
2022-06-20 12:16:55 +02:00
description = "Python HTTP for Humans."
category = "main"
optional = false
2022-06-21 02:16:00 +02:00
python-versions = ">=3.7, <4"
2022-06-20 12:16:55 +02:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2022-07-03 23:27:43 +02:00
charset-normalizer = ">=2,<3"
2022-06-21 02:16:00 +02:00
idna = ">=2.5,<4"
2022-06-20 12:16:55 +02:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
2022-06-21 02:16:00 +02:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
2022-07-03 23:27:43 +02:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<6)" ]
2022-06-20 12:16:55 +02:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.7"
2022-06-20 12:51:49 +02:00
[ [ package ] ]
name = "tomlkit"
version = "0.11.0"
description = "Style preserving TOML library"
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
2022-06-20 12:16:55 +02:00
[ [ package ] ]
name = "types-requests"
2022-06-27 02:53:47 +02:00
version = "2.28.0"
2022-06-20 12:16:55 +02:00
description = "Typing stubs for requests"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
types-urllib3 = "<1.27"
[ [ package ] ]
name = "types-toml"
version = "0.10.7"
description = "Typing stubs for toml"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "types-urllib3"
version = "1.26.15"
description = "Typing stubs for urllib3"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "typing-extensions"
version = "4.2.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "urllib3"
version = "1.26.9"
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 . extras ]
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "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 = "watchdog"
version = "2.1.9"
description = "Filesystem events monitoring"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
watchmedo = [ "PyYAML (>=3.10)" ]
[ [ package ] ]
name = "wrapt"
version = "1.14.1"
description = "Module for decorators, wrappers and monkey patching."
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "yarl"
version = "1.7.2"
description = "Yet another URL library"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
[ [ package ] ]
name = "zipp"
version = "3.8.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=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 (>=0.9.1)" ]
[ metadata ]
lock-version = "1.1"
python-versions = "^3.8"
2022-07-10 23:40:33 +02:00
content-hash = "6367107abf54c64a5b0bac8cddf1fa6ab5ed8adbcafb7df91b789adf3a88b688"
2022-06-20 12:16:55 +02:00
[ metadata . files ]
2022-07-10 23:40:33 +02:00
aiohttp = [ ]
aiosignal = [ ]
astroid = [ ]
async-timeout = [ ]
atomicwrites = [ ]
attrs = [ ]
black = [ ]
certifi = [ ]
charset-normalizer = [ ]
click = [ ]
colorama = [ ]
coverage = [ ]
dill = [ ]
frozenlist = [ ]
ghp-import = [ ]
griffe = [ ]
idna = [ ]
importlib-metadata = [ ]
iniconfig = [ ]
isort = [ ]
jinja2 = [ ]
lazy-object-proxy = [ ]
markdown = [ ]
markupsafe = [ ]
mccabe = [ ]
mergedeep = [ ]
mkdocs = [ ]
mkdocs-autorefs = [ ]
mkdocs-material = [ ]
mkdocs-material-extensions = [ ]
mkdocstrings = [ ]
mkdocstrings-python = [ ]
multidict = [ ]
mypy = [ ]
mypy-extensions = [ ]
packaging = [ ]
pathspec = [ ]
platformdirs = [ ]
pluggy = [ ]
py = [ ]
pydantic = [ ]
pygments = [ ]
pylint = [ ]
pylint-pydantic = [ ]
pylint-pytest = [ ]
pymdown-extensions = [ ]
pyparsing = [ ]
pytest = [ ]
pytest-aiohttp = [ ]
pytest-asyncio = [ ]
pytest-mock = [ ]
python-dateutil = [ ]
pyyaml = [ ]
pyyaml-env-tag = [ ]
requests = [ ]
six = [ ]
toml = [ ]
tomli = [ ]
tomlkit = [ ]
types-requests = [ ]
types-toml = [ ]
types-urllib3 = [ ]
typing-extensions = [ ]
urllib3 = [ ]
watchdog = [ ]
wrapt = [ ]
yarl = [ ]
zipp = [ ]