2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "aiofiles"
2022-02-19 01:45:59 +02:00
version = "0.8.0"
2021-10-11 01:29:06 +03:00
description = "File support for asyncio."
category = "main"
optional = false
python-versions = ">=3.6,<4.0"
[ [ package ] ]
name = "aiohttp"
2022-02-19 01:45:59 +02:00
version = "3.8.1"
2021-10-11 01:29:06 +03:00
description = "Async http client/server framework (asyncio)"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2021-11-08 03:48:34 +02:00
aiosignal = ">=1.1.2"
async-timeout = ">=4.0.0a3,<5.0"
2021-10-11 01:29:06 +03:00
attrs = ">=17.3.0"
2021-11-08 03:48:34 +02:00
charset-normalizer = ">=2.0,<3.0"
frozenlist = ">=1.1.1"
2021-10-11 01:29:06 +03:00
multidict = ">=4.5,<7.0"
yarl = ">=1.0,<2.0"
[ package . extras ]
2021-11-08 03:48:34 +02:00
speedups = [ "aiodns" , "brotli" , "cchardet" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "aiohttp-socks"
2022-02-19 01:45:59 +02:00
version = "0.7.1"
2021-10-11 01:29:06 +03:00
description = "Proxy connector for aiohttp"
category = "main"
optional = true
python-versions = "*"
[ package . dependencies ]
aiohttp = ">=2.3.2"
attrs = ">=19.2.0"
2022-02-19 01:45:59 +02:00
python-socks = { version = ">=2.0.0,<3.0.0" , extras = [ "asyncio" ] }
2021-10-11 01:29:06 +03:00
2021-11-08 03:48:34 +02:00
[ [ 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"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "alabaster"
version = "0.7.12"
description = "A configurable sidebar-enabled Sphinx theme"
category = "main"
optional = true
python-versions = "*"
[ [ package ] ]
name = "appnope"
2022-04-16 19:07:32 +03:00
version = "0.1.3"
2021-10-11 01:29:06 +03:00
description = "Disable App Nap on macOS >= 10.9"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "aresponses"
2022-02-19 01:45:59 +02:00
version = "2.1.5"
2021-10-11 01:29:06 +03:00
description = "Asyncio response mocking. Similar to the responses library used for 'requests'"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
aiohttp = ">=3.1.0,<4.0.0"
pytest-asyncio = "*"
2022-02-19 01:45:59 +02:00
[ [ package ] ]
name = "asttokens"
version = "2.0.5"
description = "Annotate AST trees with source code positions"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
[ package . extras ]
test = [ "astroid" , "pytest" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "async-timeout"
2022-04-16 19:07:32 +03:00
version = "4.0.2"
2021-10-11 01:29:06 +03:00
description = "Timeout context manager for asyncio programs"
category = "main"
optional = false
2021-11-08 03:48:34 +02:00
python-versions = ">=3.6"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "asynctest"
version = "0.13.0"
description = "Enhance the standard unittest package with features for testing asyncio libraries"
category = "dev"
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"
2022-04-16 19:07:32 +03:00
version = "21.4.0"
2021-10-11 01:29:06 +03:00
description = "Classes Without Boilerplate"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
2022-04-16 19:07:32 +03:00
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" ]
2021-10-11 01:29:06 +03:00
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
2022-04-16 19:07:32 +03:00
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" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "babel"
version = "2.9.1"
description = "Internationalization utilities"
category = "main"
optional = true
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pytz = ">=2015.7"
[ [ package ] ]
name = "backcall"
version = "0.2.0"
description = "Specifications for callback functions passed in to an API"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "beautifulsoup4"
2022-04-16 19:07:32 +03:00
version = "4.11.1"
2021-10-11 01:29:06 +03:00
description = "Screen-scraping library"
category = "main"
optional = true
2022-04-16 19:07:32 +03:00
python-versions = ">=3.6.0"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
soupsieve = ">1.2"
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "black"
2022-04-16 19:07:32 +03:00
version = "22.3.0"
2021-10-11 01:29:06 +03:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
2022-02-19 01:45:59 +02:00
click = ">=8.0.0"
2021-10-11 01:29:06 +03:00
mypy-extensions = ">=0.4.3"
2022-02-19 01:45:59 +02:00
pathspec = ">=0.9.0"
2021-10-11 01:29:06 +03:00
platformdirs = ">=2"
2022-04-16 19:07:32 +03:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2022-02-19 01:45:59 +02:00
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
2021-10-11 01:29:06 +03:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2021-11-08 23:20:12 +02:00
d = [ "aiohttp (>=3.7.4)" ]
2021-10-11 01:29:06 +03:00
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"
2022-02-19 01:45:59 +02:00
optional = false
2021-10-11 01:29:06 +03:00
python-versions = "*"
[ [ package ] ]
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ [ package ] ]
name = "charset-normalizer"
2022-04-16 19:07:32 +03:00
version = "2.0.12"
2021-10-11 01:29:06 +03:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
2021-11-08 03:48:34 +02:00
optional = false
2021-10-11 01:29:06 +03:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
[ [ package ] ]
name = "click"
2022-04-16 19:07:32 +03:00
version = "8.1.2"
2021-10-11 01:29:06 +03:00
description = "Composable command line interface toolkit"
category = "main"
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "click-default-group"
version = "1.2.2"
description = "Extends click.Group to invoke a command without explicit subcommand name"
category = "main"
optional = true
python-versions = "*"
[ package . dependencies ]
click = "*"
[ [ 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 = "coverage"
2022-03-27 01:36:05 +02:00
version = "6.3.2"
2021-10-11 01:29:06 +03:00
description = "Code coverage measurement for Python"
category = "dev"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=3.7"
[ package . dependencies ]
tomli = { version = "*" , optional = true , markers = "extra == \"toml\"" }
2021-10-11 01:29:06 +03:00
[ package . extras ]
toml = [ "tomli" ]
[ [ package ] ]
name = "decorator"
2022-04-16 19:07:32 +03:00
version = "5.1.1"
2021-10-11 01:29:06 +03:00
description = "Decorators for Humans"
category = "dev"
optional = false
python-versions = ">=3.5"
2022-04-16 19:07:32 +03:00
[ [ package ] ]
name = "deprecated"
version = "1.2.13"
description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
category = "main"
optional = true
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
wrapt = ">=1.10,<2"
[ package . extras ]
dev = [ "tox" , "bump2version (<1)" , "sphinx (<2)" , "importlib-metadata (<3)" , "importlib-resources (<4)" , "configparser (<5)" , "sphinxcontrib-websupport (<2)" , "zipp (<2)" , "PyTest (<5)" , "PyTest-Cov (<2.6)" , "pytest" , "pytest-cov" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "distlib"
2022-04-16 19:07:32 +03:00
version = "0.3.4"
2021-10-11 01:29:06 +03:00
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "docutils"
version = "0.17.1"
description = "Docutils -- Python Documentation Utilities"
category = "main"
optional = true
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-02-19 01:45:59 +02:00
[ [ package ] ]
name = "executing"
2022-04-16 19:07:32 +03:00
version = "0.8.3"
2022-02-19 01:45:59 +02:00
description = "Get the currently executing AST node of a frame, and other information"
category = "dev"
optional = false
python-versions = "*"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "filelock"
2022-04-16 19:07:32 +03:00
version = "3.6.0"
2021-10-11 01:29:06 +03:00
description = "A platform independent file lock."
category = "dev"
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ package . extras ]
docs = [ "furo (>=2021.8.17b43)" , "sphinx (>=4.1)" , "sphinx-autodoc-typehints (>=1.12)" ]
testing = [ "covdefaults (>=1.2.0)" , "coverage (>=4)" , "pytest (>=4)" , "pytest-cov" , "pytest-timeout (>=1.4.2)" ]
[ [ package ] ]
name = "flake8"
2022-02-19 01:45:59 +02:00
version = "4.0.1"
2021-10-11 01:29:06 +03:00
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=3.6"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
mccabe = ">=0.6.0,<0.7.0"
2022-02-19 01:45:59 +02:00
pycodestyle = ">=2.8.0,<2.9.0"
pyflakes = ">=2.4.0,<2.5.0"
2021-10-11 01:29:06 +03:00
2021-11-08 03:48:34 +02:00
[ [ package ] ]
name = "frozenlist"
2022-04-16 19:07:32 +03:00
version = "1.3.0"
2021-11-08 03:48:34 +02:00
description = "A list-like structure which implements collections.abc.MutableSequence"
category = "main"
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.7"
2021-11-08 03:48:34 +02:00
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "furo"
2022-04-16 19:07:32 +03:00
version = "2022.4.7"
2021-10-11 01:29:06 +03:00
description = "A clean customisable Sphinx documentation theme."
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
beautifulsoup4 = "*"
2022-02-19 01:45:59 +02:00
pygments = ">=2.7,<3.0"
2021-10-11 01:29:06 +03:00
sphinx = ">=4.0,<5.0"
[ [ package ] ]
name = "identify"
2022-04-16 19:07:32 +03:00
version = "2.4.12"
2021-10-11 01:29:06 +03:00
description = "File identification library for Python"
category = "dev"
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ package . extras ]
2022-04-16 19:07:32 +03:00
license = [ "ukkonen" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "idna"
2021-11-08 23:20:12 +02:00
version = "3.3"
2021-10-11 01:29:06 +03:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "imagesize"
2022-04-16 19:07:32 +03:00
version = "1.3.0"
2021-10-11 01:29:06 +03:00
description = "Getting image size from png/jpeg/jpeg2000/gif file"
category = "main"
optional = true
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "importlib-metadata"
2022-04-16 19:07:32 +03:00
version = "4.11.3"
2021-10-11 01:29:06 +03:00
description = "Read metadata from Python packages"
2022-04-16 19:07:32 +03:00
category = "main"
optional = true
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2022-04-16 19:07:32 +03:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
2021-10-11 01:29:06 +03:00
perf = [ "ipython" ]
2022-04-16 19:07:32 +03:00
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)" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "incremental"
version = "21.3.0"
description = "A small library that versions your Python projects."
category = "main"
optional = true
python-versions = "*"
[ package . extras ]
scripts = [ "click (>=6.0)" , "twisted (>=16.4.0)" ]
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "ipython"
2022-04-16 19:07:32 +03:00
version = "8.2.0"
2021-10-11 01:29:06 +03:00
description = "IPython: Productive Interactive Computing"
category = "dev"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=3.8"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
appnope = { version = "*" , markers = "sys_platform == \"darwin\"" }
backcall = "*"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
decorator = "*"
jedi = ">=0.16"
matplotlib-inline = "*"
pexpect = { version = ">4.3" , markers = "sys_platform != \"win32\"" }
pickleshare = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
2022-04-16 19:07:32 +03:00
pygments = ">=2.4.0"
2022-02-19 01:45:59 +02:00
stack-data = "*"
traitlets = ">=5"
2021-10-11 01:29:06 +03:00
[ package . extras ]
2022-04-16 19:07:32 +03:00
all = [ "black" , "Sphinx (>=1.3)" , "ipykernel" , "nbconvert" , "nbformat" , "ipywidgets" , "notebook" , "ipyparallel" , "qtconsole" , "pytest (<7.1)" , "pytest-asyncio" , "testpath" , "curio" , "matplotlib (!=3.2.0)" , "numpy (>=1.19)" , "pandas" , "trio" ]
black = [ "black" ]
2021-10-11 01:29:06 +03:00
doc = [ "Sphinx (>=1.3)" ]
kernel = [ "ipykernel" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
2022-04-16 19:07:32 +03:00
notebook = [ "ipywidgets" , "notebook" ]
2021-10-11 01:29:06 +03:00
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
2022-04-16 19:07:32 +03:00
test = [ "pytest (<7.1)" , "pytest-asyncio" , "testpath" ]
test_extra = [ "pytest (<7.1)" , "pytest-asyncio" , "testpath" , "curio" , "matplotlib (!=3.2.0)" , "nbformat" , "numpy (>=1.19)" , "pandas" , "trio" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "isort"
2022-02-19 01:45:59 +02:00
version = "5.10.1"
2021-10-11 01:29:06 +03:00
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 = "jedi"
2022-04-16 19:07:32 +03:00
version = "0.18.1"
2021-10-11 01:29:06 +03:00
description = "An autocompletion tool for Python that can be used for text editors."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
parso = ">=0.8.0,<0.9.0"
[ package . extras ]
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
2022-04-16 19:07:32 +03:00
testing = [ "Django (<3.1)" , "colorama" , "docopt" , "pytest (<7.0.0)" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "jinja2"
2022-04-16 19:07:32 +03:00
version = "3.1.1"
2021-10-11 01:29:06 +03:00
description = "A very fast and expressive template engine."
category = "main"
2022-04-16 19:07:32 +03:00
optional = true
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
[ [ package ] ]
name = "livereload"
version = "2.6.3"
description = "Python LiveReload is an awesome tool for web developers"
category = "main"
optional = true
python-versions = "*"
[ package . dependencies ]
six = "*"
tornado = { version = "*" , markers = "python_version > \"2.7\"" }
[ [ package ] ]
name = "magic-filter"
2022-04-25 21:24:58 +03:00
version = "1.0.7"
2021-10-11 01:29:06 +03:00
description = "This package provides magic filter based on dynamic attribute getter"
category = "main"
optional = false
python-versions = ">=3.6.2,<4.0.0"
[ [ package ] ]
name = "markdown"
2022-04-16 19:07:32 +03:00
version = "3.3.6"
2021-10-11 01:29:06 +03:00
description = "Python implementation of Markdown."
category = "main"
optional = true
python-versions = ">=3.6"
2022-04-16 19:07:32 +03:00
[ package . dependencies ]
importlib-metadata = { version = ">=4.4" , markers = "python_version < \"3.10\"" }
2021-10-11 01:29:06 +03:00
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
[ [ package ] ]
name = "markdown-include"
version = "0.6.0"
description = "This is an extension to Python-Markdown which provides an \"include\" function, similar to that found in LaTeX (and also the C pre-processor and Fortran). I originally wrote it for my FORD Fortran auto-documentation generator."
category = "main"
optional = true
python-versions = "*"
[ package . dependencies ]
markdown = "*"
[ [ package ] ]
name = "markupsafe"
2022-04-16 19:07:32 +03:00
version = "2.1.1"
2021-10-11 01:29:06 +03:00
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
2022-04-16 19:07:32 +03:00
optional = true
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "matplotlib-inline"
version = "0.1.3"
description = "Inline Matplotlib backend for Jupyter"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
traitlets = "*"
[ [ package ] ]
name = "mccabe"
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "multidict"
2022-04-16 19:07:32 +03:00
version = "6.0.2"
2021-10-11 01:29:06 +03:00
description = "multidict implementation"
category = "main"
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "mypy"
2022-04-16 19:07:32 +03:00
version = "0.942"
2021-10-11 01:29:06 +03:00
description = "Optional static typing for Python"
category = "dev"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=3.6"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
2022-02-19 01:45:59 +02:00
mypy-extensions = ">=0.4.3"
tomli = ">=1.1.0"
typing-extensions = ">=3.10"
2021-10-11 01:29:06 +03:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2022-02-19 01:45:59 +02:00
python2 = [ "typed-ast (>=1.4.0,<2)" ]
2022-04-16 19:07:32 +03:00
reports = [ "lxml" ]
2021-10-11 01:29:06 +03:00
[ [ 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 = "nodeenv"
version = "1.6.0"
description = "Node.js virtual environment builder"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "packaging"
2022-02-19 01:45:59 +02:00
version = "21.3"
2021-10-11 01:29:06 +03:00
description = "Core utilities for Python packages"
category = "main"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=3.6"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
2022-02-19 01:45:59 +02:00
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "parso"
2022-04-16 19:07:32 +03:00
version = "0.8.3"
2021-10-11 01:29:06 +03:00
description = "A Python Parser"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "docopt" , "pytest (<6.0.0)" ]
[ [ 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 = "pexpect"
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
ptyprocess = ">=0.5"
[ [ package ] ]
name = "pickleshare"
version = "0.7.5"
description = "Tiny 'shelve'-like database with concurrency support"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "platformdirs"
2022-04-16 19:07:32 +03:00
version = "2.5.1"
2021-10-11 01:29:06 +03:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ 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 = "pre-commit"
2022-04-16 19:07:32 +03:00
version = "2.18.1"
2021-10-11 01:29:06 +03:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
toml = "*"
virtualenv = ">=20.0.8"
[ [ package ] ]
name = "prompt-toolkit"
2022-04-16 19:07:32 +03:00
version = "3.0.29"
2021-10-11 01:29:06 +03:00
description = "Library for building powerful interactive command lines in Python"
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
name = "ptyprocess"
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
category = "dev"
optional = false
python-versions = "*"
2022-02-19 01:45:59 +02:00
[ [ package ] ]
name = "pure-eval"
version = "0.2.2"
description = "Safely evaluate AST nodes without side effects"
category = "dev"
optional = false
python-versions = "*"
[ package . extras ]
tests = [ "pytest" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "py"
2021-11-08 23:20:12 +02:00
version = "1.11.0"
2021-10-11 01:29:06 +03:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
2021-11-08 23:20:12 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "pycodestyle"
2022-02-19 01:45:59 +02:00
version = "2.8.0"
2021-10-11 01:29:06 +03:00
description = "Python style guide checker"
category = "dev"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "pydantic"
2022-02-19 01:45:59 +02:00
version = "1.9.0"
2021-10-11 01:29:06 +03:00
description = "Data validation and settings management using python 3.6 type hinting"
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 = "pyflakes"
2022-02-19 01:45:59 +02:00
version = "2.4.0"
2021-10-11 01:29:06 +03:00
description = "passive checker of Python programs"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pygments"
2022-02-19 01:45:59 +02:00
version = "2.11.2"
2021-10-11 01:29:06 +03:00
description = "Pygments is a syntax highlighting package written in Python."
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "pymdown-extensions"
2022-04-16 19:07:32 +03:00
version = "9.3"
2021-10-11 01:29:06 +03:00
description = "Extension pack for Python Markdown."
category = "main"
optional = true
2022-02-19 01:45:59 +02:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
Markdown = ">=3.2"
[ [ package ] ]
name = "pyparsing"
2022-04-16 19:07:32 +03:00
version = "3.0.8"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
2021-10-11 01:29:06 +03:00
category = "main"
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.6.8"
2021-11-08 23:20:12 +02:00
[ package . extras ]
2022-04-16 19:07:32 +03:00
diagrams = [ "railroad-diagrams" , "jinja2" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "pytest"
2022-04-25 21:24:58 +03:00
version = "7.1.2"
2021-10-11 01:29:06 +03:00
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ 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"
2022-02-19 01:45:59 +02:00
tomli = ">=1.0.0"
2021-10-11 01:29:06 +03:00
[ package . extras ]
2022-02-19 01:45:59 +02:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "xmlschema" ]
2021-10-11 01:29:06 +03:00
2021-11-08 23:20:12 +02:00
[ [ package ] ]
name = "pytest-aiohttp"
2022-02-19 01:45:59 +02:00
version = "1.0.4"
description = "Pytest plugin for aiohttp support"
2021-11-08 23:20:12 +02:00
category = "dev"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=3.7"
2021-11-08 23:20:12 +02:00
[ package . dependencies ]
2022-02-19 01:45:59 +02:00
aiohttp = ">=3.8.1"
pytest = ">=6.1.0"
pytest-asyncio = ">=0.17.2"
[ package . extras ]
testing = [ "coverage (==6.2)" , "mypy (==0.931)" ]
2021-11-08 23:20:12 +02:00
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "pytest-asyncio"
2022-04-16 19:07:32 +03:00
version = "0.18.3"
2022-02-19 01:45:59 +02:00
description = "Pytest support for asyncio"
2021-10-11 01:29:06 +03:00
category = "dev"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
2022-02-19 01:45:59 +02:00
pytest = ">=6.1.0"
2021-10-11 01:29:06 +03:00
[ package . extras ]
2022-04-16 19:07:32 +03:00
testing = [ "coverage (==6.2)" , "hypothesis (>=5.7.1)" , "flaky (>=3.5.0)" , "mypy (==0.931)" , "pytest-trio (>=0.7.0)" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "pytest-cov"
2022-02-19 01:45:59 +02:00
version = "3.0.0"
2021-10-11 01:29:06 +03:00
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=3.6"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
2022-02-19 01:45:59 +02:00
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
2021-10-11 01:29:06 +03:00
pytest = ">=4.6"
[ package . extras ]
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
[ [ package ] ]
name = "pytest-html"
version = "3.1.1"
description = "pytest plugin for generating HTML reports"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pytest = ">=5.0,<6.0.0 || >6.0.0"
pytest-metadata = "*"
[ [ package ] ]
name = "pytest-lazy-fixture"
version = "0.6.3"
description = "It helps to use fixtures in pytest.mark.parametrize"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
pytest = ">=3.2.5"
[ [ package ] ]
name = "pytest-metadata"
2022-04-16 19:07:32 +03:00
version = "2.0.0"
2021-10-11 01:29:06 +03:00
description = "pytest plugin for test session metadata"
category = "dev"
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.7,<4.0"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
2022-04-16 19:07:32 +03:00
pytest = ">=7.1.1,<8.0.0"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "pytest-mock"
2022-02-19 01:45:59 +02:00
version = "3.7.0"
2021-10-11 01:29:06 +03:00
description = "Thin-wrapper around the mock package for easier use with pytest"
category = "dev"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ package . dependencies ]
pytest = ">=5.0"
[ package . extras ]
dev = [ "pre-commit" , "tox" , "pytest-asyncio" ]
[ [ package ] ]
name = "pytest-mypy"
2022-02-19 01:45:59 +02:00
version = "0.9.1"
2021-10-11 01:29:06 +03:00
description = "Mypy static type checker plugin for Pytest"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
attrs = ">=19.0"
filelock = ">=3.0"
mypy = [
{ version = ">=0.700" , markers = "python_version >= \"3.8\" and python_version < \"3.9\"" } ,
{ version = ">=0.780" , markers = "python_version >= \"3.9\"" } ,
]
2022-02-19 01:45:59 +02:00
pytest = [
{ version = ">=6.2" , markers = "python_version >= \"3.10\"" } ,
{ version = ">=4.6" , markers = "python_version >= \"3.6\" and python_version < \"3.10\"" } ,
]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "python-socks"
2022-02-19 01:45:59 +02:00
version = "2.0.3"
2021-10-11 01:29:06 +03:00
description = "Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python"
category = "main"
optional = true
python-versions = "*"
[ package . dependencies ]
async-timeout = { version = ">=3.0.1" , optional = true , markers = "extra == \"asyncio\"" }
[ package . extras ]
2021-11-24 06:00:37 +02:00
anyio = [ "anyio (>=3.3.4)" ]
2021-10-11 01:29:06 +03:00
asyncio = [ "async-timeout (>=3.0.1)" ]
curio = [ "curio (>=1.4)" ]
trio = [ "trio (>=0.16.0)" ]
[ [ package ] ]
name = "pytz"
2022-04-16 19:07:32 +03:00
version = "2022.1"
2021-10-11 01:29:06 +03:00
description = "World timezone definitions, modern and historical"
category = "main"
optional = true
python-versions = "*"
[ [ package ] ]
name = "pyyaml"
2021-11-08 23:20:12 +02:00
version = "6.0"
2021-10-11 01:29:06 +03:00
description = "YAML parser and emitter for Python"
category = "dev"
optional = false
2021-11-08 23:20:12 +02:00
python-versions = ">=3.6"
2021-10-11 01:29:06 +03:00
2022-04-16 19:07:32 +03:00
[ [ package ] ]
name = "redis"
version = "4.2.2"
description = "Python client for Redis database and key-value store"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
async-timeout = ">=4.0.2"
deprecated = ">=1.2.3"
packaging = ">=20.4"
[ package . extras ]
hiredis = [ "hiredis (>=1.0.0)" ]
ocsp = [ "cryptography (>=36.0.1)" , "pyopenssl (==20.0.1)" , "requests (>=2.26.0)" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "requests"
2022-04-16 19:07:32 +03:00
version = "2.27.1"
2021-10-11 01:29:06 +03:00
description = "Python HTTP for Humans."
category = "main"
optional = true
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2022-02-19 01:45:59 +02:00
[ [ package ] ]
name = "sentry-sdk"
2022-04-16 19:07:32 +03:00
version = "1.5.8"
2022-02-19 01:45:59 +02:00
description = "Python client for Sentry (https://sentry.io)"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
certifi = "*"
urllib3 = ">=1.10.0"
[ package . extras ]
aiohttp = [ "aiohttp (>=3.5)" ]
beam = [ "apache-beam (>=2.12)" ]
bottle = [ "bottle (>=0.12.13)" ]
celery = [ "celery (>=3)" ]
chalice = [ "chalice (>=1.16.0)" ]
django = [ "django (>=1.8)" ]
falcon = [ "falcon (>=1.4)" ]
flask = [ "flask (>=0.11)" , "blinker (>=1.1)" ]
httpx = [ "httpx (>=0.16.0)" ]
pure_eval = [ "pure-eval" , "executing" , "asttokens" ]
pyspark = [ "pyspark (>=2.4.4)" ]
quart = [ "quart (>=0.16.1)" , "blinker (>=1.1)" ]
rq = [ "rq (>=0.6)" ]
sanic = [ "sanic (>=0.8)" ]
sqlalchemy = [ "sqlalchemy (>=1.2)" ]
tornado = [ "tornado (>=5)" ]
2021-10-11 01:29:06 +03:00
[ [ 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 = "snowballstemmer"
2022-04-16 19:07:32 +03:00
version = "2.2.0"
2021-10-11 01:29:06 +03:00
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
category = "main"
optional = true
python-versions = "*"
[ [ package ] ]
name = "soupsieve"
2022-04-16 19:07:32 +03:00
version = "2.3.2"
2021-10-11 01:29:06 +03:00
description = "A modern CSS selector implementation for Beautiful Soup."
category = "main"
optional = true
python-versions = ">=3.6"
[ [ package ] ]
name = "sphinx"
2022-04-16 19:07:32 +03:00
version = "4.5.0"
2021-10-11 01:29:06 +03:00
description = "Python documentation generator"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
alabaster = ">=0.7,<0.8"
babel = ">=1.3"
colorama = { version = ">=0.3.5" , markers = "sys_platform == \"win32\"" }
docutils = ">=0.14,<0.18"
imagesize = "*"
2022-04-16 19:07:32 +03:00
importlib-metadata = { version = ">=4.4" , markers = "python_version < \"3.10\"" }
2021-10-11 01:29:06 +03:00
Jinja2 = ">=2.3"
packaging = "*"
Pygments = ">=2.0"
requests = ">=2.5.0"
snowballstemmer = ">=1.1"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
sphinxcontrib-htmlhelp = ">=2.0.0"
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = ">=1.1.5"
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
2022-04-16 19:07:32 +03:00
lint = [ "flake8 (>=3.5.0)" , "isort" , "mypy (>=0.931)" , "docutils-stubs" , "types-typed-ast" , "types-requests" ]
2021-10-11 01:29:06 +03:00
test = [ "pytest" , "pytest-cov" , "html5lib" , "cython" , "typed-ast" ]
[ [ package ] ]
name = "sphinx-autobuild"
version = "2021.3.14"
description = "Rebuild Sphinx documentation on changes, with live-reload in the browser."
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
colorama = "*"
livereload = "*"
sphinx = "*"
[ package . extras ]
test = [ "pytest" , "pytest-cov" ]
[ [ package ] ]
name = "sphinx-copybutton"
2022-02-19 01:45:59 +02:00
version = "0.5.0"
2021-10-11 01:29:06 +03:00
description = "Add a copy button to each of your code cells."
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
sphinx = ">=1.8"
[ package . extras ]
code_style = [ "pre-commit (==2.12.1)" ]
2022-02-19 01:45:59 +02:00
rtd = [ "sphinx" , "ipython" , "myst-nb" , "sphinx-book-theme" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "sphinx-intl"
version = "2.0.1"
description = "Sphinx utility that make it easy to translate and to apply translation."
category = "main"
optional = true
python-versions = ">=3.5"
[ package . dependencies ]
babel = "*"
click = "*"
sphinx = "*"
[ package . extras ]
test = [ "pytest" , "mock" ]
transifex = [ "transifex_client (>=0.11)" ]
[ [ package ] ]
name = "sphinx-prompt"
version = "1.5.0"
description = "Sphinx directive to add unselectable prompt"
category = "main"
optional = true
python-versions = "*"
[ package . dependencies ]
pygments = "*"
Sphinx = "*"
[ [ package ] ]
name = "sphinx-substitution-extensions"
version = "2020.9.30.0"
description = "Extensions for Sphinx which allow for substitutions."
category = "main"
optional = true
python-versions = "*"
[ package . dependencies ]
docutils = ">=0.15"
sphinx = ">=2.0.0"
sphinx-prompt = ">=0.1"
[ package . extras ]
dev = [ "autoflake (==1.4)" , "black (==20.8b1)" , "check-manifest (==0.43)" , "doc8 (==0.8.1)" , "flake8-commas (==2.0.0)" , "flake8-quotes (==3.2.0)" , "flake8 (==3.8.3)" , "isort (==5.5.4)" , "mypy (==0.782)" , "pip-check-reqs (==2.1.1)" , "pydocstyle (==5.1.1)" , "pyenchant (==3.1.1)" , "pygithub (==1.53)" , "pylint (==2.6.0)" , "pyroma (==2.6)" , "pytest-cov (==2.10.1)" , "pytest (==6.1.0)" , "twine (==3.2.0)" , "vulture (==2.1)" ]
[ [ package ] ]
name = "sphinxcontrib-applehelp"
version = "1.0.2"
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
category = "main"
optional = true
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-devhelp"
version = "1.0.2"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
category = "main"
optional = true
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-htmlhelp"
version = "2.0.0"
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" , "html5lib" ]
[ [ package ] ]
name = "sphinxcontrib-jsmath"
version = "1.0.1"
description = "A sphinx extension which renders display math in HTML via JavaScript"
category = "main"
optional = true
python-versions = ">=3.5"
[ package . extras ]
test = [ "pytest" , "flake8" , "mypy" ]
[ [ package ] ]
name = "sphinxcontrib-qthelp"
version = "1.0.3"
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
category = "main"
optional = true
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-serializinghtml"
version = "1.1.5"
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
category = "main"
optional = true
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
2022-02-19 01:45:59 +02:00
[ [ package ] ]
name = "stack-data"
version = "0.2.0"
description = "Extract data from python stack frames and tracebacks for informative displays"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
asttokens = "*"
executing = "*"
pure-eval = "*"
[ package . extras ]
tests = [ "pytest" , "typeguard" , "pygments" , "littleutils" , "cython" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
2022-02-19 01:45:59 +02:00
category = "dev"
2021-10-11 01:29:06 +03:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "tomli"
2022-04-16 19:07:32 +03:00
version = "2.0.1"
2021-10-11 01:29:06 +03:00
description = "A lil' TOML parser"
2022-02-19 01:45:59 +02:00
category = "main"
2021-10-11 01:29:06 +03:00
optional = false
2022-04-16 19:07:32 +03:00
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "tornado"
version = "6.1"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "main"
optional = true
python-versions = ">= 3.5"
[ [ package ] ]
name = "towncrier"
2022-02-19 01:45:59 +02:00
version = "21.9.0"
2021-10-11 01:29:06 +03:00
description = "Building newsfiles for your project."
category = "main"
optional = true
python-versions = "*"
[ package . dependencies ]
click = "*"
click-default-group = "*"
incremental = "*"
jinja2 = "*"
2022-02-19 01:45:59 +02:00
tomli = { version = "*" , markers = "python_version >= \"3.6\"" }
2021-10-11 01:29:06 +03:00
[ package . extras ]
dev = [ "packaging" ]
[ [ package ] ]
name = "traitlets"
2021-11-08 23:20:12 +02:00
version = "5.1.1"
2021-10-11 01:29:06 +03:00
description = "Traitlets Python configuration system"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
test = [ "pytest" ]
[ [ package ] ]
name = "typing-extensions"
2022-02-19 01:45:59 +02:00
version = "4.1.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
2021-10-11 01:29:06 +03:00
category = "main"
optional = false
2022-02-19 01:45:59 +02:00
python-versions = ">=3.6"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "urllib3"
2022-04-16 19:07:32 +03:00
version = "1.26.9"
2021-10-11 01:29:06 +03:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2022-02-19 01:45:59 +02:00
optional = false
2021-10-11 01:29:06 +03:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
2022-04-16 19:07:32 +03:00
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
2021-10-11 01:29:06 +03:00
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 = "uvloop"
version = "0.16.0"
description = "Fast implementation of asyncio event loop on top of libuv"
category = "main"
optional = true
python-versions = ">=3.7"
[ package . extras ]
dev = [ "Cython (>=0.29.24,<0.30.0)" , "pytest (>=3.6.0)" , "Sphinx (>=4.1.2,<4.2.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" , "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "psutil" , "pycodestyle (>=2.7.0,<2.8.0)" , "pyOpenSSL (>=19.0.0,<19.1.0)" , "mypy (>=0.800)" ]
docs = [ "Sphinx (>=4.1.2,<4.2.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" ]
test = [ "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "psutil" , "pycodestyle (>=2.7.0,<2.8.0)" , "pyOpenSSL (>=19.0.0,<19.1.0)" , "mypy (>=0.800)" ]
[ [ package ] ]
name = "virtualenv"
2022-04-16 19:07:32 +03:00
version = "20.14.0"
2021-10-11 01:29:06 +03:00
description = "Virtual Python Environment builder"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
distlib = ">=0.3.1,<1"
2021-11-08 23:20:12 +02:00
filelock = ">=3.2,<4"
2021-10-11 01:29:06 +03:00
platformdirs = ">=2,<3"
six = ">=1.9.0,<2"
[ package . extras ]
2021-11-08 23:20:12 +02:00
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=21.3)" ]
2021-10-11 01:29:06 +03:00
testing = [ "coverage (>=4)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3)" , "pytest (>=4)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.1)" , "pytest-mock (>=2)" , "pytest-randomly (>=1)" , "pytest-timeout (>=1)" , "packaging (>=20.0)" ]
[ [ package ] ]
name = "wcwidth"
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "dev"
optional = false
python-versions = "*"
2022-04-16 19:07:32 +03:00
[ [ package ] ]
name = "wrapt"
version = "1.14.0"
description = "Module for decorators, wrappers and monkey patching."
category = "main"
optional = true
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "yarl"
2021-11-08 23:20:12 +02:00
version = "1.7.2"
2021-10-11 01:29:06 +03:00
description = "Yet another URL library"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
[ [ package ] ]
name = "zipp"
2022-04-16 19:07:32 +03:00
version = "3.8.0"
2021-10-11 01:29:06 +03:00
description = "Backport of pathlib-compatible object wrapper for zip files"
2022-04-16 19:07:32 +03:00
category = "main"
optional = true
python-versions = ">=3.7"
2021-10-11 01:29:06 +03:00
[ package . extras ]
2022-04-16 19:07:32 +03:00
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)" ]
2021-10-11 01:29:06 +03:00
[ extras ]
docs = [ "Sphinx" , "sphinx-intl" , "sphinx-autobuild" , "sphinx-copybutton" , "furo" , "sphinx-prompt" , "Sphinx-Substitution-Extensions" , "towncrier" , "pygments" , "pymdown-extensions" , "markdown-include" ]
fast = [ "uvloop" ]
i18n = [ "Babel" ]
proxy = [ "aiohttp-socks" ]
2022-04-16 19:07:32 +03:00
redis = [ "redis" ]
2021-10-11 01:29:06 +03:00
[ metadata ]
lock-version = "1.1"
python-versions = "^3.8"
2022-04-25 21:24:58 +03:00
content-hash = "d3a0b716a9dcb5353de9ef0587a49025da4351eb68a4327c0b3c8a24791251ee"
2021-10-11 01:29:06 +03:00
[ metadata . files ]
aiofiles = [
2022-02-19 01:45:59 +02:00
{ file = "aiofiles-0.8.0-py3-none-any.whl" , hash = "sha256:7a973fc22b29e9962d0897805ace5856e6a566ab1f0c8e5c91ff6c866519c937" } ,
{ file = "aiofiles-0.8.0.tar.gz" , hash = "sha256:8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59" } ,
2021-10-11 01:29:06 +03:00
]
aiohttp = [
2022-02-19 01:45:59 +02:00
{ file = "aiohttp-3.8.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:1ed0b6477896559f17b9eaeb6d38e07f7f9ffe40b9f0f9627ae8b9926ae260a8" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:7dadf3c307b31e0e61689cbf9e06be7a867c563d5a63ce9dca578f956609abf8" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a79004bb58748f31ae1cbe9fa891054baaa46fb106c2dc7af9f8e3304dc30316" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:12de6add4038df8f72fac606dff775791a60f113a725c960f2bab01d8b8e6b15" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:6f0d5f33feb5f69ddd57a4a4bd3d56c719a141080b445cbf18f238973c5c9923" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:eaba923151d9deea315be1f3e2b31cc39a6d1d2f682f942905951f4e40200922" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:099ebd2c37ac74cce10a3527d2b49af80243e2a4fa39e7bce41617fbc35fa3c1" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2e5d962cf7e1d426aa0e528a7e198658cdc8aa4fe87f781d039ad75dcd52c516" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:fa0ffcace9b3aa34d205d8130f7873fcfefcb6a4dd3dd705b0dab69af6712642" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:61bfc23df345d8c9716d03717c2ed5e27374e0fe6f659ea64edcd27b4b044cf7" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:31560d268ff62143e92423ef183680b9829b1b482c011713ae941997921eebc8" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:01d7bdb774a9acc838e6b8f1d114f45303841b89b95984cbb7d80ea41172a9e3" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:97ef77eb6b044134c0b3a96e16abcb05ecce892965a2124c566af0fd60f717e2" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-win32.whl" , hash = "sha256:c2aef4703f1f2ddc6df17519885dbfa3514929149d3ff900b73f45998f2532fa" } ,
{ file = "aiohttp-3.8.1-cp310-cp310-win_amd64.whl" , hash = "sha256:713ac174a629d39b7c6a3aa757b337599798da4c1157114a314e4e391cd28e32" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:473d93d4450880fe278696549f2e7aed8cd23708c3c1997981464475f32137db" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99b5eeae8e019e7aad8af8bb314fb908dd2e028b3cdaad87ec05095394cce632" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3af642b43ce56c24d063325dd2cf20ee012d2b9ba4c3c008755a301aaea720ad" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c3630c3ef435c0a7c549ba170a0633a56e92629aeed0e707fec832dee313fb7a" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:4a4a4e30bf1edcad13fb0804300557aedd07a92cabc74382fdd0ba6ca2661091" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6f8b01295e26c68b3a1b90efb7a89029110d3a4139270b24fda961893216c440" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:a25fa703a527158aaf10dafd956f7d42ac6d30ec80e9a70846253dd13e2f067b" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:5bfde62d1d2641a1f5173b8c8c2d96ceb4854f54a44c23102e2ccc7e02f003ec" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:51467000f3647d519272392f484126aa716f747859794ac9924a7aafa86cd411" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:03a6d5349c9ee8f79ab3ff3694d6ce1cfc3ced1c9d36200cb8f08ba06bd3b782" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:102e487eeb82afac440581e5d7f8f44560b36cf0bdd11abc51a46c1cd88914d4" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-win32.whl" , hash = "sha256:4aed991a28ea3ce320dc8ce655875e1e00a11bdd29fe9444dd4f88c30d558602" } ,
{ file = "aiohttp-3.8.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b0e20cddbd676ab8a64c774fefa0ad787cc506afd844de95da56060348021e96" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:37951ad2f4a6df6506750a23f7cbabad24c73c65f23f72e95897bb2cecbae676" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5c23b1ad869653bc818e972b7a3a79852d0e494e9ab7e1a701a3decc49c20d51" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:15b09b06dae900777833fe7fc4b4aa426556ce95847a3e8d7548e2d19e34edb8" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:477c3ea0ba410b2b56b7efb072c36fa91b1e6fc331761798fa3f28bb224830dd" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2f2f69dca064926e79997f45b2f34e202b320fd3782f17a91941f7eb85502ee2" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:ef9612483cb35171d51d9173647eed5d0069eaa2ee812793a75373447d487aa4" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:6d69f36d445c45cda7b3b26afef2fc34ef5ac0cdc75584a87ef307ee3c8c6d00" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:55c3d1072704d27401c92339144d199d9de7b52627f724a949fc7d5fc56d8b93" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:b9d00268fcb9f66fbcc7cd9fe423741d90c75ee029a1d15c09b22d23253c0a44" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:07b05cd3305e8a73112103c834e91cd27ce5b4bd07850c4b4dbd1877d3f45be7" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:c34dc4958b232ef6188c4318cb7b2c2d80521c9a56c52449f8f93ab7bc2a8a1c" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-win32.whl" , hash = "sha256:d2f9b69293c33aaa53d923032fe227feac867f81682f002ce33ffae978f0a9a9" } ,
{ file = "aiohttp-3.8.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:6ae828d3a003f03ae31915c31fa684b9890ea44c9c989056fea96e3d12a9fa17" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:0c7ebbbde809ff4e970824b2b6cb7e4222be6b95a296e46c03cf050878fc1785" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8b7ef7cbd4fec9a1e811a5de813311ed4f7ac7d93e0fda233c9b3e1428f7dd7b" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c3d6a4d0619e09dcd61021debf7059955c2004fa29f48788a3dfaf9c9901a7cd" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:718626a174e7e467f0558954f94af117b7d4695d48eb980146016afa4b580b2e" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:589c72667a5febd36f1315aa6e5f56dd4aa4862df295cb51c769d16142ddd7cd" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2ed076098b171573161eb146afcb9129b5ff63308960aeca4b676d9d3c35e700" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:086f92daf51a032d062ec5f58af5ca6a44d082c35299c96376a41cbb33034675" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:11691cf4dc5b94236ccc609b70fec991234e7ef8d4c02dd0c9668d1e486f5abf" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:31d1e1c0dbf19ebccbfd62eff461518dcb1e307b195e93bba60c965a4dcf1ba0" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:11a67c0d562e07067c4e86bffc1553f2cf5b664d6111c894671b2b8712f3aba5" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:bb01ba6b0d3f6c68b89fce7305080145d4877ad3acaed424bae4d4ee75faa950" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:44db35a9e15d6fe5c40d74952e803b1d96e964f683b5a78c3cc64eb177878155" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:844a9b460871ee0a0b0b68a64890dae9c415e513db0f4a7e3cab41a0f2fedf33" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-win32.whl" , hash = "sha256:7d08744e9bae2ca9c382581f7dce1273fe3c9bae94ff572c3626e8da5b193c6a" } ,
{ file = "aiohttp-3.8.1-cp38-cp38-win_amd64.whl" , hash = "sha256:04d48b8ce6ab3cf2097b1855e1505181bdd05586ca275f2505514a6e274e8e75" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:f5315a2eb0239185af1bddb1abf472d877fede3cc8d143c6cddad37678293237" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:a996d01ca39b8dfe77440f3cd600825d05841088fd6bc0144cc6c2ec14cc5f74" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:13487abd2f761d4be7c8ff9080de2671e53fff69711d46de703c310c4c9317ca" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ea302f34477fda3f85560a06d9ebdc7fa41e82420e892fc50b577e35fc6a50b2" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a2f635ce61a89c5732537a7896b6319a8fcfa23ba09bec36e1b1ac0ab31270d2" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e999f2d0e12eea01caeecb17b653f3713d758f6dcc770417cf29ef08d3931421" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0770e2806a30e744b4e21c9d73b7bee18a1cfa3c47991ee2e5a65b887c49d5cf" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d15367ce87c8e9e09b0f989bfd72dc641bcd04ba091c68cd305312d00962addd" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:6c7cefb4b0640703eb1069835c02486669312bf2f12b48a748e0a7756d0de33d" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:71927042ed6365a09a98a6377501af5c9f0a4d38083652bcd2281a06a5976724" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:28d490af82bc6b7ce53ff31337a18a10498303fe66f701ab65ef27e143c3b0ef" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:b6613280ccedf24354406caf785db748bebbddcf31408b20c0b48cb86af76866" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:81e3d8c34c623ca4e36c46524a3530e99c0bc95ed068fd6e9b55cb721d408fb2" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-win32.whl" , hash = "sha256:7187a76598bdb895af0adbd2fb7474d7f6025d170bc0a1130242da817ce9e7d1" } ,
{ file = "aiohttp-3.8.1-cp39-cp39-win_amd64.whl" , hash = "sha256:1c182cb873bc91b411e184dab7a2b664d4fea2743df0e4d57402f7f3fa644bac" } ,
{ file = "aiohttp-3.8.1.tar.gz" , hash = "sha256:fc5471e1a54de15ef71c1bc6ebe80d4dc681ea600e68bfd1cbce40427f0b7578" } ,
2021-10-11 01:29:06 +03:00
]
aiohttp-socks = [
2022-02-19 01:45:59 +02:00
{ file = "aiohttp_socks-0.7.1-py3-none-any.whl" , hash = "sha256:94bcff5ef73611c6c6231c2ffc1be4af1599abec90dbd2fdbbd63233ec2fb0ff" } ,
{ file = "aiohttp_socks-0.7.1.tar.gz" , hash = "sha256:2215cac4891ef3fa14b7d600ed343ed0f0a670c23b10e4142aa862b3db20341a" } ,
2021-10-11 01:29:06 +03:00
]
2021-11-08 03:48:34 +02:00
aiosignal = [
{ file = "aiosignal-1.2.0-py3-none-any.whl" , hash = "sha256:26e62109036cd181df6e6ad646f91f0dcfd05fe16d0cb924138ff2ab75d64e3a" } ,
{ file = "aiosignal-1.2.0.tar.gz" , hash = "sha256:78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f5b7df2" } ,
]
2021-10-11 01:29:06 +03:00
alabaster = [
{ file = "alabaster-0.7.12-py2.py3-none-any.whl" , hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359" } ,
{ file = "alabaster-0.7.12.tar.gz" , hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02" } ,
]
appnope = [
2022-04-16 19:07:32 +03:00
{ file = "appnope-0.1.3-py2.py3-none-any.whl" , hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e" } ,
{ file = "appnope-0.1.3.tar.gz" , hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24" } ,
2021-10-11 01:29:06 +03:00
]
aresponses = [
2022-02-19 01:45:59 +02:00
{ file = "aresponses-2.1.5-py3-none-any.whl" , hash = "sha256:06161209a39880aaf8ec3c67ab76d677aaea41944672e6a3e23a4464544879b1" } ,
{ file = "aresponses-2.1.5.tar.gz" , hash = "sha256:16535e5d24302eab194e15edd18b9e126e1fb70cd84049e63eb6b15c89e16936" } ,
]
asttokens = [
{ file = "asttokens-2.0.5-py2.py3-none-any.whl" , hash = "sha256:0844691e88552595a6f4a4281a9f7f79b8dd45ca4ccea82e5e05b4bbdb76705c" } ,
{ file = "asttokens-2.0.5.tar.gz" , hash = "sha256:9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5" } ,
2021-10-11 01:29:06 +03:00
]
async-timeout = [
2022-04-16 19:07:32 +03:00
{ file = "async-timeout-4.0.2.tar.gz" , hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15" } ,
{ file = "async_timeout-4.0.2-py3-none-any.whl" , hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c" } ,
2021-10-11 01:29:06 +03:00
]
asynctest = [
{ file = "asynctest-0.13.0-py3-none-any.whl" , hash = "sha256:5da6118a7e6d6b54d83a8f7197769d046922a44d2a99c21382f0a6e4fadae676" } ,
{ file = "asynctest-0.13.0.tar.gz" , hash = "sha256:c27862842d15d83e6a34eb0b2866c323880eb3a75e4485b079ea11748fd77fac" } ,
]
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 = [
2022-04-16 19:07:32 +03:00
{ file = "attrs-21.4.0-py2.py3-none-any.whl" , hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4" } ,
{ file = "attrs-21.4.0.tar.gz" , hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" } ,
2021-10-11 01:29:06 +03:00
]
babel = [
{ file = "Babel-2.9.1-py2.py3-none-any.whl" , hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9" } ,
{ file = "Babel-2.9.1.tar.gz" , hash = "sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0" } ,
]
backcall = [
{ file = "backcall-0.2.0-py2.py3-none-any.whl" , hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255" } ,
{ file = "backcall-0.2.0.tar.gz" , hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e" } ,
]
beautifulsoup4 = [
2022-04-16 19:07:32 +03:00
{ file = "beautifulsoup4-4.11.1-py3-none-any.whl" , hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30" } ,
{ file = "beautifulsoup4-4.11.1.tar.gz" , hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693" } ,
2021-10-11 01:29:06 +03:00
]
black = [
2022-04-16 19:07:32 +03:00
{ file = "black-22.3.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:2497f9c2386572e28921fa8bec7be3e51de6801f7459dffd6e62492531c47e09" } ,
{ file = "black-22.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5795a0375eb87bfe902e80e0c8cfaedf8af4d49694d69161e5bd3206c18618bb" } ,
{ file = "black-22.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e3556168e2e5c49629f7b0f377070240bd5511e45e25a4497bb0073d9dda776a" } ,
{ file = "black-22.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:67c8301ec94e3bcc8906740fe071391bce40a862b7be0b86fb5382beefecd968" } ,
{ file = "black-22.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:fd57160949179ec517d32ac2ac898b5f20d68ed1a9c977346efbac9c2f1e779d" } ,
{ file = "black-22.3.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:cc1e1de68c8e5444e8f94c3670bb48a2beef0e91dddfd4fcc29595ebd90bb9ce" } ,
{ file = "black-22.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6d2fc92002d44746d3e7db7cf9313cf4452f43e9ea77a2c939defce3b10b5c82" } ,
{ file = "black-22.3.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:a6342964b43a99dbc72f72812bf88cad8f0217ae9acb47c0d4f141a6416d2d7b" } ,
{ file = "black-22.3.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:328efc0cc70ccb23429d6be184a15ce613f676bdfc85e5fe8ea2a9354b4e9015" } ,
{ file = "black-22.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:06f9d8846f2340dfac80ceb20200ea5d1b3f181dd0556b47af4e8e0b24fa0a6b" } ,
{ file = "black-22.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:ad4efa5fad66b903b4a5f96d91461d90b9507a812b3c5de657d544215bb7877a" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8477ec6bbfe0312c128e74644ac8a02ca06bcdb8982d4ee06f209be28cdf163" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:637a4014c63fbf42a692d22b55d8ad6968a946b4a6ebc385c5505d9625b6a464" } ,
{ file = "black-22.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:863714200ada56cbc366dc9ae5291ceb936573155f8bf8e9de92aef51f3ad0f0" } ,
{ file = "black-22.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10dbe6e6d2988049b4655b2b739f98785a884d4d6b85bc35133a8fb9a2233176" } ,
{ file = "black-22.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:cee3e11161dde1b2a33a904b850b0899e0424cc331b7295f2a9698e79f9a69a0" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:5891ef8abc06576985de8fa88e95ab70641de6c1fca97e2a15820a9b69e51b20" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:30d78ba6bf080eeaf0b7b875d924b15cd46fec5fd044ddfbad38c8ea9171043a" } ,
{ file = "black-22.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ee8f1f7228cce7dffc2b464f07ce769f478968bfb3dd1254a4c2eeed84928aad" } ,
{ file = "black-22.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6ee227b696ca60dd1c507be80a6bc849a5a6ab57ac7352aad1ffec9e8b805f21" } ,
{ file = "black-22.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:9b542ced1ec0ceeff5b37d69838106a6348e60db7b8fdd245294dc1d26136265" } ,
{ file = "black-22.3.0-py3-none-any.whl" , hash = "sha256:bc58025940a896d7e5356952228b68f793cf5fcb342be703c3a2669a1488cb72" } ,
{ file = "black-22.3.0.tar.gz" , hash = "sha256:35020b8886c022ced9282b51b5a875b6d1ab0c387b31a065b84db7c33085ca79" } ,
2021-10-11 01:29:06 +03:00
]
certifi = [
{ file = "certifi-2021.10.8-py2.py3-none-any.whl" , hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569" } ,
{ file = "certifi-2021.10.8.tar.gz" , hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872" } ,
]
cfgv = [
{ file = "cfgv-3.3.1-py2.py3-none-any.whl" , hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426" } ,
{ file = "cfgv-3.3.1.tar.gz" , hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736" } ,
]
charset-normalizer = [
2022-04-16 19:07:32 +03:00
{ file = "charset-normalizer-2.0.12.tar.gz" , hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597" } ,
{ file = "charset_normalizer-2.0.12-py3-none-any.whl" , hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" } ,
2021-10-11 01:29:06 +03:00
]
click = [
2022-04-16 19:07:32 +03:00
{ file = "click-8.1.2-py3-none-any.whl" , hash = "sha256:24e1a4a9ec5bf6299411369b208c1df2188d9eb8d916302fe6bf03faed227f1e" } ,
{ file = "click-8.1.2.tar.gz" , hash = "sha256:479707fe14d9ec9a0757618b7a100a0ae4c4e236fac5b7f80ca68028141a1a72" } ,
2021-10-11 01:29:06 +03:00
]
click-default-group = [
{ file = "click-default-group-1.2.2.tar.gz" , hash = "sha256:d9560e8e8dfa44b3562fbc9425042a0fd6d21956fcc2db0077f63f34253ab904" } ,
]
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
coverage = [
2022-03-27 01:36:05 +02:00
{ file = "coverage-6.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:9b27d894748475fa858f9597c0ee1d4829f44683f3813633aaf94b19cb5453cf" } ,
{ file = "coverage-6.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:37d1141ad6b2466a7b53a22e08fe76994c2d35a5b6b469590424a9953155afac" } ,
{ file = "coverage-6.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f9987b0354b06d4df0f4d3e0ec1ae76d7ce7cbca9a2f98c25041eb79eec766f1" } ,
{ file = "coverage-6.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:26e2deacd414fc2f97dd9f7676ee3eaecd299ca751412d89f40bc01557a6b1b4" } ,
{ file = "coverage-6.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4dd8bafa458b5c7d061540f1ee9f18025a68e2d8471b3e858a9dad47c8d41903" } ,
{ file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:46191097ebc381fbf89bdce207a6c107ac4ec0890d8d20f3360345ff5976155c" } ,
{ file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:6f89d05e028d274ce4fa1a86887b071ae1755082ef94a6740238cd7a8178804f" } ,
{ file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:58303469e9a272b4abdb9e302a780072c0633cdcc0165db7eec0f9e32f901e05" } ,
{ file = "coverage-6.3.2-cp310-cp310-win32.whl" , hash = "sha256:2fea046bfb455510e05be95e879f0e768d45c10c11509e20e06d8fcaa31d9e39" } ,
{ file = "coverage-6.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:a2a8b8bcc399edb4347a5ca8b9b87e7524c0967b335fbb08a83c8421489ddee1" } ,
{ file = "coverage-6.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:f1555ea6d6da108e1999b2463ea1003fe03f29213e459145e70edbaf3e004aaa" } ,
{ file = "coverage-6.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e5f4e1edcf57ce94e5475fe09e5afa3e3145081318e5fd1a43a6b4539a97e518" } ,
{ file = "coverage-6.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7a15dc0a14008f1da3d1ebd44bdda3e357dbabdf5a0b5034d38fcde0b5c234b7" } ,
{ file = "coverage-6.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:21b7745788866028adeb1e0eca3bf1101109e2dc58456cb49d2d9b99a8c516e6" } ,
{ file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:8ce257cac556cb03be4a248d92ed36904a59a4a5ff55a994e92214cde15c5bad" } ,
{ file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:b0be84e5a6209858a1d3e8d1806c46214e867ce1b0fd32e4ea03f4bd8b2e3359" } ,
{ file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:acf53bc2cf7282ab9b8ba346746afe703474004d9e566ad164c91a7a59f188a4" } ,
{ file = "coverage-6.3.2-cp37-cp37m-win32.whl" , hash = "sha256:8bdde1177f2311ee552f47ae6e5aa7750c0e3291ca6b75f71f7ffe1f1dab3dca" } ,
{ file = "coverage-6.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:b31651d018b23ec463e95cf10070d0b2c548aa950a03d0b559eaa11c7e5a6fa3" } ,
{ file = "coverage-6.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:07e6db90cd9686c767dcc593dff16c8c09f9814f5e9c51034066cad3373b914d" } ,
{ file = "coverage-6.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2c6dbb42f3ad25760010c45191e9757e7dce981cbfb90e42feef301d71540059" } ,
{ file = "coverage-6.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c76aeef1b95aff3905fb2ae2d96e319caca5b76fa41d3470b19d4e4a3a313512" } ,
{ file = "coverage-6.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8cf5cfcb1521dc3255d845d9dca3ff204b3229401994ef8d1984b32746bb45ca" } ,
{ file = "coverage-6.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8fbbdc8d55990eac1b0919ca69eb5a988a802b854488c34b8f37f3e2025fa90d" } ,
{ file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:ec6bc7fe73a938933d4178c9b23c4e0568e43e220aef9472c4f6044bfc6dd0f0" } ,
{ file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:9baff2a45ae1f17c8078452e9e5962e518eab705e50a0aa8083733ea7d45f3a6" } ,
{ file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:fd9e830e9d8d89b20ab1e5af09b32d33e1a08ef4c4e14411e559556fd788e6b2" } ,
{ file = "coverage-6.3.2-cp38-cp38-win32.whl" , hash = "sha256:f7331dbf301b7289013175087636bbaf5b2405e57259dd2c42fdcc9fcc47325e" } ,
{ file = "coverage-6.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:68353fe7cdf91f109fc7d474461b46e7f1f14e533e911a2a2cbb8b0fc8613cf1" } ,
{ file = "coverage-6.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b78e5afb39941572209f71866aa0b206c12f0109835aa0d601e41552f9b3e620" } ,
{ file = "coverage-6.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4e21876082ed887baed0146fe222f861b5815455ada3b33b890f4105d806128d" } ,
{ file = "coverage-6.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:34626a7eee2a3da12af0507780bb51eb52dca0e1751fd1471d0810539cefb536" } ,
{ file = "coverage-6.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1ebf730d2381158ecf3dfd4453fbca0613e16eaa547b4170e2450c9707665ce7" } ,
{ file = "coverage-6.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd6fe30bd519694b356cbfcaca9bd5c1737cddd20778c6a581ae20dc8c04def2" } ,
{ file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:96f8a1cb43ca1422f36492bebe63312d396491a9165ed3b9231e778d43a7fca4" } ,
{ file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:dd035edafefee4d573140a76fdc785dc38829fe5a455c4bb12bac8c20cfc3d69" } ,
{ file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5ca5aeb4344b30d0bec47481536b8ba1181d50dbe783b0e4ad03c95dc1296684" } ,
{ file = "coverage-6.3.2-cp39-cp39-win32.whl" , hash = "sha256:f5fa5803f47e095d7ad8443d28b01d48c0359484fec1b9d8606d0e3282084bc4" } ,
{ file = "coverage-6.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:9548f10d8be799551eb3a9c74bbf2b4934ddb330e08a73320123c07f95cc2d92" } ,
{ file = "coverage-6.3.2-pp36.pp37.pp38-none-any.whl" , hash = "sha256:18d520c6860515a771708937d2f78f63cc47ab3b80cb78e86573b0a760161faf" } ,
{ file = "coverage-6.3.2.tar.gz" , hash = "sha256:03e2a7826086b91ef345ff18742ee9fc47a6839ccd517061ef8fa1976e652ce9" } ,
2021-10-11 01:29:06 +03:00
]
decorator = [
2022-04-16 19:07:32 +03:00
{ file = "decorator-5.1.1-py3-none-any.whl" , hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186" } ,
{ file = "decorator-5.1.1.tar.gz" , hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330" } ,
]
deprecated = [
{ file = "Deprecated-1.2.13-py2.py3-none-any.whl" , hash = "sha256:64756e3e14c8c5eea9795d93c524551432a0be75629f8f29e67ab8caf076c76d" } ,
{ file = "Deprecated-1.2.13.tar.gz" , hash = "sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d" } ,
2021-10-11 01:29:06 +03:00
]
distlib = [
2022-04-16 19:07:32 +03:00
{ file = "distlib-0.3.4-py2.py3-none-any.whl" , hash = "sha256:6564fe0a8f51e734df6333d08b8b94d4ea8ee6b99b5ed50613f731fd4089f34b" } ,
{ file = "distlib-0.3.4.zip" , hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579" } ,
2021-10-11 01:29:06 +03:00
]
docutils = [
{ file = "docutils-0.17.1-py2.py3-none-any.whl" , hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61" } ,
{ file = "docutils-0.17.1.tar.gz" , hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125" } ,
]
2022-02-19 01:45:59 +02:00
executing = [
2022-04-16 19:07:32 +03:00
{ file = "executing-0.8.3-py2.py3-none-any.whl" , hash = "sha256:d1eef132db1b83649a3905ca6dd8897f71ac6f8cac79a7e58a1a09cf137546c9" } ,
{ file = "executing-0.8.3.tar.gz" , hash = "sha256:c6554e21c6b060590a6d3be4b82fb78f8f0194d809de5ea7df1c093763311501" } ,
2022-02-19 01:45:59 +02:00
]
2021-10-11 01:29:06 +03:00
filelock = [
2022-04-16 19:07:32 +03:00
{ file = "filelock-3.6.0-py3-none-any.whl" , hash = "sha256:f8314284bfffbdcfa0ff3d7992b023d4c628ced6feb957351d4c48d059f56bc0" } ,
{ file = "filelock-3.6.0.tar.gz" , hash = "sha256:9cd540a9352e432c7246a48fe4e8712b10acb1df2ad1f30e8c070b82ae1fed85" } ,
2021-10-11 01:29:06 +03:00
]
flake8 = [
2022-02-19 01:45:59 +02:00
{ file = "flake8-4.0.1-py2.py3-none-any.whl" , hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d" } ,
{ file = "flake8-4.0.1.tar.gz" , hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d" } ,
2021-10-11 01:29:06 +03:00
]
2021-11-08 03:48:34 +02:00
frozenlist = [
2022-04-16 19:07:32 +03:00
{ file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d2257aaba9660f78c7b1d8fea963b68f3feffb1a9d5d05a18401ca9eb3e8d0a3" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:4a44ebbf601d7bac77976d429e9bdb5a4614f9f4027777f9e54fd765196e9d3b" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:45334234ec30fc4ea677f43171b18a27505bfb2dba9aca4398a62692c0ea8868" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:47be22dc27ed933d55ee55845d34a3e4e9f6fee93039e7f8ebadb0c2f60d403f" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:03a7dd1bfce30216a3f51a84e6dd0e4a573d23ca50f0346634916ff105ba6e6b" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:691ddf6dc50480ce49f68441f1d16a4c3325887453837036e0fb94736eae1e58" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bde99812f237f79eaf3f04ebffd74f6718bbd216101b35ac7955c2d47c17da02" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6a202458d1298ced3768f5a7d44301e7c86defac162ace0ab7434c2e961166e8" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b9e3e9e365991f8cc5f5edc1fd65b58b41d0514a6a7ad95ef5c7f34eb49b3d3e" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:04cb491c4b1c051734d41ea2552fde292f5f3a9c911363f74f39c23659c4af78" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:436496321dad302b8b27ca955364a439ed1f0999311c393dccb243e451ff66aa" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:754728d65f1acc61e0f4df784456106e35afb7bf39cfe37227ab00436fb38676" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:6eb275c6385dd72594758cbe96c07cdb9bd6becf84235f4a594bdf21e3596c9d" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-win32.whl" , hash = "sha256:e30b2f9683812eb30cf3f0a8e9f79f8d590a7999f731cf39f9105a7c4a39489d" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:f7353ba3367473d1d616ee727945f439e027f0bb16ac1a750219a8344d1d5d3c" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:88aafd445a233dbbf8a65a62bc3249a0acd0d81ab18f6feb461cc5a938610d24" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4406cfabef8f07b3b3af0f50f70938ec06d9f0fc26cbdeaab431cbc3ca3caeaa" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8cf829bd2e2956066dd4de43fd8ec881d87842a06708c035b37ef632930505a2" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:603b9091bd70fae7be28bdb8aa5c9990f4241aa33abb673390a7f7329296695f" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:25af28b560e0c76fa41f550eacb389905633e7ac02d6eb3c09017fa1c8cdfde1" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94c7a8a9fc9383b52c410a2ec952521906d355d18fccc927fca52ab575ee8b93" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:65bc6e2fece04e2145ab6e3c47428d1bbc05aede61ae365b2c1bddd94906e478" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:3f7c935c7b58b0d78c0beea0c7358e165f95f1fd8a7e98baa40d22a05b4a8141" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:bd89acd1b8bb4f31b47072615d72e7f53a948d302b7c1d1455e42622de180eae" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:6983a31698490825171be44ffbafeaa930ddf590d3f051e397143a5045513b01" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:adac9700675cf99e3615eb6a0eb5e9f5a4143c7d42c05cea2e7f71c27a3d0846" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-win32.whl" , hash = "sha256:0c36e78b9509e97042ef869c0e1e6ef6429e55817c12d78245eb915e1cca7468" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:57f4d3f03a18facacb2a6bcd21bccd011e3b75d463dc49f838fd699d074fabd1" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:8c905a5186d77111f02144fab5b849ab524f1e876a1e75205cd1386a9be4b00a" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b5009062d78a8c6890d50b4e53b0ddda31841b3935c1937e2ed8c1bda1c7fb9d" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2fdc3cd845e5a1f71a0c3518528bfdbfe2efaf9886d6f49eacc5ee4fd9a10953" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:92e650bd09b5dda929523b9f8e7f99b24deac61240ecc1a32aeba487afcd970f" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:40dff8962b8eba91fd3848d857203f0bd704b5f1fa2b3fc9af64901a190bba08" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:768efd082074bb203c934e83a61654ed4931ef02412c2fbdecea0cff7ecd0274" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:006d3595e7d4108a12025ddf415ae0f6c9e736e726a5db0183326fd191b14c5e" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:871d42623ae15eb0b0e9df65baeee6976b2e161d0ba93155411d58ff27483ad8" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:aff388be97ef2677ae185e72dc500d19ecaf31b698986800d3fc4f399a5e30a5" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:9f892d6a94ec5c7b785e548e42722e6f3a52f5f32a8461e82ac3e67a3bd073f1" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:e982878792c971cbd60ee510c4ee5bf089a8246226dea1f2138aa0bb67aff148" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:c6c321dd013e8fc20735b92cb4892c115f5cdb82c817b1e5b07f6b95d952b2f0" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:30530930410855c451bea83f7b272fb1c495ed9d5cc72895ac29e91279401db3" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-win32.whl" , hash = "sha256:40ec383bc194accba825fbb7d0ef3dda5736ceab2375462f1d8672d9f6b68d07" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:f20baa05eaa2bcd5404c445ec51aed1c268d62600362dc6cfe04fae34a424bd9" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:0437fe763fb5d4adad1756050cbf855bbb2bf0d9385c7bb13d7a10b0dd550486" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b684c68077b84522b5c7eafc1dc735bfa5b341fb011d5552ebe0968e22ed641c" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:93641a51f89473837333b2f8100f3f89795295b858cd4c7d4a1f18e299dc0a4f" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d6d32ff213aef0fd0bcf803bffe15cfa2d4fde237d1d4838e62aec242a8362fa" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:31977f84828b5bb856ca1eb07bf7e3a34f33a5cddce981d880240ba06639b94d" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3c62964192a1c0c30b49f403495911298810bada64e4f03249ca35a33ca0417a" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4eda49bea3602812518765810af732229b4291d2695ed24a0a20e098c45a707b" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:acb267b09a509c1df5a4ca04140da96016f40d2ed183cdc356d237286c971b51" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:e1e26ac0a253a2907d654a37e390904426d5ae5483150ce3adedb35c8c06614a" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:f96293d6f982c58ebebb428c50163d010c2f05de0cde99fd681bfdc18d4b2dc2" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:e84cb61b0ac40a0c3e0e8b79c575161c5300d1d89e13c0e02f76193982f066ed" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:ff9310f05b9d9c5c4dd472983dc956901ee6cb2c3ec1ab116ecdde25f3ce4951" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d26b650b71fdc88065b7a21f8ace70175bcf3b5bdba5ea22df4bfd893e795a3b" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-win32.whl" , hash = "sha256:01a73627448b1f2145bddb6e6c2259988bb8aee0fb361776ff8604b99616cd08" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:772965f773757a6026dea111a15e6e2678fbd6216180f82a48a40b27de1ee2ab" } ,
{ file = "frozenlist-1.3.0.tar.gz" , hash = "sha256:ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b" } ,
2021-11-08 03:48:34 +02:00
]
2021-10-11 01:29:06 +03:00
furo = [
2022-04-16 19:07:32 +03:00
{ file = "furo-2022.4.7-py3-none-any.whl" , hash = "sha256:7f3e3d2fb977483590f8ecb2c2cd511bd82661b79c18efb24de9558bc9cdf2d7" } ,
{ file = "furo-2022.4.7.tar.gz" , hash = "sha256:96204ab7cd047e4b6c523996e0279c4c629a8fc31f4f109b2efd470c17f49c80" } ,
2021-10-11 01:29:06 +03:00
]
identify = [
2022-04-16 19:07:32 +03:00
{ file = "identify-2.4.12-py2.py3-none-any.whl" , hash = "sha256:5f06b14366bd1facb88b00540a1de05b69b310cbc2654db3c7e07fa3a4339323" } ,
{ file = "identify-2.4.12.tar.gz" , hash = "sha256:3f3244a559290e7d3deb9e9adc7b33594c1bc85a9dd82e0f1be519bf12a1ec17" } ,
2021-10-11 01:29:06 +03:00
]
idna = [
2021-11-08 23:20:12 +02:00
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
2021-10-11 01:29:06 +03:00
]
imagesize = [
2022-04-16 19:07:32 +03:00
{ file = "imagesize-1.3.0-py2.py3-none-any.whl" , hash = "sha256:1db2f82529e53c3e929e8926a1fa9235aa82d0bd0c580359c67ec31b2fddaa8c" } ,
{ file = "imagesize-1.3.0.tar.gz" , hash = "sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d" } ,
2021-10-11 01:29:06 +03:00
]
importlib-metadata = [
2022-04-16 19:07:32 +03:00
{ file = "importlib_metadata-4.11.3-py3-none-any.whl" , hash = "sha256:1208431ca90a8cca1a6b8af391bb53c1a2db74e5d1cef6ddced95d4b2062edc6" } ,
{ file = "importlib_metadata-4.11.3.tar.gz" , hash = "sha256:ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539" } ,
2021-10-11 01:29:06 +03:00
]
incremental = [
{ file = "incremental-21.3.0-py2.py3-none-any.whl" , hash = "sha256:92014aebc6a20b78a8084cdd5645eeaa7f74b8933f70fa3ada2cfbd1e3b54321" } ,
{ file = "incremental-21.3.0.tar.gz" , hash = "sha256:02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57" } ,
]
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
ipython = [
2022-04-16 19:07:32 +03:00
{ file = "ipython-8.2.0-py3-none-any.whl" , hash = "sha256:1b672bfd7a48d87ab203d9af8727a3b0174a4566b4091e9447c22fb63ea32857" } ,
{ file = "ipython-8.2.0.tar.gz" , hash = "sha256:70e5eb132cac594a34b5f799bd252589009905f05104728aea6a403ec2519dc1" } ,
2021-10-11 01:29:06 +03:00
]
isort = [
2022-02-19 01:45:59 +02:00
{ file = "isort-5.10.1-py3-none-any.whl" , hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7" } ,
{ file = "isort-5.10.1.tar.gz" , hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" } ,
2021-10-11 01:29:06 +03:00
]
jedi = [
2022-04-16 19:07:32 +03:00
{ file = "jedi-0.18.1-py2.py3-none-any.whl" , hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d" } ,
{ file = "jedi-0.18.1.tar.gz" , hash = "sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab" } ,
2021-10-11 01:29:06 +03:00
]
jinja2 = [
2022-04-16 19:07:32 +03:00
{ file = "Jinja2-3.1.1-py3-none-any.whl" , hash = "sha256:539835f51a74a69f41b848a9645dbdc35b4f20a3b601e2d9a7e22947b15ff119" } ,
{ file = "Jinja2-3.1.1.tar.gz" , hash = "sha256:640bed4bb501cbd17194b3cace1dc2126f5b619cf068a726b98192a0fde74ae9" } ,
2021-10-11 01:29:06 +03:00
]
livereload = [
{ file = "livereload-2.6.3.tar.gz" , hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869" } ,
]
magic-filter = [
2022-04-25 21:24:58 +03:00
{ file = "magic-filter-1.0.7.tar.gz" , hash = "sha256:b00fbe7321719290443a9c72a30314a4c29d8e676d42abfe228b41c5dc4e5d2f" } ,
{ file = "magic_filter-1.0.7-py3-none-any.whl" , hash = "sha256:cf591b7f8c4a5037e162fb054ff84e6a7f6db05eb36f312f60b8bfefddc12294" } ,
2021-10-11 01:29:06 +03:00
]
markdown = [
2022-04-16 19:07:32 +03:00
{ file = "Markdown-3.3.6-py3-none-any.whl" , hash = "sha256:9923332318f843411e9932237530df53162e29dc7a4e2b91e35764583c46c9a3" } ,
{ file = "Markdown-3.3.6.tar.gz" , hash = "sha256:76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006" } ,
2021-10-11 01:29:06 +03:00
]
markdown-include = [
{ file = "markdown-include-0.6.0.tar.gz" , hash = "sha256:6f5d680e36f7780c7f0f61dca53ca581bd50d1b56137ddcd6353efafa0c3e4a2" } ,
]
markupsafe = [
2022-04-16 19:07:32 +03:00
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl" , hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl" , hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl" , hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl" , hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247" } ,
{ file = "MarkupSafe-2.1.1.tar.gz" , hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b" } ,
2021-10-11 01:29:06 +03:00
]
matplotlib-inline = [
{ file = "matplotlib-inline-0.1.3.tar.gz" , hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee" } ,
{ file = "matplotlib_inline-0.1.3-py3-none-any.whl" , hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c" } ,
]
mccabe = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
multidict = [
2022-04-16 19:07:32 +03:00
{ file = "multidict-6.0.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2" } ,
{ file = "multidict-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3" } ,
{ file = "multidict-6.0.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88" } ,
{ file = "multidict-6.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87" } ,
{ file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389" } ,
{ file = "multidict-6.0.2-cp310-cp310-win32.whl" , hash = "sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293" } ,
{ file = "multidict-6.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658" } ,
{ file = "multidict-6.0.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b" } ,
{ file = "multidict-6.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b" } ,
{ file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15" } ,
{ file = "multidict-6.0.2-cp37-cp37m-win32.whl" , hash = "sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc" } ,
{ file = "multidict-6.0.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a" } ,
{ file = "multidict-6.0.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60" } ,
{ file = "multidict-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86" } ,
{ file = "multidict-6.0.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693" } ,
{ file = "multidict-6.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9" } ,
{ file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d" } ,
{ file = "multidict-6.0.2-cp38-cp38-win32.whl" , hash = "sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57" } ,
{ file = "multidict-6.0.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96" } ,
{ file = "multidict-6.0.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c" } ,
{ file = "multidict-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e" } ,
{ file = "multidict-6.0.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9" } ,
{ file = "multidict-6.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360" } ,
{ file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937" } ,
{ file = "multidict-6.0.2-cp39-cp39-win32.whl" , hash = "sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a" } ,
{ file = "multidict-6.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae" } ,
{ file = "multidict-6.0.2.tar.gz" , hash = "sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013" } ,
2021-10-11 01:29:06 +03:00
]
mypy = [
2022-04-16 19:07:32 +03:00
{ file = "mypy-0.942-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:5bf44840fb43ac4074636fd47ee476d73f0039f4f54e86d7265077dc199be24d" } ,
{ file = "mypy-0.942-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:dcd955f36e0180258a96f880348fbca54ce092b40fbb4b37372ae3b25a0b0a46" } ,
{ file = "mypy-0.942-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:6776e5fa22381cc761df53e7496a805801c1a751b27b99a9ff2f0ca848c7eca0" } ,
{ file = "mypy-0.942-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:edf7237137a1a9330046dbb14796963d734dd740a98d5e144a3eb1d267f5f9ee" } ,
{ file = "mypy-0.942-cp310-cp310-win_amd64.whl" , hash = "sha256:64235137edc16bee6f095aba73be5334677d6f6bdb7fa03cfab90164fa294a17" } ,
{ file = "mypy-0.942-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b840cfe89c4ab6386c40300689cd8645fc8d2d5f20101c7f8bd23d15fca14904" } ,
{ file = "mypy-0.942-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2b184db8c618c43c3a31b32ff00cd28195d39e9c24e7c3b401f3db7f6e5767f5" } ,
{ file = "mypy-0.942-cp36-cp36m-win_amd64.whl" , hash = "sha256:1a0459c333f00e6a11cbf6b468b870c2b99a906cb72d6eadf3d1d95d38c9352c" } ,
{ file = "mypy-0.942-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4c3e497588afccfa4334a9986b56f703e75793133c4be3a02d06a3df16b67a58" } ,
{ file = "mypy-0.942-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6f6ad963172152e112b87cc7ec103ba0f2db2f1cd8997237827c052a3903eaa6" } ,
{ file = "mypy-0.942-cp37-cp37m-win_amd64.whl" , hash = "sha256:0e2dd88410937423fba18e57147dd07cd8381291b93d5b1984626f173a26543e" } ,
{ file = "mypy-0.942-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:246e1aa127d5b78488a4a0594bd95f6d6fb9d63cf08a66dafbff8595d8891f67" } ,
{ file = "mypy-0.942-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d8d3ba77e56b84cd47a8ee45b62c84b6d80d32383928fe2548c9a124ea0a725c" } ,
{ file = "mypy-0.942-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2bc249409a7168d37c658e062e1ab5173300984a2dada2589638568ddc1db02b" } ,
{ file = "mypy-0.942-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:9521c1265ccaaa1791d2c13582f06facf815f426cd8b07c3a485f486a8ffc1f3" } ,
{ file = "mypy-0.942-cp38-cp38-win_amd64.whl" , hash = "sha256:e865fec858d75b78b4d63266c9aff770ecb6a39dfb6d6b56c47f7f8aba6baba8" } ,
{ file = "mypy-0.942-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:6ce34a118d1a898f47def970a2042b8af6bdcc01546454726c7dd2171aa6dfca" } ,
{ file = "mypy-0.942-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:10daab80bc40f84e3f087d896cdb53dc811a9f04eae4b3f95779c26edee89d16" } ,
{ file = "mypy-0.942-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:3841b5433ff936bff2f4dc8d54cf2cdbfea5d8e88cedfac45c161368e5770ba6" } ,
{ file = "mypy-0.942-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6f7106cbf9cc2f403693bf50ed7c9fa5bb3dfa9007b240db3c910929abe2a322" } ,
{ file = "mypy-0.942-cp39-cp39-win_amd64.whl" , hash = "sha256:7742d2c4e46bb5017b51c810283a6a389296cda03df805a4f7869a6f41246534" } ,
{ file = "mypy-0.942-py3-none-any.whl" , hash = "sha256:a1b383fe99678d7402754fe90448d4037f9512ce70c21f8aee3b8bf48ffc51db" } ,
{ file = "mypy-0.942.tar.gz" , hash = "sha256:17e44649fec92e9f82102b48a3bf7b4a5510ad0cd22fa21a104826b5db4903e2" } ,
2021-10-11 01:29:06 +03:00
]
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" } ,
]
nodeenv = [
{ file = "nodeenv-1.6.0-py2.py3-none-any.whl" , hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7" } ,
{ file = "nodeenv-1.6.0.tar.gz" , hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b" } ,
]
packaging = [
2022-02-19 01:45:59 +02:00
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
2021-10-11 01:29:06 +03:00
]
parso = [
2022-04-16 19:07:32 +03:00
{ file = "parso-0.8.3-py2.py3-none-any.whl" , hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75" } ,
{ file = "parso-0.8.3.tar.gz" , hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0" } ,
2021-10-11 01:29:06 +03:00
]
pathspec = [
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
pexpect = [
{ file = "pexpect-4.8.0-py2.py3-none-any.whl" , hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937" } ,
{ file = "pexpect-4.8.0.tar.gz" , hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c" } ,
]
pickleshare = [
{ file = "pickleshare-0.7.5-py2.py3-none-any.whl" , hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56" } ,
{ file = "pickleshare-0.7.5.tar.gz" , hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca" } ,
]
platformdirs = [
2022-04-16 19:07:32 +03:00
{ file = "platformdirs-2.5.1-py3-none-any.whl" , hash = "sha256:bcae7cab893c2d310a711b70b24efb93334febe65f8de776ee320b517471e227" } ,
{ file = "platformdirs-2.5.1.tar.gz" , hash = "sha256:7535e70dfa32e84d4b34996ea99c5e432fa29a708d0f4e394bbcb2a8faa4f16d" } ,
2021-10-11 01:29:06 +03:00
]
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
pre-commit = [
2022-04-16 19:07:32 +03:00
{ file = "pre_commit-2.18.1-py2.py3-none-any.whl" , hash = "sha256:02226e69564ebca1a070bd1f046af866aa1c318dbc430027c50ab832ed2b73f2" } ,
{ file = "pre_commit-2.18.1.tar.gz" , hash = "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10" } ,
2021-10-11 01:29:06 +03:00
]
prompt-toolkit = [
2022-04-16 19:07:32 +03:00
{ file = "prompt_toolkit-3.0.29-py3-none-any.whl" , hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752" } ,
{ file = "prompt_toolkit-3.0.29.tar.gz" , hash = "sha256:bd640f60e8cecd74f0dc249713d433ace2ddc62b65ee07f96d358e0b152b6ea7" } ,
2021-10-11 01:29:06 +03:00
]
ptyprocess = [
{ file = "ptyprocess-0.7.0-py2.py3-none-any.whl" , hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35" } ,
{ file = "ptyprocess-0.7.0.tar.gz" , hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" } ,
]
2022-02-19 01:45:59 +02:00
pure-eval = [
{ file = "pure_eval-0.2.2-py3-none-any.whl" , hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350" } ,
{ file = "pure_eval-0.2.2.tar.gz" , hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3" } ,
]
2021-10-11 01:29:06 +03:00
py = [
2021-11-08 23:20:12 +02:00
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
2021-10-11 01:29:06 +03:00
]
pycodestyle = [
2022-02-19 01:45:59 +02:00
{ file = "pycodestyle-2.8.0-py2.py3-none-any.whl" , hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20" } ,
{ file = "pycodestyle-2.8.0.tar.gz" , hash = "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f" } ,
2021-10-11 01:29:06 +03:00
]
pydantic = [
2022-02-19 01:45:59 +02:00
{ file = "pydantic-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:cb23bcc093697cdea2708baae4f9ba0e972960a835af22560f6ae4e7e47d33f5" } ,
{ file = "pydantic-1.9.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:1d5278bd9f0eee04a44c712982343103bba63507480bfd2fc2790fa70cd64cf4" } ,
{ file = "pydantic-1.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ab624700dc145aa809e6f3ec93fb8e7d0f99d9023b713f6a953637429b437d37" } ,
{ file = "pydantic-1.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c8d7da6f1c1049eefb718d43d99ad73100c958a5367d30b9321b092771e96c25" } ,
{ file = "pydantic-1.9.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:3c3b035103bd4e2e4a28da9da7ef2fa47b00ee4a9cf4f1a735214c1bcd05e0f6" } ,
{ file = "pydantic-1.9.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:3011b975c973819883842c5ab925a4e4298dffccf7782c55ec3580ed17dc464c" } ,
{ file = "pydantic-1.9.0-cp310-cp310-win_amd64.whl" , hash = "sha256:086254884d10d3ba16da0588604ffdc5aab3f7f09557b998373e885c690dd398" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:0fe476769acaa7fcddd17cadd172b156b53546ec3614a4d880e5d29ea5fbce65" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c8e9dcf1ac499679aceedac7e7ca6d8641f0193c591a2d090282aaf8e9445a46" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d1e4c28f30e767fd07f2ddc6f74f41f034d1dd6bc526cd59e63a82fe8bb9ef4c" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:c86229333cabaaa8c51cf971496f10318c4734cf7b641f08af0a6fbf17ca3054" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:c0727bda6e38144d464daec31dff936a82917f431d9c39c39c60a26567eae3ed" } ,
{ file = "pydantic-1.9.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:dee5ef83a76ac31ab0c78c10bd7d5437bfdb6358c95b91f1ba7ff7b76f9996a1" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:d9c9bdb3af48e242838f9f6e6127de9be7063aad17b32215ccc36a09c5cf1070" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2ee7e3209db1e468341ef41fe263eb655f67f5c5a76c924044314e139a1103a2" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0b6037175234850ffd094ca77bf60fb54b08b5b22bc85865331dd3bda7a02fa1" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:b2571db88c636d862b35090ccf92bf24004393f85c8870a37f42d9f23d13e032" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8b5ac0f1c83d31b324e57a273da59197c83d1bb18171e512908fe5dc7278a1d6" } ,
{ file = "pydantic-1.9.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:bbbc94d0c94dd80b3340fc4f04fd4d701f4b038ebad72c39693c794fd3bc2d9d" } ,
{ file = "pydantic-1.9.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:e0896200b6a40197405af18828da49f067c2fa1f821491bc8f5bde241ef3f7d7" } ,
{ file = "pydantic-1.9.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:7bdfdadb5994b44bd5579cfa7c9b0e1b0e540c952d56f627eb227851cda9db77" } ,
{ file = "pydantic-1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:574936363cd4b9eed8acdd6b80d0143162f2eb654d96cb3a8ee91d3e64bf4cf9" } ,
{ file = "pydantic-1.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c556695b699f648c58373b542534308922c46a1cda06ea47bc9ca45ef5b39ae6" } ,
{ file = "pydantic-1.9.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:f947352c3434e8b937e3aa8f96f47bdfe6d92779e44bb3f41e4c213ba6a32145" } ,
{ file = "pydantic-1.9.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:5e48ef4a8b8c066c4a31409d91d7ca372a774d0212da2787c0d32f8045b1e034" } ,
{ file = "pydantic-1.9.0-cp38-cp38-win_amd64.whl" , hash = "sha256:96f240bce182ca7fe045c76bcebfa0b0534a1bf402ed05914a6f1dadff91877f" } ,
{ file = "pydantic-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:815ddebb2792efd4bba5488bc8fde09c29e8ca3227d27cf1c6990fc830fd292b" } ,
{ file = "pydantic-1.9.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:6c5b77947b9e85a54848343928b597b4f74fc364b70926b3c4441ff52620640c" } ,
{ file = "pydantic-1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4c68c3bc88dbda2a6805e9a142ce84782d3930f8fdd9655430d8576315ad97ce" } ,
{ file = "pydantic-1.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5a79330f8571faf71bf93667d3ee054609816f10a259a109a0738dac983b23c3" } ,
{ file = "pydantic-1.9.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:f5a64b64ddf4c99fe201ac2724daada8595ada0d102ab96d019c1555c2d6441d" } ,
{ file = "pydantic-1.9.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:a733965f1a2b4090a5238d40d983dcd78f3ecea221c7af1497b845a9709c1721" } ,
{ file = "pydantic-1.9.0-cp39-cp39-win_amd64.whl" , hash = "sha256:2cc6a4cb8a118ffec2ca5fcb47afbacb4f16d0ab8b7350ddea5e8ef7bcc53a16" } ,
{ file = "pydantic-1.9.0-py3-none-any.whl" , hash = "sha256:085ca1de245782e9b46cefcf99deecc67d418737a1fd3f6a4f511344b613a5b3" } ,
{ file = "pydantic-1.9.0.tar.gz" , hash = "sha256:742645059757a56ecd886faf4ed2441b9c0cd406079c2b4bee51bcc3fbcd510a" } ,
2021-10-11 01:29:06 +03:00
]
pyflakes = [
2022-02-19 01:45:59 +02:00
{ file = "pyflakes-2.4.0-py2.py3-none-any.whl" , hash = "sha256:3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e" } ,
{ file = "pyflakes-2.4.0.tar.gz" , hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c" } ,
2021-10-11 01:29:06 +03:00
]
pygments = [
2022-02-19 01:45:59 +02:00
{ file = "Pygments-2.11.2-py3-none-any.whl" , hash = "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65" } ,
{ file = "Pygments-2.11.2.tar.gz" , hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a" } ,
2021-10-11 01:29:06 +03:00
]
pymdown-extensions = [
2022-04-16 19:07:32 +03:00
{ file = "pymdown-extensions-9.3.tar.gz" , hash = "sha256:a80553b243d3ed2d6c27723bcd64ca9887e560e6f4808baa96f36e93061eaf90" } ,
{ file = "pymdown_extensions-9.3-py3-none-any.whl" , hash = "sha256:b37461a181c1c8103cfe1660081726a0361a8294cbfda88e5b02cefe976f0546" } ,
2021-10-11 01:29:06 +03:00
]
pyparsing = [
2022-04-16 19:07:32 +03:00
{ file = "pyparsing-3.0.8-py3-none-any.whl" , hash = "sha256:ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06" } ,
{ file = "pyparsing-3.0.8.tar.gz" , hash = "sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954" } ,
2021-10-11 01:29:06 +03:00
]
pytest = [
2022-04-25 21:24:58 +03:00
{ file = "pytest-7.1.2-py3-none-any.whl" , hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c" } ,
{ file = "pytest-7.1.2.tar.gz" , hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45" } ,
2021-10-11 01:29:06 +03:00
]
2021-11-08 23:20:12 +02:00
pytest-aiohttp = [
2022-02-19 01:45:59 +02:00
{ file = "pytest-aiohttp-1.0.4.tar.gz" , hash = "sha256:39ff3a0d15484c01d1436cbedad575c6eafbf0f57cdf76fb94994c97b5b8c5a4" } ,
{ file = "pytest_aiohttp-1.0.4-py3-none-any.whl" , hash = "sha256:1d2dc3a304c2be1fd496c0c2fb6b31ab60cd9fc33984f761f951f8ea1eb4ca95" } ,
2021-11-08 23:20:12 +02:00
]
2021-10-11 01:29:06 +03:00
pytest-asyncio = [
2022-04-16 19:07:32 +03:00
{ file = "pytest-asyncio-0.18.3.tar.gz" , hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91" } ,
{ file = "pytest_asyncio-0.18.3-1-py3-none-any.whl" , hash = "sha256:16cf40bdf2b4fb7fc8e4b82bd05ce3fbcd454cbf7b92afc445fe299dabb88213" } ,
{ file = "pytest_asyncio-0.18.3-py3-none-any.whl" , hash = "sha256:8fafa6c52161addfd41ee7ab35f11836c5a16ec208f93ee388f752bea3493a84" } ,
2021-10-11 01:29:06 +03:00
]
pytest-cov = [
2022-02-19 01:45:59 +02:00
{ file = "pytest-cov-3.0.0.tar.gz" , hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470" } ,
{ file = "pytest_cov-3.0.0-py3-none-any.whl" , hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6" } ,
2021-10-11 01:29:06 +03:00
]
pytest-html = [
{ file = "pytest-html-3.1.1.tar.gz" , hash = "sha256:3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3" } ,
{ file = "pytest_html-3.1.1-py3-none-any.whl" , hash = "sha256:b7f82f123936a3f4d2950bc993c2c1ca09ce262c9ae12f9ac763a2401380b455" } ,
]
pytest-lazy-fixture = [
{ file = "pytest-lazy-fixture-0.6.3.tar.gz" , hash = "sha256:0e7d0c7f74ba33e6e80905e9bfd81f9d15ef9a790de97993e34213deb5ad10ac" } ,
{ file = "pytest_lazy_fixture-0.6.3-py3-none-any.whl" , hash = "sha256:e0b379f38299ff27a653f03eaa69b08a6fd4484e46fd1c9907d984b9f9daeda6" } ,
]
pytest-metadata = [
2022-04-16 19:07:32 +03:00
{ file = "pytest-metadata-2.0.0.tar.gz" , hash = "sha256:08dcc2779f4393309dd6d341ea1ddc15265239b6c4d51671737e784406ec07dc" } ,
{ file = "pytest_metadata-2.0.0-py3-none-any.whl" , hash = "sha256:e25f1a77ed02baf1d83911604247a70d60d7dcb970aa12be38e1ed58d4d38e65" } ,
2021-10-11 01:29:06 +03:00
]
pytest-mock = [
2022-02-19 01:45:59 +02:00
{ file = "pytest-mock-3.7.0.tar.gz" , hash = "sha256:5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534" } ,
{ file = "pytest_mock-3.7.0-py3-none-any.whl" , hash = "sha256:6cff27cec936bf81dc5ee87f07132b807bcda51106b5ec4b90a04331cba76231" } ,
2021-10-11 01:29:06 +03:00
]
pytest-mypy = [
2022-02-19 01:45:59 +02:00
{ file = "pytest-mypy-0.9.1.tar.gz" , hash = "sha256:9ffa3bf405c12c5c6be9e92e22bebb6ab2c91b9c32f45b0f0c93af473269ab5c" } ,
{ file = "pytest_mypy-0.9.1-py3-none-any.whl" , hash = "sha256:a2505fcf61f1c0c51f950d4623ea8ca2daf6fb2101a5603554bad2e130202083" } ,
2021-10-11 01:29:06 +03:00
]
python-socks = [
2022-02-19 01:45:59 +02:00
{ file = "python-socks-2.0.3.tar.gz" , hash = "sha256:e3a9ca8e554733862ce4d8ce1d10efb480fd3a3acdafd03393943ec00c98ba8a" } ,
{ file = "python_socks-2.0.3-py3-none-any.whl" , hash = "sha256:950723f27d2cf401e193a9e0a0d45baab848341298f5b397d27fda0c4635e9a9" } ,
2021-10-11 01:29:06 +03:00
]
pytz = [
2022-04-16 19:07:32 +03:00
{ file = "pytz-2022.1-py2.py3-none-any.whl" , hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c" } ,
{ file = "pytz-2022.1.tar.gz" , hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7" } ,
2021-10-11 01:29:06 +03:00
]
pyyaml = [
2021-11-08 23:20:12 +02:00
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
2021-10-11 01:29:06 +03:00
]
2022-04-16 19:07:32 +03:00
redis = [
{ file = "redis-4.2.2-py3-none-any.whl" , hash = "sha256:4e95f4ec5f49e636efcf20061a5a9110c20852f607cfca6865c07aaa8a739ee2" } ,
{ file = "redis-4.2.2.tar.gz" , hash = "sha256:0107dc8e98a4f1d1d4aa00100e044287f77121a1e6d2085545c4b7fa94a7a27f" } ,
]
2021-10-11 01:29:06 +03:00
requests = [
2022-04-16 19:07:32 +03:00
{ file = "requests-2.27.1-py2.py3-none-any.whl" , hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d" } ,
{ file = "requests-2.27.1.tar.gz" , hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" } ,
2021-10-11 01:29:06 +03:00
]
2022-02-19 01:45:59 +02:00
sentry-sdk = [
2022-04-16 19:07:32 +03:00
{ file = "sentry-sdk-1.5.8.tar.gz" , hash = "sha256:38fd16a92b5ef94203db3ece10e03bdaa291481dd7e00e77a148aa0302267d47" } ,
{ file = "sentry_sdk-1.5.8-py2.py3-none-any.whl" , hash = "sha256:32af1a57954576709242beb8c373b3dbde346ac6bd616921def29d68846fb8c3" } ,
2022-02-19 01:45:59 +02:00
]
2021-10-11 01:29:06 +03:00
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
snowballstemmer = [
2022-04-16 19:07:32 +03:00
{ file = "snowballstemmer-2.2.0-py2.py3-none-any.whl" , hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a" } ,
{ file = "snowballstemmer-2.2.0.tar.gz" , hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" } ,
2021-10-11 01:29:06 +03:00
]
soupsieve = [
2022-04-16 19:07:32 +03:00
{ file = "soupsieve-2.3.2-py3-none-any.whl" , hash = "sha256:a714129d3021ec17ce5be346b1007300558b378332c289a1a20e7d4de6ff18a5" } ,
{ file = "soupsieve-2.3.2.tar.gz" , hash = "sha256:0bcc6d7432153063e3df09c3ac9442af3eba488715bfcad6a4c38ccb2a523124" } ,
2021-10-11 01:29:06 +03:00
]
sphinx = [
2022-04-16 19:07:32 +03:00
{ file = "Sphinx-4.5.0-py3-none-any.whl" , hash = "sha256:ebf612653238bcc8f4359627a9b7ce44ede6fdd75d9d30f68255c7383d3a6226" } ,
{ file = "Sphinx-4.5.0.tar.gz" , hash = "sha256:7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6" } ,
2021-10-11 01:29:06 +03:00
]
sphinx-autobuild = [
{ file = "sphinx-autobuild-2021.3.14.tar.gz" , hash = "sha256:de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05" } ,
{ file = "sphinx_autobuild-2021.3.14-py3-none-any.whl" , hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac" } ,
]
sphinx-copybutton = [
2022-02-19 01:45:59 +02:00
{ file = "sphinx-copybutton-0.5.0.tar.gz" , hash = "sha256:a0c059daadd03c27ba750da534a92a63e7a36a7736dcf684f26ee346199787f6" } ,
{ file = "sphinx_copybutton-0.5.0-py3-none-any.whl" , hash = "sha256:9684dec7434bd73f0eea58dda93f9bb879d24bff2d8b187b1f2ec08dfe7b5f48" } ,
2021-10-11 01:29:06 +03:00
]
sphinx-intl = [
{ file = "sphinx-intl-2.0.1.tar.gz" , hash = "sha256:b25a6ec169347909e8d983eefe2d8adecb3edc2f27760db79b965c69950638b4" } ,
{ file = "sphinx_intl-2.0.1-py3.8.egg" , hash = "sha256:2ff97cba0e4e43249e339a3c29dd2f5b63c25ce794050aabca320ad95f5c5b55" } ,
]
sphinx-prompt = [
{ file = "sphinx_prompt-1.5.0-py3-none-any.whl" , hash = "sha256:fa4e90d8088b5a996c76087d701fc7e31175f8b9dc4aab03a507e45051067162" } ,
]
sphinx-substitution-extensions = [
{ file = "Sphinx Substitution Extensions-2020.9.30.0.tar.gz" , hash = "sha256:578afc04eb4f701d9a922f8b75f678d3a1a897fa7a172a9226b92f17553f177a" } ,
{ file = "Sphinx_Substitution_Extensions-2020.9.30.0-py3-none-any.whl" , hash = "sha256:02e543fb64c82a168031d6f64af5d11bdf91d3f06480ffe399c11be87453729f" } ,
]
sphinxcontrib-applehelp = [
{ file = "sphinxcontrib-applehelp-1.0.2.tar.gz" , hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58" } ,
{ file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a" } ,
]
sphinxcontrib-devhelp = [
{ file = "sphinxcontrib-devhelp-1.0.2.tar.gz" , hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4" } ,
{ file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e" } ,
]
sphinxcontrib-htmlhelp = [
{ file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz" , hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2" } ,
{ file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl" , hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07" } ,
]
sphinxcontrib-jsmath = [
{ file = "sphinxcontrib-jsmath-1.0.1.tar.gz" , hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8" } ,
{ file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl" , hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178" } ,
]
sphinxcontrib-qthelp = [
{ file = "sphinxcontrib-qthelp-1.0.3.tar.gz" , hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72" } ,
{ file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl" , hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6" } ,
]
sphinxcontrib-serializinghtml = [
{ file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz" , hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952" } ,
{ file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl" , hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd" } ,
]
2022-02-19 01:45:59 +02:00
stack-data = [
{ file = "stack_data-0.2.0-py3-none-any.whl" , hash = "sha256:999762f9c3132308789affa03e9271bbbe947bf78311851f4d485d8402ed858e" } ,
{ file = "stack_data-0.2.0.tar.gz" , hash = "sha256:45692d41bd633a9503a5195552df22b583caf16f0b27c4e58c98d88c8b648e12" } ,
]
2021-10-11 01:29:06 +03:00
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
tomli = [
2022-04-16 19:07:32 +03:00
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
2021-10-11 01:29:06 +03:00
]
tornado = [
{ file = "tornado-6.1-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:d371e811d6b156d82aa5f9a4e08b58debf97c302a35714f6f45e35139c332e32" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:0d321a39c36e5f2c4ff12b4ed58d41390460f798422c4504e09eb5678e09998c" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9de9e5188a782be6b1ce866e8a51bc76a0fbaa0e16613823fc38e4fc2556ad05" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:61b32d06ae8a036a6607805e6720ef00a3c98207038444ba7fd3d169cd998910" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:3e63498f680547ed24d2c71e6497f24bca791aca2fe116dbc2bd0ac7f191691b" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:6c77c9937962577a6a76917845d06af6ab9197702a42e1346d8ae2e76b5e3675" } ,
{ file = "tornado-6.1-cp35-cp35m-win32.whl" , hash = "sha256:6286efab1ed6e74b7028327365cf7346b1d777d63ab30e21a0f4d5b275fc17d5" } ,
{ file = "tornado-6.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:fa2ba70284fa42c2a5ecb35e322e68823288a4251f9ba9cc77be04ae15eada68" } ,
{ file = "tornado-6.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:0a00ff4561e2929a2c37ce706cb8233b7907e0cdc22eab98888aca5dd3775feb" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:748290bf9112b581c525e6e6d3820621ff020ed95af6f17fedef416b27ed564c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:e385b637ac3acaae8022e7e47dfa7b83d3620e432e3ecb9a3f7f58f150e50921" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:25ad220258349a12ae87ede08a7b04aca51237721f63b1808d39bdb4b2164558" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:65d98939f1a2e74b58839f8c4dab3b6b3c1ce84972ae712be02845e65391ac7c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:e519d64089b0876c7b467274468709dadf11e41d65f63bba207e04217f47c085" } ,
{ file = "tornado-6.1-cp36-cp36m-win32.whl" , hash = "sha256:b87936fd2c317b6ee08a5741ea06b9d11a6074ef4cc42e031bc6403f82a32575" } ,
{ file = "tornado-6.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:cc0ee35043162abbf717b7df924597ade8e5395e7b66d18270116f8745ceb795" } ,
{ file = "tornado-6.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:7250a3fa399f08ec9cb3f7b1b987955d17e044f1ade821b32e5f435130250d7f" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:ed3ad863b1b40cd1d4bd21e7498329ccaece75db5a5bf58cd3c9f130843e7102" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:dcef026f608f678c118779cd6591c8af6e9b4155c44e0d1bc0c87c036fb8c8c4" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:70dec29e8ac485dbf57481baee40781c63e381bebea080991893cd297742b8fd" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:d3f7594930c423fd9f5d1a76bee85a2c36fd8b4b16921cae7e965f22575e9c01" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:3447475585bae2e77ecb832fc0300c3695516a47d46cefa0528181a34c5b9d3d" } ,
{ file = "tornado-6.1-cp37-cp37m-win32.whl" , hash = "sha256:e7229e60ac41a1202444497ddde70a48d33909e484f96eb0da9baf8dc68541df" } ,
{ file = "tornado-6.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:cb5ec8eead331e3bb4ce8066cf06d2dfef1bfb1b2a73082dfe8a161301b76e37" } ,
{ file = "tornado-6.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:20241b3cb4f425e971cb0a8e4ffc9b0a861530ae3c52f2b0434e6c1b57e9fd95" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:c77da1263aa361938476f04c4b6c8916001b90b2c2fdd92d8d535e1af48fba5a" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:fba85b6cd9c39be262fcd23865652920832b61583de2a2ca907dbd8e8a8c81e5" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:1e8225a1070cd8eec59a996c43229fe8f95689cb16e552d130b9793cb570a288" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:d14d30e7f46a0476efb0deb5b61343b1526f73ebb5ed84f23dc794bdb88f9d9f" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:8f959b26f2634a091bb42241c3ed8d3cedb506e7c27b8dd5c7b9f745318ddbb6" } ,
{ file = "tornado-6.1-cp38-cp38-win32.whl" , hash = "sha256:34ca2dac9e4d7afb0bed4677512e36a52f09caa6fded70b4e3e1c89dbd92c326" } ,
{ file = "tornado-6.1-cp38-cp38-win_amd64.whl" , hash = "sha256:6196a5c39286cc37c024cd78834fb9345e464525d8991c21e908cc046d1cc02c" } ,
{ file = "tornado-6.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f0ba29bafd8e7e22920567ce0d232c26d4d47c8b5cf4ed7b562b5db39fa199c5" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:33892118b165401f291070100d6d09359ca74addda679b60390b09f8ef325ffe" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7da13da6f985aab7f6f28debab00c67ff9cbacd588e8477034c0652ac141feea" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:e0791ac58d91ac58f694d8d2957884df8e4e2f6687cdf367ef7eb7497f79eaa2" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:66324e4e1beede9ac79e60f88de548da58b1f8ab4b2f1354d8375774f997e6c0" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:a48900ecea1cbb71b8c71c620dee15b62f85f7c14189bdeee54966fbd9a0c5bd" } ,
{ file = "tornado-6.1-cp39-cp39-win32.whl" , hash = "sha256:d3d20ea5782ba63ed13bc2b8c291a053c8d807a8fa927d941bd718468f7b950c" } ,
{ file = "tornado-6.1-cp39-cp39-win_amd64.whl" , hash = "sha256:548430be2740e327b3fe0201abe471f314741efcb0067ec4f2d7dcfb4825f3e4" } ,
{ file = "tornado-6.1.tar.gz" , hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791" } ,
]
towncrier = [
2022-02-19 01:45:59 +02:00
{ file = "towncrier-21.9.0-py2.py3-none-any.whl" , hash = "sha256:fc5a88a2a54988e3a8ed2b60d553599da8330f65722cc607c839614ed87e0f92" } ,
{ file = "towncrier-21.9.0.tar.gz" , hash = "sha256:9cb6f45c16e1a1eec9d0e7651165e7be60cd0ab81d13a5c96ca97a498ae87f48" } ,
2021-10-11 01:29:06 +03:00
]
traitlets = [
2021-11-08 23:20:12 +02:00
{ file = "traitlets-5.1.1-py3-none-any.whl" , hash = "sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033" } ,
{ file = "traitlets-5.1.1.tar.gz" , hash = "sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7" } ,
2021-10-11 01:29:06 +03:00
]
typing-extensions = [
2022-02-19 01:45:59 +02:00
{ file = "typing_extensions-4.1.1-py3-none-any.whl" , hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2" } ,
{ file = "typing_extensions-4.1.1.tar.gz" , hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42" } ,
2021-10-11 01:29:06 +03:00
]
urllib3 = [
2022-04-16 19:07:32 +03:00
{ file = "urllib3-1.26.9-py2.py3-none-any.whl" , hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14" } ,
{ file = "urllib3-1.26.9.tar.gz" , hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" } ,
2021-10-11 01:29:06 +03:00
]
uvloop = [
{ file = "uvloop-0.16.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:6224f1401025b748ffecb7a6e2652b17768f30b1a6a3f7b44660e5b5b690b12d" } ,
{ file = "uvloop-0.16.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:30ba9dcbd0965f5c812b7c2112a1ddf60cf904c1c160f398e7eed3a6b82dcd9c" } ,
{ file = "uvloop-0.16.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:bd53f7f5db562f37cd64a3af5012df8cac2c464c97e732ed556800129505bd64" } ,
{ file = "uvloop-0.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:772206116b9b57cd625c8a88f2413df2fcfd0b496eb188b82a43bed7af2c2ec9" } ,
{ file = "uvloop-0.16.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b572256409f194521a9895aef274cea88731d14732343da3ecdb175228881638" } ,
{ file = "uvloop-0.16.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:04ff57aa137230d8cc968f03481176041ae789308b4d5079118331ab01112450" } ,
{ file = "uvloop-0.16.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3a19828c4f15687675ea912cc28bbcb48e9bb907c801873bd1519b96b04fb805" } ,
{ file = "uvloop-0.16.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e814ac2c6f9daf4c36eb8e85266859f42174a4ff0d71b99405ed559257750382" } ,
{ file = "uvloop-0.16.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:bd8f42ea1ea8f4e84d265769089964ddda95eb2bb38b5cbe26712b0616c3edee" } ,
{ file = "uvloop-0.16.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:647e481940379eebd314c00440314c81ea547aa636056f554d491e40503c8464" } ,
{ file = "uvloop-0.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e0d26fa5875d43ddbb0d9d79a447d2ace4180d9e3239788208527c4784f7cab" } ,
{ file = "uvloop-0.16.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:6ccd57ae8db17d677e9e06192e9c9ec4bd2066b77790f9aa7dede2cc4008ee8f" } ,
{ file = "uvloop-0.16.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:089b4834fd299d82d83a25e3335372f12117a7d38525217c2258e9b9f4578897" } ,
{ file = "uvloop-0.16.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98d117332cc9e5ea8dfdc2b28b0a23f60370d02e1395f88f40d1effd2cb86c4f" } ,
{ file = "uvloop-0.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e5f2e2ff51aefe6c19ee98af12b4ae61f5be456cd24396953244a30880ad861" } ,
{ file = "uvloop-0.16.0.tar.gz" , hash = "sha256:f74bc20c7b67d1c27c72601c78cf95be99d5c2cdd4514502b4f3eb0933ff1228" } ,
]
virtualenv = [
2022-04-16 19:07:32 +03:00
{ file = "virtualenv-20.14.0-py2.py3-none-any.whl" , hash = "sha256:1e8588f35e8b42c6ec6841a13c5e88239de1e6e4e4cedfd3916b306dc826ec66" } ,
{ file = "virtualenv-20.14.0.tar.gz" , hash = "sha256:8e5b402037287126e81ccde9432b95a8be5b19d36584f64957060a3488c11ca8" } ,
2021-10-11 01:29:06 +03:00
]
wcwidth = [
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
]
2022-04-16 19:07:32 +03:00
wrapt = [
{ file = "wrapt-1.14.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:5a9a1889cc01ed2ed5f34574c90745fab1dd06ec2eee663e8ebeefe363e8efd7" } ,
{ file = "wrapt-1.14.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:9a3ff5fb015f6feb78340143584d9f8a0b91b6293d6b5cf4295b3e95d179b88c" } ,
{ file = "wrapt-1.14.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:4b847029e2d5e11fd536c9ac3136ddc3f54bc9488a75ef7d040a3900406a91eb" } ,
{ file = "wrapt-1.14.0-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:9a5a544861b21e0e7575b6023adebe7a8c6321127bb1d238eb40d99803a0e8bd" } ,
{ file = "wrapt-1.14.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:88236b90dda77f0394f878324cfbae05ae6fde8a84d548cfe73a75278d760291" } ,
{ file = "wrapt-1.14.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:f0408e2dbad9e82b4c960274214af533f856a199c9274bd4aff55d4634dedc33" } ,
{ file = "wrapt-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:9d8c68c4145041b4eeae96239802cfdfd9ef927754a5be3f50505f09f309d8c6" } ,
{ file = "wrapt-1.14.0-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:22626dca56fd7f55a0733e604f1027277eb0f4f3d95ff28f15d27ac25a45f71b" } ,
{ file = "wrapt-1.14.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:65bf3eb34721bf18b5a021a1ad7aa05947a1767d1aa272b725728014475ea7d5" } ,
{ file = "wrapt-1.14.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:09d16ae7a13cff43660155383a2372b4aa09109c7127aa3f24c3cf99b891c330" } ,
{ file = "wrapt-1.14.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:debaf04f813ada978d7d16c7dfa16f3c9c2ec9adf4656efdc4defdf841fc2f0c" } ,
{ file = "wrapt-1.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:748df39ed634851350efa87690c2237a678ed794fe9ede3f0d79f071ee042561" } ,
{ file = "wrapt-1.14.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1807054aa7b61ad8d8103b3b30c9764de2e9d0c0978e9d3fc337e4e74bf25faa" } ,
{ file = "wrapt-1.14.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:763a73ab377390e2af26042f685a26787c402390f682443727b847e9496e4a2a" } ,
{ file = "wrapt-1.14.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:8529b07b49b2d89d6917cfa157d3ea1dfb4d319d51e23030664a827fe5fd2131" } ,
{ file = "wrapt-1.14.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:68aeefac31c1f73949662ba8affaf9950b9938b712fb9d428fa2a07e40ee57f8" } ,
{ file = "wrapt-1.14.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:59d7d92cee84a547d91267f0fea381c363121d70fe90b12cd88241bd9b0e1763" } ,
{ file = "wrapt-1.14.0-cp310-cp310-win32.whl" , hash = "sha256:3a88254881e8a8c4784ecc9cb2249ff757fd94b911d5df9a5984961b96113fff" } ,
{ file = "wrapt-1.14.0-cp310-cp310-win_amd64.whl" , hash = "sha256:9a242871b3d8eecc56d350e5e03ea1854de47b17f040446da0e47dc3e0b9ad4d" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:a65bffd24409454b889af33b6c49d0d9bcd1a219b972fba975ac935f17bdf627" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9d9fcd06c952efa4b6b95f3d788a819b7f33d11bea377be6b8980c95e7d10775" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:db6a0ddc1282ceb9032e41853e659c9b638789be38e5b8ad7498caac00231c23" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:14e7e2c5f5fca67e9a6d5f753d21f138398cad2b1159913ec9e9a67745f09ba3" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-win32.whl" , hash = "sha256:6d9810d4f697d58fd66039ab959e6d37e63ab377008ef1d63904df25956c7db0" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-win_amd64.whl" , hash = "sha256:d808a5a5411982a09fef6b49aac62986274ab050e9d3e9817ad65b2791ed1425" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b77159d9862374da213f741af0c361720200ab7ad21b9f12556e0eb95912cd48" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:36a76a7527df8583112b24adc01748cd51a2d14e905b337a6fefa8b96fc708fb" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a0057b5435a65b933cbf5d859cd4956624df37b8bf0917c71756e4b3d9958b9e" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3a0a4ca02752ced5f37498827e49c414d694ad7cf451ee850e3ff160f2bee9d3" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:8c6be72eac3c14baa473620e04f74186c5d8f45d80f8f2b4eda6e1d18af808e8" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:21b1106bff6ece8cb203ef45b4f5778d7226c941c83aaaa1e1f0f4f32cc148cd" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:493da1f8b1bb8a623c16552fb4a1e164c0200447eb83d3f68b44315ead3f9036" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-win32.whl" , hash = "sha256:89ba3d548ee1e6291a20f3c7380c92f71e358ce8b9e48161401e087e0bc740f8" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:729d5e96566f44fccac6c4447ec2332636b4fe273f03da128fff8d5559782b06" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:891c353e95bb11abb548ca95c8b98050f3620a7378332eb90d6acdef35b401d4" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:23f96134a3aa24cc50614920cc087e22f87439053d886e474638c68c8d15dc80" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6807bcee549a8cb2f38f73f469703a1d8d5d990815c3004f21ddb68a567385ce" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6915682f9a9bc4cf2908e83caf5895a685da1fbd20b6d485dafb8e218a338279" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:f2f3bc7cd9c9fcd39143f11342eb5963317bd54ecc98e3650ca22704b69d9653" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:3a71dbd792cc7a3d772ef8cd08d3048593f13d6f40a11f3427c000cf0a5b36a0" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:5a0898a640559dec00f3614ffb11d97a2666ee9a2a6bad1259c9facd01a1d4d9" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-win32.whl" , hash = "sha256:167e4793dc987f77fd476862d32fa404d42b71f6a85d3b38cbce711dba5e6b68" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d066ffc5ed0be00cd0352c95800a519cf9e4b5dd34a028d301bdc7177c72daf3" } ,
{ file = "wrapt-1.14.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d9bdfa74d369256e4218000a629978590fd7cb6cf6893251dad13d051090436d" } ,
{ file = "wrapt-1.14.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2498762814dd7dd2a1d0248eda2afbc3dd9c11537bc8200a4b21789b6df6cd38" } ,
{ file = "wrapt-1.14.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5f24ca7953f2643d59a9c87d6e272d8adddd4a53bb62b9208f36db408d7aafc7" } ,
{ file = "wrapt-1.14.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5b835b86bd5a1bdbe257d610eecab07bf685b1af2a7563093e0e69180c1d4af1" } ,
{ file = "wrapt-1.14.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b21650fa6907e523869e0396c5bd591cc326e5c1dd594dcdccac089561cacfb8" } ,
{ file = "wrapt-1.14.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:354d9fc6b1e44750e2a67b4b108841f5f5ea08853453ecbf44c81fdc2e0d50bd" } ,
{ file = "wrapt-1.14.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:1f83e9c21cd5275991076b2ba1cd35418af3504667affb4745b48937e214bafe" } ,
{ file = "wrapt-1.14.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:61e1a064906ccba038aa3c4a5a82f6199749efbbb3cef0804ae5c37f550eded0" } ,
{ file = "wrapt-1.14.0-cp38-cp38-win32.whl" , hash = "sha256:28c659878f684365d53cf59dc9a1929ea2eecd7ac65da762be8b1ba193f7e84f" } ,
{ file = "wrapt-1.14.0-cp38-cp38-win_amd64.whl" , hash = "sha256:b0ed6ad6c9640671689c2dbe6244680fe8b897c08fd1fab2228429b66c518e5e" } ,
{ file = "wrapt-1.14.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b3f7e671fb19734c872566e57ce7fc235fa953d7c181bb4ef138e17d607dc8a1" } ,
{ file = "wrapt-1.14.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:87fa943e8bbe40c8c1ba4086971a6fefbf75e9991217c55ed1bcb2f1985bd3d4" } ,
{ file = "wrapt-1.14.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4775a574e9d84e0212f5b18886cace049a42e13e12009bb0491562a48bb2b758" } ,
{ file = "wrapt-1.14.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9d57677238a0c5411c76097b8b93bdebb02eb845814c90f0b01727527a179e4d" } ,
{ file = "wrapt-1.14.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:00108411e0f34c52ce16f81f1d308a571df7784932cc7491d1e94be2ee93374b" } ,
{ file = "wrapt-1.14.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:d332eecf307fca852d02b63f35a7872de32d5ba8b4ec32da82f45df986b39ff6" } ,
{ file = "wrapt-1.14.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:01f799def9b96a8ec1ef6b9c1bbaf2bbc859b87545efbecc4a78faea13d0e3a0" } ,
{ file = "wrapt-1.14.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:47045ed35481e857918ae78b54891fac0c1d197f22c95778e66302668309336c" } ,
{ file = "wrapt-1.14.0-cp39-cp39-win32.whl" , hash = "sha256:2eca15d6b947cfff51ed76b2d60fd172c6ecd418ddab1c5126032d27f74bc350" } ,
{ file = "wrapt-1.14.0-cp39-cp39-win_amd64.whl" , hash = "sha256:bb36fbb48b22985d13a6b496ea5fb9bb2a076fea943831643836c9f6febbcfdc" } ,
{ file = "wrapt-1.14.0.tar.gz" , hash = "sha256:8323a43bd9c91f62bb7d4be74cc9ff10090e7ef820e27bfe8815c57e68261311" } ,
]
2021-10-11 01:29:06 +03:00
yarl = [
2021-11-08 23:20:12 +02:00
{ file = "yarl-1.7.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:f2a8508f7350512434e41065684076f640ecce176d262a7d54f0da41d99c5a95" } ,
{ file = "yarl-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:da6df107b9ccfe52d3a48165e48d72db0eca3e3029b5b8cb4fe6ee3cb870ba8b" } ,
{ file = "yarl-1.7.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a1d0894f238763717bdcfea74558c94e3bc34aeacd3351d769460c1a586a8b05" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dfe4b95b7e00c6635a72e2d00b478e8a28bfb122dc76349a06e20792eb53a523" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c145ab54702334c42237a6c6c4cc08703b6aa9b94e2f227ceb3d477d20c36c63" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1ca56f002eaf7998b5fcf73b2421790da9d2586331805f38acd9997743114e98" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1d3d5ad8ea96bd6d643d80c7b8d5977b4e2fb1bab6c9da7322616fd26203d125" } ,
{ file = "yarl-1.7.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:167ab7f64e409e9bdd99333fe8c67b5574a1f0495dcfd905bc7454e766729b9e" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:95a1873b6c0dd1c437fb3bb4a4aaa699a48c218ac7ca1e74b0bee0ab16c7d60d" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:6152224d0a1eb254f97df3997d79dadd8bb2c1a02ef283dbb34b97d4f8492d23" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:5bb7d54b8f61ba6eee541fba4b83d22b8a046b4ef4d8eb7f15a7e35db2e1e245" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:9c1f083e7e71b2dd01f7cd7434a5f88c15213194df38bc29b388ccdf1492b739" } ,
{ file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:f44477ae29025d8ea87ec308539f95963ffdc31a82f42ca9deecf2d505242e72" } ,
{ file = "yarl-1.7.2-cp310-cp310-win32.whl" , hash = "sha256:cff3ba513db55cc6a35076f32c4cdc27032bd075c9faef31fec749e64b45d26c" } ,
{ file = "yarl-1.7.2-cp310-cp310-win_amd64.whl" , hash = "sha256:c9c6d927e098c2d360695f2e9d38870b2e92e0919be07dbe339aefa32a090265" } ,
{ file = "yarl-1.7.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:9b4c77d92d56a4c5027572752aa35082e40c561eec776048330d2907aead891d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c01a89a44bb672c38f42b49cdb0ad667b116d731b3f4c896f72302ff77d71656" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c19324a1c5399b602f3b6e7db9478e5b1adf5cf58901996fc973fe4fccd73eed" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3abddf0b8e41445426d29f955b24aeecc83fa1072be1be4e0d194134a7d9baee" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6a1a9fe17621af43e9b9fcea8bd088ba682c8192d744b386ee3c47b56eaabb2c" } ,
{ file = "yarl-1.7.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8b0915ee85150963a9504c10de4e4729ae700af11df0dc5550e6587ed7891e92" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:29e0656d5497733dcddc21797da5a2ab990c0cb9719f1f969e58a4abac66234d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:bf19725fec28452474d9887a128e98dd67eee7b7d52e932e6949c532d820dc3b" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:d6f3d62e16c10e88d2168ba2d065aa374e3c538998ed04996cd373ff2036d64c" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:ac10bbac36cd89eac19f4e51c032ba6b412b3892b685076f4acd2de18ca990aa" } ,
{ file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:aa32aaa97d8b2ed4e54dc65d241a0da1c627454950f7d7b1f95b13985afd6c5d" } ,
{ file = "yarl-1.7.2-cp36-cp36m-win32.whl" , hash = "sha256:87f6e082bce21464857ba58b569370e7b547d239ca22248be68ea5d6b51464a1" } ,
{ file = "yarl-1.7.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:ac35ccde589ab6a1870a484ed136d49a26bcd06b6a1c6397b1967ca13ceb3913" } ,
{ file = "yarl-1.7.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a467a431a0817a292121c13cbe637348b546e6ef47ca14a790aa2fa8cc93df63" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ab0c3274d0a846840bf6c27d2c60ba771a12e4d7586bf550eefc2df0b56b3b4" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d260d4dc495c05d6600264a197d9d6f7fc9347f21d2594926202fd08cf89a8ba" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fc4dd8b01a8112809e6b636b00f487846956402834a7fd59d46d4f4267181c41" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c1164a2eac148d85bbdd23e07dfcc930f2e633220f3eb3c3e2a25f6148c2819e" } ,
{ file = "yarl-1.7.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:67e94028817defe5e705079b10a8438b8cb56e7115fa01640e9c0bb3edf67332" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:89ccbf58e6a0ab89d487c92a490cb5660d06c3a47ca08872859672f9c511fc52" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:8cce6f9fa3df25f55521fbb5c7e4a736683148bcc0c75b21863789e5185f9185" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:211fcd65c58bf250fb994b53bc45a442ddc9f441f6fec53e65de8cba48ded986" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:c10ea1e80a697cf7d80d1ed414b5cb8f1eec07d618f54637067ae3c0334133c4" } ,
{ file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:52690eb521d690ab041c3919666bea13ab9fbff80d615ec16fa81a297131276b" } ,
{ file = "yarl-1.7.2-cp37-cp37m-win32.whl" , hash = "sha256:695ba021a9e04418507fa930d5f0704edbce47076bdcfeeaba1c83683e5649d1" } ,
{ file = "yarl-1.7.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:c17965ff3706beedafd458c452bf15bac693ecd146a60a06a214614dc097a271" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:fce78593346c014d0d986b7ebc80d782b7f5e19843ca798ed62f8e3ba8728576" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:c2a1ac41a6aa980db03d098a5531f13985edcb451bcd9d00670b03129922cd0d" } ,
{ file = "yarl-1.7.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:39d5493c5ecd75c8093fa7700a2fb5c94fe28c839c8e40144b7ab7ccba6938c8" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1eb6480ef366d75b54c68164094a6a560c247370a68c02dddb11f20c4c6d3c9d" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5ba63585a89c9885f18331a55d25fe81dc2d82b71311ff8bd378fc8004202ff6" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e39378894ee6ae9f555ae2de332d513a5763276a9265f8e7cbaeb1b1ee74623a" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c0910c6b6c31359d2f6184828888c983d54d09d581a4a23547a35f1d0b9484b1" } ,
{ file = "yarl-1.7.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6feca8b6bfb9eef6ee057628e71e1734caf520a907b6ec0d62839e8293e945c0" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:8300401dc88cad23f5b4e4c1226f44a5aa696436a4026e456fe0e5d2f7f486e6" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:788713c2896f426a4e166b11f4ec538b5736294ebf7d5f654ae445fd44270832" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:fd547ec596d90c8676e369dd8a581a21227fe9b4ad37d0dc7feb4ccf544c2d59" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:737e401cd0c493f7e3dd4db72aca11cfe069531c9761b8ea474926936b3c57c8" } ,
{ file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:baf81561f2972fb895e7844882898bda1eef4b07b5b385bcd308d2098f1a767b" } ,
{ file = "yarl-1.7.2-cp38-cp38-win32.whl" , hash = "sha256:ede3b46cdb719c794427dcce9d8beb4abe8b9aa1e97526cc20de9bd6583ad1ef" } ,
{ file = "yarl-1.7.2-cp38-cp38-win_amd64.whl" , hash = "sha256:cc8b7a7254c0fc3187d43d6cb54b5032d2365efd1df0cd1749c0c4df5f0ad45f" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:580c1f15500e137a8c37053e4cbf6058944d4c114701fa59944607505c2fe3a0" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3ec1d9a0d7780416e657f1e405ba35ec1ba453a4f1511eb8b9fbab81cb8b3ce1" } ,
{ file = "yarl-1.7.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:3bf8cfe8856708ede6a73907bf0501f2dc4e104085e070a41f5d88e7faf237f3" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1be4bbb3d27a4e9aa5f3df2ab61e3701ce8fcbd3e9846dbce7c033a7e8136746" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:534b047277a9a19d858cde163aba93f3e1677d5acd92f7d10ace419d478540de" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c6ddcd80d79c96eb19c354d9dca95291589c5954099836b7c8d29278a7ec0bda" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:9bfcd43c65fbb339dc7086b5315750efa42a34eefad0256ba114cd8ad3896f4b" } ,
{ file = "yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f64394bd7ceef1237cc604b5a89bf748c95982a84bcd3c4bbeb40f685c810794" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:044daf3012e43d4b3538562da94a88fb12a6490652dbc29fb19adfa02cf72eac" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:368bcf400247318382cc150aaa632582d0780b28ee6053cd80268c7e72796dec" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:bab827163113177aee910adb1f48ff7af31ee0289f434f7e22d10baf624a6dfe" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:0cba38120db72123db7c58322fa69e3c0efa933040ffb586c3a87c063ec7cae8" } ,
{ file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:59218fef177296451b23214c91ea3aba7858b4ae3306dde120224cfe0f7a6ee8" } ,
{ file = "yarl-1.7.2-cp39-cp39-win32.whl" , hash = "sha256:1edc172dcca3f11b38a9d5c7505c83c1913c0addc99cd28e993efeaafdfaa18d" } ,
{ file = "yarl-1.7.2-cp39-cp39-win_amd64.whl" , hash = "sha256:797c2c412b04403d2da075fb93c123df35239cd7b4cc4e0cd9e5839b73f52c58" } ,
{ file = "yarl-1.7.2.tar.gz" , hash = "sha256:45399b46d60c253327a460e99856752009fcee5f5d3c80b2f7c0cae1c38d56dd" } ,
2021-10-11 01:29:06 +03:00
]
zipp = [
2022-04-16 19:07:32 +03:00
{ file = "zipp-3.8.0-py3-none-any.whl" , hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099" } ,
{ file = "zipp-3.8.0.tar.gz" , hash = "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad" } ,
2021-10-11 01:29:06 +03:00
]