2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "aiofiles"
2021-09-22 00:52:38 +03:00
version = "0.7.0"
2021-01-26 21:20:52 +02:00
description = "File support for asyncio."
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
2021-09-22 00:52:38 +03:00
python-versions = ">=3.6,<4.0"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "aiohttp"
2021-05-11 23:04:32 +03:00
version = "3.7.4.post0"
2021-01-26 21:20:52 +02:00
description = "Async http client/server framework (asyncio)"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
async-timeout = ">=3.0,<4.0"
attrs = ">=17.3.0"
2021-05-11 23:04:32 +03:00
chardet = ">=2.0,<5.0"
2021-01-26 21:20:52 +02:00
multidict = ">=4.5,<7.0"
typing-extensions = ">=3.6.5"
2019-12-12 00:29:49 +02:00
yarl = ">=1.0,<2.0"
2019-12-15 21:52:18 +02:00
[ package . extras ]
speedups = [ "aiodns" , "brotlipy" , "cchardet" ]
2020-05-02 17:12:53 +04:00
[ [ package ] ]
name = "aiohttp-socks"
2021-01-26 21:20:52 +02:00
version = "0.5.5"
description = "Proxy connector for aiohttp"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2020-05-02 17:12:53 +04:00
python-versions = "*"
[ package . dependencies ]
aiohttp = ">=2.3.2"
attrs = ">=19.2.0"
2021-01-26 21:20:52 +02:00
python-socks = { version = ">=1.0.1" , extras = [ "asyncio" ] }
2020-05-02 17:12:53 +04:00
2021-06-15 01:45:31 +03:00
[ [ package ] ]
name = "aioredis"
2021-07-31 23:34:09 +03:00
version = "2.0.0"
2021-06-15 01:45:31 +03:00
description = "asyncio (PEP 3156) Redis support"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-06-15 01:45:31 +03:00
python-versions = ">=3.6"
[ package . dependencies ]
async-timeout = "*"
typing-extensions = "*"
[ package . extras ]
hiredis = [ "hiredis (>=1.0)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "alabaster"
version = "0.7.12"
description = "A configurable sidebar-enabled Sphinx theme"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2019-12-12 00:29:49 +02:00
python-versions = "*"
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "appnope"
version = "0.1.2"
description = "Disable App Nap on macOS >= 10.9"
2019-12-12 00:29:49 +02:00
category = "dev"
2021-01-26 21:20:52 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2019-12-12 00:29:49 +02:00
name = "aresponses"
2021-01-26 21:20:52 +02:00
version = "2.1.4"
description = "Asyncio response mocking. Similar to the responses library used for 'requests'"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
aiohttp = ">=3.1.0,<4.0.0"
pytest-asyncio = "*"
[ [ package ] ]
name = "async-lru"
2021-01-26 21:20:52 +02:00
version = "1.0.2"
description = "Simple lru_cache for asyncio"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "async-timeout"
2021-01-26 21:20:52 +02:00
version = "3.0.1"
description = "Timeout context manager for asyncio programs"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = ">=3.5.3"
[ [ package ] ]
name = "asynctest"
2021-01-26 21:20:52 +02:00
version = "0.13.0"
description = "Enhance the standard unittest package with features for testing asyncio libraries"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "atomicwrites"
2021-01-26 21:20:52 +02:00
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
2021-05-25 01:00:36 +03:00
version = "21.2.0"
2021-01-26 21:20:52 +02:00
description = "Classes Without Boilerplate"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
2021-05-25 01:00:36 +03:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-05-25 01:00:36 +03:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" ]
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" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "babel"
2021-05-11 23:04:32 +03:00
version = "2.9.1"
2021-01-26 21:20:52 +02:00
description = "Internationalization utilities"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2019-12-12 00:29:49 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pytz = ">=2015.7"
[ [ package ] ]
name = "backcall"
2021-01-26 21:20:52 +02:00
version = "0.2.0"
description = "Specifications for callback functions passed in to an API"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = "*"
2021-09-22 00:52:38 +03:00
[ [ 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)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "beautifulsoup4"
2021-09-22 00:52:38 +03:00
version = "4.10.0"
2021-01-26 21:20:52 +02:00
description = "Screen-scraping library"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
python-versions = ">3.0.0"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2021-09-22 00:52:38 +03:00
soupsieve = ">1.2"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-01-26 21:20:52 +02:00
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
2019-12-15 21:52:18 +02:00
2020-05-27 01:24:06 +03:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "black"
2021-09-22 00:52:38 +03:00
version = "21.9b0"
2021-01-26 21:20:52 +02:00
description = "The uncompromising code formatter."
2020-05-27 01:24:06 +03:00
category = "dev"
optional = false
2021-05-11 23:04:32 +03:00
python-versions = ">=3.6.2"
2020-05-27 01:24:06 +03:00
[ package . dependencies ]
2021-01-26 21:20:52 +02:00
click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
2021-09-22 00:52:38 +03:00
pathspec = ">=0.9.0,<1"
platformdirs = ">=2"
2021-01-26 21:20:52 +02:00
regex = ">=2020.1.8"
2021-09-22 00:52:38 +03:00
tomli = ">=0.2.6,<2.0.0"
typing-extensions = [
{ version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" } ,
{ version = "!=3.10.0.1" , markers = "python_version >= \"3.10\"" } ,
]
2020-05-27 01:24:06 +03:00
[ package . extras ]
2021-01-26 21:20:52 +02:00
colorama = [ "colorama (>=0.4.3)" ]
2021-06-15 01:45:31 +03:00
d = [ "aiohttp (>=3.6.0)" , "aiohttp-cors (>=0.4.0)" ]
2021-09-22 00:52:38 +03:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
2021-05-11 23:04:32 +03:00
python2 = [ "typed-ast (>=1.4.2)" ]
2021-06-15 01:45:31 +03:00
uvloop = [ "uvloop (>=0.15.2)" ]
2020-05-27 01:24:06 +03:00
2021-09-22 00:52:38 +03:00
[ [ package ] ]
name = "certifi"
version = "2021.5.30"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = true
python-versions = "*"
2020-05-06 13:00:06 +03:00
[ [ package ] ]
name = "cfgv"
2021-09-22 00:52:38 +03:00
version = "3.3.1"
2021-01-26 21:20:52 +02:00
description = "Validate configuration and produce human readable error messages."
category = "dev"
2020-05-06 13:00:06 +03:00
optional = false
python-versions = ">=3.6.1"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "chardet"
2021-05-11 23:04:32 +03:00
version = "4.0.0"
2021-01-26 21:20:52 +02:00
description = "Universal encoding detector for Python 2 and 3"
category = "main"
2020-05-27 01:24:06 +03:00
optional = false
2021-05-11 23:04:32 +03:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-05-27 01:24:06 +03:00
2021-09-22 00:52:38 +03:00
[ [ package ] ]
name = "charset-normalizer"
version = "2.0.6"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = true
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "click"
2021-05-25 01:00:36 +03:00
version = "8.0.1"
2021-01-26 21:20:52 +02:00
description = "Composable command line interface toolkit"
category = "main"
2020-05-27 01:24:06 +03:00
optional = false
2021-05-25 01:00:36 +03:00
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2020-05-27 01:24:06 +03:00
2021-08-01 19:08:03 +03:00
[ [ package ] ]
name = "click-default-group"
version = "1.2.2"
description = "Extends click.Group to invoke a command without explicit subcommand name"
2021-09-22 00:52:38 +03:00
category = "main"
optional = true
2021-08-01 19:08:03 +03:00
python-versions = "*"
[ package . dependencies ]
click = "*"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "colorama"
2021-01-26 21:20:52 +02:00
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "coverage"
2021-05-11 23:04:32 +03:00
version = "5.5"
2021-01-26 21:20:52 +02:00
description = "Code coverage measurement for Python"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2019-12-15 21:52:18 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
toml = [ "toml" ]
2019-12-12 00:29:49 +02:00
2020-05-27 01:24:06 +03:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "decorator"
2021-09-22 00:52:38 +03:00
version = "5.1.0"
2021-01-26 21:20:52 +02:00
description = "Decorators for Humans"
2020-05-27 01:24:06 +03:00
category = "dev"
optional = false
2021-05-11 23:04:32 +03:00
python-versions = ">=3.5"
2020-05-27 01:24:06 +03:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "distlib"
2021-06-15 01:45:31 +03:00
version = "0.3.2"
2021-01-26 21:20:52 +02:00
description = "Distribution utilities"
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = "*"
2019-12-12 00:29:49 +02:00
2020-05-06 13:00:06 +03:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "docutils"
2021-05-11 23:04:32 +03:00
version = "0.17.1"
2021-01-26 21:20:52 +02:00
description = "Docutils -- Python Documentation Utilities"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-05-06 13:00:06 +03:00
[ [ package ] ]
name = "filelock"
2021-01-26 21:20:52 +02:00
version = "3.0.12"
description = "A platform independent file lock."
category = "dev"
2020-05-06 13:00:06 +03:00
optional = false
python-versions = "*"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "flake8"
2021-05-25 01:00:36 +03:00
version = "3.9.2"
2021-01-26 21:20:52 +02:00
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-05-11 23:04:32 +03:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
mccabe = ">=0.6.0,<0.7.0"
2021-05-11 23:04:32 +03:00
pycodestyle = ">=2.7.0,<2.8.0"
pyflakes = ">=2.3.0,<2.4.0"
2020-05-27 01:24:06 +03:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "flake8-html"
2021-01-26 21:20:52 +02:00
version = "0.4.1"
description = "Generate HTML reports of flake8 violations"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
flake8 = ">=3.3.0"
2020-05-27 01:24:06 +03:00
importlib-metadata = "*"
2019-12-12 00:29:49 +02:00
jinja2 = ">=2.9.0"
pygments = ">=2.2.0"
2020-03-18 17:04:11 +03:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "furo"
2021-09-22 00:52:38 +03:00
version = "2021.9.8"
2021-01-26 21:20:52 +02:00
description = "A clean customisable Sphinx documentation theme."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-06-19 02:42:56 +03:00
python-versions = ">=3.6"
2020-05-27 01:24:06 +03:00
[ package . dependencies ]
2021-01-26 21:20:52 +02:00
beautifulsoup4 = "*"
2021-09-22 00:52:38 +03:00
sphinx = ">=4.0,<5.0"
2020-05-27 01:24:06 +03:00
[ package . extras ]
2021-09-22 00:52:38 +03:00
doc = [ "myst-parser" , "sphinx-copybutton" , "sphinx-design" , "sphinx-inline-tabs" ]
2021-01-26 21:20:52 +02:00
test = [ "pytest" , "pytest-cov" , "pytest-xdist" ]
2020-05-27 01:24:06 +03:00
2021-01-26 21:20:52 +02:00
[ [ package ] ]
2020-05-06 13:00:06 +03:00
name = "identify"
2021-09-22 00:52:38 +03:00
version = "2.2.15"
2021-01-26 21:20:52 +02:00
description = "File identification library for Python"
category = "dev"
2020-05-06 13:00:06 +03:00
optional = false
2021-05-11 23:04:32 +03:00
python-versions = ">=3.6.1"
2020-05-06 13:00:06 +03:00
[ package . extras ]
2021-05-11 23:04:32 +03:00
license = [ "editdistance-s" ]
2020-05-06 13:00:06 +03:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "idna"
2021-06-15 01:45:31 +03:00
version = "3.2"
2021-01-26 21:20:52 +02:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
2021-06-15 01:45:31 +03:00
python-versions = ">=3.5"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "imagesize"
version = "1.2.0"
description = "Getting image size from png/jpeg/jpeg2000/gif file"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-05-27 01:24:06 +03:00
[ [ package ] ]
2019-12-12 00:29:49 +02:00
name = "importlib-metadata"
2021-09-22 00:52:38 +03:00
version = "4.8.1"
2021-01-26 21:20:52 +02:00
description = "Read metadata from Python packages"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
zipp = ">=0.5"
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-01-26 21:20:52 +02:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-09-22 00:52:38 +03:00
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)" ]
2019-12-15 21:52:18 +02:00
2021-08-01 19:08:03 +03:00
[ [ package ] ]
name = "incremental"
version = "21.3.0"
description = "A small library that versions your Python projects."
2021-09-22 00:52:38 +03:00
category = "main"
optional = true
2021-08-01 19:08:03 +03:00
python-versions = "*"
[ package . extras ]
scripts = [ "click (>=6.0)" , "twisted (>=16.4.0)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
2020-01-05 20:12:35 +02:00
category = "dev"
2021-01-26 21:20:52 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2019-12-12 00:29:49 +02:00
name = "ipython"
2021-09-22 00:52:38 +03:00
version = "7.27.0"
2021-01-26 21:20:52 +02:00
description = "IPython: Productive Interactive Computing"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=3.7"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2021-01-26 21:20:52 +02:00
appnope = { version = "*" , markers = "sys_platform == \"darwin\"" }
2019-12-12 00:29:49 +02:00
backcall = "*"
2021-01-26 21:20:52 +02:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2019-12-12 00:29:49 +02:00
decorator = "*"
2021-05-11 23:04:32 +03:00
jedi = ">=0.16"
2021-05-25 01:00:36 +03:00
matplotlib-inline = "*"
2021-01-26 21:20:52 +02:00
pexpect = { version = ">4.3" , markers = "sys_platform != \"win32\"" }
2019-12-12 00:29:49 +02:00
pickleshare = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
pygments = "*"
traitlets = ">=4.2"
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-06-15 01:45:31 +03:00
all = [ "Sphinx (>=1.3)" , "ipykernel" , "ipyparallel" , "ipywidgets" , "nbconvert" , "nbformat" , "nose (>=0.10.1)" , "notebook" , "numpy (>=1.17)" , "pygments" , "qtconsole" , "requests" , "testpath" ]
2019-12-15 21:52:18 +02:00
doc = [ "Sphinx (>=1.3)" ]
kernel = [ "ipykernel" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
notebook = [ "notebook" , "ipywidgets" ]
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
2021-06-15 01:45:31 +03:00
test = [ "nose (>=0.10.1)" , "requests" , "testpath" , "pygments" , "nbformat" , "ipykernel" , "numpy (>=1.17)" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "isort"
2021-09-22 00:52:38 +03:00
version = "5.9.3"
2021-01-26 21:20:52 +02:00
description = "A Python utility / library to sort Python imports."
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-09-22 00:52:38 +03:00
python-versions = ">=3.6.1,<4.0"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-01-26 21:20:52 +02:00
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
2021-09-22 00:52:38 +03:00
plugins = [ "setuptools" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "jedi"
2021-01-26 21:20:52 +02:00
version = "0.18.0"
description = "An autocompletion tool for Python that can be used for text editors."
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2021-01-26 21:20:52 +02:00
parso = ">=0.8.0,<0.9.0"
2020-05-27 01:24:06 +03:00
[ package . extras ]
2021-01-26 21:20:52 +02:00
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "Django (<3.1)" , "colorama" , "docopt" , "pytest (<6.0.0)" ]
2020-05-27 01:24:06 +03:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "jinja2"
2021-09-22 00:52:38 +03:00
version = "3.0.1"
2021-01-26 21:20:52 +02:00
description = "A very fast and expressive template engine."
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
2021-09-22 00:52:38 +03:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2021-09-22 00:52:38 +03:00
MarkupSafe = ">=2.0"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-09-22 00:52:38 +03:00
i18n = [ "Babel (>=2.7)" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "livereload"
2021-01-26 21:20:52 +02:00
version = "2.6.3"
description = "Python LiveReload is an awesome tool for web developers"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2019-12-12 00:29:49 +02:00
python-versions = "*"
[ package . dependencies ]
six = "*"
2021-01-26 21:20:52 +02:00
tornado = { version = "*" , markers = "python_version > \"2.7\"" }
2020-05-27 01:24:06 +03:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "magic-filter"
2021-09-22 00:52:38 +03:00
version = "1.0.2"
2021-01-26 21:20:52 +02:00
description = "This package provides magic filter based on dynamic attribute getter"
category = "main"
optional = false
2021-05-11 23:04:32 +03:00
python-versions = ">=3.6.2,<4.0.0"
2021-01-26 21:20:52 +02:00
[ [ package ] ]
2019-12-12 00:29:49 +02:00
name = "markdown"
2021-05-11 23:04:32 +03:00
version = "3.3.4"
2021-01-26 21:20:52 +02:00
description = "Python implementation of Markdown."
2021-09-22 00:52:38 +03:00
category = "main"
optional = true
2021-01-26 21:20:52 +02:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
2020-01-28 14:03:29 +02:00
[ [ package ] ]
name = "markdown-include"
2021-01-26 21:20:52 +02:00
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."
2021-09-22 00:52:38 +03:00
category = "main"
optional = true
2020-01-28 14:03:29 +02:00
python-versions = "*"
[ package . dependencies ]
markdown = "*"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "markupsafe"
2021-05-25 01:00:36 +03:00
version = "2.0.1"
2021-01-26 21:20:52 +02:00
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
2021-05-25 01:00:36 +03:00
python-versions = ">=3.6"
[ [ package ] ]
name = "matplotlib-inline"
2021-09-22 00:52:38 +03:00
version = "0.1.3"
2021-05-25 01:00:36 +03:00
description = "Inline Matplotlib backend for Jupyter"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
traitlets = "*"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "mccabe"
2021-01-26 21:20:52 +02:00
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "multidict"
2021-01-26 21:20:52 +02:00
version = "5.1.0"
description = "multidict implementation"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "mypy"
2021-09-22 00:52:38 +03:00
version = "0.910"
2021-01-26 21:20:52 +02:00
description = "Optional static typing for Python"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
2020-01-11 21:15:46 +02:00
mypy-extensions = ">=0.4.3,<0.5.0"
2021-09-22 00:52:38 +03:00
toml = "*"
2019-12-12 00:29:49 +02:00
typing-extensions = ">=3.7.4"
2019-12-15 21:52:18 +02:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2021-09-22 00:52:38 +03:00
python2 = [ "typed-ast (>=1.4.0,<1.5.0)" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "mypy-extensions"
2021-01-26 21:20:52 +02:00
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = "*"
2020-05-06 13:00:06 +03:00
[ [ package ] ]
name = "nodeenv"
2021-05-11 23:04:32 +03:00
version = "1.6.0"
2021-01-26 21:20:52 +02:00
description = "Node.js virtual environment builder"
category = "dev"
2020-05-06 13:00:06 +03:00
optional = false
python-versions = "*"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "packaging"
2021-05-11 23:04:32 +03:00
version = "20.9"
2021-01-26 21:20:52 +02:00
description = "Core utilities for Python packages"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
name = "parso"
2021-05-11 23:04:32 +03:00
version = "0.8.2"
2021-01-26 21:20:52 +02:00
description = "A Python Parser"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=3.6"
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-01-26 21:20:52 +02:00
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "docopt" , "pytest (<6.0.0)" ]
2020-05-27 01:24:06 +03:00
2020-01-25 19:04:48 +02:00
[ [ package ] ]
name = "pathspec"
2021-09-22 00:52:38 +03:00
version = "0.9.0"
2021-01-26 21:20:52 +02:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
2020-01-25 19:04:48 +02:00
optional = false
2021-09-22 00:52:38 +03:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-01-25 19:04:48 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "pexpect"
2021-01-26 21:20:52 +02:00
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
ptyprocess = ">=0.5"
[ [ package ] ]
name = "pickleshare"
version = "0.7.5"
2021-01-26 21:20:52 +02:00
description = "Tiny 'shelve'-like database with concurrency support"
2020-05-27 01:24:06 +03:00
category = "dev"
optional = false
python-versions = "*"
2021-09-22 00:52:38 +03:00
[ [ package ] ]
name = "platformdirs"
version = "2.3.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)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "pluggy"
2021-09-22 00:52:38 +03:00
version = "1.0.0"
2021-01-26 21:20:52 +02:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-09-22 00:52:38 +03:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-09-22 00:52:38 +03:00
testing = [ "pytest" , "pytest-benchmark" ]
2019-12-15 21:52:18 +02:00
2020-05-27 01:24:06 +03:00
[ [ package ] ]
2020-05-06 13:00:06 +03:00
name = "pre-commit"
2021-09-07 00:32:43 +03:00
version = "2.15.0"
2021-01-26 21:20:52 +02:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
2020-05-06 13:00:06 +03:00
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 = "*"
2020-05-27 01:24:06 +03:00
virtualenv = ">=20.0.8"
2020-05-06 13:00:06 +03:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "prompt-toolkit"
2021-09-22 00:52:38 +03:00
version = "3.0.20"
2021-01-26 21:20:52 +02:00
description = "Library for building powerful interactive command lines in Python"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-09-22 00:52:38 +03:00
python-versions = ">=3.6.2"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
name = "ptyprocess"
2021-01-26 21:20:52 +02:00
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "py"
2021-01-26 21:20:52 +02:00
version = "1.10.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pycodestyle"
2021-05-11 23:04:32 +03:00
version = "2.7.0"
2021-01-26 21:20:52 +02:00
description = "Python style guide checker"
2020-05-27 01:24:06 +03:00
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "pydantic"
2021-05-25 01:00:36 +03:00
version = "1.8.2"
2021-01-26 21:20:52 +02:00
description = "Data validation and settings management using python 3.6 type hinting"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
2021-05-11 23:04:32 +03:00
python-versions = ">=3.6.1"
[ package . dependencies ]
typing-extensions = ">=3.7.4.3"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2020-01-25 19:04:48 +02:00
dotenv = [ "python-dotenv (>=0.10.4)" ]
2019-12-15 21:52:18 +02:00
email = [ "email-validator (>=1.0.3)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "pyflakes"
2021-05-11 23:04:32 +03:00
version = "2.3.1"
2021-01-26 21:20:52 +02:00
description = "passive checker of Python programs"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pygments"
2021-09-22 00:52:38 +03:00
version = "2.10.0"
2021-01-26 21:20:52 +02:00
description = "Pygments is a syntax highlighting package written in Python."
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "pymdown-extensions"
2021-05-25 01:00:36 +03:00
version = "8.2"
2021-01-26 21:20:52 +02:00
description = "Extension pack for Python Markdown."
2021-09-22 00:52:38 +03:00
category = "main"
optional = true
2021-01-26 21:20:52 +02:00
python-versions = ">=3.6"
[ package . dependencies ]
Markdown = ">=3.2"
[ [ package ] ]
name = "pyparsing"
version = "2.4.7"
description = "Python parsing module"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "pytest"
2021-09-22 00:52:38 +03:00
version = "6.2.5"
2021-01-26 21:20:52 +02: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 = "*"
2021-09-22 00:52:38 +03:00
pluggy = ">=0.12,<2.0"
2021-01-26 21:20:52 +02:00
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-asyncio"
2021-05-11 23:04:32 +03:00
version = "0.15.1"
2021-01-26 21:20:52 +02:00
description = "Pytest support for asyncio."
category = "dev"
optional = false
2021-05-11 23:04:32 +03:00
python-versions = ">= 3.6"
2021-01-26 21:20:52 +02:00
[ package . dependencies ]
pytest = ">=5.4.0"
[ package . extras ]
2021-05-11 23:04:32 +03:00
testing = [ "coverage" , "hypothesis (>=5.7.1)" ]
2021-01-26 21:20:52 +02:00
[ [ package ] ]
name = "pytest-cov"
2021-06-15 01:45:31 +03:00
version = "2.12.1"
2021-01-26 21:20:52 +02:00
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
2021-06-15 01:45:31 +03:00
coverage = ">=5.2.1"
2021-01-26 21:20:52 +02:00
pytest = ">=4.6"
2021-06-15 01:45:31 +03:00
toml = "*"
2021-01-26 21:20:52 +02:00
[ package . extras ]
2021-06-15 01:45:31 +03:00
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
2021-01-26 21:20:52 +02:00
[ [ 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 = "*"
2021-06-15 01:45:31 +03:00
[ [ 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"
2021-01-26 21:20:52 +02:00
[ [ 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"
2021-05-25 01:00:36 +03:00
version = "3.6.1"
2021-01-26 21:20:52 +02:00
description = "Thin-wrapper around the mock package for easier use with pytest"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-05-11 23:04:32 +03:00
python-versions = ">=3.6"
2021-01-26 21:20:52 +02:00
[ package . dependencies ]
pytest = ">=5.0"
[ package . extras ]
dev = [ "pre-commit" , "tox" , "pytest-asyncio" ]
2019-12-12 00:29:49 +02:00
2020-05-27 01:24:06 +03:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "pytest-mypy"
2021-05-11 23:04:32 +03:00
version = "0.8.1"
2021-01-26 21:20:52 +02:00
description = "Mypy static type checker plugin for Pytest"
2020-05-27 01:24:06 +03:00
category = "dev"
2021-01-26 21:20:52 +02:00
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\"" } ,
]
pytest = ">=3.5"
[ [ package ] ]
name = "python-socks"
2021-05-11 23:04:32 +03:00
version = "1.2.4"
2021-01-26 21:20:52 +02:00
description = "Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = "*"
[ package . dependencies ]
async-timeout = { version = ">=3.0.1" , optional = true , markers = "extra == \"asyncio\"" }
[ package . extras ]
asyncio = [ "async-timeout (>=3.0.1)" ]
curio = [ "curio (>=1.4)" ]
trio = [ "trio (>=0.16.0)" ]
[ [ package ] ]
name = "pytz"
2021-05-11 23:04:32 +03:00
version = "2021.1"
2021-01-26 21:20:52 +02:00
description = "World timezone definitions, modern and historical"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2020-05-27 01:24:06 +03:00
python-versions = "*"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "pyyaml"
version = "5.4.1"
description = "YAML parser and emitter for Python"
2019-12-12 00:29:49 +02:00
category = "dev"
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ [ package ] ]
name = "regex"
2021-09-22 00:52:38 +03:00
version = "2021.8.28"
2021-01-26 21:20:52 +02:00
description = "Alternative regular expression module, to replace re."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "requests"
2021-09-22 00:52:38 +03:00
version = "2.26.0"
2021-01-26 21:20:52 +02:00
description = "Python HTTP for Humans."
category = "main"
2021-09-22 00:52:38 +03:00
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"
2021-01-26 21:20:52 +02:00
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-09-22 00:52:38 +03:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "six"
2021-05-25 01:00:36 +03:00
version = "1.16.0"
2021-01-26 21:20:52 +02:00
description = "Python 2 and 3 compatibility utilities"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2019-12-12 00:29:49 +02:00
2020-05-27 01:24:06 +03:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "snowballstemmer"
version = "2.1.0"
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2020-05-27 01:24:06 +03:00
python-versions = "*"
2021-01-26 21:20:52 +02:00
[ [ package ] ]
name = "soupsieve"
2021-05-11 23:04:32 +03:00
version = "2.2.1"
2021-01-26 21:20:52 +02:00
description = "A modern CSS selector implementation for Beautiful Soup."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-05-11 23:04:32 +03:00
python-versions = ">=3.6"
2020-05-27 01:24:06 +03:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinx"
2021-09-22 00:52:38 +03:00
version = "4.2.0"
2021-01-26 21:20:52 +02:00
description = "Python documentation generator"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2021-01-26 21:20:52 +02:00
alabaster = ">=0.7,<0.8"
babel = ">=1.3"
colorama = { version = ">=0.3.5" , markers = "sys_platform == \"win32\"" }
2021-09-22 00:52:38 +03:00
docutils = ">=0.14,<0.18"
2021-01-26 21:20:52 +02:00
imagesize = "*"
Jinja2 = ">=2.3"
2019-12-12 00:29:49 +02:00
packaging = "*"
2021-01-26 21:20:52 +02:00
Pygments = ">=2.0"
requests = ">=2.5.0"
snowballstemmer = ">=1.1"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
2021-09-22 00:52:38 +03:00
sphinxcontrib-htmlhelp = ">=2.0.0"
2021-01-26 21:20:52 +02:00
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
2021-09-22 00:52:38 +03:00
sphinxcontrib-serializinghtml = ">=1.1.5"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-01-26 21:20:52 +02:00
docs = [ "sphinxcontrib-websupport" ]
2021-09-22 00:52:38 +03:00
lint = [ "flake8 (>=3.5.0)" , "isort" , "mypy (>=0.900)" , "docutils-stubs" , "types-typed-ast" , "types-pkg-resources" , "types-requests" ]
2021-01-26 21:20:52 +02:00
test = [ "pytest" , "pytest-cov" , "html5lib" , "cython" , "typed-ast" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinx-autobuild"
2021-09-22 00:52:38 +03:00
version = "2021.3.14"
2021-01-26 21:20:52 +02:00
description = "Rebuild Sphinx documentation on changes, with live-reload in the browser."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2021-09-22 00:52:38 +03:00
colorama = "*"
2021-01-26 21:20:52 +02:00
livereload = "*"
sphinx = "*"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-01-26 21:20:52 +02:00
test = [ "pytest" , "pytest-cov" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinx-copybutton"
2021-09-22 00:52:38 +03:00
version = "0.4.0"
2021-01-26 21:20:52 +02:00
description = "Add a copy button to each of your code cells."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-06-15 01:45:31 +03:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2021-01-26 21:20:52 +02:00
sphinx = ">=1.8"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-06-15 01:45:31 +03:00
code_style = [ "pre-commit (==2.12.1)" ]
2021-09-22 00:52:38 +03:00
rtd = [ "sphinx" , "ipython" , "sphinx-book-theme" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinx-intl"
version = "2.0.1"
description = "Sphinx utility that make it easy to translate and to apply translation."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = ">=3.5"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2021-01-26 21:20:52 +02:00
babel = "*"
click = "*"
sphinx = "*"
2019-12-12 00:29:49 +02:00
2021-01-26 21:20:52 +02:00
[ package . extras ]
test = [ "pytest" , "mock" ]
transifex = [ "transifex_client (>=0.11)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinx-prompt"
2021-09-22 00:52:38 +03:00
version = "1.5.0"
2021-01-26 21:20:52 +02:00
description = "Sphinx directive to add unselectable prompt"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = "*"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2021-01-26 21:20:52 +02:00
pygments = "*"
Sphinx = "*"
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinx-substitution-extensions"
version = "2020.9.30.0"
description = "Extensions for Sphinx which allow for substitutions."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = "*"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2021-01-26 21:20:52 +02:00
docutils = ">=0.15"
sphinx = ">=2.0.0"
sphinx-prompt = ">=0.1"
2019-12-12 00:29:49 +02:00
2021-01-26 21:20:52 +02:00
[ 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)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinxcontrib-applehelp"
version = "1.0.2"
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
2019-12-12 00:29:49 +02:00
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = ">=3.5"
2019-12-12 00:29:49 +02:00
2021-01-26 21:20:52 +02:00
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
2020-05-27 01:24:06 +03:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinxcontrib-devhelp"
version = "1.0.2"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = ">=3.5"
2019-12-12 00:29:49 +02:00
2021-01-26 21:20:52 +02:00
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
2020-05-27 01:24:06 +03:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinxcontrib-htmlhelp"
2021-05-25 01:00:36 +03:00
version = "2.0.0"
2021-01-26 21:20:52 +02:00
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-05-25 01:00:36 +03:00
python-versions = ">=3.6"
2020-05-27 01:24:06 +03:00
[ package . extras ]
2021-01-26 21:20:52 +02:00
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" , "html5lib" ]
2020-05-27 01:24:06 +03:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinxcontrib-jsmath"
version = "1.0.1"
description = "A sphinx extension which renders display math in HTML via JavaScript"
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = ">=3.5"
2020-05-27 01:24:06 +03:00
2021-01-26 21:20:52 +02:00
[ package . extras ]
test = [ "pytest" , "flake8" , "mypy" ]
2020-05-27 01:24:06 +03:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinxcontrib-qthelp"
version = "1.0.3"
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2020-05-27 01:24:06 +03:00
python-versions = ">=3.5"
2021-01-26 21:20:52 +02:00
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
2020-05-27 01:24:06 +03:00
[ [ package ] ]
2021-01-26 21:20:52 +02:00
name = "sphinxcontrib-serializinghtml"
2021-05-25 01:00:36 +03:00
version = "1.1.5"
2021-01-26 21:20:52 +02:00
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2021-01-26 21:20:52 +02:00
python-versions = ">=3.5"
2020-01-25 19:04:48 +02:00
2021-01-26 21:20:52 +02:00
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "toml"
2021-01-26 21:20:52 +02:00
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
2021-09-22 00:52:38 +03:00
category = "main"
2020-05-27 01:24:06 +03:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2019-12-12 00:29:49 +02:00
2021-09-22 00:52:38 +03:00
[ [ package ] ]
name = "tomli"
version = "1.2.1"
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "tornado"
2021-01-26 21:20:52 +02:00
version = "6.1"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "main"
2021-09-22 00:52:38 +03:00
optional = true
2019-12-12 00:29:49 +02:00
python-versions = ">= 3.5"
2021-08-01 19:08:03 +03:00
[ [ package ] ]
name = "towncrier"
version = "21.3.0"
description = "Building newsfiles for your project."
2021-09-22 00:52:38 +03:00
category = "main"
optional = true
2021-08-01 19:08:03 +03:00
python-versions = "*"
[ package . dependencies ]
click = "*"
click-default-group = "*"
incremental = "*"
jinja2 = "*"
toml = "*"
[ package . extras ]
dev = [ "packaging" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "traitlets"
2021-09-22 00:52:38 +03:00
version = "5.1.0"
2021-01-26 21:20:52 +02:00
description = "Traitlets Python configuration system"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=3.7"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-01-26 21:20:52 +02:00
test = [ "pytest" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "typing-extensions"
2021-09-22 00:52:38 +03:00
version = "3.10.0.2"
2021-01-26 21:20:52 +02:00
description = "Backported and Experimental Type Hints for Python 3.5+"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
python-versions = "*"
2021-09-22 00:52:38 +03:00
[ [ package ] ]
name = "urllib3"
version = "1.26.6"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = true
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)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "uvloop"
2021-09-22 00:52:38 +03:00
version = "0.16.0"
2021-01-26 21:20:52 +02:00
description = "Fast implementation of asyncio event loop on top of libuv"
2021-09-22 00:52:38 +03:00
category = "main"
optional = true
2021-05-11 23:04:32 +03:00
python-versions = ">=3.7"
[ package . extras ]
2021-09-22 00:52:38 +03:00
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)" ]
2019-12-12 00:29:49 +02:00
2020-05-06 13:00:06 +03:00
[ [ package ] ]
name = "virtualenv"
2021-09-22 00:52:38 +03:00
version = "20.8.0"
2021-01-26 21:20:52 +02:00
description = "Virtual Python Environment builder"
category = "dev"
2020-05-06 13:00:06 +03:00
optional = false
2021-09-22 00:52:38 +03:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-05-06 13:00:06 +03:00
[ package . dependencies ]
2021-09-22 00:52:38 +03:00
"backports.entry-points-selectable" = ">=1.0.4"
2021-01-26 21:20:52 +02:00
distlib = ">=0.3.1,<1"
2020-05-06 13:00:06 +03:00
filelock = ">=3.0.0,<4"
2021-09-22 00:52:38 +03:00
platformdirs = ">=2,<3"
2020-05-06 13:00:06 +03:00
six = ">=1.9.0,<2"
[ package . extras ]
2021-01-26 21:20:52 +02:00
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=19.9.0rc1)" ]
2021-09-22 00:52:38 +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)" ]
2020-05-06 13:00:06 +03:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "wcwidth"
2021-01-26 21:20:52 +02:00
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
2020-05-27 01:24:06 +03:00
category = "dev"
optional = false
python-versions = "*"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
name = "yarl"
2021-01-26 21:20:52 +02:00
version = "1.6.3"
description = "Yet another URL library"
category = "main"
2019-12-12 00:29:49 +02:00
optional = false
2021-01-26 21:20:52 +02:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
[ [ package ] ]
name = "zipp"
2021-09-22 00:52:38 +03:00
version = "3.5.0"
2021-01-26 21:20:52 +02:00
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "dev"
2019-12-12 00:29:49 +02:00
optional = false
2020-01-22 00:14:14 +02:00
python-versions = ">=3.6"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2021-05-11 23:04:32 +03:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-09-22 00:52:38 +03:00
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" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ extras ]
2021-09-22 00:52:38 +03:00
docs = [ "Sphinx" , "sphinx-intl" , "sphinx-autobuild" , "sphinx-copybutton" , "furo" , "sphinx-prompt" , "Sphinx-Substitution-Extensions" , "towncrier" , "pygments" , "pymdown-extensions" , "markdown-include" ]
fast = [ "uvloop" ]
i18n = [ "Babel" ]
2020-05-02 17:12:53 +04:00
proxy = [ "aiohttp-socks" ]
2021-06-15 01:45:31 +03:00
redis = [ "aioredis" ]
2019-12-12 00:29:49 +02:00
[ metadata ]
2021-01-26 21:20:52 +02:00
lock-version = "1.1"
2021-05-25 01:00:36 +03:00
python-versions = "^3.8"
2021-09-22 00:52:38 +03:00
content-hash = "68e420156c8460179788d4e4828a348753606d8b2c16013b3784e7b7f36f47c3"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ metadata . files ]
aiofiles = [
2021-09-22 00:52:38 +03:00
{ file = "aiofiles-0.7.0-py3-none-any.whl" , hash = "sha256:c67a6823b5f23fcab0a2595a289cec7d8c863ffcb4322fb8cd6b90400aedfdbc" } ,
{ file = "aiofiles-0.7.0.tar.gz" , hash = "sha256:a1c4fc9b2ff81568c83e21392a82f344ea9d23da906e4f6a52662764545e19d4" } ,
2019-12-15 21:52:18 +02:00
]
aiohttp = [
2021-05-11 23:04:32 +03:00
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:3cf75f7cdc2397ed4442594b935a11ed5569961333d49b7539ea741be2cc79d5" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:4b302b45040890cea949ad092479e01ba25911a15e648429c7c5aae9650c67a8" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:fe60131d21b31fd1a14bd43e6bb88256f69dfc3188b3a89d736d6c71ed43ec95" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:393f389841e8f2dfc86f774ad22f00923fdee66d238af89b70ea314c4aefd290" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_ppc64le.whl" , hash = "sha256:c6e9dcb4cb338d91a73f178d866d051efe7c62a7166653a91e7d9fb18274058f" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:5df68496d19f849921f05f14f31bd6ef53ad4b00245da3195048c69934521809" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:0563c1b3826945eecd62186f3f5c7d31abb7391fedc893b7e2b26303b5a9f3fe" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-win32.whl" , hash = "sha256:3d78619672183be860b96ed96f533046ec97ca067fd46ac1f6a09cd9b7484287" } ,
{ file = "aiohttp-3.7.4.post0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f705e12750171c0ab4ef2a3c76b9a4024a62c4103e3a55dd6f99265b9bc6fcfc" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:230a8f7e24298dea47659251abc0fd8b3c4e38a664c59d4b89cca7f6c09c9e87" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:2e19413bf84934d651344783c9f5e22dee452e251cfd220ebadbed2d9931dbf0" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:e4b2b334e68b18ac9817d828ba44d8fcb391f6acb398bcc5062b14b2cbeac970" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:d012ad7911653a906425d8473a1465caa9f8dea7fcf07b6d870397b774ea7c0f" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_ppc64le.whl" , hash = "sha256:40eced07f07a9e60e825554a31f923e8d3997cfc7fb31dbc1328c70826e04cde" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:209b4a8ee987eccc91e2bd3ac36adee0e53a5970b8ac52c273f7f8fd4872c94c" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:14762875b22d0055f05d12abc7f7d61d5fd4fe4642ce1a249abdf8c700bf1fd8" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-win32.whl" , hash = "sha256:7615dab56bb07bff74bc865307aeb89a8bfd9941d2ef9d817b9436da3a0ea54f" } ,
{ file = "aiohttp-3.7.4.post0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d9e13b33afd39ddeb377eff2c1c4f00544e191e1d1dee5b6c51ddee8ea6f0cf5" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:547da6cacac20666422d4882cfcd51298d45f7ccb60a04ec27424d2f36ba3eaf" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:af9aa9ef5ba1fd5b8c948bb11f44891968ab30356d65fd0cc6707d989cd521df" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:64322071e046020e8797117b3658b9c2f80e3267daec409b350b6a7a05041213" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:bb437315738aa441251214dad17428cafda9cdc9729499f1d6001748e1d432f4" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_ppc64le.whl" , hash = "sha256:e54962802d4b8b18b6207d4a927032826af39395a3bd9196a5af43fc4e60b009" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:a00bb73540af068ca7390e636c01cbc4f644961896fa9363154ff43fd37af2f5" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:79ebfc238612123a713a457d92afb4096e2148be17df6c50fb9bf7a81c2f8013" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-win32.whl" , hash = "sha256:515dfef7f869a0feb2afee66b957cc7bbe9ad0cdee45aec7fdc623f4ecd4fb16" } ,
{ file = "aiohttp-3.7.4.post0-cp38-cp38-win_amd64.whl" , hash = "sha256:114b281e4d68302a324dd33abb04778e8557d88947875cbf4e842c2c01a030c5" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:7b18b97cf8ee5452fa5f4e3af95d01d84d86d32c5e2bfa260cf041749d66360b" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:15492a6368d985b76a2a5fdd2166cddfea5d24e69eefed4630cbaae5c81d89bd" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:bdb230b4943891321e06fc7def63c7aace16095be7d9cf3b1e01be2f10fba439" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:cffe3ab27871bc3ea47df5d8f7013945712c46a3cc5a95b6bee15887f1675c22" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_ppc64le.whl" , hash = "sha256:f881853d2643a29e643609da57b96d5f9c9b93f62429dcc1cbb413c7d07f0e1a" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:a5ca29ee66f8343ed336816c553e82d6cade48a3ad702b9ffa6125d187e2dedb" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:17c073de315745a1510393a96e680d20af8e67e324f70b42accbd4cb3315c9fb" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-win32.whl" , hash = "sha256:932bb1ea39a54e9ea27fc9232163059a0b8855256f4052e776357ad9add6f1c9" } ,
{ file = "aiohttp-3.7.4.post0-cp39-cp39-win_amd64.whl" , hash = "sha256:02f46fc0e3c5ac58b80d4d56eb0a7c7d97fcef69ace9326289fb9f1955e65cfe" } ,
{ file = "aiohttp-3.7.4.post0.tar.gz" , hash = "sha256:493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf" } ,
2019-12-15 21:52:18 +02:00
]
2020-05-02 17:12:53 +04:00
aiohttp-socks = [
2021-01-26 21:20:52 +02:00
{ file = "aiohttp_socks-0.5.5-py3-none-any.whl" , hash = "sha256:faaa25ed4dc34440ca888d23e089420f3b1918dc4ecf062c3fd9474827ad6a39" } ,
{ file = "aiohttp_socks-0.5.5.tar.gz" , hash = "sha256:2eb2059756bde34c55bb429541cbf2eba3fd53e36ac80875b461221e2858b04a" } ,
]
2021-06-15 01:45:31 +03:00
aioredis = [
2021-07-31 23:34:09 +03:00
{ file = "aioredis-2.0.0-py3-none-any.whl" , hash = "sha256:9921d68a3df5c5cdb0d5b49ad4fc88a4cfdd60c108325df4f0066e8410c55ffb" } ,
{ file = "aioredis-2.0.0.tar.gz" , hash = "sha256:3a2de4b614e6a5f8e104238924294dc4e811aefbe17ddf52c04a93cbf06e67db" } ,
2021-06-15 01:45:31 +03:00
]
2021-01-26 21:20:52 +02: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" } ,
2020-05-02 17:12:53 +04:00
]
2019-12-15 21:52:18 +02:00
appnope = [
2021-01-26 21:20:52 +02:00
{ file = "appnope-0.1.2-py2.py3-none-any.whl" , hash = "sha256:93aa393e9d6c54c5cd570ccadd8edad61ea0c4b9ea7a01409020c9aa019eb442" } ,
{ file = "appnope-0.1.2.tar.gz" , hash = "sha256:dd83cd4b5b460958838f6eb3000c660b1f9caf2a5b1de4264e941512f603258a" } ,
2019-12-15 21:52:18 +02:00
]
aresponses = [
2021-01-26 21:20:52 +02:00
{ file = "aresponses-2.1.4-py3-none-any.whl" , hash = "sha256:2a5a100c9b39e559bf55c26cc837a8ce64ab160ee086afa01ee9c4ef07f245db" } ,
{ file = "aresponses-2.1.4.tar.gz" , hash = "sha256:39674af90700f1bfe2c7c9049cd8116f5c10d34d2e2427fd744b88d9e8644c94" } ,
2019-12-15 21:52:18 +02:00
]
async-lru = [
{ file = "async_lru-1.0.2.tar.gz" , hash = "sha256:baa898027619f5cc31b7966f96f00e4fc0df43ba206a8940a5d1af5336a477cb" } ,
]
async-timeout = [
{ file = "async-timeout-3.0.1.tar.gz" , hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f" } ,
{ file = "async_timeout-3.0.1-py3-none-any.whl" , hash = "sha256:4291ca197d287d274d0b6cb5d6f8f8f82d434ed288f962539ff18cc9012f9ea3" } ,
]
asynctest = [
{ file = "asynctest-0.13.0-py3-none-any.whl" , hash = "sha256:5da6118a7e6d6b54d83a8f7197769d046922a44d2a99c21382f0a6e4fadae676" } ,
{ file = "asynctest-0.13.0.tar.gz" , hash = "sha256:c27862842d15d83e6a34eb0b2866c323880eb3a75e4485b079ea11748fd77fac" } ,
]
atomicwrites = [
2020-05-02 01:56:01 +03:00
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
2019-12-15 21:52:18 +02:00
]
attrs = [
2021-05-25 01:00:36 +03:00
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
2019-12-15 21:52:18 +02:00
]
babel = [
2021-05-11 23:04:32 +03:00
{ file = "Babel-2.9.1-py2.py3-none-any.whl" , hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9" } ,
{ file = "Babel-2.9.1.tar.gz" , hash = "sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0" } ,
2019-12-15 21:52:18 +02:00
]
backcall = [
2020-06-14 17:14:10 +03:00
{ file = "backcall-0.2.0-py2.py3-none-any.whl" , hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255" } ,
{ file = "backcall-0.2.0.tar.gz" , hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e" } ,
2019-12-15 21:52:18 +02:00
]
2021-09-22 00:52:38 +03:00
"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" } ,
]
2021-01-26 21:20:52 +02:00
beautifulsoup4 = [
2021-09-22 00:52:38 +03:00
{ file = "beautifulsoup4-4.10.0-py3-none-any.whl" , hash = "sha256:9a315ce70049920ea4572a4055bc4bd700c940521d36fc858205ad4fcde149bf" } ,
{ file = "beautifulsoup4-4.10.0.tar.gz" , hash = "sha256:c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891" } ,
2020-05-27 01:24:06 +03:00
]
2021-01-26 21:20:52 +02:00
black = [
2021-09-22 00:52:38 +03:00
{ file = "black-21.9b0-py3-none-any.whl" , hash = "sha256:380f1b5da05e5a1429225676655dddb96f5ae8c75bdf91e53d798871b902a115" } ,
{ file = "black-21.9b0.tar.gz" , hash = "sha256:7de4cfc7eb6b710de325712d40125689101d21d25283eed7e9998722cf10eb91" } ,
]
certifi = [
{ file = "certifi-2021.5.30-py2.py3-none-any.whl" , hash = "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8" } ,
{ file = "certifi-2021.5.30.tar.gz" , hash = "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee" } ,
2020-05-27 01:24:06 +03:00
]
2020-05-06 13:00:06 +03:00
cfgv = [
2021-09-22 00:52:38 +03:00
{ file = "cfgv-3.3.1-py2.py3-none-any.whl" , hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426" } ,
{ file = "cfgv-3.3.1.tar.gz" , hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736" } ,
2020-05-06 13:00:06 +03:00
]
2019-12-15 21:52:18 +02:00
chardet = [
2021-05-11 23:04:32 +03:00
{ file = "chardet-4.0.0-py2.py3-none-any.whl" , hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" } ,
{ file = "chardet-4.0.0.tar.gz" , hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" } ,
2019-12-15 21:52:18 +02:00
]
2021-09-22 00:52:38 +03:00
charset-normalizer = [
{ file = "charset-normalizer-2.0.6.tar.gz" , hash = "sha256:5ec46d183433dcbd0ab716f2d7f29d8dee50505b3fdb40c6b985c7c4f5a3591f" } ,
{ file = "charset_normalizer-2.0.6-py3-none-any.whl" , hash = "sha256:5d209c0a931f215cee683b6445e2d77677e7e75e159f78def0db09d68fafcaa6" } ,
]
2019-12-15 21:52:18 +02:00
click = [
2021-05-25 01:00:36 +03:00
{ file = "click-8.0.1-py3-none-any.whl" , hash = "sha256:fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6" } ,
{ file = "click-8.0.1.tar.gz" , hash = "sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a" } ,
2019-12-15 21:52:18 +02:00
]
2021-08-01 19:08:03 +03:00
click-default-group = [
{ file = "click-default-group-1.2.2.tar.gz" , hash = "sha256:d9560e8e8dfa44b3562fbc9425042a0fd6d21956fcc2db0077f63f34253ab904" } ,
]
2019-12-15 21:52:18 +02:00
colorama = [
2021-01-26 21:20:52 +02:00
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
2019-12-15 21:52:18 +02:00
]
coverage = [
2021-05-11 23:04:32 +03:00
{ file = "coverage-5.5-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:b6d534e4b2ab35c9f93f46229363e17f63c53ad01330df9f2d6bd1187e5eaacf" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:b7895207b4c843c76a25ab8c1e866261bcfe27bfaa20c192de5190121770672b" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:c2723d347ab06e7ddad1a58b2a821218239249a9e4365eaff6649d31180c1669" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:900fbf7759501bc7807fd6638c947d7a831fc9fdf742dc10f02956ff7220fa90" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:004d1880bed2d97151facef49f08e255a20ceb6f9432df75f4eef018fdd5a78c" } ,
{ file = "coverage-5.5-cp27-cp27m-win32.whl" , hash = "sha256:06191eb60f8d8a5bc046f3799f8a07a2d7aefb9504b0209aff0b47298333302a" } ,
{ file = "coverage-5.5-cp27-cp27m-win_amd64.whl" , hash = "sha256:7501140f755b725495941b43347ba8a2777407fc7f250d4f5a7d2a1050ba8e82" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:372da284cfd642d8e08ef606917846fa2ee350f64994bebfbd3afb0040436905" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:8963a499849a1fc54b35b1c9f162f4108017b2e6db2c46c1bed93a72262ed083" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:869a64f53488f40fa5b5b9dcb9e9b2962a66a87dab37790f3fcfb5144b996ef5" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:4a7697d8cb0f27399b0e393c0b90f0f1e40c82023ea4d45d22bce7032a5d7b81" } ,
{ file = "coverage-5.5-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8d0a0725ad7c1a0bcd8d1b437e191107d457e2ec1084b9f190630a4fb1af78e6" } ,
{ file = "coverage-5.5-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:51cb9476a3987c8967ebab3f0fe144819781fca264f57f89760037a2ea191cb0" } ,
{ file = "coverage-5.5-cp310-cp310-win_amd64.whl" , hash = "sha256:c0891a6a97b09c1f3e073a890514d5012eb256845c451bd48f7968ef939bf4ae" } ,
{ file = "coverage-5.5-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:3487286bc29a5aa4b93a072e9592f22254291ce96a9fbc5251f566b6b7343cdb" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:deee1077aae10d8fa88cb02c845cfba9b62c55e1183f52f6ae6a2df6a2187160" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:f11642dddbb0253cc8853254301b51390ba0081750a8ac03f20ea8103f0c56b6" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:6c90e11318f0d3c436a42409f2749ee1a115cd8b067d7f14c148f1ce5574d701" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:30c77c1dc9f253283e34c27935fded5015f7d1abe83bc7821680ac444eaf7793" } ,
{ file = "coverage-5.5-cp35-cp35m-win32.whl" , hash = "sha256:9a1ef3b66e38ef8618ce5fdc7bea3d9f45f3624e2a66295eea5e57966c85909e" } ,
{ file = "coverage-5.5-cp35-cp35m-win_amd64.whl" , hash = "sha256:972c85d205b51e30e59525694670de6a8a89691186012535f9d7dbaa230e42c3" } ,
{ file = "coverage-5.5-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:af0e781009aaf59e25c5a678122391cb0f345ac0ec272c7961dc5455e1c40066" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:74d881fc777ebb11c63736622b60cb9e4aee5cace591ce274fb69e582a12a61a" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:92b017ce34b68a7d67bd6d117e6d443a9bf63a2ecf8567bb3d8c6c7bc5014465" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:d636598c8305e1f90b439dbf4f66437de4a5e3c31fdf47ad29542478c8508bbb" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:41179b8a845742d1eb60449bdb2992196e211341818565abded11cfa90efb821" } ,
{ file = "coverage-5.5-cp36-cp36m-win32.whl" , hash = "sha256:040af6c32813fa3eae5305d53f18875bedd079960822ef8ec067a66dd8afcd45" } ,
{ file = "coverage-5.5-cp36-cp36m-win_amd64.whl" , hash = "sha256:5fec2d43a2cc6965edc0bb9e83e1e4b557f76f843a77a2496cbe719583ce8184" } ,
{ file = "coverage-5.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:18ba8bbede96a2c3dde7b868de9dcbd55670690af0988713f0603f037848418a" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:2910f4d36a6a9b4214bb7038d537f015346f413a975d57ca6b43bf23d6563b53" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:f0b278ce10936db1a37e6954e15a3730bea96a0997c26d7fee88e6c396c2086d" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:796c9c3c79747146ebd278dbe1e5c5c05dd6b10cc3bcb8389dfdf844f3ead638" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:53194af30d5bad77fcba80e23a1441c71abfb3e01192034f8246e0d8f99528f3" } ,
{ file = "coverage-5.5-cp37-cp37m-win32.whl" , hash = "sha256:184a47bbe0aa6400ed2d41d8e9ed868b8205046518c52464fde713ea06e3a74a" } ,
{ file = "coverage-5.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:2949cad1c5208b8298d5686d5a85b66aae46d73eec2c3e08c817dd3513e5848a" } ,
{ file = "coverage-5.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:217658ec7187497e3f3ebd901afdca1af062b42cfe3e0dafea4cced3983739f6" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1aa846f56c3d49205c952d8318e76ccc2ae23303351d9270ab220004c580cfe2" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:24d4a7de75446be83244eabbff746d66b9240ae020ced65d060815fac3423759" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:d1f8bf7b90ba55699b3a5e44930e93ff0189aa27186e96071fac7dd0d06a1873" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:970284a88b99673ccb2e4e334cfb38a10aab7cd44f7457564d11898a74b62d0a" } ,
{ file = "coverage-5.5-cp38-cp38-win32.whl" , hash = "sha256:01d84219b5cdbfc8122223b39a954820929497a1cb1422824bb86b07b74594b6" } ,
{ file = "coverage-5.5-cp38-cp38-win_amd64.whl" , hash = "sha256:2e0d881ad471768bf6e6c2bf905d183543f10098e3b3640fc029509530091502" } ,
{ file = "coverage-5.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d1f9ce122f83b2305592c11d64f181b87153fc2c2bbd3bb4a3dde8303cfb1a6b" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:13c4ee887eca0f4c5a247b75398d4114c37882658300e153113dafb1d76de529" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:52596d3d0e8bdf3af43db3e9ba8dcdaac724ba7b5ca3f6358529d56f7a166f8b" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:2cafbbb3af0733db200c9b5f798d18953b1a304d3f86a938367de1567f4b5bff" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:44d654437b8ddd9eee7d1eaee28b7219bec228520ff809af170488fd2fed3e2b" } ,
{ file = "coverage-5.5-cp39-cp39-win32.whl" , hash = "sha256:d314ed732c25d29775e84a960c3c60808b682c08d86602ec2c3008e1202e3bb6" } ,
{ file = "coverage-5.5-cp39-cp39-win_amd64.whl" , hash = "sha256:13034c4409db851670bc9acd836243aeee299949bd5673e11844befcb0149f03" } ,
{ file = "coverage-5.5-pp36-none-any.whl" , hash = "sha256:f030f8873312a16414c0d8e1a1ddff2d3235655a2174e3648b4fa66b3f2f1079" } ,
{ file = "coverage-5.5-pp37-none-any.whl" , hash = "sha256:2a3859cb82dcbda1cfd3e6f71c27081d18aa251d20a17d87d26d4cd216fb0af4" } ,
{ file = "coverage-5.5.tar.gz" , hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c" } ,
2020-05-27 01:24:06 +03:00
]
2019-12-15 21:52:18 +02:00
decorator = [
2021-09-22 00:52:38 +03:00
{ file = "decorator-5.1.0-py3-none-any.whl" , hash = "sha256:7b12e7c3c6ab203a29e157335e9122cb03de9ab7264b137594103fd4a683b374" } ,
{ file = "decorator-5.1.0.tar.gz" , hash = "sha256:e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7" } ,
2021-08-17 00:43:27 +03:00
]
2020-05-06 13:00:06 +03:00
distlib = [
2021-06-15 01:45:31 +03:00
{ file = "distlib-0.3.2-py2.py3-none-any.whl" , hash = "sha256:23e223426b28491b1ced97dc3bbe183027419dfc7982b4fa2f05d5f3ff10711c" } ,
{ file = "distlib-0.3.2.zip" , hash = "sha256:106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736" } ,
2021-01-26 21:20:52 +02:00
]
docutils = [
2021-05-11 23:04:32 +03:00
{ file = "docutils-0.17.1-py2.py3-none-any.whl" , hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61" } ,
{ file = "docutils-0.17.1.tar.gz" , hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125" } ,
2020-05-06 13:00:06 +03:00
]
filelock = [
{ file = "filelock-3.0.12-py3-none-any.whl" , hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836" } ,
{ file = "filelock-3.0.12.tar.gz" , hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59" } ,
]
2019-12-15 21:52:18 +02:00
flake8 = [
2021-05-25 01:00:36 +03:00
{ file = "flake8-3.9.2-py2.py3-none-any.whl" , hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907" } ,
{ file = "flake8-3.9.2.tar.gz" , hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b" } ,
2019-12-15 21:52:18 +02:00
]
flake8-html = [
2020-05-27 01:24:06 +03:00
{ 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" } ,
2019-12-15 21:52:18 +02:00
]
2021-01-26 21:20:52 +02:00
furo = [
2021-09-22 00:52:38 +03:00
{ file = "furo-2021.9.8-py3-none-any.whl" , hash = "sha256:182d2ac70118191cb750caa763b997974a2c19f6f5fb7dfce458ce518dce80ae" } ,
{ file = "furo-2021.9.8.tar.gz" , hash = "sha256:eeaca6997c3a91240c5841d4f743d43196c4ef464b1236ff9b192d25f3e0d2ab" } ,
2021-08-17 00:43:27 +03:00
]
2020-05-06 13:00:06 +03:00
identify = [
2021-09-22 00:52:38 +03:00
{ file = "identify-2.2.15-py2.py3-none-any.whl" , hash = "sha256:de83a84d774921669774a2000bf87ebba46b4d1c04775f4a5d37deff0cf39f73" } ,
{ file = "identify-2.2.15.tar.gz" , hash = "sha256:528a88021749035d5a39fe2ba67c0642b8341aaf71889da0e1ed669a429b87f0" } ,
2020-05-06 13:00:06 +03:00
]
2019-12-15 21:52:18 +02:00
idna = [
2021-06-15 01:45:31 +03:00
{ file = "idna-3.2-py3-none-any.whl" , hash = "sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a" } ,
{ file = "idna-3.2.tar.gz" , hash = "sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3" } ,
2021-01-26 21:20:52 +02: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" } ,
2019-12-15 21:52:18 +02:00
]
importlib-metadata = [
2021-09-22 00:52:38 +03:00
{ file = "importlib_metadata-4.8.1-py3-none-any.whl" , hash = "sha256:b618b6d2d5ffa2f16add5697cf57a46c76a56229b0ed1c438322e4e95645bd15" } ,
{ file = "importlib_metadata-4.8.1.tar.gz" , hash = "sha256:f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1" } ,
2021-01-26 21:20:52 +02:00
]
2021-08-01 19:08:03 +03:00
incremental = [
{ file = "incremental-21.3.0-py2.py3-none-any.whl" , hash = "sha256:92014aebc6a20b78a8084cdd5645eeaa7f74b8933f70fa3ada2cfbd1e3b54321" } ,
{ file = "incremental-21.3.0.tar.gz" , hash = "sha256:02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57" } ,
]
2021-01-26 21:20:52 +02:00
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
2019-12-15 21:52:18 +02:00
]
ipython = [
2021-09-22 00:52:38 +03:00
{ file = "ipython-7.27.0-py3-none-any.whl" , hash = "sha256:75b5e060a3417cf64f138e0bb78e58512742c57dc29db5a5058a2b1f0c10df02" } ,
{ file = "ipython-7.27.0.tar.gz" , hash = "sha256:58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13" } ,
2019-12-15 21:52:18 +02:00
]
isort = [
2021-09-22 00:52:38 +03:00
{ file = "isort-5.9.3-py3-none-any.whl" , hash = "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2" } ,
{ file = "isort-5.9.3.tar.gz" , hash = "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899" } ,
2019-12-15 21:52:18 +02:00
]
jedi = [
2021-01-26 21:20:52 +02:00
{ file = "jedi-0.18.0-py2.py3-none-any.whl" , hash = "sha256:18456d83f65f400ab0c2d3319e48520420ef43b23a086fdc05dff34132f0fb93" } ,
{ file = "jedi-0.18.0.tar.gz" , hash = "sha256:92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707" } ,
2020-05-27 01:24:06 +03:00
]
2019-12-15 21:52:18 +02:00
jinja2 = [
2021-09-22 00:52:38 +03:00
{ file = "Jinja2-3.0.1-py3-none-any.whl" , hash = "sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4" } ,
{ file = "Jinja2-3.0.1.tar.gz" , hash = "sha256:703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4" } ,
2019-12-15 21:52:18 +02:00
]
livereload = [
2021-01-26 21:20:52 +02:00
{ file = "livereload-2.6.3.tar.gz" , hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869" } ,
2020-05-27 01:24:06 +03:00
]
2021-01-26 21:20:52 +02:00
magic-filter = [
2021-09-22 00:52:38 +03:00
{ file = "magic-filter-1.0.2.tar.gz" , hash = "sha256:2b4a6769dd25d3fdab8d74f8ab5d471973a81176b5c54f79bbca106ba6e0cc36" } ,
{ file = "magic_filter-1.0.2-py3-none-any.whl" , hash = "sha256:cfe7e0debe62d270b49c1e574eae451a802e93a7584cfcb3881dc478846f825d" } ,
2019-12-15 21:52:18 +02:00
]
markdown = [
2021-05-11 23:04:32 +03:00
{ file = "Markdown-3.3.4-py3-none-any.whl" , hash = "sha256:96c3ba1261de2f7547b46a00ea8463832c921d3f9d6aba3f255a6f71386db20c" } ,
{ file = "Markdown-3.3.4.tar.gz" , hash = "sha256:31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49" } ,
2019-12-15 21:52:18 +02:00
]
2020-01-28 14:03:29 +02:00
markdown-include = [
2021-01-26 21:20:52 +02:00
{ file = "markdown-include-0.6.0.tar.gz" , hash = "sha256:6f5d680e36f7780c7f0f61dca53ca581bd50d1b56137ddcd6353efafa0c3e4a2" } ,
2020-01-28 14:03:29 +02:00
]
2019-12-15 21:52:18 +02:00
markupsafe = [
2021-09-07 00:32:43 +03:00
{ 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" } ,
{ 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" } ,
2021-05-25 01:00:36 +03:00
{ 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" } ,
2021-09-07 00:32:43 +03:00
{ 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-05-25 01:00:36 +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" } ,
2021-09-07 00:32:43 +03:00
{ 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-05-25 01:00:36 +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" } ,
2021-09-07 00:32:43 +03:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9" } ,
2021-05-25 01:00:36 +03:00
{ 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" } ,
2021-09-07 00:32:43 +03:00
{ 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-05-25 01:00:36 +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" } ,
2021-09-07 00:32:43 +03:00
{ 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-05-25 01:00:36 +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 = [
2021-09-22 00:52:38 +03:00
{ file = "matplotlib-inline-0.1.3.tar.gz" , hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee" } ,
{ file = "matplotlib_inline-0.1.3-py3-none-any.whl" , hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c" } ,
2019-12-15 21:52:18 +02:00
]
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 = [
2021-01-26 21:20:52 +02:00
{ file = "multidict-5.1.0-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:b7993704f1a4b204e71debe6095150d43b2ee6150fa4f44d6d966ec356a8d61f" } ,
{ file = "multidict-5.1.0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:9dd6e9b1a913d096ac95d0399bd737e00f2af1e1594a787e00f7975778c8b2bf" } ,
{ file = "multidict-5.1.0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:f21756997ad8ef815d8ef3d34edd98804ab5ea337feedcd62fb52d22bf531281" } ,
{ file = "multidict-5.1.0-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:1ab820665e67373de5802acae069a6a05567ae234ddb129f31d290fc3d1aa56d" } ,
{ file = "multidict-5.1.0-cp36-cp36m-manylinux2014_ppc64le.whl" , hash = "sha256:9436dc58c123f07b230383083855593550c4d301d2532045a17ccf6eca505f6d" } ,
{ file = "multidict-5.1.0-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:830f57206cc96ed0ccf68304141fec9481a096c4d2e2831f311bde1c404401da" } ,
{ file = "multidict-5.1.0-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:2e68965192c4ea61fff1b81c14ff712fc7dc15d2bd120602e4a3494ea6584224" } ,
{ file = "multidict-5.1.0-cp36-cp36m-win32.whl" , hash = "sha256:2f1a132f1c88724674271d636e6b7351477c27722f2ed789f719f9e3545a3d26" } ,
{ file = "multidict-5.1.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:3a4f32116f8f72ecf2a29dabfb27b23ab7cdc0ba807e8459e59a93a9be9506f6" } ,
{ file = "multidict-5.1.0-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:46c73e09ad374a6d876c599f2328161bcd95e280f84d2060cf57991dec5cfe76" } ,
{ file = "multidict-5.1.0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:018132dbd8688c7a69ad89c4a3f39ea2f9f33302ebe567a879da8f4ca73f0d0a" } ,
{ file = "multidict-5.1.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:4b186eb7d6ae7c06eb4392411189469e6a820da81447f46c0072a41c748ab73f" } ,
{ file = "multidict-5.1.0-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:3a041b76d13706b7fff23b9fc83117c7b8fe8d5fe9e6be45eee72b9baa75f348" } ,
{ file = "multidict-5.1.0-cp37-cp37m-manylinux2014_ppc64le.whl" , hash = "sha256:051012ccee979b2b06be928a6150d237aec75dd6bf2d1eeeb190baf2b05abc93" } ,
{ file = "multidict-5.1.0-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:6a4d5ce640e37b0efcc8441caeea8f43a06addace2335bd11151bc02d2ee31f9" } ,
{ file = "multidict-5.1.0-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:5cf3443199b83ed9e955f511b5b241fd3ae004e3cb81c58ec10f4fe47c7dce37" } ,
{ file = "multidict-5.1.0-cp37-cp37m-win32.whl" , hash = "sha256:f200755768dc19c6f4e2b672421e0ebb3dd54c38d5a4f262b872d8cfcc9e93b5" } ,
{ file = "multidict-5.1.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:05c20b68e512166fddba59a918773ba002fdd77800cad9f55b59790030bab632" } ,
{ file = "multidict-5.1.0-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:54fd1e83a184e19c598d5e70ba508196fd0bbdd676ce159feb412a4a6664f952" } ,
{ file = "multidict-5.1.0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:0e3c84e6c67eba89c2dbcee08504ba8644ab4284863452450520dad8f1e89b79" } ,
{ file = "multidict-5.1.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:dc862056f76443a0db4509116c5cd480fe1b6a2d45512a653f9a855cc0517456" } ,
{ file = "multidict-5.1.0-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:0e929169f9c090dae0646a011c8b058e5e5fb391466016b39d21745b48817fd7" } ,
{ file = "multidict-5.1.0-cp38-cp38-manylinux2014_ppc64le.whl" , hash = "sha256:d81eddcb12d608cc08081fa88d046c78afb1bf8107e6feab5d43503fea74a635" } ,
{ file = "multidict-5.1.0-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:585fd452dd7782130d112f7ddf3473ffdd521414674c33876187e101b588738a" } ,
{ file = "multidict-5.1.0-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:37e5438e1c78931df5d3c0c78ae049092877e5e9c02dd1ff5abb9cf27a5914ea" } ,
{ file = "multidict-5.1.0-cp38-cp38-win32.whl" , hash = "sha256:07b42215124aedecc6083f1ce6b7e5ec5b50047afa701f3442054373a6deb656" } ,
{ file = "multidict-5.1.0-cp38-cp38-win_amd64.whl" , hash = "sha256:929006d3c2d923788ba153ad0de8ed2e5ed39fdbe8e7be21e2f22ed06c6783d3" } ,
{ file = "multidict-5.1.0-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:b797515be8743b771aa868f83563f789bbd4b236659ba52243b735d80b29ed93" } ,
{ file = "multidict-5.1.0-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:d5c65bdf4484872c4af3150aeebe101ba560dcfb34488d9a8ff8dbcd21079647" } ,
{ file = "multidict-5.1.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b47a43177a5e65b771b80db71e7be76c0ba23cc8aa73eeeb089ed5219cdbe27d" } ,
{ file = "multidict-5.1.0-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:806068d4f86cb06af37cd65821554f98240a19ce646d3cd24e1c33587f313eb8" } ,
{ file = "multidict-5.1.0-cp39-cp39-manylinux2014_ppc64le.whl" , hash = "sha256:46dd362c2f045095c920162e9307de5ffd0a1bfbba0a6e990b344366f55a30c1" } ,
{ file = "multidict-5.1.0-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:ace010325c787c378afd7f7c1ac66b26313b3344628652eacd149bdd23c68841" } ,
{ file = "multidict-5.1.0-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:ecc771ab628ea281517e24fd2c52e8f31c41e66652d07599ad8818abaad38cda" } ,
{ file = "multidict-5.1.0-cp39-cp39-win32.whl" , hash = "sha256:fc13a9524bc18b6fb6e0dbec3533ba0496bbed167c56d0aabefd965584557d80" } ,
{ file = "multidict-5.1.0-cp39-cp39-win_amd64.whl" , hash = "sha256:7df80d07818b385f3129180369079bd6934cf70469f99daaebfac89dca288359" } ,
{ file = "multidict-5.1.0.tar.gz" , hash = "sha256:25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5" } ,
2019-12-15 21:52:18 +02:00
]
mypy = [
2021-09-22 00:52:38 +03:00
{ file = "mypy-0.910-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:a155d80ea6cee511a3694b108c4494a39f42de11ee4e61e72bc424c490e46457" } ,
{ file = "mypy-0.910-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:b94e4b785e304a04ea0828759172a15add27088520dc7e49ceade7834275bedb" } ,
{ file = "mypy-0.910-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:088cd9c7904b4ad80bec811053272986611b84221835e079be5bcad029e79dd9" } ,
{ file = "mypy-0.910-cp35-cp35m-win_amd64.whl" , hash = "sha256:adaeee09bfde366d2c13fe6093a7df5df83c9a2ba98638c7d76b010694db760e" } ,
{ file = "mypy-0.910-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:ecd2c3fe726758037234c93df7e98deb257fd15c24c9180dacf1ef829da5f921" } ,
{ file = "mypy-0.910-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:d9dd839eb0dc1bbe866a288ba3c1afc33a202015d2ad83b31e875b5905a079b6" } ,
{ file = "mypy-0.910-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:3e382b29f8e0ccf19a2df2b29a167591245df90c0b5a2542249873b5c1d78212" } ,
{ file = "mypy-0.910-cp36-cp36m-win_amd64.whl" , hash = "sha256:53fd2eb27a8ee2892614370896956af2ff61254c275aaee4c230ae771cadd885" } ,
{ file = "mypy-0.910-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b6fb13123aeef4a3abbcfd7e71773ff3ff1526a7d3dc538f3929a49b42be03f0" } ,
{ file = "mypy-0.910-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e4dab234478e3bd3ce83bac4193b2ecd9cf94e720ddd95ce69840273bf44f6de" } ,
{ file = "mypy-0.910-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:7df1ead20c81371ccd6091fa3e2878559b5c4d4caadaf1a484cf88d93ca06703" } ,
{ file = "mypy-0.910-cp37-cp37m-win_amd64.whl" , hash = "sha256:0aadfb2d3935988ec3815952e44058a3100499f5be5b28c34ac9d79f002a4a9a" } ,
{ file = "mypy-0.910-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ec4e0cd079db280b6bdabdc807047ff3e199f334050db5cbb91ba3e959a67504" } ,
{ file = "mypy-0.910-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:119bed3832d961f3a880787bf621634ba042cb8dc850a7429f643508eeac97b9" } ,
{ file = "mypy-0.910-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:866c41f28cee548475f146aa4d39a51cf3b6a84246969f3759cb3e9c742fc072" } ,
{ file = "mypy-0.910-cp38-cp38-win_amd64.whl" , hash = "sha256:ceb6e0a6e27fb364fb3853389607cf7eb3a126ad335790fa1e14ed02fba50811" } ,
{ file = "mypy-0.910-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:1a85e280d4d217150ce8cb1a6dddffd14e753a4e0c3cf90baabb32cefa41b59e" } ,
{ file = "mypy-0.910-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:42c266ced41b65ed40a282c575705325fa7991af370036d3f134518336636f5b" } ,
{ file = "mypy-0.910-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:3c4b8ca36877fc75339253721f69603a9c7fdb5d4d5a95a1a1b899d8b86a4de2" } ,
{ file = "mypy-0.910-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:c0df2d30ed496a08de5daed2a9ea807d07c21ae0ab23acf541ab88c24b26ab97" } ,
{ file = "mypy-0.910-cp39-cp39-win_amd64.whl" , hash = "sha256:c6c2602dffb74867498f86e6129fd52a2770c48b7cd3ece77ada4fa38f94eba8" } ,
{ file = "mypy-0.910-py3-none-any.whl" , hash = "sha256:ef565033fa5a958e62796867b1df10c40263ea9ded87164d67572834e57a174d" } ,
{ file = "mypy-0.910.tar.gz" , hash = "sha256:704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150" } ,
2019-12-15 21:52:18 +02: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" } ,
]
2020-05-06 13:00:06 +03:00
nodeenv = [
2021-05-11 23:04:32 +03:00
{ file = "nodeenv-1.6.0-py2.py3-none-any.whl" , hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7" } ,
{ file = "nodeenv-1.6.0.tar.gz" , hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b" } ,
2020-05-06 13:00:06 +03:00
]
2019-12-15 21:52:18 +02:00
packaging = [
2021-05-11 23:04:32 +03:00
{ file = "packaging-20.9-py2.py3-none-any.whl" , hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a" } ,
{ file = "packaging-20.9.tar.gz" , hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5" } ,
2019-12-15 21:52:18 +02:00
]
parso = [
2021-05-11 23:04:32 +03:00
{ file = "parso-0.8.2-py2.py3-none-any.whl" , hash = "sha256:a8c4922db71e4fdb90e0d0bc6e50f9b273d3397925e5e60a717e719201778d22" } ,
{ file = "parso-0.8.2.tar.gz" , hash = "sha256:12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398" } ,
2020-05-27 01:24:06 +03:00
]
2020-01-25 19:04:48 +02:00
pathspec = [
2021-09-22 00:52:38 +03:00
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
2020-01-25 19:04:48 +02:00
]
2019-12-15 21:52:18 +02:00
pexpect = [
2020-01-22 00:14:14 +02:00
{ file = "pexpect-4.8.0-py2.py3-none-any.whl" , hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937" } ,
{ file = "pexpect-4.8.0.tar.gz" , hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c" } ,
2019-12-15 21:52:18 +02:00
]
pickleshare = [
{ file = "pickleshare-0.7.5-py2.py3-none-any.whl" , hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56" } ,
{ file = "pickleshare-0.7.5.tar.gz" , hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca" } ,
]
2021-09-22 00:52:38 +03:00
platformdirs = [
{ file = "platformdirs-2.3.0-py3-none-any.whl" , hash = "sha256:8003ac87717ae2c7ee1ea5a84a1a61e87f3fbd16eb5aadba194ea30a9019f648" } ,
{ file = "platformdirs-2.3.0.tar.gz" , hash = "sha256:15b056538719b1c94bdaccb29e5f81879c7f7f0f4a153f46086d155dffcd4f0f" } ,
]
2019-12-15 21:52:18 +02:00
pluggy = [
2021-09-22 00:52:38 +03:00
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
2019-12-15 21:52:18 +02:00
]
2020-05-06 13:00:06 +03:00
pre-commit = [
2021-09-07 00:32:43 +03:00
{ file = "pre_commit-2.15.0-py2.py3-none-any.whl" , hash = "sha256:a4ed01000afcb484d9eb8d504272e642c4c4099bbad3a6b27e519bd6a3e928a6" } ,
{ file = "pre_commit-2.15.0.tar.gz" , hash = "sha256:3c25add78dbdfb6a28a651780d5c311ac40dd17f160eb3954a0c59da40a505a7" } ,
2020-05-06 13:00:06 +03:00
]
2019-12-15 21:52:18 +02:00
prompt-toolkit = [
2021-09-22 00:52:38 +03:00
{ file = "prompt_toolkit-3.0.20-py3-none-any.whl" , hash = "sha256:6076e46efae19b1e0ca1ec003ed37a933dc94b4d20f486235d436e64771dcd5c" } ,
{ file = "prompt_toolkit-3.0.20.tar.gz" , hash = "sha256:eb71d5a6b72ce6db177af4a7d4d7085b99756bf656d98ffcc4fecd36850eea6c" } ,
2019-12-15 21:52:18 +02:00
]
ptyprocess = [
2021-01-26 21:20:52 +02:00
{ file = "ptyprocess-0.7.0-py2.py3-none-any.whl" , hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35" } ,
{ file = "ptyprocess-0.7.0.tar.gz" , hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" } ,
2019-12-15 21:52:18 +02:00
]
py = [
2021-01-26 21:20:52 +02:00
{ file = "py-1.10.0-py2.py3-none-any.whl" , hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a" } ,
{ file = "py-1.10.0.tar.gz" , hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3" } ,
2019-12-15 21:52:18 +02:00
]
pycodestyle = [
2021-05-11 23:04:32 +03:00
{ file = "pycodestyle-2.7.0-py2.py3-none-any.whl" , hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068" } ,
{ file = "pycodestyle-2.7.0.tar.gz" , hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef" } ,
2020-05-27 01:24:06 +03:00
]
2019-12-15 21:52:18 +02:00
pydantic = [
2021-05-25 01:00:36 +03:00
{ file = "pydantic-1.8.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:05ddfd37c1720c392f4e0d43c484217b7521558302e7069ce8d318438d297739" } ,
{ file = "pydantic-1.8.2-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:a7c6002203fe2c5a1b5cbb141bb85060cbff88c2d78eccbc72d97eb7022c43e4" } ,
{ file = "pydantic-1.8.2-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:589eb6cd6361e8ac341db97602eb7f354551482368a37f4fd086c0733548308e" } ,
{ file = "pydantic-1.8.2-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:10e5622224245941efc193ad1d159887872776df7a8fd592ed746aa25d071840" } ,
{ file = "pydantic-1.8.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:99a9fc39470010c45c161a1dc584997f1feb13f689ecf645f59bb4ba623e586b" } ,
{ file = "pydantic-1.8.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a83db7205f60c6a86f2c44a61791d993dff4b73135df1973ecd9eed5ea0bda20" } ,
{ file = "pydantic-1.8.2-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:41b542c0b3c42dc17da70554bc6f38cbc30d7066d2c2815a94499b5684582ecb" } ,
{ file = "pydantic-1.8.2-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:ea5cb40a3b23b3265f6325727ddfc45141b08ed665458be8c6285e7b85bd73a1" } ,
{ file = "pydantic-1.8.2-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:18b5ea242dd3e62dbf89b2b0ec9ba6c7b5abaf6af85b95a97b00279f65845a23" } ,
{ file = "pydantic-1.8.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:234a6c19f1c14e25e362cb05c68afb7f183eb931dd3cd4605eafff055ebbf287" } ,
{ file = "pydantic-1.8.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:021ea0e4133e8c824775a0cfe098677acf6fa5a3cbf9206a376eed3fc09302cd" } ,
{ file = "pydantic-1.8.2-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:e710876437bc07bd414ff453ac8ec63d219e7690128d925c6e82889d674bb505" } ,
{ file = "pydantic-1.8.2-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:ac8eed4ca3bd3aadc58a13c2aa93cd8a884bcf21cb019f8cfecaae3b6ce3746e" } ,
{ file = "pydantic-1.8.2-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:4a03cbbe743e9c7247ceae6f0d8898f7a64bb65800a45cbdc52d65e370570820" } ,
{ file = "pydantic-1.8.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8621559dcf5afacf0069ed194278f35c255dc1a1385c28b32dd6c110fd6531b3" } ,
{ file = "pydantic-1.8.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:8b223557f9510cf0bfd8b01316bf6dd281cf41826607eada99662f5e4963f316" } ,
{ file = "pydantic-1.8.2-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:244ad78eeb388a43b0c927e74d3af78008e944074b7d0f4f696ddd5b2af43c62" } ,
{ file = "pydantic-1.8.2-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:05ef5246a7ffd2ce12a619cbb29f3307b7c4509307b1b49f456657b43529dc6f" } ,
{ file = "pydantic-1.8.2-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:54cd5121383f4a461ff7644c7ca20c0419d58052db70d8791eacbbe31528916b" } ,
{ file = "pydantic-1.8.2-cp39-cp39-win_amd64.whl" , hash = "sha256:4be75bebf676a5f0f87937c6ddb061fa39cbea067240d98e298508c1bda6f3f3" } ,
{ file = "pydantic-1.8.2-py3-none-any.whl" , hash = "sha256:fec866a0b59f372b7e776f2d7308511784dace622e0992a0b59ea3ccee0ae833" } ,
{ file = "pydantic-1.8.2.tar.gz" , hash = "sha256:26464e57ccaafe72b7ad156fdaa4e9b9ef051f69e175dbbb463283000c05ab7b" } ,
2019-12-15 21:52:18 +02:00
]
pyflakes = [
2021-05-11 23:04:32 +03:00
{ file = "pyflakes-2.3.1-py2.py3-none-any.whl" , hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3" } ,
{ file = "pyflakes-2.3.1.tar.gz" , hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db" } ,
2019-12-15 21:52:18 +02:00
]
pygments = [
2021-09-22 00:52:38 +03:00
{ file = "Pygments-2.10.0-py3-none-any.whl" , hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380" } ,
{ file = "Pygments-2.10.0.tar.gz" , hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6" } ,
2020-05-27 01:24:06 +03:00
]
2019-12-15 21:52:18 +02:00
pymdown-extensions = [
2021-05-25 01:00:36 +03:00
{ file = "pymdown-extensions-8.2.tar.gz" , hash = "sha256:b6daa94aad9e1310f9c64c8b1f01e4ce82937ab7eb53bfc92876a97aca02a6f4" } ,
{ file = "pymdown_extensions-8.2-py3-none-any.whl" , hash = "sha256:141452d8ed61165518f2c923454bf054866b85cf466feedb0eb68f04acdc2560" } ,
2019-12-15 21:52:18 +02:00
]
pyparsing = [
2020-04-11 20:15:03 +03:00
{ file = "pyparsing-2.4.7-py2.py3-none-any.whl" , hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" } ,
{ file = "pyparsing-2.4.7.tar.gz" , hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" } ,
2019-12-15 21:52:18 +02:00
]
pytest = [
2021-09-22 00:52:38 +03:00
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
2019-12-15 21:52:18 +02:00
]
pytest-asyncio = [
2021-05-11 23:04:32 +03:00
{ file = "pytest-asyncio-0.15.1.tar.gz" , hash = "sha256:2564ceb9612bbd560d19ca4b41347b54e7835c2f792c504f698e05395ed63f6f" } ,
{ file = "pytest_asyncio-0.15.1-py3-none-any.whl" , hash = "sha256:3042bcdf1c5d978f6b74d96a151c4cfb9dcece65006198389ccd7e6c60eb1eea" } ,
2019-12-15 21:52:18 +02:00
]
pytest-cov = [
2021-06-15 01:45:31 +03:00
{ file = "pytest-cov-2.12.1.tar.gz" , hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7" } ,
{ file = "pytest_cov-2.12.1-py2.py3-none-any.whl" , hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a" } ,
2019-12-15 21:52:18 +02:00
]
pytest-html = [
2021-01-26 21:20:52 +02:00
{ file = "pytest-html-3.1.1.tar.gz" , hash = "sha256:3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3" } ,
{ file = "pytest_html-3.1.1-py3-none-any.whl" , hash = "sha256:b7f82f123936a3f4d2950bc993c2c1ca09ce262c9ae12f9ac763a2401380b455" } ,
2019-12-15 21:52:18 +02:00
]
2021-06-15 01:45:31 +03:00
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" } ,
]
2019-12-15 21:52:18 +02:00
pytest-metadata = [
2021-01-26 21:20:52 +02:00
{ 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" } ,
2019-12-15 21:52:18 +02:00
]
pytest-mock = [
2021-05-25 01:00:36 +03:00
{ file = "pytest-mock-3.6.1.tar.gz" , hash = "sha256:40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62" } ,
{ file = "pytest_mock-3.6.1-py3-none-any.whl" , hash = "sha256:30c2f2cc9759e76eee674b81ea28c9f0b94f8f0445a1b87762cadf774f0df7e3" } ,
2019-12-15 21:52:18 +02:00
]
pytest-mypy = [
2021-05-11 23:04:32 +03:00
{ file = "pytest-mypy-0.8.1.tar.gz" , hash = "sha256:1fa55723a4bf1d054fcba1c3bd694215a2a65cc95ab10164f5808afd893f3b11" } ,
{ file = "pytest_mypy-0.8.1-py3-none-any.whl" , hash = "sha256:6e68e8eb7ceeb7d1c83a1590912f784879f037b51adfb9c17b95c6b2fc57466b" } ,
2019-12-15 21:52:18 +02:00
]
2021-01-26 21:20:52 +02:00
python-socks = [
2021-05-11 23:04:32 +03:00
{ file = "python-socks-1.2.4.tar.gz" , hash = "sha256:7d0ef2578cead9f762b71317d25a6c118fabaf79535555e75b3e102f5158ddd8" } ,
{ file = "python_socks-1.2.4-py3-none-any.whl" , hash = "sha256:9f12e8fe78629b87543fad0e4ea0ccf103a4fad6a7872c5d0ecb36d9903fa548" } ,
2019-12-15 21:52:18 +02:00
]
2021-01-26 21:20:52 +02:00
pytz = [
2021-05-11 23:04:32 +03:00
{ file = "pytz-2021.1-py2.py3-none-any.whl" , hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798" } ,
{ file = "pytz-2021.1.tar.gz" , hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da" } ,
2020-05-27 01:24:06 +03:00
]
2019-12-15 21:52:18 +02:00
pyyaml = [
2021-01-26 21:20:52 +02:00
{ file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win32.whl" , hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8" } ,
{ file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc" } ,
2021-05-11 23:04:32 +03:00
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541" } ,
2021-01-26 21:20:52 +02:00
{ file = "PyYAML-5.4.1-cp36-cp36m-win32.whl" , hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63" } ,
2021-05-11 23:04:32 +03:00
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0" } ,
2021-01-26 21:20:52 +02:00
{ file = "PyYAML-5.4.1-cp37-cp37m-win32.whl" , hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb" } ,
2021-05-11 23:04:32 +03:00
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc" } ,
2021-01-26 21:20:52 +02:00
{ file = "PyYAML-5.4.1-cp38-cp38-win32.whl" , hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183" } ,
2021-05-11 23:04:32 +03:00
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6" } ,
2021-01-26 21:20:52 +02:00
{ file = "PyYAML-5.4.1-cp39-cp39-win32.whl" , hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db" } ,
{ file = "PyYAML-5.4.1.tar.gz" , hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" } ,
2019-12-15 21:52:18 +02:00
]
2020-01-25 19:04:48 +02:00
regex = [
2021-09-22 00:52:38 +03:00
{ file = "regex-2021.8.28-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:9d05ad5367c90814099000442b2125535e9d77581855b9bee8780f1b41f2b1a2" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f3bf1bc02bc421047bfec3343729c4bbbea42605bcfd6d6bfe2c07ade8b12d2a" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5f6a808044faae658f546dd5f525e921de9fa409de7a5570865467f03a626fc0" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a617593aeacc7a691cc4af4a4410031654f2909053bd8c8e7db837f179a630eb" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:79aef6b5cd41feff359acaf98e040844613ff5298d0d19c455b3d9ae0bc8c35a" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0fc1f8f06977c2d4f5e3d3f0d4a08089be783973fc6b6e278bde01f0544ff308" } ,
{ file = "regex-2021.8.28-cp310-cp310-win32.whl" , hash = "sha256:6eebf512aa90751d5ef6a7c2ac9d60113f32e86e5687326a50d7686e309f66ed" } ,
{ file = "regex-2021.8.28-cp310-cp310-win_amd64.whl" , hash = "sha256:ac88856a8cbccfc14f1b2d0b829af354cc1743cb375e7f04251ae73b2af6adf8" } ,
{ file = "regex-2021.8.28-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:c206587c83e795d417ed3adc8453a791f6d36b67c81416676cad053b4104152c" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e8690ed94481f219a7a967c118abaf71ccc440f69acd583cab721b90eeedb77c" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:328a1fad67445550b982caa2a2a850da5989fd6595e858f02d04636e7f8b0b13" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c7cb4c512d2d3b0870e00fbbac2f291d4b4bf2634d59a31176a87afe2777c6f0" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:66256b6391c057305e5ae9209941ef63c33a476b73772ca967d4a2df70520ec1" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8e44769068d33e0ea6ccdf4b84d80c5afffe5207aa4d1881a629cf0ef3ec398f" } ,
{ file = "regex-2021.8.28-cp36-cp36m-win32.whl" , hash = "sha256:08d74bfaa4c7731b8dac0a992c63673a2782758f7cfad34cf9c1b9184f911354" } ,
{ file = "regex-2021.8.28-cp36-cp36m-win_amd64.whl" , hash = "sha256:abb48494d88e8a82601af905143e0de838c776c1241d92021e9256d5515b3645" } ,
{ file = "regex-2021.8.28-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b4c220a1fe0d2c622493b0a1fd48f8f991998fb447d3cd368033a4b86cf1127a" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4a332404baa6665b54e5d283b4262f41f2103c255897084ec8f5487ce7b9e8e" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c61dcc1cf9fd165127a2853e2c31eb4fb961a4f26b394ac9fe5669c7a6592892" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:ee329d0387b5b41a5dddbb6243a21cb7896587a651bebb957e2d2bb8b63c0791" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f60667673ff9c249709160529ab39667d1ae9fd38634e006bec95611f632e759" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:b844fb09bd9936ed158ff9df0ab601e2045b316b17aa8b931857365ea8586906" } ,
{ file = "regex-2021.8.28-cp37-cp37m-win32.whl" , hash = "sha256:4cde065ab33bcaab774d84096fae266d9301d1a2f5519d7bd58fc55274afbf7a" } ,
{ file = "regex-2021.8.28-cp37-cp37m-win_amd64.whl" , hash = "sha256:1413b5022ed6ac0d504ba425ef02549a57d0f4276de58e3ab7e82437892704fc" } ,
{ file = "regex-2021.8.28-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ed4b50355b066796dacdd1cf538f2ce57275d001838f9b132fab80b75e8c84dd" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:28fc475f560d8f67cc8767b94db4c9440210f6958495aeae70fac8faec631797" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bdc178caebd0f338d57ae445ef8e9b737ddf8fbc3ea187603f65aec5b041248f" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:999ad08220467b6ad4bd3dd34e65329dd5d0df9b31e47106105e407954965256" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:808ee5834e06f57978da3e003ad9d6292de69d2bf6263662a1a8ae30788e080b" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d5111d4c843d80202e62b4fdbb4920db1dcee4f9366d6b03294f45ed7b18b42e" } ,
{ file = "regex-2021.8.28-cp38-cp38-win32.whl" , hash = "sha256:473858730ef6d6ff7f7d5f19452184cd0caa062a20047f6d6f3e135a4648865d" } ,
{ file = "regex-2021.8.28-cp38-cp38-win_amd64.whl" , hash = "sha256:31a99a4796bf5aefc8351e98507b09e1b09115574f7c9dbb9cf2111f7220d2e2" } ,
{ file = "regex-2021.8.28-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:04f6b9749e335bb0d2f68c707f23bb1773c3fb6ecd10edf0f04df12a8920d468" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9b006628fe43aa69259ec04ca258d88ed19b64791693df59c422b607b6ece8bb" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:121f4b3185feaade3f85f70294aef3f777199e9b5c0c0245c774ae884b110a2d" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a577a21de2ef8059b58f79ff76a4da81c45a75fe0bfb09bc8b7bb4293fa18983" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1743345e30917e8c574f273f51679c294effba6ad372db1967852f12c76759d8" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e1e8406b895aba6caa63d9fd1b6b1700d7e4825f78ccb1e5260551d168db38ed" } ,
{ file = "regex-2021.8.28-cp39-cp39-win32.whl" , hash = "sha256:ed283ab3a01d8b53de3a05bfdf4473ae24e43caee7dcb5584e86f3f3e5ab4374" } ,
{ file = "regex-2021.8.28-cp39-cp39-win_amd64.whl" , hash = "sha256:610b690b406653c84b7cb6091facb3033500ee81089867ee7d59e675f9ca2b73" } ,
{ file = "regex-2021.8.28.tar.gz" , hash = "sha256:f585cbbeecb35f35609edccb95efd95a3e35824cd7752b586503f7e6087303f1" } ,
2020-05-27 01:24:06 +03:00
]
requests = [
2021-09-22 00:52:38 +03:00
{ file = "requests-2.26.0-py2.py3-none-any.whl" , hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24" } ,
{ file = "requests-2.26.0.tar.gz" , hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" } ,
2020-01-25 19:04:48 +02:00
]
2019-12-15 21:52:18 +02:00
six = [
2021-05-25 01:00:36 +03:00
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
2019-12-15 21:52:18 +02:00
]
2021-01-26 21:20:52 +02:00
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-05-11 23:04:32 +03:00
{ file = "soupsieve-2.2.1-py3-none-any.whl" , hash = "sha256:c2c1c2d44f158cdbddab7824a9af8c4f83c76b1e23e049479aa432feb6c4c23b" } ,
{ file = "soupsieve-2.2.1.tar.gz" , hash = "sha256:052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc" } ,
2021-01-26 21:20:52 +02:00
]
sphinx = [
2021-09-22 00:52:38 +03:00
{ file = "Sphinx-4.2.0-py3-none-any.whl" , hash = "sha256:98a535c62a4fcfcc362528592f69b26f7caec587d32cd55688db580be0287ae0" } ,
{ file = "Sphinx-4.2.0.tar.gz" , hash = "sha256:94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6" } ,
2021-01-26 21:20:52 +02:00
]
sphinx-autobuild = [
2021-09-22 00:52:38 +03:00
{ file = "sphinx-autobuild-2021.3.14.tar.gz" , hash = "sha256:de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05" } ,
{ file = "sphinx_autobuild-2021.3.14-py3-none-any.whl" , hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac" } ,
2021-01-26 21:20:52 +02:00
]
sphinx-copybutton = [
2021-09-22 00:52:38 +03:00
{ file = "sphinx-copybutton-0.4.0.tar.gz" , hash = "sha256:8daed13a87afd5013c3a9af3575cc4d5bec052075ccd3db243f895c07a689386" } ,
{ file = "sphinx_copybutton-0.4.0-py3-none-any.whl" , hash = "sha256:4340d33c169dac6dd82dce2c83333412aa786a42dd01a81a8decac3b130dc8b0" } ,
2021-01-26 21:20:52 +02: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 = [
2021-09-22 00:52:38 +03:00
{ file = "sphinx_prompt-1.5.0-py3-none-any.whl" , hash = "sha256:fa4e90d8088b5a996c76087d701fc7e31175f8b9dc4aab03a507e45051067162" } ,
2021-01-26 21:20:52 +02:00
]
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" } ,
2020-05-27 01:24:06 +03:00
]
2021-01-26 21:20:52 +02:00
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 = [
2021-05-25 01:00:36 +03:00
{ 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" } ,
2021-01-26 21:20:52 +02:00
]
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 = [
2021-05-25 01:00:36 +03:00
{ 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" } ,
2021-01-26 21:20:52 +02: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" } ,
2019-12-15 21:52:18 +02:00
]
2021-09-22 00:52:38 +03:00
tomli = [
{ file = "tomli-1.2.1-py3-none-any.whl" , hash = "sha256:8dd0e9524d6f386271a36b41dbf6c57d8e32fd96fd22b6584679dc569d20899f" } ,
{ file = "tomli-1.2.1.tar.gz" , hash = "sha256:a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442" } ,
]
2019-12-15 21:52:18 +02:00
tornado = [
2021-01-26 21:20:52 +02:00
{ 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" } ,
2019-12-15 21:52:18 +02:00
]
2021-08-01 19:08:03 +03:00
towncrier = [
{ file = "towncrier-21.3.0-py2.py3-none-any.whl" , hash = "sha256:e6ccec65418bbcb8de5c908003e130e37fe0e9d6396cb77c1338241071edc082" } ,
{ file = "towncrier-21.3.0.tar.gz" , hash = "sha256:6eed0bc924d72c98c000cb8a64de3bd566e5cb0d11032b73fcccf8a8f956ddfe" } ,
]
2019-12-15 21:52:18 +02:00
traitlets = [
2021-09-22 00:52:38 +03:00
{ file = "traitlets-5.1.0-py3-none-any.whl" , hash = "sha256:03f172516916220b58c9f19d7f854734136dd9528103d04e9bf139a92c9f54c4" } ,
{ file = "traitlets-5.1.0.tar.gz" , hash = "sha256:bd382d7ea181fbbcce157c133db9a829ce06edffe097bcf3ab945b435452b46d" } ,
2019-12-15 21:52:18 +02:00
]
typing-extensions = [
2021-09-22 00:52:38 +03:00
{ file = "typing_extensions-3.10.0.2-py2-none-any.whl" , hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7" } ,
{ file = "typing_extensions-3.10.0.2-py3-none-any.whl" , hash = "sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34" } ,
{ file = "typing_extensions-3.10.0.2.tar.gz" , hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e" } ,
]
urllib3 = [
{ file = "urllib3-1.26.6-py2.py3-none-any.whl" , hash = "sha256:39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4" } ,
{ file = "urllib3-1.26.6.tar.gz" , hash = "sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f" } ,
2019-12-15 21:52:18 +02:00
]
uvloop = [
2021-09-22 00:52:38 +03:00
{ 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" } ,
2019-12-15 21:52:18 +02:00
]
2020-05-06 13:00:06 +03:00
virtualenv = [
2021-09-22 00:52:38 +03:00
{ file = "virtualenv-20.8.0-py2.py3-none-any.whl" , hash = "sha256:a4b987ec31c3c9996cf1bc865332f967fe4a0512c41b39652d6224f696e69da5" } ,
{ file = "virtualenv-20.8.0.tar.gz" , hash = "sha256:4da4ac43888e97de9cf4fdd870f48ed864bbfd133d2c46cbdec941fed4a25aef" } ,
2020-05-06 13:00:06 +03:00
]
2019-12-15 21:52:18 +02:00
wcwidth = [
2021-01-26 21:20:52 +02:00
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
2020-05-27 01:24:06 +03:00
]
2019-12-15 21:52:18 +02:00
yarl = [
2021-01-26 21:20:52 +02:00
{ file = "yarl-1.6.3-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:0355a701b3998dcd832d0dc47cc5dedf3874f966ac7f870e0f3a6788d802d434" } ,
{ file = "yarl-1.6.3-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:bafb450deef6861815ed579c7a6113a879a6ef58aed4c3a4be54400ae8871478" } ,
{ file = "yarl-1.6.3-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:547f7665ad50fa8563150ed079f8e805e63dd85def6674c97efd78eed6c224a6" } ,
{ file = "yarl-1.6.3-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:63f90b20ca654b3ecc7a8d62c03ffa46999595f0167d6450fa8383bab252987e" } ,
{ file = "yarl-1.6.3-cp36-cp36m-manylinux2014_ppc64le.whl" , hash = "sha256:97b5bdc450d63c3ba30a127d018b866ea94e65655efaf889ebeabc20f7d12406" } ,
{ file = "yarl-1.6.3-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:d8d07d102f17b68966e2de0e07bfd6e139c7c02ef06d3a0f8d2f0f055e13bb76" } ,
{ file = "yarl-1.6.3-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:15263c3b0b47968c1d90daa89f21fcc889bb4b1aac5555580d74565de6836366" } ,
{ file = "yarl-1.6.3-cp36-cp36m-win32.whl" , hash = "sha256:b5dfc9a40c198334f4f3f55880ecf910adebdcb2a0b9a9c23c9345faa9185721" } ,
{ file = "yarl-1.6.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:b2e9a456c121e26d13c29251f8267541bd75e6a1ccf9e859179701c36a078643" } ,
{ file = "yarl-1.6.3-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:ce3beb46a72d9f2190f9e1027886bfc513702d748047b548b05dab7dfb584d2e" } ,
{ file = "yarl-1.6.3-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:2ce4c621d21326a4a5500c25031e102af589edb50c09b321049e388b3934eec3" } ,
{ file = "yarl-1.6.3-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:d26608cf178efb8faa5ff0f2d2e77c208f471c5a3709e577a7b3fd0445703ac8" } ,
{ file = "yarl-1.6.3-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:4c5bcfc3ed226bf6419f7a33982fb4b8ec2e45785a0561eb99274ebbf09fdd6a" } ,
{ file = "yarl-1.6.3-cp37-cp37m-manylinux2014_ppc64le.whl" , hash = "sha256:4736eaee5626db8d9cda9eb5282028cc834e2aeb194e0d8b50217d707e98bb5c" } ,
{ file = "yarl-1.6.3-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:68dc568889b1c13f1e4745c96b931cc94fdd0defe92a72c2b8ce01091b22e35f" } ,
{ file = "yarl-1.6.3-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:7356644cbed76119d0b6bd32ffba704d30d747e0c217109d7979a7bc36c4d970" } ,
{ file = "yarl-1.6.3-cp37-cp37m-win32.whl" , hash = "sha256:00d7ad91b6583602eb9c1d085a2cf281ada267e9a197e8b7cae487dadbfa293e" } ,
{ file = "yarl-1.6.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:69ee97c71fee1f63d04c945f56d5d726483c4762845400a6795a3b75d56b6c50" } ,
{ file = "yarl-1.6.3-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:e46fba844f4895b36f4c398c5af062a9808d1f26b2999c58909517384d5deda2" } ,
{ file = "yarl-1.6.3-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:31ede6e8c4329fb81c86706ba8f6bf661a924b53ba191b27aa5fcee5714d18ec" } ,
{ file = "yarl-1.6.3-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:fcbb48a93e8699eae920f8d92f7160c03567b421bc17362a9ffbbd706a816f71" } ,
{ file = "yarl-1.6.3-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:72a660bdd24497e3e84f5519e57a9ee9220b6f3ac4d45056961bf22838ce20cc" } ,
{ file = "yarl-1.6.3-cp38-cp38-manylinux2014_ppc64le.whl" , hash = "sha256:324ba3d3c6fee56e2e0b0d09bf5c73824b9f08234339d2b788af65e60040c959" } ,
{ file = "yarl-1.6.3-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:e6b5460dc5ad42ad2b36cca524491dfcaffbfd9c8df50508bddc354e787b8dc2" } ,
{ file = "yarl-1.6.3-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:6d6283d8e0631b617edf0fd726353cb76630b83a089a40933043894e7f6721e2" } ,
{ file = "yarl-1.6.3-cp38-cp38-win32.whl" , hash = "sha256:9ede61b0854e267fd565e7527e2f2eb3ef8858b301319be0604177690e1a3896" } ,
{ file = "yarl-1.6.3-cp38-cp38-win_amd64.whl" , hash = "sha256:f0b059678fd549c66b89bed03efcabb009075bd131c248ecdf087bdb6faba24a" } ,
{ file = "yarl-1.6.3-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:329412812ecfc94a57cd37c9d547579510a9e83c516bc069470db5f75684629e" } ,
{ file = "yarl-1.6.3-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:c49ff66d479d38ab863c50f7bb27dee97c6627c5fe60697de15529da9c3de724" } ,
{ file = "yarl-1.6.3-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:f040bcc6725c821a4c0665f3aa96a4d0805a7aaf2caf266d256b8ed71b9f041c" } ,
{ file = "yarl-1.6.3-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:d5c32c82990e4ac4d8150fd7652b972216b204de4e83a122546dce571c1bdf25" } ,
{ file = "yarl-1.6.3-cp39-cp39-manylinux2014_ppc64le.whl" , hash = "sha256:d597767fcd2c3dc49d6eea360c458b65643d1e4dbed91361cf5e36e53c1f8c96" } ,
{ file = "yarl-1.6.3-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:8aa3decd5e0e852dc68335abf5478a518b41bf2ab2f330fe44916399efedfae0" } ,
{ file = "yarl-1.6.3-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:73494d5b71099ae8cb8754f1df131c11d433b387efab7b51849e7e1e851f07a4" } ,
{ file = "yarl-1.6.3-cp39-cp39-win32.whl" , hash = "sha256:5b883e458058f8d6099e4420f0cc2567989032b5f34b271c0827de9f1079a424" } ,
{ file = "yarl-1.6.3-cp39-cp39-win_amd64.whl" , hash = "sha256:4953fb0b4fdb7e08b2f3b3be80a00d28c5c8a2056bb066169de00e6501b986b6" } ,
{ file = "yarl-1.6.3.tar.gz" , hash = "sha256:8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b426bf10" } ,
2019-12-15 21:52:18 +02:00
]
zipp = [
2021-09-22 00:52:38 +03:00
{ file = "zipp-3.5.0-py3-none-any.whl" , hash = "sha256:957cfda87797e389580cb8b9e3870841ca991e2125350677b2ca83a0e99390a3" } ,
{ file = "zipp-3.5.0.tar.gz" , hash = "sha256:f5812b1e007e48cff63449a5e9f4e7ebea716b4111f9c4f9a645f91d579bf0c4" } ,
2019-12-15 21:52:18 +02:00
]