2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "main"
description = "File support for asyncio."
name = "aiofiles"
optional = false
python-versions = "*"
version = "0.4.0"
[ [ package ] ]
category = "main"
description = "Async http client/server framework (asyncio)"
name = "aiohttp"
optional = false
python-versions = ">=3.5.3"
version = "3.6.2"
[ package . dependencies ]
async-timeout = ">=3.0,<4.0"
attrs = ">=17.3.0"
chardet = ">=2.0,<4.0"
multidict = ">=4.5,<5.0"
yarl = ">=1.0,<2.0"
2019-12-15 21:52:18 +02:00
[ package . extras ]
speedups = [ "aiodns" , "brotlipy" , "cchardet" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
name = "appdirs"
optional = false
python-versions = "*"
version = "1.4.3"
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Disable App Nap on OS X 10.9"
marker = "sys_platform == \"darwin\""
name = "appnope"
optional = false
python-versions = "*"
version = "0.1.0"
[ [ package ] ]
category = "dev"
description = "Asyncio testing server. Similar to the responses library used for 'requests'"
name = "aresponses"
optional = false
python-versions = ">=3.6"
version = "1.1.2"
[ package . dependencies ]
aiohttp = ">=3.1.0,<4.0.0"
pytest-asyncio = "*"
[ [ package ] ]
category = "main"
description = "Simple lru_cache for asyncio"
name = "async-lru"
optional = false
python-versions = "*"
version = "1.0.2"
[ [ package ] ]
category = "main"
description = "Timeout context manager for asyncio programs"
name = "async-timeout"
optional = false
python-versions = ">=3.5.3"
version = "3.0.1"
[ [ package ] ]
category = "dev"
description = "Enhance the standard unittest package with features for testing asyncio libraries"
2020-01-11 21:15:46 +02:00
marker = "python_version < \"3.8\""
2019-12-12 00:29:49 +02:00
name = "asynctest"
optional = false
python-versions = ">=3.5"
version = "0.13.0"
[ [ package ] ]
category = "dev"
description = "Atomic file writes."
marker = "python_version >= \"3.5\" and sys_platform == \"win32\" or sys_platform == \"win32\""
name = "atomicwrites"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "1.3.0"
[ [ package ] ]
category = "main"
description = "Classes Without Boilerplate"
name = "attrs"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "19.3.0"
2019-12-15 21:52:18 +02:00
[ package . extras ]
azure-pipelines = [ "coverage" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" , "pytest-azurepipelines" ]
dev = [ "coverage" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" , "sphinx" , "pre-commit" ]
docs = [ "sphinx" , "zope.interface" ]
tests = [ "coverage" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "main"
description = "Internationalization utilities"
name = "babel"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-01-05 20:12:35 +02:00
version = "2.8.0"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
pytz = ">=2015.7"
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Specifications for callback functions passed in to an API"
name = "backcall"
optional = false
python-versions = "*"
version = "0.1.0"
[ [ package ] ]
category = "dev"
description = "The uncompromising code formatter."
name = "black"
optional = false
python-versions = ">=3.6"
2020-01-25 19:04:48 +02:00
version = "19.10b0"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
appdirs = "*"
2020-01-25 19:04:48 +02:00
attrs = ">=18.1.0"
2019-12-12 00:29:49 +02:00
click = ">=6.5"
2020-01-25 19:04:48 +02:00
pathspec = ">=0.6,<1"
regex = "*"
2019-12-12 00:29:49 +02:00
toml = ">=0.9.4"
2020-01-25 19:04:48 +02:00
typed-ast = ">=1.4.0"
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
d = [ "aiohttp (>=3.3.2)" , "aiohttp-cors" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "main"
description = "Universal encoding detector for Python 2 and 3"
name = "chardet"
optional = false
python-versions = "*"
version = "3.0.4"
[ [ package ] ]
category = "dev"
description = "Composable command line interface toolkit"
name = "click"
optional = false
2020-03-18 17:04:11 +03:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "7.1.1"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Cross-platform colored terminal text."
marker = "python_version >= \"3.5\" and sys_platform == \"win32\" or sys_platform == \"win32\""
name = "colorama"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "0.4.3"
[ [ package ] ]
category = "dev"
description = "Code coverage measurement for Python"
name = "coverage"
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"
2020-03-18 17:04:11 +03:00
version = "5.0.4"
2019-12-15 21:52:18 +02:00
[ package . extras ]
toml = [ "toml" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Decorators for Humans"
name = "decorator"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*"
2020-03-18 17:04:11 +03:00
version = "4.4.2"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Discover and load entry points from installed packages."
name = "entrypoints"
optional = false
python-versions = ">=2.7"
version = "0.3"
[ [ package ] ]
category = "dev"
description = "the modular source code checker: pep8, pyflakes and co"
name = "flake8"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "3.7.9"
[ package . dependencies ]
entrypoints = ">=0.3.0,<0.4.0"
mccabe = ">=0.6.0,<0.7.0"
pycodestyle = ">=2.5.0,<2.6.0"
pyflakes = ">=2.1.0,<2.2.0"
[ [ package ] ]
category = "dev"
description = "Generate HTML reports of flake8 violations"
name = "flake8-html"
optional = false
python-versions = "*"
version = "0.4.0"
[ package . dependencies ]
flake8 = ">=3.3.0"
jinja2 = ">=2.9.0"
pygments = ">=2.2.0"
2020-03-18 17:04:11 +03:00
[ [ package ] ]
category = "dev"
description = "Clean single-source support for Python 3 and 2"
name = "future"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
version = "0.18.2"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "main"
description = "Internationalized Domain Names in Applications (IDNA)"
name = "idna"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-02-22 00:59:10 +02:00
version = "2.9"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Read metadata from Python packages"
marker = "python_version >= \"3.5\" and python_version < \"3.8\" or python_version < \"3.8\""
name = "importlib-metadata"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-02-02 22:50:30 +02:00
version = "1.5.0"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
zipp = ">=0.5"
2019-12-15 21:52:18 +02:00
[ package . extras ]
docs = [ "sphinx" , "rst.linker" ]
testing = [ "packaging" , "importlib-resources" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "IPython: Productive Interactive Computing"
name = "ipython"
optional = false
python-versions = ">=3.6"
2020-03-18 17:04:11 +03:00
version = "7.13.0"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
appnope = "*"
backcall = "*"
colorama = "*"
decorator = "*"
jedi = ">=0.10"
pexpect = "*"
pickleshare = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
pygments = "*"
setuptools = ">=18.5"
traitlets = ">=4.2"
2019-12-15 21:52:18 +02:00
[ package . extras ]
2020-03-18 17:04:11 +03:00
all = [ "numpy (>=1.14)" , "testpath" , "notebook" , "nose (>=0.10.1)" , "nbconvert" , "requests" , "ipywidgets" , "qtconsole" , "ipyparallel" , "Sphinx (>=1.3)" , "pygments" , "nbformat" , "ipykernel" ]
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" ]
test = [ "nose (>=0.10.1)" , "requests" , "testpath" , "pygments" , "nbformat" , "ipykernel" , "numpy (>=1.14)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Vestigial utilities from IPython"
name = "ipython-genutils"
optional = false
python-versions = "*"
version = "0.2.0"
[ [ package ] ]
category = "dev"
description = "A Python utility / library to sort Python imports."
name = "isort"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "4.3.21"
2019-12-15 21:52:18 +02:00
[ package . extras ]
pipfile = [ "pipreqs" , "requirementslib" ]
pyproject = [ "toml" ]
requirements = [ "pipreqs" , "pip-api" ]
xdg_home = [ "appdirs (>=1.4.0)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "An autocompletion tool for Python that can be used for text editors."
name = "jedi"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-02-02 22:50:30 +02:00
version = "0.16.0"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2019-12-26 01:39:48 +02:00
parso = ">=0.5.2"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
2020-02-02 22:50:30 +02:00
qa = [ "flake8 (3.7.9)" ]
2019-12-26 01:39:48 +02:00
testing = [ "colorama (0.4.1)" , "docopt" , "pytest (>=3.9.0,<5.0.0)" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "A very fast and expressive template engine."
name = "jinja2"
optional = false
2020-02-02 22:50:30 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "2.11.1"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
MarkupSafe = ">=0.23"
2019-12-15 21:52:18 +02:00
[ package . extras ]
i18n = [ "Babel (>=0.8)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Python LiveReload is an awesome tool for web developers"
name = "livereload"
optional = false
python-versions = "*"
version = "2.6.1"
[ package . dependencies ]
six = "*"
tornado = "*"
2020-03-18 17:04:11 +03:00
[ [ package ] ]
category = "dev"
description = "A Python implementation of Lunr.js"
name = "lunr"
optional = false
python-versions = "*"
version = "0.5.6"
[ package . dependencies ]
future = ">=0.16.0"
six = ">=1.11.0"
[ package . dependencies . nltk ]
optional = true
version = ">=3.2.5"
[ package . extras ]
languages = [ "nltk (>=3.2.5)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
name = "lxml"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
2020-02-02 22:50:30 +02:00
version = "4.5.0"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
htmlsoup = [ "beautifulsoup4" ]
source = [ "Cython (>=0.29.7)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Python implementation of Markdown."
name = "markdown"
optional = false
2020-02-22 00:59:10 +02:00
python-versions = ">=3.5"
version = "3.2.1"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
setuptools = ">=36"
2019-12-15 21:52:18 +02:00
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
2020-01-28 14:03:29 +02:00
[ [ package ] ]
category = "dev"
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."
name = "markdown-include"
optional = false
python-versions = "*"
version = "0.5.1"
[ package . dependencies ]
markdown = "*"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Safely add untrusted strings to HTML/XML markup."
name = "markupsafe"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
version = "1.1.1"
[ [ package ] ]
category = "dev"
description = "McCabe checker, plugin for flake8"
name = "mccabe"
optional = false
python-versions = "*"
version = "0.6.1"
[ [ package ] ]
category = "dev"
description = "AutoDoc for MarkDown"
name = "mkautodoc"
optional = false
python-versions = ">=3.6"
version = "0.1.0"
[ [ package ] ]
category = "dev"
description = "Project documentation with Markdown."
name = "mkdocs"
optional = false
2020-03-18 17:04:11 +03:00
python-versions = ">=3.5"
version = "1.1"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2020-03-18 17:04:11 +03:00
Jinja2 = ">=2.10.1"
Markdown = ">=3.2.1"
2019-12-12 00:29:49 +02:00
PyYAML = ">=3.10"
click = ">=3.3"
livereload = ">=2.5.1"
tornado = ">=5.0"
2020-03-18 17:04:11 +03:00
[ package . dependencies . lunr ]
extras = [ "languages" ]
version = "0.5.6"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "A Material Design theme for MkDocs"
name = "mkdocs-material"
optional = false
python-versions = "*"
2020-02-22 00:59:10 +02:00
version = "4.6.3"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2020-02-22 00:59:10 +02:00
Pygments = ">=2.4"
markdown = ">=3.2"
mkdocs = ">=1.0"
pymdown-extensions = ">=6.3"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "More routines for operating on iterables, beyond itertools"
name = "more-itertools"
optional = false
python-versions = ">=3.5"
2020-02-02 22:50:30 +02:00
version = "8.2.0"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "main"
description = "multidict implementation"
name = "multidict"
optional = false
python-versions = ">=3.5"
2020-02-22 00:59:10 +02:00
version = "4.7.5"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Optional static typing for Python"
name = "mypy"
optional = false
python-versions = ">=3.5"
2020-03-18 17:04:11 +03:00
version = "0.770"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2020-01-11 21:15:46 +02:00
mypy-extensions = ">=0.4.3,<0.5.0"
2019-12-12 00:29:49 +02:00
typed-ast = ">=1.4.0,<1.5.0"
typing-extensions = ">=3.7.4"
2019-12-15 21:52:18 +02:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
name = "mypy-extensions"
optional = false
python-versions = "*"
version = "0.4.3"
2020-03-18 17:04:11 +03:00
[ [ package ] ]
category = "dev"
description = "Natural Language Toolkit"
name = "nltk"
optional = false
python-versions = "*"
version = "3.4.5"
[ package . dependencies ]
six = "*"
[ package . extras ]
all = [ "pyparsing" , "scikit-learn" , "python-crfsuite" , "matplotlib" , "scipy" , "gensim" , "requests" , "twython" , "numpy" ]
corenlp = [ "requests" ]
machine_learning = [ "gensim" , "numpy" , "python-crfsuite" , "scikit-learn" , "scipy" ]
plot = [ "matplotlib" ]
tgrep = [ "pyparsing" ]
twitter = [ "twython" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Core utilities for Python packages"
name = "packaging"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-03-18 17:04:11 +03:00
version = "20.3"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
pyparsing = ">=2.0.2"
six = "*"
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "A Python Parser"
name = "parso"
optional = false
2020-02-02 22:50:30 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-03-18 17:04:11 +03:00
version = "0.6.2"
2019-12-15 21:52:18 +02:00
[ package . extras ]
testing = [ "docopt" , "pytest (>=3.0.7)" ]
2019-12-12 00:29:49 +02:00
2020-01-25 19:04:48 +02:00
[ [ package ] ]
category = "dev"
description = "Utility library for gitignore style pattern matching of file paths."
name = "pathspec"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "0.7.0"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Pexpect allows easy control of interactive console applications."
marker = "sys_platform != \"win32\""
name = "pexpect"
optional = false
python-versions = "*"
2020-01-22 00:14:14 +02:00
version = "4.8.0"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
ptyprocess = ">=0.5"
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Tiny 'shelve'-like database with concurrency support"
name = "pickleshare"
optional = false
python-versions = "*"
version = "0.7.5"
[ [ package ] ]
category = "dev"
description = "plugin and hook calling mechanisms for python"
name = "pluggy"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "0.13.1"
[ package . dependencies ]
[ package . dependencies . importlib-metadata ]
python = "<3.8"
version = ">=0.12"
2019-12-15 21:52:18 +02:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Library for building powerful interactive command lines in Python"
name = "prompt-toolkit"
optional = false
2020-03-18 17:04:11 +03:00
python-versions = ">=3.6.1"
version = "3.0.4"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Run a subprocess in a pseudo terminal"
marker = "sys_platform != \"win32\""
name = "ptyprocess"
optional = false
python-versions = "*"
version = "0.6.0"
[ [ package ] ]
category = "dev"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
name = "py"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-01-05 20:12:35 +02:00
version = "1.8.1"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Python style guide checker"
name = "pycodestyle"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "2.5.0"
[ [ package ] ]
category = "main"
description = "Data validation and settings management using python 3.6 type hinting"
name = "pydantic"
optional = false
python-versions = ">=3.6"
2020-01-25 19:04:48 +02:00
version = "1.4"
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)" ]
typing_extensions = [ "typing-extensions (>=3.7.2)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "passive checker of Python programs"
name = "pyflakes"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "2.1.1"
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Pygments is a syntax highlighting package written in Python."
name = "pygments"
optional = false
2020-03-18 17:04:11 +03:00
python-versions = ">=3.5"
version = "2.6.1"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Extension pack for Python Markdown."
name = "pymdown-extensions"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
2020-02-22 00:59:10 +02:00
version = "6.3"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
2020-02-22 00:59:10 +02:00
Markdown = ">=3.2"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Python parsing module"
name = "pyparsing"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2019-12-26 01:39:48 +02:00
version = "2.4.6"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "pytest: simple powerful testing with Python"
name = "pytest"
optional = false
python-versions = ">=3.5"
2020-03-18 17:04:11 +03:00
version = "5.4.1"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
atomicwrites = ">=1.0"
attrs = ">=17.4.0"
colorama = "*"
more-itertools = ">=4.0.0"
packaging = "*"
pluggy = ">=0.12,<1.0"
py = ">=1.5.0"
wcwidth = "*"
[ package . dependencies . importlib-metadata ]
python = "<3.8"
version = ">=0.12"
2019-12-15 21:52:18 +02:00
[ package . extras ]
2020-01-22 00:14:14 +02:00
checkqa-mypy = [ "mypy (v0.761)" ]
2019-12-15 21:52:18 +02:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Pytest support for asyncio."
name = "pytest-asyncio"
optional = false
python-versions = ">= 3.5"
version = "0.10.0"
[ package . dependencies ]
pytest = ">=3.0.6"
2019-12-15 21:52:18 +02:00
[ package . extras ]
testing = [ "async-generator (>=1.3)" , "coverage" , "hypothesis (>=3.64)" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Pytest plugin for measuring coverage."
name = "pytest-cov"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "2.8.1"
[ package . dependencies ]
coverage = ">=4.4"
pytest = ">=3.6"
2019-12-15 21:52:18 +02:00
[ package . extras ]
testing = [ "fields" , "hunter" , "process-tests (2.0.2)" , "six" , "virtualenv" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "pytest plugin for generating HTML reports"
name = "pytest-html"
optional = false
python-versions = ">=3.6"
2020-03-18 17:04:11 +03:00
version = "2.1.0"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
pytest = ">=5.0"
pytest-metadata = "*"
[ [ package ] ]
category = "dev"
description = "pytest plugin for test session metadata"
name = "pytest-metadata"
optional = false
python-versions = "*"
version = "1.8.0"
[ package . dependencies ]
pytest = ">=2.9.0"
[ [ package ] ]
category = "dev"
description = "Thin-wrapper around the mock package for easier use with py.test"
name = "pytest-mock"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-01-11 21:15:46 +02:00
version = "2.0.0"
2019-12-12 00:29:49 +02:00
[ package . dependencies ]
pytest = ">=2.7"
2019-12-15 21:52:18 +02:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Mypy static type checker plugin for Pytest"
name = "pytest-mypy"
optional = false
python-versions = "~=3.4"
version = "0.4.2"
[ package . dependencies ]
[ [ package . dependencies . mypy ] ]
python = ">=3.5,<3.8"
version = ">=0.500"
[ [ package . dependencies . mypy ] ]
python = ">=3.8"
version = ">=0.700"
[ package . dependencies . pytest ]
python = ">=3.5"
version = ">=2.8"
[ [ package ] ]
category = "main"
description = "World timezone definitions, modern and historical"
name = "pytz"
optional = false
python-versions = "*"
version = "2019.3"
[ [ package ] ]
category = "dev"
description = "YAML parser and emitter for Python"
name = "pyyaml"
optional = false
2020-01-11 21:15:46 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "5.3"
2019-12-12 00:29:49 +02:00
2020-01-25 19:04:48 +02:00
[ [ package ] ]
category = "dev"
description = "Alternative regular expression module, to replace re."
name = "regex"
optional = false
python-versions = "*"
2020-02-22 00:59:10 +02:00
version = "2020.2.20"
2020-01-25 19:04:48 +02:00
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Python 2 and 3 compatibility utilities"
name = "six"
optional = false
2020-01-22 00:14:14 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
version = "1.14.0"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Python Library for Tom's Obvious, Minimal Language"
name = "toml"
optional = false
python-versions = "*"
version = "0.10.0"
[ [ package ] ]
category = "dev"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
name = "tornado"
optional = false
python-versions = ">= 3.5"
2020-03-18 17:04:11 +03:00
version = "6.0.4"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Traitlets Python config system"
name = "traitlets"
optional = false
python-versions = "*"
version = "4.3.3"
[ package . dependencies ]
decorator = "*"
ipython-genutils = "*"
six = "*"
2019-12-15 21:52:18 +02:00
[ package . extras ]
test = [ "pytest" , "mock" ]
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "a fork of Python 2 and 3 ast modules with type comment support"
name = "typed-ast"
optional = false
python-versions = "*"
2020-01-22 00:14:14 +02:00
version = "1.4.1"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "dev"
description = "Backported and Experimental Type Hints for Python 3.5+"
name = "typing-extensions"
optional = false
python-versions = "*"
version = "3.7.4.1"
[ [ package ] ]
category = "main"
description = "Fast implementation of asyncio event loop on top of libuv"
2020-01-22 00:14:14 +02:00
marker = "sys_platform == \"darwin\" or sys_platform == \"linux\""
2019-12-12 00:29:49 +02:00
name = "uvloop"
optional = false
python-versions = "*"
version = "0.14.0"
[ [ package ] ]
2020-01-05 20:12:35 +02:00
category = "dev"
2019-12-12 00:29:49 +02:00
description = "Measures number of Terminal column cells of wide-character codes"
name = "wcwidth"
optional = false
python-versions = "*"
2020-01-05 20:12:35 +02:00
version = "0.1.8"
2019-12-12 00:29:49 +02:00
[ [ package ] ]
category = "main"
description = "Yet another URL library"
name = "yarl"
optional = false
python-versions = ">=3.5"
version = "1.4.2"
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
[ [ package ] ]
category = "dev"
description = "Backport of pathlib-compatible object wrapper for zip files"
marker = "python_version >= \"3.5\" and python_version < \"3.8\" or python_version < \"3.8\""
name = "zipp"
optional = false
2020-01-22 00:14:14 +02:00
python-versions = ">=3.6"
2020-03-18 17:04:11 +03:00
version = "3.1.0"
2019-12-12 00:29:49 +02:00
2019-12-15 21:52:18 +02:00
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
2020-02-22 00:59:10 +02:00
testing = [ "jaraco.itertools" , "func-timeout" ]
2019-12-15 21:52:18 +02:00
2019-12-12 00:29:49 +02:00
[ extras ]
fast = [ "uvloop" ]
[ metadata ]
2020-03-18 17:04:11 +03:00
content-hash = "bce1bc7bf9eb949283094490a084d484a3d2f7b0d992ea3a4ea1e75401f6e2da"
2019-12-12 00:29:49 +02:00
python-versions = "^3.7"
2019-12-15 21:52:18 +02:00
[ metadata . files ]
aiofiles = [
{ file = "aiofiles-0.4.0-py3-none-any.whl" , hash = "sha256:1e644c2573f953664368de28d2aa4c89dfd64550429d0c27c4680ccd3aa4985d" } ,
{ file = "aiofiles-0.4.0.tar.gz" , hash = "sha256:021ea0ba314a86027c166ecc4b4c07f2d40fc0f4b3a950d1868a0f2571c2bbee" } ,
]
aiohttp = [
{ file = "aiohttp-3.6.2-cp35-cp35m-macosx_10_13_x86_64.whl" , hash = "sha256:1e984191d1ec186881ffaed4581092ba04f7c61582a177b187d3a2f07ed9719e" } ,
{ file = "aiohttp-3.6.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:50aaad128e6ac62e7bf7bd1f0c0a24bc968a0c0590a726d5a955af193544bcec" } ,
{ file = "aiohttp-3.6.2-cp36-cp36m-macosx_10_13_x86_64.whl" , hash = "sha256:65f31b622af739a802ca6fd1a3076fd0ae523f8485c52924a89561ba10c49b48" } ,
{ file = "aiohttp-3.6.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:ae55bac364c405caa23a4f2d6cfecc6a0daada500274ffca4a9230e7129eac59" } ,
{ file = "aiohttp-3.6.2-cp36-cp36m-win32.whl" , hash = "sha256:344c780466b73095a72c616fac5ea9c4665add7fc129f285fbdbca3cccf4612a" } ,
{ file = "aiohttp-3.6.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:4c6efd824d44ae697814a2a85604d8e992b875462c6655da161ff18fd4f29f17" } ,
{ file = "aiohttp-3.6.2-cp37-cp37m-macosx_10_13_x86_64.whl" , hash = "sha256:2f4d1a4fdce595c947162333353d4a44952a724fba9ca3205a3df99a33d1307a" } ,
{ file = "aiohttp-3.6.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:6206a135d072f88da3e71cc501c59d5abffa9d0bb43269a6dcd28d66bfafdbdd" } ,
{ file = "aiohttp-3.6.2-cp37-cp37m-win32.whl" , hash = "sha256:b778ce0c909a2653741cb4b1ac7015b5c130ab9c897611df43ae6a58523cb965" } ,
{ file = "aiohttp-3.6.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:32e5f3b7e511aa850829fbe5aa32eb455e5534eaa4b1ce93231d00e2f76e5654" } ,
{ file = "aiohttp-3.6.2-py3-none-any.whl" , hash = "sha256:460bd4237d2dbecc3b5ed57e122992f60188afe46e7319116da5eb8a9dfedba4" } ,
{ file = "aiohttp-3.6.2.tar.gz" , hash = "sha256:259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326" } ,
]
appdirs = [
{ file = "appdirs-1.4.3-py2.py3-none-any.whl" , hash = "sha256:d8b24664561d0d34ddfaec54636d502d7cea6e29c3eaf68f3df6180863e2166e" } ,
{ file = "appdirs-1.4.3.tar.gz" , hash = "sha256:9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92" } ,
]
appnope = [
{ file = "appnope-0.1.0-py2.py3-none-any.whl" , hash = "sha256:5b26757dc6f79a3b7dc9fab95359328d5747fcb2409d331ea66d0272b90ab2a0" } ,
{ file = "appnope-0.1.0.tar.gz" , hash = "sha256:8b995ffe925347a2138d7ac0fe77155e4311a0ea6d6da4f5128fe4b3cbe5ed71" } ,
]
aresponses = [
{ file = "aresponses-1.1.2-py3-none-any.whl" , hash = "sha256:639defa70730a2a0d5c7af5e42e88b7558e444ba0d43c44917efc57fb0d3b60e" } ,
{ file = "aresponses-1.1.2.tar.gz" , hash = "sha256:20a63536d86af6f31f9b0720c561bdc595b6bfe071940e347ab58b11caff9e1b" } ,
]
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 = [
{ file = "atomicwrites-1.3.0-py2.py3-none-any.whl" , hash = "sha256:03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4" } ,
{ file = "atomicwrites-1.3.0.tar.gz" , hash = "sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6" } ,
]
attrs = [
{ file = "attrs-19.3.0-py2.py3-none-any.whl" , hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c" } ,
{ file = "attrs-19.3.0.tar.gz" , hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72" } ,
]
babel = [
2020-01-05 20:12:35 +02:00
{ file = "Babel-2.8.0-py2.py3-none-any.whl" , hash = "sha256:d670ea0b10f8b723672d3a6abeb87b565b244da220d76b4dba1b66269ec152d4" } ,
{ file = "Babel-2.8.0.tar.gz" , hash = "sha256:1aac2ae2d0d8ea368fa90906567f5c08463d98ade155c0c4bfedd6a0f7160e38" } ,
2019-12-15 21:52:18 +02:00
]
backcall = [
{ file = "backcall-0.1.0.tar.gz" , hash = "sha256:38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4" } ,
{ file = "backcall-0.1.0.zip" , hash = "sha256:bbbf4b1e5cd2bdb08f915895b51081c041bac22394fdfcfdfbe9f14b77c08bf2" } ,
]
black = [
2020-01-25 19:04:48 +02:00
{ file = "black-19.10b0-py36-none-any.whl" , hash = "sha256:1b30e59be925fafc1ee4565e5e08abef6b03fe455102883820fe5ee2e4734e0b" } ,
{ file = "black-19.10b0.tar.gz" , hash = "sha256:c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539" } ,
2019-12-15 21:52:18 +02:00
]
chardet = [
{ file = "chardet-3.0.4-py2.py3-none-any.whl" , hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691" } ,
{ file = "chardet-3.0.4.tar.gz" , hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae" } ,
]
click = [
2020-03-18 17:04:11 +03:00
{ file = "click-7.1.1-py2.py3-none-any.whl" , hash = "sha256:e345d143d80bf5ee7534056164e5e112ea5e22716bbb1ce727941f4c8b471b9a" } ,
{ file = "click-7.1.1.tar.gz" , hash = "sha256:8a18b4ea89d8820c5d0c7da8a64b2c324b4dabb695804dbfea19b9be9d88c0cc" } ,
2019-12-15 21:52:18 +02:00
]
colorama = [
{ file = "colorama-0.4.3-py2.py3-none-any.whl" , hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff" } ,
{ file = "colorama-0.4.3.tar.gz" , hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1" } ,
]
coverage = [
2020-03-18 17:04:11 +03:00
{ file = "coverage-5.0.4-cp27-cp27m-macosx_10_12_x86_64.whl" , hash = "sha256:8a620767b8209f3446197c0e29ba895d75a1e272a36af0786ec70fe7834e4307" } ,
{ file = "coverage-5.0.4-cp27-cp27m-macosx_10_13_intel.whl" , hash = "sha256:73aa6e86034dad9f00f4bbf5a666a889d17d79db73bc5af04abd6c20a014d9c8" } ,
{ file = "coverage-5.0.4-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:408ce64078398b2ee2ec08199ea3fcf382828d2f8a19c5a5ba2946fe5ddc6c31" } ,
{ file = "coverage-5.0.4-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:cda33311cb9fb9323958a69499a667bd728a39a7aa4718d7622597a44c4f1441" } ,
{ file = "coverage-5.0.4-cp27-cp27m-win32.whl" , hash = "sha256:5f587dfd83cb669933186661a351ad6fc7166273bc3e3a1531ec5c783d997aac" } ,
{ file = "coverage-5.0.4-cp27-cp27m-win_amd64.whl" , hash = "sha256:9fad78c13e71546a76c2f8789623eec8e499f8d2d799f4b4547162ce0a4df435" } ,
{ file = "coverage-5.0.4-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:2e08c32cbede4a29e2a701822291ae2bc9b5220a971bba9d1e7615312efd3037" } ,
{ file = "coverage-5.0.4-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:922fb9ef2c67c3ab20e22948dcfd783397e4c043a5c5fa5ff5e9df5529074b0a" } ,
{ file = "coverage-5.0.4-cp35-cp35m-macosx_10_12_x86_64.whl" , hash = "sha256:c3fc325ce4cbf902d05a80daa47b645d07e796a80682c1c5800d6ac5045193e5" } ,
{ file = "coverage-5.0.4-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:046a1a742e66d065d16fb564a26c2a15867f17695e7f3d358d7b1ad8a61bca30" } ,
{ file = "coverage-5.0.4-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:6ad6ca45e9e92c05295f638e78cd42bfaaf8ee07878c9ed73e93190b26c125f7" } ,
{ file = "coverage-5.0.4-cp35-cp35m-win32.whl" , hash = "sha256:eda55e6e9ea258f5e4add23bcf33dc53b2c319e70806e180aecbff8d90ea24de" } ,
{ file = "coverage-5.0.4-cp35-cp35m-win_amd64.whl" , hash = "sha256:4a8a259bf990044351baf69d3b23e575699dd60b18460c71e81dc565f5819ac1" } ,
{ file = "coverage-5.0.4-cp36-cp36m-macosx_10_13_x86_64.whl" , hash = "sha256:f372cdbb240e09ee855735b9d85e7f50730dcfb6296b74b95a3e5dea0615c4c1" } ,
{ file = "coverage-5.0.4-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:a37c6233b28e5bc340054cf6170e7090a4e85069513320275a4dc929144dccf0" } ,
{ file = "coverage-5.0.4-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:443be7602c790960b9514567917af538cac7807a7c0c0727c4d2bbd4014920fd" } ,
{ file = "coverage-5.0.4-cp36-cp36m-win32.whl" , hash = "sha256:165a48268bfb5a77e2d9dbb80de7ea917332a79c7adb747bd005b3a07ff8caf0" } ,
{ file = "coverage-5.0.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:0a907199566269e1cfa304325cc3b45c72ae341fbb3253ddde19fa820ded7a8b" } ,
{ file = "coverage-5.0.4-cp37-cp37m-macosx_10_13_x86_64.whl" , hash = "sha256:513e6526e0082c59a984448f4104c9bf346c2da9961779ede1fc458e8e8a1f78" } ,
{ file = "coverage-5.0.4-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:3844c3dab800ca8536f75ae89f3cf566848a3eb2af4d9f7b1103b4f4f7a5dad6" } ,
{ file = "coverage-5.0.4-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:641e329e7f2c01531c45c687efcec8aeca2a78a4ff26d49184dce3d53fc35014" } ,
{ file = "coverage-5.0.4-cp37-cp37m-win32.whl" , hash = "sha256:db1d4e38c9b15be1521722e946ee24f6db95b189d1447fa9ff18dd16ba89f732" } ,
{ file = "coverage-5.0.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:62061e87071497951155cbccee487980524d7abea647a1b2a6eb6b9647df9006" } ,
{ file = "coverage-5.0.4-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:65a7e00c00472cd0f59ae09d2fb8a8aaae7f4a0cf54b2b74f3138d9f9ceb9cb2" } ,
{ file = "coverage-5.0.4-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1f66cf263ec77af5b8fe14ef14c5e46e2eb4a795ac495ad7c03adc72ae43fafe" } ,
{ file = "coverage-5.0.4-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:85596aa5d9aac1bf39fe39d9fa1051b0f00823982a1de5766e35d495b4a36ca9" } ,
{ file = "coverage-5.0.4-cp38-cp38-win32.whl" , hash = "sha256:86a0ea78fd851b313b2e712266f663e13b6bc78c2fb260b079e8b67d970474b1" } ,
{ file = "coverage-5.0.4-cp38-cp38-win_amd64.whl" , hash = "sha256:03f630aba2b9b0d69871c2e8d23a69b7fe94a1e2f5f10df5049c0df99db639a0" } ,
{ file = "coverage-5.0.4-cp39-cp39-win32.whl" , hash = "sha256:7c9762f80a25d8d0e4ab3cb1af5d9dffbddb3ee5d21c43e3474c84bf5ff941f7" } ,
{ file = "coverage-5.0.4-cp39-cp39-win_amd64.whl" , hash = "sha256:4482f69e0701139d0f2c44f3c395d1d1d37abd81bfafbf9b6efbe2542679d892" } ,
{ file = "coverage-5.0.4.tar.gz" , hash = "sha256:1b60a95fc995649464e0cd48cecc8288bac5f4198f21d04b8229dc4097d76823" } ,
2019-12-15 21:52:18 +02:00
]
decorator = [
2020-03-18 17:04:11 +03:00
{ file = "decorator-4.4.2-py2.py3-none-any.whl" , hash = "sha256:41fa54c2a0cc4ba648be4fd43cff00aedf5b9465c9bf18d64325bc225f08f760" } ,
{ file = "decorator-4.4.2.tar.gz" , hash = "sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7" } ,
2019-12-15 21:52:18 +02:00
]
entrypoints = [
{ file = "entrypoints-0.3-py2.py3-none-any.whl" , hash = "sha256:589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19" } ,
{ file = "entrypoints-0.3.tar.gz" , hash = "sha256:c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451" } ,
]
flake8 = [
{ file = "flake8-3.7.9-py2.py3-none-any.whl" , hash = "sha256:49356e766643ad15072a789a20915d3c91dc89fd313ccd71802303fd67e4deca" } ,
{ file = "flake8-3.7.9.tar.gz" , hash = "sha256:45681a117ecc81e870cbf1262835ae4af5e7a8b08e40b944a8a6e6b895914cfb" } ,
]
flake8-html = [
{ file = "flake8-html-0.4.0.tar.gz" , hash = "sha256:44bec37f142e97c4a5b2cf10efe24ed253617a9736878851a594d4763011e742" } ,
{ file = "flake8_html-0.4.0-py2.py3-none-any.whl" , hash = "sha256:f372cd599ba9a374943eaa75a9cce30408cf4c0cc2251bc5194e6b0d3fc2bc3a" } ,
]
2020-03-18 17:04:11 +03:00
future = [
{ file = "future-0.18.2.tar.gz" , hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d" } ,
]
2019-12-15 21:52:18 +02:00
idna = [
2020-02-22 00:59:10 +02:00
{ file = "idna-2.9-py2.py3-none-any.whl" , hash = "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa" } ,
{ file = "idna-2.9.tar.gz" , hash = "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb" } ,
2019-12-15 21:52:18 +02:00
]
importlib-metadata = [
2020-02-02 22:50:30 +02:00
{ file = "importlib_metadata-1.5.0-py2.py3-none-any.whl" , hash = "sha256:b97607a1a18a5100839aec1dc26a1ea17ee0d93b20b0f008d80a5a050afb200b" } ,
{ file = "importlib_metadata-1.5.0.tar.gz" , hash = "sha256:06f5b3a99029c7134207dd882428a66992a9de2bef7c2b699b5641f9886c3302" } ,
2019-12-15 21:52:18 +02:00
]
ipython = [
2020-03-18 17:04:11 +03:00
{ file = "ipython-7.13.0-py3-none-any.whl" , hash = "sha256:eb8d075de37f678424527b5ef6ea23f7b80240ca031c2dd6de5879d687a65333" } ,
{ file = "ipython-7.13.0.tar.gz" , hash = "sha256:ca478e52ae1f88da0102360e57e528b92f3ae4316aabac80a2cd7f7ab2efb48a" } ,
2019-12-15 21:52:18 +02:00
]
ipython-genutils = [
{ file = "ipython_genutils-0.2.0-py2.py3-none-any.whl" , hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8" } ,
{ file = "ipython_genutils-0.2.0.tar.gz" , hash = "sha256:eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" } ,
]
isort = [
{ file = "isort-4.3.21-py2.py3-none-any.whl" , hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd" } ,
{ file = "isort-4.3.21.tar.gz" , hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1" } ,
]
jedi = [
2020-02-02 22:50:30 +02:00
{ file = "jedi-0.16.0-py2.py3-none-any.whl" , hash = "sha256:b4f4052551025c6b0b0b193b29a6ff7bdb74c52450631206c262aef9f7159ad2" } ,
{ file = "jedi-0.16.0.tar.gz" , hash = "sha256:d5c871cb9360b414f981e7072c52c33258d598305280fef91c6cae34739d65d5" } ,
2019-12-15 21:52:18 +02:00
]
jinja2 = [
2020-02-02 22:50:30 +02:00
{ file = "Jinja2-2.11.1-py2.py3-none-any.whl" , hash = "sha256:b0eaf100007721b5c16c1fc1eecb87409464edc10469ddc9a22a27a99123be49" } ,
{ file = "Jinja2-2.11.1.tar.gz" , hash = "sha256:93187ffbc7808079673ef52771baa950426fd664d3aad1d0fa3e95644360e250" } ,
2019-12-15 21:52:18 +02:00
]
livereload = [
{ file = "livereload-2.6.1-py2.py3-none-any.whl" , hash = "sha256:78d55f2c268a8823ba499305dcac64e28ddeb9a92571e12d543cd304faf5817b" } ,
{ file = "livereload-2.6.1.tar.gz" , hash = "sha256:89254f78d7529d7ea0a3417d224c34287ebfe266b05e67e51facaf82c27f0f66" } ,
]
2020-03-18 17:04:11 +03:00
lunr = [
{ file = "lunr-0.5.6-py2.py3-none-any.whl" , hash = "sha256:1208622930c915a07e6f8e8640474357826bad48534c0f57969b6fca9bffc88e" } ,
{ file = "lunr-0.5.6.tar.gz" , hash = "sha256:7be69d7186f65784a4f2adf81e5c58efd6a9921aa95966babcb1f2f2ada75c20" } ,
]
2019-12-15 21:52:18 +02:00
lxml = [
2020-02-02 22:50:30 +02:00
{ file = "lxml-4.5.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:0701f7965903a1c3f6f09328c1278ac0eee8f56f244e66af79cb224b7ef3801c" } ,
{ file = "lxml-4.5.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:06d4e0bbb1d62e38ae6118406d7cdb4693a3fa34ee3762238bcb96c9e36a93cd" } ,
{ file = "lxml-4.5.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:5828c7f3e615f3975d48f40d4fe66e8a7b25f16b5e5705ffe1d22e43fb1f6261" } ,
{ file = "lxml-4.5.0-cp27-cp27m-win32.whl" , hash = "sha256:afdb34b715daf814d1abea0317b6d672476b498472f1e5aacbadc34ebbc26e89" } ,
{ file = "lxml-4.5.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:585c0869f75577ac7a8ff38d08f7aac9033da2c41c11352ebf86a04652758b7a" } ,
{ file = "lxml-4.5.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:8a0ebda56ebca1a83eb2d1ac266649b80af8dd4b4a3502b2c1e09ac2f88fe128" } ,
{ file = "lxml-4.5.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:fe976a0f1ef09b3638778024ab9fb8cde3118f203364212c198f71341c0715ca" } ,
{ file = "lxml-4.5.0-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:7bc1b221e7867f2e7ff1933165c0cec7153dce93d0cdba6554b42a8beb687bdb" } ,
{ file = "lxml-4.5.0-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:d068f55bda3c2c3fcaec24bd083d9e2eede32c583faf084d6e4b9daaea77dde8" } ,
{ file = "lxml-4.5.0-cp35-cp35m-win32.whl" , hash = "sha256:e4aa948eb15018a657702fee0b9db47e908491c64d36b4a90f59a64741516e77" } ,
{ file = "lxml-4.5.0-cp35-cp35m-win_amd64.whl" , hash = "sha256:1f2c4ec372bf1c4a2c7e4bb20845e8bcf8050365189d86806bad1e3ae473d081" } ,
{ file = "lxml-4.5.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:5d467ce9c5d35b3bcc7172c06320dddb275fea6ac2037f72f0a4d7472035cea9" } ,
{ file = "lxml-4.5.0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:95e67224815ef86924fbc2b71a9dbd1f7262384bca4bc4793645794ac4200717" } ,
{ file = "lxml-4.5.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:ebec08091a22c2be870890913bdadd86fcd8e9f0f22bcb398abd3af914690c15" } ,
{ file = "lxml-4.5.0-cp36-cp36m-win32.whl" , hash = "sha256:deadf4df349d1dcd7b2853a2c8796593cc346600726eff680ed8ed11812382a7" } ,
{ file = "lxml-4.5.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f2b74784ed7e0bc2d02bd53e48ad6ba523c9b36c194260b7a5045071abbb1012" } ,
{ file = "lxml-4.5.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:fa071559f14bd1e92077b1b5f6c22cf09756c6de7139370249eb372854ce51e6" } ,
{ file = "lxml-4.5.0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:edc15fcfd77395e24543be48871c251f38132bb834d9fdfdad756adb6ea37679" } ,
{ file = "lxml-4.5.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fd52e796fee7171c4361d441796b64df1acfceb51f29e545e812f16d023c4bbc" } ,
{ file = "lxml-4.5.0-cp37-cp37m-win32.whl" , hash = "sha256:90ed0e36455a81b25b7034038e40880189169c308a3df360861ad74da7b68c1a" } ,
{ file = "lxml-4.5.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:df533af6f88080419c5a604d0d63b2c33b1c0c4409aba7d0cb6de305147ea8c8" } ,
{ file = "lxml-4.5.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b4b2c63cc7963aedd08a5f5a454c9f67251b1ac9e22fd9d72836206c42dc2a72" } ,
{ file = "lxml-4.5.0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:e5d842c73e4ef6ed8c1bd77806bf84a7cb535f9c0cf9b2c74d02ebda310070e1" } ,
{ file = "lxml-4.5.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:63dbc21efd7e822c11d5ddbedbbb08cd11a41e0032e382a0fd59b0b08e405a3a" } ,
{ file = "lxml-4.5.0-cp38-cp38-win32.whl" , hash = "sha256:4235bc124fdcf611d02047d7034164897ade13046bda967768836629bc62784f" } ,
{ file = "lxml-4.5.0-cp38-cp38-win_amd64.whl" , hash = "sha256:d5b3c4b7edd2e770375a01139be11307f04341ec709cf724e0f26ebb1eef12c3" } ,
{ file = "lxml-4.5.0.tar.gz" , hash = "sha256:8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60" } ,
2019-12-15 21:52:18 +02:00
]
markdown = [
2020-02-22 00:59:10 +02:00
{ file = "Markdown-3.2.1-py2.py3-none-any.whl" , hash = "sha256:e4795399163109457d4c5af2183fbe6b60326c17cfdf25ce6e7474c6624f725d" } ,
{ file = "Markdown-3.2.1.tar.gz" , hash = "sha256:90fee683eeabe1a92e149f7ba74e5ccdc81cd397bd6c516d93a8da0ef90b6902" } ,
2019-12-15 21:52:18 +02:00
]
2020-01-28 14:03:29 +02:00
markdown-include = [
{ file = "markdown-include-0.5.1.tar.gz" , hash = "sha256:72a45461b589489a088753893bc95c5fa5909936186485f4ed55caa57d10250f" } ,
]
2019-12-15 21:52:18 +02:00
markupsafe = [
{ file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl" , hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl" , hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl" , hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl" , hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl" , hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl" , hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl" , hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl" , hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl" , hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl" , hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl" , hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl" , hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl" , hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c" } ,
2020-03-18 17:04:11 +03:00
{ file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl" , hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be" } ,
2019-12-15 21:52:18 +02:00
{ file = "MarkupSafe-1.1.1.tar.gz" , hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b" } ,
]
mccabe = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
mkautodoc = [
{ file = "mkautodoc-0.1.0.tar.gz" , hash = "sha256:7c2595f40276b356e576ce7e343338f8b4fa1e02ea904edf33fadf82b68ca67c" } ,
]
mkdocs = [
2020-03-18 17:04:11 +03:00
{ file = "mkdocs-1.1-py2.py3-none-any.whl" , hash = "sha256:1e385a70aea8a9dedb731aea4fd5f3704b2074801c4f96f06b2920999babda8a" } ,
{ file = "mkdocs-1.1.tar.gz" , hash = "sha256:9243291392f59e20b655e4e46210233453faf97787c2cf72176510e868143174" } ,
2019-12-15 21:52:18 +02:00
]
mkdocs-material = [
2020-02-22 00:59:10 +02:00
{ file = "mkdocs-material-4.6.3.tar.gz" , hash = "sha256:1d486635b03f5a2ec87325842f7b10c7ae7daa0eef76b185572eece6a6ea212c" } ,
{ file = "mkdocs_material-4.6.3-py2.py3-none-any.whl" , hash = "sha256:7f3afa0a09c07d0b89a6a9755fdb00513aee8f0cec3538bb903325c80f66f444" } ,
2019-12-15 21:52:18 +02:00
]
more-itertools = [
2020-02-02 22:50:30 +02:00
{ file = "more-itertools-8.2.0.tar.gz" , hash = "sha256:b1ddb932186d8a6ac451e1d95844b382f55e12686d51ca0c68b6f61f2ab7a507" } ,
{ file = "more_itertools-8.2.0-py3-none-any.whl" , hash = "sha256:5dd8bcf33e5f9513ffa06d5ad33d78f31e1931ac9a18f33d37e77a180d393a7c" } ,
2019-12-15 21:52:18 +02:00
]
multidict = [
2020-02-22 00:59:10 +02:00
{ file = "multidict-4.7.5-cp35-cp35m-macosx_10_13_x86_64.whl" , hash = "sha256:fc3b4adc2ee8474cb3cd2a155305d5f8eda0a9c91320f83e55748e1fcb68f8e3" } ,
{ file = "multidict-4.7.5-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:42f56542166040b4474c0c608ed051732033cd821126493cf25b6c276df7dd35" } ,
{ file = "multidict-4.7.5-cp35-cp35m-win32.whl" , hash = "sha256:7774e9f6c9af3f12f296131453f7b81dabb7ebdb948483362f5afcaac8a826f1" } ,
{ file = "multidict-4.7.5-cp35-cp35m-win_amd64.whl" , hash = "sha256:c2c37185fb0af79d5c117b8d2764f4321eeb12ba8c141a95d0aa8c2c1d0a11dd" } ,
{ file = "multidict-4.7.5-cp36-cp36m-macosx_10_13_x86_64.whl" , hash = "sha256:e439c9a10a95cb32abd708bb8be83b2134fa93790a4fb0535ca36db3dda94d20" } ,
{ file = "multidict-4.7.5-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:85cb26c38c96f76b7ff38b86c9d560dea10cf3459bb5f4caf72fc1bb932c7136" } ,
{ file = "multidict-4.7.5-cp36-cp36m-win32.whl" , hash = "sha256:620b37c3fea181dab09267cd5a84b0f23fa043beb8bc50d8474dd9694de1fa6e" } ,
{ file = "multidict-4.7.5-cp36-cp36m-win_amd64.whl" , hash = "sha256:6e6fef114741c4d7ca46da8449038ec8b1e880bbe68674c01ceeb1ac8a648e78" } ,
{ file = "multidict-4.7.5-cp37-cp37m-macosx_10_13_x86_64.whl" , hash = "sha256:a326f4240123a2ac66bb163eeba99578e9d63a8654a59f4688a79198f9aa10f8" } ,
{ file = "multidict-4.7.5-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:dc561313279f9d05a3d0ffa89cd15ae477528ea37aa9795c4654588a3287a9ab" } ,
{ file = "multidict-4.7.5-cp37-cp37m-win32.whl" , hash = "sha256:4b7df040fb5fe826d689204f9b544af469593fb3ff3a069a6ad3409f742f5928" } ,
{ file = "multidict-4.7.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:317f96bc0950d249e96d8d29ab556d01dd38888fbe68324f46fd834b430169f1" } ,
{ file = "multidict-4.7.5-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:b51249fdd2923739cd3efc95a3d6c363b67bbf779208e9f37fd5e68540d1a4d4" } ,
{ file = "multidict-4.7.5-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:ae402f43604e3b2bc41e8ea8b8526c7fa7139ed76b0d64fc48e28125925275b2" } ,
{ file = "multidict-4.7.5-cp38-cp38-win32.whl" , hash = "sha256:bb519becc46275c594410c6c28a8a0adc66fe24fef154a9addea54c1adb006f5" } ,
{ file = "multidict-4.7.5-cp38-cp38-win_amd64.whl" , hash = "sha256:544fae9261232a97102e27a926019100a9db75bec7b37feedd74b3aa82f29969" } ,
{ file = "multidict-4.7.5.tar.gz" , hash = "sha256:aee283c49601fa4c13adc64c09c978838a7e812f85377ae130a24d7198c0331e" } ,
2019-12-15 21:52:18 +02:00
]
mypy = [
2020-03-18 17:04:11 +03:00
{ file = "mypy-0.770-cp35-cp35m-macosx_10_6_x86_64.whl" , hash = "sha256:a34b577cdf6313bf24755f7a0e3f3c326d5c1f4fe7422d1d06498eb25ad0c600" } ,
{ file = "mypy-0.770-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:86c857510a9b7c3104cf4cde1568f4921762c8f9842e987bc03ed4f160925754" } ,
{ file = "mypy-0.770-cp35-cp35m-win_amd64.whl" , hash = "sha256:a8ffcd53cb5dfc131850851cc09f1c44689c2812d0beb954d8138d4f5fc17f65" } ,
{ file = "mypy-0.770-cp36-cp36m-macosx_10_6_x86_64.whl" , hash = "sha256:7687f6455ec3ed7649d1ae574136835a4272b65b3ddcf01ab8704ac65616c5ce" } ,
{ file = "mypy-0.770-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:3beff56b453b6ef94ecb2996bea101a08f1f8a9771d3cbf4988a61e4d9973761" } ,
{ file = "mypy-0.770-cp36-cp36m-win_amd64.whl" , hash = "sha256:15b948e1302682e3682f11f50208b726a246ab4e6c1b39f9264a8796bb416aa2" } ,
{ file = "mypy-0.770-cp37-cp37m-macosx_10_6_x86_64.whl" , hash = "sha256:b90928f2d9eb2f33162405f32dde9f6dcead63a0971ca8a1b50eb4ca3e35ceb8" } ,
{ file = "mypy-0.770-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:c56ffe22faa2e51054c5f7a3bc70a370939c2ed4de308c690e7949230c995913" } ,
{ file = "mypy-0.770-cp37-cp37m-win_amd64.whl" , hash = "sha256:8dfb69fbf9f3aeed18afffb15e319ca7f8da9642336348ddd6cab2713ddcf8f9" } ,
{ file = "mypy-0.770-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:219a3116ecd015f8dca7b5d2c366c973509dfb9a8fc97ef044a36e3da66144a1" } ,
{ file = "mypy-0.770-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7ec45a70d40ede1ec7ad7f95b3c94c9cf4c186a32f6bacb1795b60abd2f9ef27" } ,
{ file = "mypy-0.770-cp38-cp38-win_amd64.whl" , hash = "sha256:f91c7ae919bbc3f96cd5e5b2e786b2b108343d1d7972ea130f7de27fdd547cf3" } ,
{ file = "mypy-0.770-py3-none-any.whl" , hash = "sha256:3b1fc683fb204c6b4403a1ef23f0b1fac8e4477091585e0c8c54cbdf7d7bb164" } ,
{ file = "mypy-0.770.tar.gz" , hash = "sha256:8a627507ef9b307b46a1fea9513d5c98680ba09591253082b4c48697ba05a4ae" } ,
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-03-18 17:04:11 +03:00
nltk = [
{ file = "nltk-3.4.5.win32.exe" , hash = "sha256:a08bdb4b8a1c13de16743068d9eb61c8c71c2e5d642e8e08205c528035843f82" } ,
{ file = "nltk-3.4.5.zip" , hash = "sha256:bed45551259aa2101381bbdd5df37d44ca2669c5c3dad72439fa459b29137d94" } ,
]
2019-12-15 21:52:18 +02:00
packaging = [
2020-03-18 17:04:11 +03:00
{ file = "packaging-20.3-py2.py3-none-any.whl" , hash = "sha256:82f77b9bee21c1bafbf35a84905d604d5d1223801d639cf3ed140bd651c08752" } ,
{ file = "packaging-20.3.tar.gz" , hash = "sha256:3c292b474fda1671ec57d46d739d072bfd495a4f51ad01a055121d81e952b7a3" } ,
2019-12-15 21:52:18 +02:00
]
parso = [
2020-03-18 17:04:11 +03:00
{ file = "parso-0.6.2-py2.py3-none-any.whl" , hash = "sha256:8515fc12cfca6ee3aa59138741fc5624d62340c97e401c74875769948d4f2995" } ,
{ file = "parso-0.6.2.tar.gz" , hash = "sha256:0c5659e0c6eba20636f99a04f469798dca8da279645ce5c387315b2c23912157" } ,
2019-12-15 21:52:18 +02:00
]
2020-01-25 19:04:48 +02:00
pathspec = [
{ file = "pathspec-0.7.0-py2.py3-none-any.whl" , hash = "sha256:163b0632d4e31cef212976cf57b43d9fd6b0bac6e67c26015d611a647d5e7424" } ,
{ file = "pathspec-0.7.0.tar.gz" , hash = "sha256:562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96" } ,
]
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" } ,
]
pluggy = [
{ file = "pluggy-0.13.1-py2.py3-none-any.whl" , hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d" } ,
{ file = "pluggy-0.13.1.tar.gz" , hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" } ,
]
prompt-toolkit = [
2020-03-18 17:04:11 +03:00
{ file = "prompt_toolkit-3.0.4-py3-none-any.whl" , hash = "sha256:859e1b205b6cf6a51fa57fa34202e45365cf58f8338f0ee9f4e84a4165b37d5b" } ,
{ file = "prompt_toolkit-3.0.4.tar.gz" , hash = "sha256:ebe6b1b08c888b84c50d7f93dee21a09af39860144ff6130aadbd61ae8d29783" } ,
2019-12-15 21:52:18 +02:00
]
ptyprocess = [
{ file = "ptyprocess-0.6.0-py2.py3-none-any.whl" , hash = "sha256:d7cc528d76e76342423ca640335bd3633420dc1366f258cb31d05e865ef5ca1f" } ,
{ file = "ptyprocess-0.6.0.tar.gz" , hash = "sha256:923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0" } ,
]
py = [
2020-01-05 20:12:35 +02:00
{ file = "py-1.8.1-py2.py3-none-any.whl" , hash = "sha256:c20fdd83a5dbc0af9efd622bee9a5564e278f6380fffcacc43ba6f43db2813b0" } ,
{ file = "py-1.8.1.tar.gz" , hash = "sha256:5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa" } ,
2019-12-15 21:52:18 +02:00
]
pycodestyle = [
{ file = "pycodestyle-2.5.0-py2.py3-none-any.whl" , hash = "sha256:95a2219d12372f05704562a14ec30bc76b05a5b297b21a5dfe3f6fac3491ae56" } ,
{ file = "pycodestyle-2.5.0.tar.gz" , hash = "sha256:e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0ca976c" } ,
]
pydantic = [
2020-01-25 19:04:48 +02:00
{ file = "pydantic-1.4-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:07911aab70f3bc52bb845ce1748569c5e70478ac977e106a150dd9d0465ebf04" } ,
{ file = "pydantic-1.4-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:012c422859bac2e03ab3151ea6624fecf0e249486be7eb8c6ee69c91740c6752" } ,
{ file = "pydantic-1.4-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:61d22d36808087d3184ed6ac0d91dd71c533b66addb02e4a9930e1e30833202f" } ,
{ file = "pydantic-1.4-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:f863456d3d4bf817f2e5248553dee3974c5dc796f48e6ddb599383570f4215ac" } ,
{ file = "pydantic-1.4-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:bbbed364376f4a0aebb9ea452ff7968b306499a9e74f4db69b28ff2cd4043a11" } ,
{ file = "pydantic-1.4-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e27559cedbd7f59d2375bfd6eea29a330ea1a5b0589c34d6b4e0d7bec6027bbf" } ,
{ file = "pydantic-1.4-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:50e4e948892a6815649ad5a9a9379ad1e5f090f17842ac206535dfaed75c6f2f" } ,
{ file = "pydantic-1.4-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:8848b4eb458469739126e4c1a202d723dd092e087f8dbe3104371335f87ba5df" } ,
{ file = "pydantic-1.4-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:831a0265a9e3933b3d0f04d1a81bba543bafbe4119c183ff2771871db70524ab" } ,
{ file = "pydantic-1.4-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:47b8db7024ba3d46c3d4768535e1cf87b6c8cf92ccd81e76f4e1cb8ee47688b3" } ,
{ file = "pydantic-1.4-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:51f11c8bbf794a68086540da099aae4a9107447c7a9d63151edbb7d50110cf21" } ,
{ file = "pydantic-1.4-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:6100d7862371115c40be55cc4b8d766a74b1d0dbaf99dbfe72bb4bac0faf89ed" } ,
{ file = "pydantic-1.4-py36.py37.py38-none-any.whl" , hash = "sha256:72184c1421103cca128300120f8f1185fb42a9ea73a1c9845b1c53db8c026a7d" } ,
{ file = "pydantic-1.4.tar.gz" , hash = "sha256:f17ec336e64d4583311249fb179528e9a2c27c8a2eaf590ec6ec2c6dece7cb3f" } ,
2019-12-15 21:52:18 +02:00
]
pyflakes = [
{ file = "pyflakes-2.1.1-py2.py3-none-any.whl" , hash = "sha256:17dbeb2e3f4d772725c777fabc446d5634d1038f234e77343108ce445ea69ce0" } ,
{ file = "pyflakes-2.1.1.tar.gz" , hash = "sha256:d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2" } ,
]
pygments = [
2020-03-18 17:04:11 +03:00
{ file = "Pygments-2.6.1-py3-none-any.whl" , hash = "sha256:ff7a40b4860b727ab48fad6360eb351cc1b33cbf9b15a0f689ca5353e9463324" } ,
{ file = "Pygments-2.6.1.tar.gz" , hash = "sha256:647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44" } ,
2019-12-15 21:52:18 +02:00
]
pymdown-extensions = [
2020-02-22 00:59:10 +02:00
{ file = "pymdown-extensions-6.3.tar.gz" , hash = "sha256:cb879686a586b22292899771f5e5bc3382808e92aa938f71b550ecdea709419f" } ,
{ file = "pymdown_extensions-6.3-py2.py3-none-any.whl" , hash = "sha256:66fae2683c7a1dac53184f7de57f51f8dad73f9ead2f453e94e85096cb811335" } ,
2019-12-15 21:52:18 +02:00
]
pyparsing = [
2019-12-26 01:39:48 +02:00
{ file = "pyparsing-2.4.6-py2.py3-none-any.whl" , hash = "sha256:c342dccb5250c08d45fd6f8b4a559613ca603b57498511740e65cd11a2e7dcec" } ,
{ file = "pyparsing-2.4.6.tar.gz" , hash = "sha256:4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f" } ,
2019-12-15 21:52:18 +02:00
]
pytest = [
2020-03-18 17:04:11 +03:00
{ file = "pytest-5.4.1-py3-none-any.whl" , hash = "sha256:0e5b30f5cb04e887b91b1ee519fa3d89049595f428c1db76e73bd7f17b09b172" } ,
{ file = "pytest-5.4.1.tar.gz" , hash = "sha256:84dde37075b8805f3d1f392cc47e38a0e59518fb46a431cfdaf7cf1ce805f970" } ,
2019-12-15 21:52:18 +02:00
]
pytest-asyncio = [
{ file = "pytest-asyncio-0.10.0.tar.gz" , hash = "sha256:9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf" } ,
{ file = "pytest_asyncio-0.10.0-py3-none-any.whl" , hash = "sha256:d734718e25cfc32d2bf78d346e99d33724deeba774cc4afdf491530c6184b63b" } ,
]
pytest-cov = [
{ file = "pytest-cov-2.8.1.tar.gz" , hash = "sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b" } ,
{ file = "pytest_cov-2.8.1-py2.py3-none-any.whl" , hash = "sha256:cdbdef4f870408ebdbfeb44e63e07eb18bb4619fae852f6e760645fa36172626" } ,
]
pytest-html = [
2020-03-18 17:04:11 +03:00
{ file = "pytest-html-2.1.0.tar.gz" , hash = "sha256:8645a8616c8ed7414678e0aeebc3b2fd7d44268773ef5e7289289ad8632c9e91" } ,
{ file = "pytest_html-2.1.0-py2.py3-none-any.whl" , hash = "sha256:0317a0a589db59c26091ab6068b3edac8d9bc1a8bb9727ade48f806797346956" } ,
2019-12-15 21:52:18 +02:00
]
pytest-metadata = [
{ file = "pytest-metadata-1.8.0.tar.gz" , hash = "sha256:2071a59285de40d7541fde1eb9f1ddea1c9db165882df82781367471238b66ba" } ,
{ file = "pytest_metadata-1.8.0-py2.py3-none-any.whl" , hash = "sha256:c29a1fb470424926c63154c1b632c02585f2ba4282932058a71d35295ff8c96d" } ,
]
pytest-mock = [
2020-01-11 21:15:46 +02:00
{ file = "pytest-mock-2.0.0.tar.gz" , hash = "sha256:b35eb281e93aafed138db25c8772b95d3756108b601947f89af503f8c629413f" } ,
{ file = "pytest_mock-2.0.0-py2.py3-none-any.whl" , hash = "sha256:cb67402d87d5f53c579263d37971a164743dc33c159dfb4fb4a86f37c5552307" } ,
2019-12-15 21:52:18 +02:00
]
pytest-mypy = [
{ file = "pytest-mypy-0.4.2.tar.gz" , hash = "sha256:5a5338cecff17f005b181546a13e282761754b481225df37f33d37f86ac5b304" } ,
{ file = "pytest_mypy-0.4.2-py3-none-any.whl" , hash = "sha256:3b7b56912d55439d5f447cc609f91caac7f74f0f1c89f1379d04f06bac777c32" } ,
]
pytz = [
{ file = "pytz-2019.3-py2.py3-none-any.whl" , hash = "sha256:1c557d7d0e871de1f5ccd5833f60fb2550652da6be2693c1e02300743d21500d" } ,
{ file = "pytz-2019.3.tar.gz" , hash = "sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be" } ,
]
pyyaml = [
2020-01-11 21:15:46 +02:00
{ file = "PyYAML-5.3-cp27-cp27m-win32.whl" , hash = "sha256:940532b111b1952befd7db542c370887a8611660d2b9becff75d39355303d82d" } ,
{ file = "PyYAML-5.3-cp27-cp27m-win_amd64.whl" , hash = "sha256:059b2ee3194d718896c0ad077dd8c043e5e909d9180f387ce42012662a4946d6" } ,
{ file = "PyYAML-5.3-cp35-cp35m-win32.whl" , hash = "sha256:4fee71aa5bc6ed9d5f116327c04273e25ae31a3020386916905767ec4fc5317e" } ,
{ file = "PyYAML-5.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:dbbb2379c19ed6042e8f11f2a2c66d39cceb8aeace421bfc29d085d93eda3689" } ,
{ file = "PyYAML-5.3-cp36-cp36m-win32.whl" , hash = "sha256:e3a057b7a64f1222b56e47bcff5e4b94c4f61faac04c7c4ecb1985e18caa3994" } ,
{ file = "PyYAML-5.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:74782fbd4d4f87ff04159e986886931456a1894c61229be9eaf4de6f6e44b99e" } ,
{ file = "PyYAML-5.3-cp37-cp37m-win32.whl" , hash = "sha256:24521fa2890642614558b492b473bee0ac1f8057a7263156b02e8b14c88ce6f5" } ,
{ file = "PyYAML-5.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:1cf708e2ac57f3aabc87405f04b86354f66799c8e62c28c5fc5f88b5521b2dbf" } ,
{ file = "PyYAML-5.3-cp38-cp38-win32.whl" , hash = "sha256:70024e02197337533eef7b85b068212420f950319cc8c580261963aefc75f811" } ,
{ file = "PyYAML-5.3-cp38-cp38-win_amd64.whl" , hash = "sha256:cb1f2f5e426dc9f07a7681419fe39cee823bb74f723f36f70399123f439e9b20" } ,
{ file = "PyYAML-5.3.tar.gz" , hash = "sha256:e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615" } ,
2019-12-15 21:52:18 +02:00
]
2020-01-25 19:04:48 +02:00
regex = [
2020-02-22 00:59:10 +02:00
{ file = "regex-2020.2.20-cp27-cp27m-win32.whl" , hash = "sha256:99272d6b6a68c7ae4391908fc15f6b8c9a6c345a46b632d7fdb7ef6c883a2bbb" } ,
{ file = "regex-2020.2.20-cp27-cp27m-win_amd64.whl" , hash = "sha256:974535648f31c2b712a6b2595969f8ab370834080e00ab24e5dbb9d19b8bfb74" } ,
{ file = "regex-2020.2.20-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:5de40649d4f88a15c9489ed37f88f053c15400257eeb18425ac7ed0a4e119400" } ,
{ file = "regex-2020.2.20-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:82469a0c1330a4beb3d42568f82dffa32226ced006e0b063719468dcd40ffdf0" } ,
{ file = "regex-2020.2.20-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:d58a4fa7910102500722defbde6e2816b0372a4fcc85c7e239323767c74f5cbc" } ,
{ file = "regex-2020.2.20-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:f1ac2dc65105a53c1c2d72b1d3e98c2464a133b4067a51a3d2477b28449709a0" } ,
{ file = "regex-2020.2.20-cp36-cp36m-win32.whl" , hash = "sha256:8c2b7fa4d72781577ac45ab658da44c7518e6d96e2a50d04ecb0fd8f28b21d69" } ,
{ file = "regex-2020.2.20-cp36-cp36m-win_amd64.whl" , hash = "sha256:269f0c5ff23639316b29f31df199f401e4cb87529eafff0c76828071635d417b" } ,
{ file = "regex-2020.2.20-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:bed7986547ce54d230fd8721aba6fd19459cdc6d315497b98686d0416efaff4e" } ,
{ file = "regex-2020.2.20-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:046e83a8b160aff37e7034139a336b660b01dbfe58706f9d73f5cdc6b3460242" } ,
{ file = "regex-2020.2.20-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:b33ebcd0222c1d77e61dbcd04a9fd139359bded86803063d3d2d197b796c63ce" } ,
{ file = "regex-2020.2.20-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:bba52d72e16a554d1894a0cc74041da50eea99a8483e591a9edf1025a66843ab" } ,
{ file = "regex-2020.2.20-cp37-cp37m-win32.whl" , hash = "sha256:01b2d70cbaed11f72e57c1cfbaca71b02e3b98f739ce33f5f26f71859ad90431" } ,
{ file = "regex-2020.2.20-cp37-cp37m-win_amd64.whl" , hash = "sha256:113309e819634f499d0006f6200700c8209a2a8bf6bd1bdc863a4d9d6776a5d1" } ,
{ file = "regex-2020.2.20-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:25f4ce26b68425b80a233ce7b6218743c71cf7297dbe02feab1d711a2bf90045" } ,
{ file = "regex-2020.2.20-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:9b64a4cc825ec4df262050c17e18f60252cdd94742b4ba1286bcfe481f1c0f26" } ,
{ file = "regex-2020.2.20-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:9ff16d994309b26a1cdf666a6309c1ef51ad4f72f99d3392bcd7b7139577a1f2" } ,
{ file = "regex-2020.2.20-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:c7f58a0e0e13fb44623b65b01052dae8e820ed9b8b654bb6296bc9c41f571b70" } ,
{ file = "regex-2020.2.20-cp38-cp38-win32.whl" , hash = "sha256:200539b5124bc4721247a823a47d116a7a23e62cc6695744e3eb5454a8888e6d" } ,
{ file = "regex-2020.2.20-cp38-cp38-win_amd64.whl" , hash = "sha256:7f78f963e62a61e294adb6ff5db901b629ef78cb2a1cfce3cf4eeba80c1c67aa" } ,
{ file = "regex-2020.2.20.tar.gz" , hash = "sha256:9e9624440d754733eddbcd4614378c18713d2d9d0dc647cf9c72f64e39671be5" } ,
2020-01-25 19:04:48 +02:00
]
2019-12-15 21:52:18 +02:00
six = [
2020-01-22 00:14:14 +02:00
{ file = "six-1.14.0-py2.py3-none-any.whl" , hash = "sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c" } ,
{ file = "six-1.14.0.tar.gz" , hash = "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a" } ,
2019-12-15 21:52:18 +02:00
]
toml = [
{ file = "toml-0.10.0-py2.7.egg" , hash = "sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3" } ,
{ file = "toml-0.10.0-py2.py3-none-any.whl" , hash = "sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e" } ,
{ file = "toml-0.10.0.tar.gz" , hash = "sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c" } ,
]
tornado = [
2020-03-18 17:04:11 +03:00
{ file = "tornado-6.0.4-cp35-cp35m-win32.whl" , hash = "sha256:5217e601700f24e966ddab689f90b7ea4bd91ff3357c3600fa1045e26d68e55d" } ,
{ file = "tornado-6.0.4-cp35-cp35m-win_amd64.whl" , hash = "sha256:c98232a3ac391f5faea6821b53db8db461157baa788f5d6222a193e9456e1740" } ,
{ file = "tornado-6.0.4-cp36-cp36m-win32.whl" , hash = "sha256:5f6a07e62e799be5d2330e68d808c8ac41d4a259b9cea61da4101b83cb5dc673" } ,
{ file = "tornado-6.0.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:c952975c8ba74f546ae6de2e226ab3cc3cc11ae47baf607459a6728585bb542a" } ,
{ file = "tornado-6.0.4-cp37-cp37m-win32.whl" , hash = "sha256:2c027eb2a393d964b22b5c154d1a23a5f8727db6fda837118a776b29e2b8ebc6" } ,
{ file = "tornado-6.0.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:5618f72e947533832cbc3dec54e1dffc1747a5cb17d1fd91577ed14fa0dc081b" } ,
{ file = "tornado-6.0.4-cp38-cp38-win32.whl" , hash = "sha256:22aed82c2ea340c3771e3babc5ef220272f6fd06b5108a53b4976d0d722bcd52" } ,
{ file = "tornado-6.0.4-cp38-cp38-win_amd64.whl" , hash = "sha256:c58d56003daf1b616336781b26d184023ea4af13ae143d9dda65e31e534940b9" } ,
{ file = "tornado-6.0.4.tar.gz" , hash = "sha256:0fe2d45ba43b00a41cd73f8be321a44936dc1aba233dee979f17a042b83eb6dc" } ,
2019-12-15 21:52:18 +02:00
]
traitlets = [
{ file = "traitlets-4.3.3-py2.py3-none-any.whl" , hash = "sha256:70b4c6a1d9019d7b4f6846832288f86998aa3b9207c6821f3578a6a6a467fe44" } ,
{ file = "traitlets-4.3.3.tar.gz" , hash = "sha256:d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7" } ,
]
typed-ast = [
2020-01-22 00:14:14 +02:00
{ file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3" } ,
{ file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb" } ,
{ file = "typed_ast-1.4.1-cp35-cp35m-win32.whl" , hash = "sha256:0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919" } ,
{ file = "typed_ast-1.4.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01" } ,
{ file = "typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75" } ,
{ file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652" } ,
{ file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7" } ,
{ file = "typed_ast-1.4.1-cp36-cp36m-win32.whl" , hash = "sha256:4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1" } ,
{ file = "typed_ast-1.4.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa" } ,
{ file = "typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614" } ,
{ file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41" } ,
{ file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b" } ,
{ file = "typed_ast-1.4.1-cp37-cp37m-win32.whl" , hash = "sha256:d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe" } ,
{ file = "typed_ast-1.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355" } ,
{ file = "typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6" } ,
{ file = "typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907" } ,
{ file = "typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d" } ,
{ file = "typed_ast-1.4.1-cp38-cp38-win32.whl" , hash = "sha256:715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c" } ,
{ file = "typed_ast-1.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4" } ,
{ file = "typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34" } ,
{ file = "typed_ast-1.4.1.tar.gz" , hash = "sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b" } ,
2019-12-15 21:52:18 +02:00
]
typing-extensions = [
{ file = "typing_extensions-3.7.4.1-py2-none-any.whl" , hash = "sha256:910f4656f54de5993ad9304959ce9bb903f90aadc7c67a0bef07e678014e892d" } ,
{ file = "typing_extensions-3.7.4.1-py3-none-any.whl" , hash = "sha256:cf8b63fedea4d89bab840ecbb93e75578af28f76f66c35889bd7065f5af88575" } ,
{ file = "typing_extensions-3.7.4.1.tar.gz" , hash = "sha256:091ecc894d5e908ac75209f10d5b4f118fbdb2eb1ede6a63544054bb1edb41f2" } ,
]
uvloop = [
{ file = "uvloop-0.14.0-cp35-cp35m-macosx_10_11_x86_64.whl" , hash = "sha256:08b109f0213af392150e2fe6f81d33261bb5ce968a288eb698aad4f46eb711bd" } ,
{ file = "uvloop-0.14.0-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:4544dcf77d74f3a84f03dd6278174575c44c67d7165d4c42c71db3fdc3860726" } ,
{ file = "uvloop-0.14.0-cp36-cp36m-macosx_10_11_x86_64.whl" , hash = "sha256:b4f591aa4b3fa7f32fb51e2ee9fea1b495eb75b0b3c8d0ca52514ad675ae63f7" } ,
{ file = "uvloop-0.14.0-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:f07909cd9fc08c52d294b1570bba92186181ca01fe3dc9ffba68955273dd7362" } ,
{ file = "uvloop-0.14.0-cp37-cp37m-macosx_10_11_x86_64.whl" , hash = "sha256:afd5513c0ae414ec71d24f6f123614a80f3d27ca655a4fcf6cabe50994cc1891" } ,
{ file = "uvloop-0.14.0-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:e7514d7a48c063226b7d06617cbb12a14278d4323a065a8d46a7962686ce2e95" } ,
{ file = "uvloop-0.14.0-cp38-cp38-macosx_10_11_x86_64.whl" , hash = "sha256:bcac356d62edd330080aed082e78d4b580ff260a677508718f88016333e2c9c5" } ,
{ file = "uvloop-0.14.0-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:4315d2ec3ca393dd5bc0b0089d23101276778c304d42faff5dc4579cb6caef09" } ,
{ file = "uvloop-0.14.0.tar.gz" , hash = "sha256:123ac9c0c7dd71464f58f1b4ee0bbd81285d96cdda8bc3519281b8973e3a461e" } ,
]
wcwidth = [
2020-01-05 20:12:35 +02:00
{ file = "wcwidth-0.1.8-py2.py3-none-any.whl" , hash = "sha256:8fd29383f539be45b20bd4df0dc29c20ba48654a41e661925e612311e9f3c603" } ,
{ file = "wcwidth-0.1.8.tar.gz" , hash = "sha256:f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8" } ,
2019-12-15 21:52:18 +02:00
]
yarl = [
{ file = "yarl-1.4.2-cp35-cp35m-macosx_10_13_x86_64.whl" , hash = "sha256:3ce3d4f7c6b69c4e4f0704b32eca8123b9c58ae91af740481aa57d7857b5e41b" } ,
{ file = "yarl-1.4.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:a4844ebb2be14768f7994f2017f70aca39d658a96c786211be5ddbe1c68794c1" } ,
{ file = "yarl-1.4.2-cp35-cp35m-win32.whl" , hash = "sha256:d8cdee92bc930d8b09d8bd2043cedd544d9c8bd7436a77678dd602467a993080" } ,
{ file = "yarl-1.4.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:c2b509ac3d4b988ae8769901c66345425e361d518aecbe4acbfc2567e416626a" } ,
{ file = "yarl-1.4.2-cp36-cp36m-macosx_10_13_x86_64.whl" , hash = "sha256:308b98b0c8cd1dfef1a0311dc5e38ae8f9b58349226aa0533f15a16717ad702f" } ,
{ file = "yarl-1.4.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:944494be42fa630134bf907714d40207e646fd5a94423c90d5b514f7b0713fea" } ,
{ file = "yarl-1.4.2-cp36-cp36m-win32.whl" , hash = "sha256:5b10eb0e7f044cf0b035112446b26a3a2946bca9d7d7edb5e54a2ad2f6652abb" } ,
{ file = "yarl-1.4.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:a161de7e50224e8e3de6e184707476b5a989037dcb24292b391a3d66ff158e70" } ,
{ file = "yarl-1.4.2-cp37-cp37m-macosx_10_13_x86_64.whl" , hash = "sha256:26d7c90cb04dee1665282a5d1a998defc1a9e012fdca0f33396f81508f49696d" } ,
{ file = "yarl-1.4.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:0c2ab325d33f1b824734b3ef51d4d54a54e0e7a23d13b86974507602334c2cce" } ,
{ file = "yarl-1.4.2-cp37-cp37m-win32.whl" , hash = "sha256:e15199cdb423316e15f108f51249e44eb156ae5dba232cb73be555324a1d49c2" } ,
{ file = "yarl-1.4.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:2098a4b4b9d75ee352807a95cdf5f10180db903bc5b7270715c6bbe2551f64ce" } ,
{ file = "yarl-1.4.2-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:c9959d49a77b0e07559e579f38b2f3711c2b8716b8410b320bf9713013215a1b" } ,
{ file = "yarl-1.4.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:25e66e5e2007c7a39541ca13b559cd8ebc2ad8fe00ea94a2aad28a9b1e44e5ae" } ,
{ file = "yarl-1.4.2-cp38-cp38-win32.whl" , hash = "sha256:6faa19d3824c21bcbfdfce5171e193c8b4ddafdf0ac3f129ccf0cdfcb083e462" } ,
{ file = "yarl-1.4.2-cp38-cp38-win_amd64.whl" , hash = "sha256:0ca2f395591bbd85ddd50a82eb1fde9c1066fafe888c5c7cc1d810cf03fd3cc6" } ,
{ file = "yarl-1.4.2.tar.gz" , hash = "sha256:58cd9c469eced558cd81aa3f484b2924e8897049e06889e8ff2510435b7ef74b" } ,
]
zipp = [
2020-03-18 17:04:11 +03:00
{ file = "zipp-3.1.0-py3-none-any.whl" , hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b" } ,
{ file = "zipp-3.1.0.tar.gz" , hash = "sha256:c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96" } ,
2019-12-15 21:52:18 +02:00
]