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
[ [ package ] ]
name = "aioredis"
2022-02-19 01:45:59 +02:00
version = "2.0.1"
2021-10-11 01:29:06 +03:00
description = "asyncio (PEP 3156) Redis support"
category = "main"
optional = true
python-versions = ">=3.6"
[ package . dependencies ]
async-timeout = "*"
typing-extensions = "*"
[ package . extras ]
hiredis = [ "hiredis (>=1.0)" ]
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"
version = "0.1.2"
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"
2021-11-08 03:48:34 +02:00
version = "4.0.0"
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"
[ package . dependencies ]
typing-extensions = ">=3.6.5"
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"
version = "21.2.0"
description = "Classes Without Boilerplate"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" ]
[ [ 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 = "backports.entry-points-selectable"
version = "1.1.0"
description = "Compatibility shim providing selectable entry points for older implementations"
category = "dev"
optional = false
python-versions = ">=2.7"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-flake8" , "pytest-cov" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "pytest-checkdocs (>=2.4)" , "pytest-enabler (>=1.0.1)" ]
[ [ package ] ]
name = "beautifulsoup4"
version = "4.10.0"
description = "Screen-scraping library"
category = "main"
optional = true
python-versions = ">3.0.0"
[ package . dependencies ]
soupsieve = ">1.2"
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "black"
2022-02-19 01:45:59 +02:00
version = "22.1.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-02-19 01:45:59 +02:00
tomli = ">=1.1.0"
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"
2021-11-08 23:20:12 +02:00
version = "2.0.7"
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"
version = "8.0.3"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ 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"
version = "5.1.0"
description = "Decorators for Humans"
category = "dev"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "distlib"
version = "0.3.3"
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"
version = "0.8.2"
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"
2021-11-08 23:20:12 +02:00
version = "3.3.2"
2021-10-11 01:29:06 +03:00
description = "A platform independent file lock."
category = "dev"
optional = false
python-versions = ">=3.6"
[ 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
[ [ package ] ]
name = "flake8-html"
version = "0.4.1"
description = "Generate HTML reports of flake8 violations"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
flake8 = ">=3.3.0"
importlib-metadata = "*"
jinja2 = ">=2.9.0"
pygments = ">=2.2.0"
2021-11-08 03:48:34 +02:00
[ [ package ] ]
name = "frozenlist"
version = "1.2.0"
description = "A list-like structure which implements collections.abc.MutableSequence"
category = "main"
optional = false
python-versions = ">=3.6"
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "furo"
2022-02-19 01:45:59 +02:00
version = "2022.2.14.1"
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 . extras ]
test = [ "pytest" , "pytest-cov" , "pytest-xdist" ]
2022-02-19 01:45:59 +02:00
doc = [ "myst-parser" , "sphinx-copybutton" , "sphinx-design" , "sphinx-inline-tabs" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "identify"
2021-11-08 23:20:12 +02:00
version = "2.3.4"
2021-10-11 01:29:06 +03:00
description = "File identification library for Python"
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ package . extras ]
license = [ "editdistance-s" ]
[ [ 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"
version = "1.2.0"
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"
version = "4.8.1"
description = "Read metadata from Python packages"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
perf = [ "ipython" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
[ [ package ] ]
name = "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-02-19 01:45:59 +02:00
version = "8.0.1"
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 = "*"
2022-02-19 01:45:59 +02:00
black = "*"
2021-10-11 01:29:06 +03:00
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"
pygments = "*"
2022-02-19 01:45:59 +02:00
stack-data = "*"
traitlets = ">=5"
2021-10-11 01:29:06 +03:00
[ package . extras ]
2022-02-19 01:45:59 +02:00
all = [ "Sphinx (>=1.3)" , "curio" , "ipykernel" , "ipyparallel" , "ipywidgets" , "matplotlib (!=3.2.0)" , "nbconvert" , "nbformat" , "notebook" , "numpy (>=1.19)" , "pandas" , "pygments" , "pytest" , "pytest-asyncio" , "qtconsole" , "testpath" , "trio" ]
2021-10-11 01:29:06 +03:00
doc = [ "Sphinx (>=1.3)" ]
kernel = [ "ipykernel" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
notebook = [ "notebook" , "ipywidgets" ]
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
2022-02-19 01:45:59 +02:00
test = [ "pytest" , "pytest-asyncio" , "testpath" , "pygments" ]
test_extra = [ "pytest" , "testpath" , "curio" , "matplotlib (!=3.2.0)" , "nbformat" , "numpy (>=1.19)" , "pandas" , "pygments" , "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"
version = "0.18.0"
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)" ]
testing = [ "Django (<3.1)" , "colorama" , "docopt" , "pytest (<6.0.0)" ]
[ [ package ] ]
name = "jinja2"
version = "3.0.2"
description = "A very fast and expressive template engine."
category = "main"
optional = false
python-versions = ">=3.6"
[ 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-02-19 01:45:59 +02:00
version = "1.0.5"
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"
version = "3.3.4"
description = "Python implementation of Markdown."
category = "main"
optional = true
python-versions = ">=3.6"
[ 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"
version = "2.0.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ 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"
version = "5.2.0"
description = "multidict implementation"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "mypy"
2022-02-19 01:45:59 +02:00
version = "0.931"
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)" ]
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"
version = "0.8.2"
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"
version = "2.4.0"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.6"
[ 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-02-19 01:45:59 +02:00
version = "2.17.0"
2021-10-11 01:29:06 +03:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ 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"
2021-11-08 23:20:12 +02:00
version = "3.0.22"
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-02-19 01:45:59 +02:00
version = "9.2"
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-02-19 01:45:59 +02:00
version = "3.0.7"
2021-10-11 01:29:06 +03:00
description = "Python parsing module"
category = "main"
optional = false
2021-11-08 23:20:12 +02:00
python-versions = ">=3.6"
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
2021-10-11 01:29:06 +03:00
[ [ package ] ]
name = "pytest"
2022-02-19 01:45:59 +02:00
version = "7.0.1"
2021-10-11 01:29:06 +03:00
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
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-02-19 01:45:59 +02:00
version = "0.18.1"
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-02-19 01:45:59 +02:00
testing = [ "coverage (==6.2)" , "hypothesis (>=5.7.1)" , "flaky (>=3.5.0)" , "mypy (==0.931)" ]
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"
version = "1.11.0"
description = "pytest plugin for test session metadata"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ package . dependencies ]
pytest = ">=2.9.0"
[ [ 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"
version = "2021.3"
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
[ [ package ] ]
name = "requests"
version = "2.26.0"
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"
version = "1.5.5"
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"
version = "2.1.0"
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
category = "main"
optional = true
python-versions = "*"
[ [ package ] ]
name = "soupsieve"
2021-11-08 23:20:12 +02:00
version = "2.3"
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"
version = "4.2.0"
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 = "*"
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" ]
lint = [ "flake8 (>=3.5.0)" , "isort" , "mypy (>=0.900)" , "docutils-stubs" , "types-typed-ast" , "types-pkg-resources" , "types-requests" ]
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"
2021-11-08 23:20:12 +02:00
version = "1.2.2"
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
python-versions = ">=3.6"
[ [ 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"
version = "1.26.7"
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 ]
brotli = [ "brotlipy (>=0.6.0)" ]
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
[ [ package ] ]
name = "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"
2021-11-08 23:20:12 +02:00
version = "20.10.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 ]
"backports.entry-points-selectable" = ">=1.0.4"
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 = "*"
[ [ 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"
version = "3.6.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
[ 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" ]
redis = [ "aioredis" ]
[ metadata ]
lock-version = "1.1"
python-versions = "^3.8"
2022-02-19 01:45:59 +02:00
content-hash = "1f20a68c7d58bc8113a73a2cef1cf9e0027fc0a69507e3ac0a81d158e33b3acc"
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
]
aioredis = [
2022-02-19 01:45:59 +02:00
{ file = "aioredis-2.0.1-py3-none-any.whl" , hash = "sha256:9ac0d0b3b485d293b8ca1987e6de8658d7dafcca1cddfcd1d506cae8cdebfdd6" } ,
{ file = "aioredis-2.0.1.tar.gz" , hash = "sha256:eaa51aaf993f2d71f54b70527c440437ba65340588afeb786cd87c55c89cd98e" } ,
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 = [
{ file = "appnope-0.1.2-py2.py3-none-any.whl" , hash = "sha256:93aa393e9d6c54c5cd570ccadd8edad61ea0c4b9ea7a01409020c9aa019eb442" } ,
{ file = "appnope-0.1.2.tar.gz" , hash = "sha256:dd83cd4b5b460958838f6eb3000c660b1f9caf2a5b1de4264e941512f603258a" } ,
]
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 = [
2021-11-08 03:48:34 +02:00
{ file = "async-timeout-4.0.0.tar.gz" , hash = "sha256:7d87a4e8adba8ededb52e579ce6bc8276985888913620c935094c2276fd83382" } ,
{ file = "async_timeout-4.0.0-py3-none-any.whl" , hash = "sha256:f3303dddf6cafa748a92747ab6c2ecf60e0aeca769aee4c151adfce243a05d9b" } ,
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 = [
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
]
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" } ,
]
"backports.entry-points-selectable" = [
{ file = "backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl" , hash = "sha256:a6d9a871cde5e15b4c4a53e3d43ba890cc6861ec1332c9c2428c92f977192acc" } ,
{ file = "backports.entry_points_selectable-1.1.0.tar.gz" , hash = "sha256:988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a" } ,
]
beautifulsoup4 = [
{ file = "beautifulsoup4-4.10.0-py3-none-any.whl" , hash = "sha256:9a315ce70049920ea4572a4055bc4bd700c940521d36fc858205ad4fcde149bf" } ,
{ file = "beautifulsoup4-4.10.0.tar.gz" , hash = "sha256:c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891" } ,
]
black = [
2022-02-19 01:45:59 +02:00
{ file = "black-22.1.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:1297c63b9e1b96a3d0da2d85d11cd9bf8664251fd69ddac068b98dc4f34f73b6" } ,
{ file = "black-22.1.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:2ff96450d3ad9ea499fc4c60e425a1439c2120cbbc1ab959ff20f7c76ec7e866" } ,
{ file = "black-22.1.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:0e21e1f1efa65a50e3960edd068b6ae6d64ad6235bd8bfea116a03b21836af71" } ,
{ file = "black-22.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e2f69158a7d120fd641d1fa9a921d898e20d52e44a74a6fbbcc570a62a6bc8ab" } ,
{ file = "black-22.1.0-cp310-cp310-win_amd64.whl" , hash = "sha256:228b5ae2c8e3d6227e4bde5920d2fc66cc3400fde7bcc74f480cb07ef0b570d5" } ,
{ file = "black-22.1.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b1a5ed73ab4c482208d20434f700d514f66ffe2840f63a6252ecc43a9bc77e8a" } ,
{ file = "black-22.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:35944b7100af4a985abfcaa860b06af15590deb1f392f06c8683b4381e8eeaf0" } ,
{ file = "black-22.1.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:7835fee5238fc0a0baf6c9268fb816b5f5cd9b8793423a75e8cd663c48d073ba" } ,
{ file = "black-22.1.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:dae63f2dbf82882fa3b2a3c49c32bffe144970a573cd68d247af6560fc493ae1" } ,
{ file = "black-22.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5fa1db02410b1924b6749c245ab38d30621564e658297484952f3d8a39fce7e8" } ,
{ file = "black-22.1.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:c8226f50b8c34a14608b848dc23a46e5d08397d009446353dad45e04af0c8e28" } ,
{ file = "black-22.1.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:2d6f331c02f0f40aa51a22e479c8209d37fcd520c77721c034517d44eecf5912" } ,
{ file = "black-22.1.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:742ce9af3086e5bd07e58c8feb09dbb2b047b7f566eb5f5bc63fd455814979f3" } ,
{ file = "black-22.1.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:fdb8754b453fb15fad3f72cd9cad3e16776f0964d67cf30ebcbf10327a3777a3" } ,
{ file = "black-22.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f5660feab44c2e3cb24b2419b998846cbb01c23c7fe645fee45087efa3da2d61" } ,
{ file = "black-22.1.0-cp38-cp38-win_amd64.whl" , hash = "sha256:6f2f01381f91c1efb1451998bd65a129b3ed6f64f79663a55fe0e9b74a5f81fd" } ,
{ file = "black-22.1.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:efbadd9b52c060a8fc3b9658744091cb33c31f830b3f074422ed27bad2b18e8f" } ,
{ file = "black-22.1.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:8871fcb4b447206904932b54b567923e5be802b9b19b744fdff092bd2f3118d0" } ,
{ file = "black-22.1.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ccad888050f5393f0d6029deea2a33e5ae371fd182a697313bdbd835d3edaf9c" } ,
{ file = "black-22.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:07e5c049442d7ca1a2fc273c79d1aecbbf1bc858f62e8184abe1ad175c4f7cc2" } ,
{ file = "black-22.1.0-cp39-cp39-win_amd64.whl" , hash = "sha256:373922fc66676133ddc3e754e4509196a8c392fec3f5ca4486673e685a421321" } ,
{ file = "black-22.1.0-py3-none-any.whl" , hash = "sha256:3524739d76b6b3ed1132422bf9d82123cd1705086723bc3e235ca39fd21c667d" } ,
{ file = "black-22.1.0.tar.gz" , hash = "sha256:a7c0192d35635f6fc1174be575cb7915e92e5dd629ee79fdaf0dcfa41a80afb5" } ,
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 = [
2021-11-08 23:20:12 +02:00
{ file = "charset-normalizer-2.0.7.tar.gz" , hash = "sha256:e019de665e2bcf9c2b64e2e5aa025fa991da8720daa3c1138cadd2fd1856aed0" } ,
{ file = "charset_normalizer-2.0.7-py3-none-any.whl" , hash = "sha256:f7af805c321bfa1ce6714c51f254e0d5bb5e5834039bc17db7ebe3a4cec9492b" } ,
2021-10-11 01:29:06 +03:00
]
click = [
{ file = "click-8.0.3-py3-none-any.whl" , hash = "sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3" } ,
{ file = "click-8.0.3.tar.gz" , hash = "sha256:410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b" } ,
]
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 = [
{ file = "decorator-5.1.0-py3-none-any.whl" , hash = "sha256:7b12e7c3c6ab203a29e157335e9122cb03de9ab7264b137594103fd4a683b374" } ,
{ file = "decorator-5.1.0.tar.gz" , hash = "sha256:e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7" } ,
]
distlib = [
{ file = "distlib-0.3.3-py2.py3-none-any.whl" , hash = "sha256:c8b54e8454e5bf6237cc84c20e8264c3e991e824ef27e8f1e81049867d861e31" } ,
{ file = "distlib-0.3.3.zip" , hash = "sha256:d982d0751ff6eaaab5e2ec8e691d949ee80eddf01a62eaa96ddb11531fe16b05" } ,
]
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 = [
{ file = "executing-0.8.2-py2.py3-none-any.whl" , hash = "sha256:32fc6077b103bd19e6494a72682d66d5763cf20a106d5aa7c5ccbea4e47b0df7" } ,
{ file = "executing-0.8.2.tar.gz" , hash = "sha256:c23bf42e9a7b9b212f185b1b2c3c91feb895963378887bb10e64a2e612ec0023" } ,
]
2021-10-11 01:29:06 +03:00
filelock = [
2021-11-08 23:20:12 +02:00
{ file = "filelock-3.3.2-py3-none-any.whl" , hash = "sha256:bb2a1c717df74c48a2d00ed625e5a66f8572a3a30baacb7657add1d7bac4097b" } ,
{ file = "filelock-3.3.2.tar.gz" , hash = "sha256:7afc856f74fa7006a289fd10fa840e1eebd8bbff6bffb69c26c54a0512ea8cf8" } ,
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
]
flake8-html = [
{ file = "flake8-html-0.4.1.tar.gz" , hash = "sha256:2fb436cbfe1e109275bc8fb7fdd0cb00e67b3b48cfeb397309b6b2c61eeb4cb4" } ,
{ file = "flake8_html-0.4.1-py2.py3-none-any.whl" , hash = "sha256:17324eb947e7006807e4184ee26953e67baf421b3cf9e646a38bfec34eec5a94" } ,
]
2021-11-08 03:48:34 +02:00
frozenlist = [
{ file = "frozenlist-1.2.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:977a1438d0e0d96573fd679d291a1542097ea9f4918a8b6494b06610dfeefbf9" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:a8d86547a5e98d9edd47c432f7a14b0c5592624b496ae9880fb6332f34af1edc" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:181754275d5d32487431a0a29add4f897968b7157204bc1eaaf0a0ce80c5ba7d" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5df31bb2b974f379d230a25943d9bf0d3bc666b4b0807394b131a28fca2b0e5f" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4766632cd8a68e4f10f156a12c9acd7b1609941525569dd3636d859d79279ed3" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:16eef427c51cb1203a7c0ab59d1b8abccaba9a4f58c4bfca6ed278fc896dc193" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:01d79515ed5aa3d699b05f6bdcf1fe9087d61d6b53882aa599a10853f0479c6c" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:28e164722ea0df0cf6d48c4d5bdf3d19e87aaa6dfb39b0ba91153f224b912020" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:e63ad0beef6ece06475d29f47d1f2f29727805376e09850ebf64f90777962792" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:41de4db9b9501679cf7cddc16d07ac0f10ef7eb58c525a1c8cbff43022bddca4" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:c6a9d84ee6427b65a81fc24e6ef589cb794009f5ca4150151251c062773e7ed2" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:f5f3b2942c3b8b9bfe76b408bbaba3d3bb305ee3693e8b1d631fe0a0d4f93673" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c98d3c04701773ad60d9545cd96df94d955329efc7743fdb96422c4b669c633b" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-win32.whl" , hash = "sha256:72cfbeab7a920ea9e74b19aa0afe3b4ad9c89471e3badc985d08756efa9b813b" } ,
{ file = "frozenlist-1.2.0-cp310-cp310-win_amd64.whl" , hash = "sha256:11ff401951b5ac8c0701a804f503d72c048173208490c54ebb8d7bb7c07a6d00" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b46f997d5ed6d222a863b02cdc9c299101ee27974d9bbb2fd1b3c8441311c408" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:351686ca020d1bcd238596b1fa5c8efcbc21bffda9d0efe237aaa60348421e2a" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:bfbaa08cf1452acad9cb1c1d7b89394a41e712f88df522cea1a0f296b57782a0" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b2ae2f5e9fa10805fb1c9adbfefaaecedd9e31849434be462c3960a0139ed729" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6790b8d96bbb74b7a6f4594b6f131bd23056c25f2aa5d816bd177d95245a30e3" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:41f62468af1bd4e4b42b5508a3fe8cc46a693f0cdd0ca2f443f51f207893d837" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:ec6cf345771cdb00791d271af9a0a6fbfc2b6dd44cb753f1eeaa256e21622adb" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:14a5cef795ae3e28fb504b73e797c1800e9249f950e1c964bb6bdc8d77871161" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:8b54cdd2fda15467b9b0bfa78cee2ddf6dbb4585ef23a16e14926f4b076dfae4" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:f025f1d6825725b09c0038775acab9ae94264453a696cc797ce20c0769a7b367" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:84e97f59211b5b9083a2e7a45abf91cfb441369e8bb6d1f5287382c1c526def3" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-win32.whl" , hash = "sha256:c5328ed53fdb0a73c8a50105306a3bc013e5ca36cca714ec4f7bd31d38d8a97f" } ,
{ file = "frozenlist-1.2.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:9ade70aea559ca98f4b1b1e5650c45678052e76a8ab2f76d90f2ac64180215a2" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a0d3ffa8772464441b52489b985d46001e2853a3b082c655ec5fad9fb6a3d618" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3457f8cf86deb6ce1ba67e120f1b0128fcba1332a180722756597253c465fc1d" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5a72eecf37eface331636951249d878750db84034927c997d47f7f78a573b72b" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:acc4614e8d1feb9f46dd829a8e771b8f5c4b1051365d02efb27a3229048ade8a" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:87521e32e18a2223311afc2492ef2d99946337da0779ddcda77b82ee7319df59" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8b4c7665a17c3a5430edb663e4ad4e1ad457614d1b2f2b7f87052e2ef4fa45ca" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:ed58803563a8c87cf4c0771366cf0ad1aa265b6b0ae54cbbb53013480c7ad74d" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:aa44c4740b4e23fcfa259e9dd52315d2b1770064cde9507457e4c4a65a04c397" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:2de5b931701257d50771a032bba4e448ff958076380b049fd36ed8738fdb375b" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:6e105013fa84623c057a4381dc8ea0361f4d682c11f3816cc80f49a1f3bc17c6" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:705c184b77565955a99dc360f359e8249580c6b7eaa4dc0227caa861ef46b27a" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-win32.whl" , hash = "sha256:a37594ad6356e50073fe4f60aa4187b97d15329f2138124d252a5a19c8553ea4" } ,
{ file = "frozenlist-1.2.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:25b358aaa7dba5891b05968dd539f5856d69f522b6de0bf34e61f133e077c1a4" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:af2a51c8a381d76eabb76f228f565ed4c3701441ecec101dd18be70ebd483cfd" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:82d22f6e6f2916e837c91c860140ef9947e31194c82aaeda843d6551cec92f19" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:1cfe6fef507f8bac40f009c85c7eddfed88c1c0d38c75e72fe10476cef94e10f" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:26f602e380a5132880fa245c92030abb0fc6ff34e0c5500600366cedc6adb06a" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4ad065b2ebd09f32511ff2be35c5dfafee6192978b5a1e9d279a5c6e121e3b03" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:bc93f5f62df3bdc1f677066327fc81f92b83644852a31c6aa9b32c2dde86ea7d" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:89fdfc84c6bf0bff2ff3170bb34ecba8a6911b260d318d377171429c4be18c73" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:47b2848e464883d0bbdcd9493c67443e5e695a84694efff0476f9059b4cb6257" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:4f52d0732e56906f8ddea4bd856192984650282424049c956857fed43697ea43" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:16ef7dd5b7d17495404a2e7a49bac1bc13d6d20c16d11f4133c757dd94c4144c" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:1cf63243bc5f5c19762943b0aa9e0d3fb3723d0c514d820a18a9b9a5ef864315" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:54a1e09ab7a69f843cd28fefd2bcaf23edb9e3a8d7680032c8968b8ac934587d" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:954b154a4533ef28bd3e83ffdf4eadf39deeda9e38fb8feaf066d6069885e034" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-win32.whl" , hash = "sha256:cb3957c39668d10e2b486acc85f94153520a23263b6401e8f59422ef65b9520d" } ,
{ file = "frozenlist-1.2.0-cp38-cp38-win_amd64.whl" , hash = "sha256:0a7c7cce70e41bc13d7d50f0e5dd175f14a4f1837a8549b0936ed0cbe6170bf9" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:4c457220468d734e3077580a3642b7f682f5fd9507f17ddf1029452450912cdc" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:e74f8b4d8677ebb4015ac01fcaf05f34e8a1f22775db1f304f497f2f88fdc697" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:fbd4844ff111449f3bbe20ba24fbb906b5b1c2384d0f3287c9f7da2354ce6d23" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f0081a623c886197ff8de9e635528fd7e6a387dccef432149e25c13946cb0cd0" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9b6e21e5770df2dea06cb7b6323fbc008b13c4a4e3b52cb54685276479ee7676" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:406aeb340613b4b559db78d86864485f68919b7141dec82aba24d1477fd2976f" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:878ebe074839d649a1cdb03a61077d05760624f36d196884a5cafb12290e187b" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1fef737fd1388f9b93bba8808c5f63058113c10f4e3c0763ced68431773f72f9" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:4a495c3d513573b0b3f935bfa887a85d9ae09f0627cf47cad17d0cc9b9ba5c38" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:e7d0dd3e727c70c2680f5f09a0775525229809f1a35d8552b92ff10b2b14f2c2" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:66a518731a21a55b7d3e087b430f1956a36793acc15912e2878431c7aec54210" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:94728f97ddf603d23c8c3dd5cae2644fa12d33116e69f49b1644a71bb77b89ae" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c1e8e9033d34c2c9e186e58279879d78c94dd365068a3607af33f2bc99357a53" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-win32.whl" , hash = "sha256:83334e84a290a158c0c4cc4d22e8c7cfe0bba5b76d37f1c2509dabd22acafe15" } ,
{ file = "frozenlist-1.2.0-cp39-cp39-win_amd64.whl" , hash = "sha256:735f386ec522e384f511614c01d2ef9cf799f051353876b4c6fb93ef67a6d1ee" } ,
{ file = "frozenlist-1.2.0.tar.gz" , hash = "sha256:68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de" } ,
]
2021-10-11 01:29:06 +03:00
furo = [
2022-02-19 01:45:59 +02:00
{ file = "furo-2022.2.14.1-py3-none-any.whl" , hash = "sha256:d7cb8126034637212332350ec8490cb95732d36506b024318a58cee2e7de0fda" } ,
{ file = "furo-2022.2.14.1.tar.gz" , hash = "sha256:1af3a3053e594666e27eefd347b84beae5d74d6d20f6294cc47777d46f5761a7" } ,
2021-10-11 01:29:06 +03:00
]
identify = [
2021-11-08 23:20:12 +02:00
{ file = "identify-2.3.4-py2.py3-none-any.whl" , hash = "sha256:4de55a93e0ba72bf917c840b3794eb1055a67272a1732351c557c88ec42011b1" } ,
{ file = "identify-2.3.4.tar.gz" , hash = "sha256:595283a1c3a078ac5774ad4dc4d1bdd0c1602f60bcf11ae673b64cb2b1945762" } ,
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 = [
{ file = "imagesize-1.2.0-py2.py3-none-any.whl" , hash = "sha256:6965f19a6a2039c7d48bca7dba2473069ff854c36ae6f19d2cde309d998228a1" } ,
{ file = "imagesize-1.2.0.tar.gz" , hash = "sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1" } ,
]
importlib-metadata = [
{ file = "importlib_metadata-4.8.1-py3-none-any.whl" , hash = "sha256:b618b6d2d5ffa2f16add5697cf57a46c76a56229b0ed1c438322e4e95645bd15" } ,
{ file = "importlib_metadata-4.8.1.tar.gz" , hash = "sha256:f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1" } ,
]
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-02-19 01:45:59 +02:00
{ file = "ipython-8.0.1-py3-none-any.whl" , hash = "sha256:c503a0dd6ccac9c8c260b211f2dd4479c042b49636b097cc9a0d55fe62dff64c" } ,
{ file = "ipython-8.0.1.tar.gz" , hash = "sha256:ab564d4521ea8ceaac26c3a2c6e5ddbca15c8848fd5a5cc325f960da88d42974" } ,
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 = [
{ file = "jedi-0.18.0-py2.py3-none-any.whl" , hash = "sha256:18456d83f65f400ab0c2d3319e48520420ef43b23a086fdc05dff34132f0fb93" } ,
{ file = "jedi-0.18.0.tar.gz" , hash = "sha256:92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707" } ,
]
jinja2 = [
{ file = "Jinja2-3.0.2-py3-none-any.whl" , hash = "sha256:8569982d3f0889eed11dd620c706d39b60c36d6d25843961f33f77fb6bc6b20c" } ,
{ file = "Jinja2-3.0.2.tar.gz" , hash = "sha256:827a0e32839ab1600d4eb1c4c33ec5a8edfbc5cb42dafa13b81f182f97784b45" } ,
]
livereload = [
{ file = "livereload-2.6.3.tar.gz" , hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869" } ,
]
magic-filter = [
2022-02-19 01:45:59 +02:00
{ file = "magic-filter-1.0.5.tar.gz" , hash = "sha256:974cf2793bb02a770f202d3179abfb600d1917f4e0c2af1727ef0edbb90cd0c2" } ,
{ file = "magic_filter-1.0.5-py3-none-any.whl" , hash = "sha256:fa0c5f94da30d6cae1f0cec34fa526056db9f2636c099527513d529cb0299787" } ,
2021-10-11 01:29:06 +03:00
]
markdown = [
{ file = "Markdown-3.3.4-py3-none-any.whl" , hash = "sha256:96c3ba1261de2f7547b46a00ea8463832c921d3f9d6aba3f255a6f71386db20c" } ,
{ file = "Markdown-3.3.4.tar.gz" , hash = "sha256:31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49" } ,
]
markdown-include = [
{ file = "markdown-include-0.6.0.tar.gz" , hash = "sha256:6f5d680e36f7780c7f0f61dca53ca581bd50d1b56137ddcd6353efafa0c3e4a2" } ,
]
markupsafe = [
{ file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:36bc903cbb393720fad60fc28c10de6acf10dc6cc883f3e24ee4012371399a38" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2d7d807855b419fc2ed3e631034685db6079889a1f01d5d9dac950f764da3dad" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:add36cb2dbb8b736611303cd3bfcee00afd96471b09cda130da3581cbdc56a6d" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:168cd0a3642de83558a5153c8bd34f175a9a6e7f6dc6384b9655d2697312a646" } ,
2021-11-08 03:48:34 +02:00
{ file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:4dc8f9fb58f7364b63fd9f85013b780ef83c11857ae79f2feda41e270468dd9b" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:20dca64a3ef2d6e4d5d615a3fd418ad3bde77a47ec8a23d984a12b5b4c74491a" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:cdfba22ea2f0029c9261a4bd07e830a8da012291fbe44dc794e488b6c9bb353a" } ,
2021-10-11 01:29:06 +03:00
{ file = "MarkupSafe-2.0.1-cp310-cp310-win32.whl" , hash = "sha256:99df47edb6bda1249d3e80fdabb1dab8c08ef3975f69aed437cb69d0a5de1e28" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:e0f138900af21926a02425cf736db95be9f4af72ba1bb21453432a07f6082134" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f9081981fe268bd86831e5c75f7de206ef275defcb82bc70740ae6dc507aee51" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:0955295dd5eec6cb6cc2fe1698f4c6d84af2e92de33fbcac4111913cd100a6ff" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:0446679737af14f45767963a1a9ef7620189912317d095f2d9ffa183a4d25d2b" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:f826e31d18b516f653fe296d967d700fddad5901ae07c622bb3705955e1faa94" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:fa130dd50c57d53368c9d59395cb5526eda596d3ffe36666cd81a44d56e48872" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:905fec760bd2fa1388bb5b489ee8ee5f7291d692638ea5f67982d968366bef9f" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bf5d821ffabf0ef3533c39c518f3357b171a1651c1ff6827325e4489b0e46c3c" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0d4b31cc67ab36e3392bbf3862cfbadac3db12bdd8b02a2731f509ed5b829724" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:baa1a4e8f868845af802979fcdbf0bb11f94f1cb7ced4c4b8a351bb60d108145" } ,
2021-11-08 03:48:34 +02:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:deb993cacb280823246a026e3b2d81c493c53de6acfd5e6bfe31ab3402bb37dd" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:63f3268ba69ace99cab4e3e3b5840b03340efed0948ab8f78d2fd87ee5442a4f" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:8d206346619592c6200148b01a2142798c989edcb9c896f9ac9722a99d4e77e6" } ,
2021-10-11 01:29:06 +03:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-win32.whl" , hash = "sha256:6c4ca60fa24e85fe25b912b01e62cb969d69a23a5d5867682dd3e80b5b02581d" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b2f4bf27480f5e5e8ce285a8c8fd176c0b03e93dcc6646477d4630e83440c6a9" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0717a7390a68be14b8c793ba258e075c6f4ca819f15edfc2a3a027c823718567" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:6557b31b5e2c9ddf0de32a691f2312a32f77cd7681d8af66c2692efdbef84c18" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:49e3ceeabbfb9d66c3aef5af3a60cc43b85c33df25ce03d0031a608b0a8b2e3f" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:d7f9850398e85aba693bb640262d3611788b1f29a79f0c93c565694658f4071f" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:6a7fae0dd14cf60ad5ff42baa2e95727c3d81ded453457771d02b7d2b3f9c0c2" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:b7f2d075102dc8c794cbde1947378051c4e5180d52d276987b8d28a3bd58c17d" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e9936f0b261d4df76ad22f8fee3ae83b60d7c3e871292cd42f40b81b70afae85" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2a7d351cbd8cfeb19ca00de495e224dea7e7d919659c2841bbb7f420ad03e2d6" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:60bf42e36abfaf9aff1f50f52644b336d4f0a3fd6d8a60ca0d054ac9f713a864" } ,
2021-11-08 03:48:34 +02:00
{ file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d6c7ebd4e944c85e2c3421e612a7057a2f48d478d79e61800d81468a8d842207" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:f0567c4dc99f264f49fe27da5f735f414c4e7e7dd850cfd8e69f0862d7c74ea9" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:89c687013cb1cd489a0f0ac24febe8c7a666e6e221b783e53ac50ebf68e45d86" } ,
2021-10-11 01:29:06 +03:00
{ file = "MarkupSafe-2.0.1-cp37-cp37m-win32.whl" , hash = "sha256:a30e67a65b53ea0a5e62fe23682cfe22712e01f453b95233b25502f7c61cb415" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:611d1ad9a4288cf3e3c16014564df047fe08410e628f89805e475368bd304914" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:be98f628055368795d818ebf93da628541e10b75b41c559fdf36d104c5787066" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1d609f577dc6e1aa17d746f8bd3c31aa4d258f4070d61b2aa5c4166c1539de35" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7d91275b0245b1da4d4cfa07e0faedd5b0812efc15b702576d103293e252af1b" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:01a9b8ea66f1658938f65b93a85ebe8bc016e6769611be228d797c9d998dd298" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:47ab1e7b91c098ab893b828deafa1203de86d0bc6ab587b160f78fe6c4011f75" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:97383d78eb34da7e1fa37dd273c20ad4320929af65d156e35a5e2d89566d9dfb" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6fcf051089389abe060c9cd7caa212c707e58153afa2c649f00346ce6d260f1b" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:5855f8438a7d1d458206a2466bf82b0f104a3724bf96a1c781ab731e4201731a" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3dd007d54ee88b46be476e293f48c85048603f5f516008bee124ddd891398ed6" } ,
2021-11-08 03:48:34 +02:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:aca6377c0cb8a8253e493c6b451565ac77e98c2951c45f913e0b52facdcff83f" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:04635854b943835a6ea959e948d19dcd311762c5c0c6e1f0e16ee57022669194" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6300b8454aa6930a24b9618fbb54b5a68135092bc666f7b06901f897fa5c2fee" } ,
2021-10-11 01:29:06 +03:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-win32.whl" , hash = "sha256:023cb26ec21ece8dc3907c0e8320058b2e0cb3c55cf9564da612bc325bed5e64" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:984d76483eb32f1bcb536dc27e4ad56bba4baa70be32fa87152832cdd9db0833" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:2ef54abee730b502252bcdf31b10dacb0a416229b72c18b19e24a4509f273d26" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3c112550557578c26af18a1ccc9e090bfe03832ae994343cfdacd287db6a6ae7" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:53edb4da6925ad13c07b6d26c2a852bd81e364f95301c66e930ab2aef5b5ddd8" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f5653a225f31e113b152e56f154ccbe59eeb1c7487b39b9d9f9cdb58e6c79dc5" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:4efca8f86c54b22348a5467704e3fec767b2db12fc39c6d963168ab1d3fc9135" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:ab3ef638ace319fa26553db0624c4699e31a28bb2a835c5faca8f8acf6a5a902" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:f8ba0e8349a38d3001fae7eadded3f6606f0da5d748ee53cc1dab1d6527b9509" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c47adbc92fc1bb2b3274c4b3a43ae0e4573d9fbff4f54cd484555edbf030baf1" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:37205cac2a79194e3750b0af2a5720d95f786a55ce7df90c3af697bfa100eaac" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6" } ,
2021-11-08 03:48:34 +02:00
{ file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:4296f2b1ce8c86a6aea78613c34bb1a672ea0e3de9c6ba08a960efe0b0a09047" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9f02365d4e99430a12647f09b6cc8bab61a6564363f313126f775eb4f6ef798e" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5b6d930f030f8ed98e3e6c98ffa0652bdb82601e7a016ec2ab5d7ff23baa78d1" } ,
2021-10-11 01:29:06 +03:00
{ file = "MarkupSafe-2.0.1-cp39-cp39-win32.whl" , hash = "sha256:10f82115e21dc0dfec9ab5c0223652f7197feb168c940f3ef61563fc2d6beb74" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:693ce3f9e70a6cf7d2fb9e6c9d8b204b6b39897a2c4a1aa65728d5ac97dcc1d8" } ,
{ file = "MarkupSafe-2.0.1.tar.gz" , hash = "sha256:594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a" } ,
]
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 = [
{ file = "multidict-5.2.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:3822c5894c72e3b35aae9909bef66ec83e44522faf767c0ad39e0e2de11d3b55" } ,
{ file = "multidict-5.2.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:28e6d883acd8674887d7edc896b91751dc2d8e87fbdca8359591a13872799e4e" } ,
{ file = "multidict-5.2.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b61f85101ef08cbbc37846ac0e43f027f7844f3fade9b7f6dd087178caedeee7" } ,
{ file = "multidict-5.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d9b668c065968c5979fe6b6fa6760bb6ab9aeb94b75b73c0a9c1acf6393ac3bf" } ,
{ file = "multidict-5.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:517d75522b7b18a3385726b54a081afd425d4f41144a5399e5abd97ccafdf36b" } ,
{ file = "multidict-5.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1b4ac3ba7a97b35a5ccf34f41b5a8642a01d1e55454b699e5e8e7a99b5a3acf5" } ,
{ file = "multidict-5.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:df23c83398715b26ab09574217ca21e14694917a0c857e356fd39e1c64f8283f" } ,
{ file = "multidict-5.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e58a9b5cc96e014ddf93c2227cbdeca94b56a7eb77300205d6e4001805391747" } ,
{ file = "multidict-5.2.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:f76440e480c3b2ca7f843ff8a48dc82446b86ed4930552d736c0bac507498a52" } ,
{ file = "multidict-5.2.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:cfde464ca4af42a629648c0b0d79b8f295cf5b695412451716531d6916461628" } ,
{ file = "multidict-5.2.0-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:0fed465af2e0eb6357ba95795d003ac0bdb546305cc2366b1fc8f0ad67cc3fda" } ,
{ file = "multidict-5.2.0-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:b70913cbf2e14275013be98a06ef4b412329fe7b4f83d64eb70dce8269ed1e1a" } ,
{ file = "multidict-5.2.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:a5635bcf1b75f0f6ef3c8a1ad07b500104a971e38d3683167b9454cb6465ac86" } ,
{ file = "multidict-5.2.0-cp310-cp310-win32.whl" , hash = "sha256:77f0fb7200cc7dedda7a60912f2059086e29ff67cefbc58d2506638c1a9132d7" } ,
{ file = "multidict-5.2.0-cp310-cp310-win_amd64.whl" , hash = "sha256:9416cf11bcd73c861267e88aea71e9fcc35302b3943e45e1dbb4317f91a4b34f" } ,
{ file = "multidict-5.2.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:fd77c8f3cba815aa69cb97ee2b2ef385c7c12ada9c734b0f3b32e26bb88bbf1d" } ,
{ file = "multidict-5.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:98ec9aea6223adf46999f22e2c0ab6cf33f5914be604a404f658386a8f1fba37" } ,
{ file = "multidict-5.2.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e5283c0a00f48e8cafcecadebfa0ed1dac8b39e295c7248c44c665c16dc1138b" } ,
{ file = "multidict-5.2.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5f79c19c6420962eb17c7e48878a03053b7ccd7b69f389d5831c0a4a7f1ac0a1" } ,
{ file = "multidict-5.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:e4a67f1080123de76e4e97a18d10350df6a7182e243312426d508712e99988d4" } ,
{ file = "multidict-5.2.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:94b117e27efd8e08b4046c57461d5a114d26b40824995a2eb58372b94f9fca02" } ,
{ file = "multidict-5.2.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:2e77282fd1d677c313ffcaddfec236bf23f273c4fba7cdf198108f5940ae10f5" } ,
{ file = "multidict-5.2.0-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:116347c63ba049c1ea56e157fa8aa6edaf5e92925c9b64f3da7769bdfa012858" } ,
{ file = "multidict-5.2.0-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:dc3a866cf6c13d59a01878cd806f219340f3e82eed514485e094321f24900677" } ,
{ file = "multidict-5.2.0-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:ac42181292099d91217a82e3fa3ce0e0ddf3a74fd891b7c2b347a7f5aa0edded" } ,
{ file = "multidict-5.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:f0bb0973f42ffcb5e3537548e0767079420aefd94ba990b61cf7bb8d47f4916d" } ,
{ file = "multidict-5.2.0-cp36-cp36m-win32.whl" , hash = "sha256:ea21d4d5104b4f840b91d9dc8cbc832aba9612121eaba503e54eaab1ad140eb9" } ,
{ file = "multidict-5.2.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:e6453f3cbeb78440747096f239d282cc57a2997a16b5197c9bc839099e1633d0" } ,
{ file = "multidict-5.2.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:d3def943bfd5f1c47d51fd324df1e806d8da1f8e105cc7f1c76a1daf0f7e17b0" } ,
{ file = "multidict-5.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:35591729668a303a02b06e8dba0eb8140c4a1bfd4c4b3209a436a02a5ac1de11" } ,
{ file = "multidict-5.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ce8cacda0b679ebc25624d5de66c705bc53dcc7c6f02a7fb0f3ca5e227d80422" } ,
{ file = "multidict-5.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:baf1856fab8212bf35230c019cde7c641887e3fc08cadd39d32a421a30151ea3" } ,
{ file = "multidict-5.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a43616aec0f0d53c411582c451f5d3e1123a68cc7b3475d6f7d97a626f8ff90d" } ,
{ file = "multidict-5.2.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:25cbd39a9029b409167aa0a20d8a17f502d43f2efebfe9e3ac019fe6796c59ac" } ,
{ file = "multidict-5.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:0a2cbcfbea6dc776782a444db819c8b78afe4db597211298dd8b2222f73e9cd0" } ,
{ file = "multidict-5.2.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:3d2d7d1fff8e09d99354c04c3fd5b560fb04639fd45926b34e27cfdec678a704" } ,
{ file = "multidict-5.2.0-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:a37e9a68349f6abe24130846e2f1d2e38f7ddab30b81b754e5a1fde32f782b23" } ,
{ file = "multidict-5.2.0-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:637c1896497ff19e1ee27c1c2c2ddaa9f2d134bbb5e0c52254361ea20486418d" } ,
{ file = "multidict-5.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:9815765f9dcda04921ba467957be543423e5ec6a1136135d84f2ae092c50d87b" } ,
{ file = "multidict-5.2.0-cp37-cp37m-win32.whl" , hash = "sha256:8b911d74acdc1fe2941e59b4f1a278a330e9c34c6c8ca1ee21264c51ec9b67ef" } ,
{ file = "multidict-5.2.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:380b868f55f63d048a25931a1632818f90e4be71d2081c2338fcf656d299949a" } ,
{ file = "multidict-5.2.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e7d81ce5744757d2f05fc41896e3b2ae0458464b14b5a2c1e87a6a9d69aefaa8" } ,
{ file = "multidict-5.2.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:2d1d55cdf706ddc62822d394d1df53573d32a7a07d4f099470d3cb9323b721b6" } ,
{ file = "multidict-5.2.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:a4771d0d0ac9d9fe9e24e33bed482a13dfc1256d008d101485fe460359476065" } ,
{ file = "multidict-5.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:da7d57ea65744d249427793c042094c4016789eb2562576fb831870f9c878d9e" } ,
{ file = "multidict-5.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:cdd68778f96216596218b4e8882944d24a634d984ee1a5a049b300377878fa7c" } ,
{ file = "multidict-5.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ecc99bce8ee42dcad15848c7885197d26841cb24fa2ee6e89d23b8993c871c64" } ,
{ file = "multidict-5.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:067150fad08e6f2dd91a650c7a49ba65085303fcc3decbd64a57dc13a2733031" } ,
{ file = "multidict-5.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:78c106b2b506b4d895ddc801ff509f941119394b89c9115580014127414e6c2d" } ,
{ file = "multidict-5.2.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:e6c4fa1ec16e01e292315ba76eb1d012c025b99d22896bd14a66628b245e3e01" } ,
{ file = "multidict-5.2.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:b227345e4186809d31f22087d0265655114af7cda442ecaf72246275865bebe4" } ,
{ file = "multidict-5.2.0-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:06560fbdcf22c9387100979e65b26fba0816c162b888cb65b845d3def7a54c9b" } ,
{ file = "multidict-5.2.0-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:7878b61c867fb2df7a95e44b316f88d5a3742390c99dfba6c557a21b30180cac" } ,
{ file = "multidict-5.2.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:246145bff76cc4b19310f0ad28bd0769b940c2a49fc601b86bfd150cbd72bb22" } ,
{ file = "multidict-5.2.0-cp38-cp38-win32.whl" , hash = "sha256:c30ac9f562106cd9e8071c23949a067b10211917fdcb75b4718cf5775356a940" } ,
{ file = "multidict-5.2.0-cp38-cp38-win_amd64.whl" , hash = "sha256:f19001e790013ed580abfde2a4465388950728861b52f0da73e8e8a9418533c0" } ,
{ file = "multidict-5.2.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:c1ff762e2ee126e6f1258650ac641e2b8e1f3d927a925aafcfde943b77a36d24" } ,
{ file = "multidict-5.2.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:bd6c9c50bf2ad3f0448edaa1a3b55b2e6866ef8feca5d8dbec10ec7c94371d21" } ,
{ file = "multidict-5.2.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:fc66d4016f6e50ed36fb39cd287a3878ffcebfa90008535c62e0e90a7ab713ae" } ,
{ file = "multidict-5.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a9acb76d5f3dd9421874923da2ed1e76041cb51b9337fd7f507edde1d86535d6" } ,
{ file = "multidict-5.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:dfc924a7e946dd3c6360e50e8f750d51e3ef5395c95dc054bc9eab0f70df4f9c" } ,
{ file = "multidict-5.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:32fdba7333eb2351fee2596b756d730d62b5827d5e1ab2f84e6cbb287cc67fe0" } ,
{ file = "multidict-5.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:b9aad49466b8d828b96b9e3630006234879c8d3e2b0a9d99219b3121bc5cdb17" } ,
{ file = "multidict-5.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:93de39267c4c676c9ebb2057e98a8138bade0d806aad4d864322eee0803140a0" } ,
{ file = "multidict-5.2.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:f9bef5cff994ca3026fcc90680e326d1a19df9841c5e3d224076407cc21471a1" } ,
{ file = "multidict-5.2.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:5f841c4f14331fd1e36cbf3336ed7be2cb2a8f110ce40ea253e5573387db7621" } ,
{ file = "multidict-5.2.0-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:38ba256ee9b310da6a1a0f013ef4e422fca30a685bcbec86a969bd520504e341" } ,
{ file = "multidict-5.2.0-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:3bc3b1621b979621cee9f7b09f024ec76ec03cc365e638126a056317470bde1b" } ,
{ file = "multidict-5.2.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:6ee908c070020d682e9b42c8f621e8bb10c767d04416e2ebe44e37d0f44d9ad5" } ,
{ file = "multidict-5.2.0-cp39-cp39-win32.whl" , hash = "sha256:1c7976cd1c157fa7ba5456ae5d31ccdf1479680dc9b8d8aa28afabc370df42b8" } ,
{ file = "multidict-5.2.0-cp39-cp39-win_amd64.whl" , hash = "sha256:c9631c642e08b9fff1c6255487e62971d8b8e821808ddd013d8ac058087591ac" } ,
{ file = "multidict-5.2.0.tar.gz" , hash = "sha256:0dd1c93edb444b33ba2274b66f63def8a327d607c6c790772f448a53b6ea59ce" } ,
]
mypy = [
2022-02-19 01:45:59 +02:00
{ file = "mypy-0.931-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:3c5b42d0815e15518b1f0990cff7a705805961613e701db60387e6fb663fe78a" } ,
{ file = "mypy-0.931-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c89702cac5b302f0c5d33b172d2b55b5df2bede3344a2fbed99ff96bddb2cf00" } ,
{ file = "mypy-0.931-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:300717a07ad09525401a508ef5d105e6b56646f7942eb92715a1c8d610149714" } ,
{ file = "mypy-0.931-cp310-cp310-win_amd64.whl" , hash = "sha256:7b3f6f557ba4afc7f2ce6d3215d5db279bcf120b3cfd0add20a5d4f4abdae5bc" } ,
{ file = "mypy-0.931-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:1bf752559797c897cdd2c65f7b60c2b6969ffe458417b8d947b8340cc9cec08d" } ,
{ file = "mypy-0.931-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:4365c60266b95a3f216a3047f1d8e3f895da6c7402e9e1ddfab96393122cc58d" } ,
{ file = "mypy-0.931-cp36-cp36m-win_amd64.whl" , hash = "sha256:1b65714dc296a7991000b6ee59a35b3f550e0073411ac9d3202f6516621ba66c" } ,
{ file = "mypy-0.931-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:e839191b8da5b4e5d805f940537efcaa13ea5dd98418f06dc585d2891d228cf0" } ,
{ file = "mypy-0.931-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:50c7346a46dc76a4ed88f3277d4959de8a2bd0a0fa47fa87a4cde36fe247ac05" } ,
{ file = "mypy-0.931-cp37-cp37m-win_amd64.whl" , hash = "sha256:d8f1ff62f7a879c9fe5917b3f9eb93a79b78aad47b533911b853a757223f72e7" } ,
{ file = "mypy-0.931-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:f9fe20d0872b26c4bba1c1be02c5340de1019530302cf2dcc85c7f9fc3252ae0" } ,
{ file = "mypy-0.931-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:1b06268df7eb53a8feea99cbfff77a6e2b205e70bf31743e786678ef87ee8069" } ,
{ file = "mypy-0.931-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8c11003aaeaf7cc2d0f1bc101c1cc9454ec4cc9cb825aef3cafff8a5fdf4c799" } ,
{ file = "mypy-0.931-cp38-cp38-win_amd64.whl" , hash = "sha256:d9d2b84b2007cea426e327d2483238f040c49405a6bf4074f605f0156c91a47a" } ,
{ file = "mypy-0.931-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ff3bf387c14c805ab1388185dd22d6b210824e164d4bb324b195ff34e322d166" } ,
{ file = "mypy-0.931-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:5b56154f8c09427bae082b32275a21f500b24d93c88d69a5e82f3978018a0266" } ,
{ file = "mypy-0.931-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8ca7f8c4b1584d63c9a0f827c37ba7a47226c19a23a753d52e5b5eddb201afcd" } ,
{ file = "mypy-0.931-cp39-cp39-win_amd64.whl" , hash = "sha256:74f7eccbfd436abe9c352ad9fb65872cc0f1f0a868e9d9c44db0893440f0c697" } ,
{ file = "mypy-0.931-py3-none-any.whl" , hash = "sha256:1171f2e0859cfff2d366da2c7092b06130f232c636a3f7301e3feb8b41f6377d" } ,
{ file = "mypy-0.931.tar.gz" , hash = "sha256:0038b21890867793581e4cb0d810829f5fd4441aa75796b53033af3aa30430ce" } ,
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 = [
{ file = "parso-0.8.2-py2.py3-none-any.whl" , hash = "sha256:a8c4922db71e4fdb90e0d0bc6e50f9b273d3397925e5e60a717e719201778d22" } ,
{ file = "parso-0.8.2.tar.gz" , hash = "sha256:12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398" } ,
]
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 = [
{ file = "platformdirs-2.4.0-py3-none-any.whl" , hash = "sha256:8868bbe3c3c80d42f20156f22e7131d2fb321f5bc86a2a345375c6481a67021d" } ,
{ file = "platformdirs-2.4.0.tar.gz" , hash = "sha256:367a5e80b3d04d2428ffa76d33f124cf11e8fff2acdaa9b43d545f5c7d661ef2" } ,
]
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-02-19 01:45:59 +02:00
{ file = "pre_commit-2.17.0-py2.py3-none-any.whl" , hash = "sha256:725fa7459782d7bec5ead072810e47351de01709be838c2ce1726b9591dad616" } ,
{ file = "pre_commit-2.17.0.tar.gz" , hash = "sha256:c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a" } ,
2021-10-11 01:29:06 +03:00
]
prompt-toolkit = [
2021-11-08 23:20:12 +02:00
{ file = "prompt_toolkit-3.0.22-py3-none-any.whl" , hash = "sha256:48d85cdca8b6c4f16480c7ce03fd193666b62b0a21667ca56b4bb5ad679d1170" } ,
{ file = "prompt_toolkit-3.0.22.tar.gz" , hash = "sha256:449f333dd120bd01f5d296a8ce1452114ba3a71fae7288d2f0ae2c918764fa72" } ,
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-02-19 01:45:59 +02:00
{ file = "pymdown-extensions-9.2.tar.gz" , hash = "sha256:ed8f69a18bc158f00cbf03abc536b88b6e541b7e699156501e767c48f81d8850" } ,
{ file = "pymdown_extensions-9.2-py3-none-any.whl" , hash = "sha256:f2fa7d9317c672a419868c893c20a28fb7ed7fc60d4ec4774c35e01398ab330c" } ,
2021-10-11 01:29:06 +03:00
]
pyparsing = [
2022-02-19 01:45:59 +02:00
{ file = "pyparsing-3.0.7-py3-none-any.whl" , hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484" } ,
{ file = "pyparsing-3.0.7.tar.gz" , hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea" } ,
2021-10-11 01:29:06 +03:00
]
pytest = [
2022-02-19 01:45:59 +02:00
{ file = "pytest-7.0.1-py3-none-any.whl" , hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db" } ,
{ file = "pytest-7.0.1.tar.gz" , hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171" } ,
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-02-19 01:45:59 +02:00
{ file = "pytest-asyncio-0.18.1.tar.gz" , hash = "sha256:c43fcdfea2335dd82ffe0f2774e40285ddfea78a8e81e56118d47b6a90fbb09e" } ,
{ file = "pytest_asyncio-0.18.1-py3-none-any.whl" , hash = "sha256:c9ec48e8bbf5cc62755e18c4d8bc6907843ec9c5f4ac8f61464093baeba24a7e" } ,
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 = [
{ file = "pytest-metadata-1.11.0.tar.gz" , hash = "sha256:71b506d49d34e539cc3cfdb7ce2c5f072bea5c953320002c95968e0238f8ecf1" } ,
{ file = "pytest_metadata-1.11.0-py2.py3-none-any.whl" , hash = "sha256:576055b8336dd4a9006dd2a47615f76f2f8c30ab12b1b1c039d99e834583523f" } ,
]
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 = [
{ file = "pytz-2021.3-py2.py3-none-any.whl" , hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c" } ,
{ file = "pytz-2021.3.tar.gz" , hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326" } ,
]
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
]
requests = [
{ file = "requests-2.26.0-py2.py3-none-any.whl" , hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24" } ,
{ file = "requests-2.26.0.tar.gz" , hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" } ,
]
2022-02-19 01:45:59 +02:00
sentry-sdk = [
{ file = "sentry-sdk-1.5.5.tar.gz" , hash = "sha256:98fd155fa5d5fec1dbabed32a1a4ae2705f1edaa5dae4e7f7b62a384ba30e759" } ,
{ file = "sentry_sdk-1.5.5-py2.py3-none-any.whl" , hash = "sha256:3817274fba2498c8ebf6b896ee98ac916c5598706340573268c07bf2bb30d831" } ,
]
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 = [
{ file = "snowballstemmer-2.1.0-py2.py3-none-any.whl" , hash = "sha256:b51b447bea85f9968c13b650126a888aabd4cb4463fca868ec596826325dedc2" } ,
{ file = "snowballstemmer-2.1.0.tar.gz" , hash = "sha256:e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914" } ,
]
soupsieve = [
2021-11-08 23:20:12 +02:00
{ file = "soupsieve-2.3-py3-none-any.whl" , hash = "sha256:617ffc4d0dfd39c66f4d1413a6e165663a34eca86be9b54f97b91756300ff6df" } ,
{ file = "soupsieve-2.3.tar.gz" , hash = "sha256:e4860f889dfa88774c07da0b276b70c073b6470fa1a4a8350800bb7bce3dcc76" } ,
2021-10-11 01:29:06 +03:00
]
sphinx = [
{ file = "Sphinx-4.2.0-py3-none-any.whl" , hash = "sha256:98a535c62a4fcfcc362528592f69b26f7caec587d32cd55688db580be0287ae0" } ,
{ file = "Sphinx-4.2.0.tar.gz" , hash = "sha256:94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6" } ,
]
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 = [
2021-11-08 23:20:12 +02:00
{ file = "tomli-1.2.2-py3-none-any.whl" , hash = "sha256:f04066f68f5554911363063a30b108d2b5a5b1a010aa8b6132af78489fe3aade" } ,
{ file = "tomli-1.2.2.tar.gz" , hash = "sha256:c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee" } ,
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 = [
{ file = "urllib3-1.26.7-py2.py3-none-any.whl" , hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844" } ,
{ file = "urllib3-1.26.7.tar.gz" , hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece" } ,
]
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 = [
2021-11-08 23:20:12 +02:00
{ file = "virtualenv-20.10.0-py2.py3-none-any.whl" , hash = "sha256:4b02e52a624336eece99c96e3ab7111f469c24ba226a53ec474e8e787b365814" } ,
{ file = "virtualenv-20.10.0.tar.gz" , hash = "sha256:576d05b46eace16a9c348085f7d0dc8ef28713a2cabaa1cf0aea41e8f12c9218" } ,
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" } ,
]
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 = [
{ file = "zipp-3.6.0-py3-none-any.whl" , hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc" } ,
{ file = "zipp-3.6.0.tar.gz" , hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832" } ,
]