|
|
@@ -1,14 +1,14 @@
|
|
|
[[package]]
|
|
|
-name = "appdirs"
|
|
|
-version = "1.4.4"
|
|
|
-description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
|
+name = "alabaster"
|
|
|
+version = "0.7.12"
|
|
|
+description = "A configurable sidebar-enabled Sphinx theme"
|
|
|
category = "dev"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
|
|
|
[[package]]
|
|
|
name = "astroid"
|
|
|
-version = "2.7.3"
|
|
|
+version = "2.8.4"
|
|
|
description = "An abstract syntax tree for Python with inference support."
|
|
|
category = "dev"
|
|
|
optional = false
|
|
|
@@ -16,29 +16,46 @@ python-versions = "~=3.6"
|
|
|
|
|
|
[package.dependencies]
|
|
|
lazy-object-proxy = ">=1.4.0"
|
|
|
-wrapt = ">=1.11,<1.13"
|
|
|
+typing-extensions = {version = ">=3.10", markers = "python_version < \"3.10\""}
|
|
|
+wrapt = ">=1.11,<1.14"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "babel"
|
|
|
+version = "2.9.1"
|
|
|
+description = "Internationalization utilities"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+pytz = ">=2015.7"
|
|
|
|
|
|
[[package]]
|
|
|
name = "black"
|
|
|
-version = "20.8b1"
|
|
|
+version = "21.9b0"
|
|
|
description = "The uncompromising code formatter."
|
|
|
category = "dev"
|
|
|
optional = false
|
|
|
-python-versions = ">=3.6"
|
|
|
+python-versions = ">=3.6.2"
|
|
|
|
|
|
[package.dependencies]
|
|
|
-appdirs = "*"
|
|
|
click = ">=7.1.2"
|
|
|
mypy-extensions = ">=0.4.3"
|
|
|
-pathspec = ">=0.6,<1"
|
|
|
+pathspec = ">=0.9.0,<1"
|
|
|
+platformdirs = ">=2"
|
|
|
regex = ">=2020.1.8"
|
|
|
-toml = ">=0.10.1"
|
|
|
-typed-ast = ">=1.4.0"
|
|
|
-typing-extensions = ">=3.7.4"
|
|
|
+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\""},
|
|
|
+]
|
|
|
|
|
|
[package.extras]
|
|
|
colorama = ["colorama (>=0.4.3)"]
|
|
|
-d = ["aiohttp (>=3.3.2)", "aiohttp-cors"]
|
|
|
+d = ["aiohttp (>=3.6.0)", "aiohttp-cors (>=0.4.0)"]
|
|
|
+jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
|
|
|
+python2 = ["typed-ast (>=1.4.2)"]
|
|
|
+uvloop = ["uvloop (>=0.15.2)"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "certifi"
|
|
|
@@ -98,6 +115,14 @@ python-versions = "*"
|
|
|
[package.dependencies]
|
|
|
six = "*"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "docutils"
|
|
|
+version = "0.17.1"
|
|
|
+description = "Docutils -- Python Documentation Utilities"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "future"
|
|
|
version = "0.18.2"
|
|
|
@@ -140,6 +165,14 @@ category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "imagesize"
|
|
|
+version = "1.2.0"
|
|
|
+description = "Getting image size from png/jpeg/jpeg2000/gif file"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "isort"
|
|
|
version = "5.9.3"
|
|
|
@@ -154,6 +187,20 @@ requirements_deprecated_finder = ["pipreqs", "pip-api"]
|
|
|
colors = ["colorama (>=0.4.3,<0.5.0)"]
|
|
|
plugins = ["setuptools"]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "jinja2"
|
|
|
+version = "3.0.2"
|
|
|
+description = "A very fast and expressive template engine."
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.6"
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+MarkupSafe = ">=2.0"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+i18n = ["Babel (>=2.7)"]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "lazy-object-proxy"
|
|
|
version = "1.6.0"
|
|
|
@@ -162,6 +209,14 @@ category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "markupsafe"
|
|
|
+version = "2.0.1"
|
|
|
+description = "Safely add untrusted strings to HTML/XML markup."
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.6"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "mccabe"
|
|
|
version = "0.6.1"
|
|
|
@@ -186,6 +241,17 @@ category = "dev"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "packaging"
|
|
|
+version = "21.0"
|
|
|
+description = "Core utilities for Python packages"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.6"
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+pyparsing = ">=2.0.2"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "pathspec"
|
|
|
version = "0.9.0"
|
|
|
@@ -225,21 +291,41 @@ category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "pygments"
|
|
|
+version = "2.10.0"
|
|
|
+description = "Pygments is a syntax highlighting package written in Python."
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.5"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "pylint"
|
|
|
-version = "2.10.2"
|
|
|
+version = "2.11.1"
|
|
|
description = "python code static checker"
|
|
|
category = "dev"
|
|
|
optional = false
|
|
|
python-versions = "~=3.6"
|
|
|
|
|
|
[package.dependencies]
|
|
|
-astroid = ">=2.7.2,<2.8"
|
|
|
+astroid = ">=2.8.0,<2.9"
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
isort = ">=4.2.5,<6"
|
|
|
mccabe = ">=0.6,<0.7"
|
|
|
platformdirs = ">=2.2.0"
|
|
|
toml = ">=0.7.1"
|
|
|
+typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pyparsing"
|
|
|
+version = "3.0.3"
|
|
|
+description = "Python parsing module"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.6"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+diagrams = ["jinja2", "railroad-diagrams"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "python-frontmatter"
|
|
|
@@ -253,6 +339,14 @@ python-versions = "*"
|
|
|
PyYAML = "*"
|
|
|
six = "*"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "pytz"
|
|
|
+version = "2021.3"
|
|
|
+description = "World timezone definitions, modern and historical"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = "*"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "pyyaml"
|
|
|
version = "5.4.1"
|
|
|
@@ -295,6 +389,131 @@ category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "snowballstemmer"
|
|
|
+version = "2.1.0"
|
|
|
+description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = "*"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sphinx"
|
|
|
+version = "4.2.0"
|
|
|
+description = "Python documentation generator"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.6"
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+alabaster = ">=0.7,<0.8"
|
|
|
+babel = ">=1.3"
|
|
|
+colorama = {version = ">=0.3.5", markers = "sys_platform == \"win32\""}
|
|
|
+docutils = ">=0.14,<0.18"
|
|
|
+imagesize = "*"
|
|
|
+Jinja2 = ">=2.3"
|
|
|
+packaging = "*"
|
|
|
+Pygments = ">=2.0"
|
|
|
+requests = ">=2.5.0"
|
|
|
+snowballstemmer = ">=1.1"
|
|
|
+sphinxcontrib-applehelp = "*"
|
|
|
+sphinxcontrib-devhelp = "*"
|
|
|
+sphinxcontrib-htmlhelp = ">=2.0.0"
|
|
|
+sphinxcontrib-jsmath = "*"
|
|
|
+sphinxcontrib-qthelp = "*"
|
|
|
+sphinxcontrib-serializinghtml = ">=1.1.5"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+docs = ["sphinxcontrib-websupport"]
|
|
|
+lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.900)", "docutils-stubs", "types-typed-ast", "types-pkg-resources", "types-requests"]
|
|
|
+test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sphinx-rtd-theme"
|
|
|
+version = "1.0.0"
|
|
|
+description = "Read the Docs theme for Sphinx"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+docutils = "<0.18"
|
|
|
+sphinx = ">=1.6"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+dev = ["transifex-client", "sphinxcontrib-httpdomain", "bump2version"]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sphinxcontrib-applehelp"
|
|
|
+version = "1.0.2"
|
|
|
+description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.5"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+lint = ["flake8", "mypy", "docutils-stubs"]
|
|
|
+test = ["pytest"]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sphinxcontrib-devhelp"
|
|
|
+version = "1.0.2"
|
|
|
+description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.5"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+lint = ["flake8", "mypy", "docutils-stubs"]
|
|
|
+test = ["pytest"]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sphinxcontrib-htmlhelp"
|
|
|
+version = "2.0.0"
|
|
|
+description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.6"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+lint = ["flake8", "mypy", "docutils-stubs"]
|
|
|
+test = ["pytest", "html5lib"]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sphinxcontrib-jsmath"
|
|
|
+version = "1.0.1"
|
|
|
+description = "A sphinx extension which renders display math in HTML via JavaScript"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.5"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+test = ["pytest", "flake8", "mypy"]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sphinxcontrib-qthelp"
|
|
|
+version = "1.0.3"
|
|
|
+description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.5"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+lint = ["flake8", "mypy", "docutils-stubs"]
|
|
|
+test = ["pytest"]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sphinxcontrib-serializinghtml"
|
|
|
+version = "1.1.5"
|
|
|
+description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.5"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+lint = ["flake8", "mypy", "docutils-stubs"]
|
|
|
+test = ["pytest"]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "toml"
|
|
|
version = "0.10.2"
|
|
|
@@ -304,12 +523,12 @@ optional = false
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "typed-ast"
|
|
|
-version = "1.4.3"
|
|
|
-description = "a fork of Python 2 and 3 ast modules with type comment support"
|
|
|
+name = "tomli"
|
|
|
+version = "1.2.2"
|
|
|
+description = "A lil' TOML parser"
|
|
|
category = "dev"
|
|
|
optional = false
|
|
|
-python-versions = "*"
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
|
[[package]]
|
|
|
name = "typing-extensions"
|
|
|
@@ -343,20 +562,24 @@ python-versions = "*"
|
|
|
[metadata]
|
|
|
lock-version = "1.1"
|
|
|
python-versions = "^3.8"
|
|
|
-content-hash = "06d4b05fbdcc7975f6909b30293f899f7eb03732929f5831cecc4f0dd3af6336"
|
|
|
+content-hash = "5278a277b9a28b103c2104e4f094af4e7177a0ab01aefb923f55b1258472b817"
|
|
|
|
|
|
[metadata.files]
|
|
|
-appdirs = [
|
|
|
- {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
|
|
|
- {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"},
|
|
|
+alabaster = [
|
|
|
+ {file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"},
|
|
|
+ {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"},
|
|
|
]
|
|
|
astroid = [
|
|
|
- {file = "astroid-2.7.3-py3-none-any.whl", hash = "sha256:dc1e8b28427d6bbef6b8842b18765ab58f558c42bb80540bd7648c98412af25e"},
|
|
|
- {file = "astroid-2.7.3.tar.gz", hash = "sha256:3b680ce0419b8a771aba6190139a3998d14b413852506d99aff8dc2bf65ee67c"},
|
|
|
+ {file = "astroid-2.8.4-py3-none-any.whl", hash = "sha256:0755c998e7117078dcb7d0bda621391dd2a85da48052d948c7411ab187325346"},
|
|
|
+ {file = "astroid-2.8.4.tar.gz", hash = "sha256:1e83a69fd51b013ebf5912d26b9338d6643a55fec2f20c787792680610eed4a2"},
|
|
|
+]
|
|
|
+babel = [
|
|
|
+ {file = "Babel-2.9.1-py2.py3-none-any.whl", hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9"},
|
|
|
+ {file = "Babel-2.9.1.tar.gz", hash = "sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0"},
|
|
|
]
|
|
|
black = [
|
|
|
- {file = "black-20.8b1-py3-none-any.whl", hash = "sha256:70b62ef1527c950db59062cda342ea224d772abdf6adc58b86a45421bab20a6b"},
|
|
|
- {file = "black-20.8b1.tar.gz", hash = "sha256:1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea"},
|
|
|
+ {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"},
|
|
|
@@ -380,6 +603,10 @@ colorama = [
|
|
|
configobj = [
|
|
|
{file = "configobj-5.0.6.tar.gz", hash = "sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"},
|
|
|
]
|
|
|
+docutils = [
|
|
|
+ {file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"},
|
|
|
+ {file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"},
|
|
|
+]
|
|
|
future = [
|
|
|
{file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"},
|
|
|
]
|
|
|
@@ -394,10 +621,18 @@ idna = [
|
|
|
{file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
|
|
|
{file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
|
|
|
]
|
|
|
+imagesize = [
|
|
|
+ {file = "imagesize-1.2.0-py2.py3-none-any.whl", hash = "sha256:6965f19a6a2039c7d48bca7dba2473069ff854c36ae6f19d2cde309d998228a1"},
|
|
|
+ {file = "imagesize-1.2.0.tar.gz", hash = "sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"},
|
|
|
+]
|
|
|
isort = [
|
|
|
{file = "isort-5.9.3-py3-none-any.whl", hash = "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2"},
|
|
|
{file = "isort-5.9.3.tar.gz", hash = "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899"},
|
|
|
]
|
|
|
+jinja2 = [
|
|
|
+ {file = "Jinja2-3.0.2-py3-none-any.whl", hash = "sha256:8569982d3f0889eed11dd620c706d39b60c36d6d25843961f33f77fb6bc6b20c"},
|
|
|
+ {file = "Jinja2-3.0.2.tar.gz", hash = "sha256:827a0e32839ab1600d4eb1c4c33ec5a8edfbc5cb42dafa13b81f182f97784b45"},
|
|
|
+]
|
|
|
lazy-object-proxy = [
|
|
|
{file = "lazy-object-proxy-1.6.0.tar.gz", hash = "sha256:489000d368377571c6f982fba6497f2aa13c6d1facc40660963da62f5c379726"},
|
|
|
{file = "lazy_object_proxy-1.6.0-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:c6938967f8528b3668622a9ed3b31d145fab161a32f5891ea7b84f6b790be05b"},
|
|
|
@@ -422,6 +657,62 @@ lazy-object-proxy = [
|
|
|
{file = "lazy_object_proxy-1.6.0-cp39-cp39-win32.whl", hash = "sha256:1fee665d2638491f4d6e55bd483e15ef21f6c8c2095f235fef72601021e64f61"},
|
|
|
{file = "lazy_object_proxy-1.6.0-cp39-cp39-win_amd64.whl", hash = "sha256:f5144c75445ae3ca2057faac03fda5a902eff196702b0a24daf1d6ce0650514b"},
|
|
|
]
|
|
|
+markupsafe = [
|
|
|
+ {file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:36bc903cbb393720fad60fc28c10de6acf10dc6cc883f3e24ee4012371399a38"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2d7d807855b419fc2ed3e631034685db6079889a1f01d5d9dac950f764da3dad"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:add36cb2dbb8b736611303cd3bfcee00afd96471b09cda130da3581cbdc56a6d"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:168cd0a3642de83558a5153c8bd34f175a9a6e7f6dc6384b9655d2697312a646"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp310-cp310-win32.whl", hash = "sha256:99df47edb6bda1249d3e80fdabb1dab8c08ef3975f69aed437cb69d0a5de1e28"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:e0f138900af21926a02425cf736db95be9f4af72ba1bb21453432a07f6082134"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:f9081981fe268bd86831e5c75f7de206ef275defcb82bc70740ae6dc507aee51"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:0955295dd5eec6cb6cc2fe1698f4c6d84af2e92de33fbcac4111913cd100a6ff"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:0446679737af14f45767963a1a9ef7620189912317d095f2d9ffa183a4d25d2b"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:f826e31d18b516f653fe296d967d700fddad5901ae07c622bb3705955e1faa94"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:fa130dd50c57d53368c9d59395cb5526eda596d3ffe36666cd81a44d56e48872"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:905fec760bd2fa1388bb5b489ee8ee5f7291d692638ea5f67982d968366bef9f"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bf5d821ffabf0ef3533c39c518f3357b171a1651c1ff6827325e4489b0e46c3c"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0d4b31cc67ab36e3392bbf3862cfbadac3db12bdd8b02a2731f509ed5b829724"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:baa1a4e8f868845af802979fcdbf0bb11f94f1cb7ced4c4b8a351bb60d108145"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-win32.whl", hash = "sha256:6c4ca60fa24e85fe25b912b01e62cb969d69a23a5d5867682dd3e80b5b02581d"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b2f4bf27480f5e5e8ce285a8c8fd176c0b03e93dcc6646477d4630e83440c6a9"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0717a7390a68be14b8c793ba258e075c6f4ca819f15edfc2a3a027c823718567"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:6557b31b5e2c9ddf0de32a691f2312a32f77cd7681d8af66c2692efdbef84c18"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:49e3ceeabbfb9d66c3aef5af3a60cc43b85c33df25ce03d0031a608b0a8b2e3f"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:d7f9850398e85aba693bb640262d3611788b1f29a79f0c93c565694658f4071f"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:6a7fae0dd14cf60ad5ff42baa2e95727c3d81ded453457771d02b7d2b3f9c0c2"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:b7f2d075102dc8c794cbde1947378051c4e5180d52d276987b8d28a3bd58c17d"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e9936f0b261d4df76ad22f8fee3ae83b60d7c3e871292cd42f40b81b70afae85"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:2a7d351cbd8cfeb19ca00de495e224dea7e7d919659c2841bbb7f420ad03e2d6"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:60bf42e36abfaf9aff1f50f52644b336d4f0a3fd6d8a60ca0d054ac9f713a864"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-win32.whl", hash = "sha256:a30e67a65b53ea0a5e62fe23682cfe22712e01f453b95233b25502f7c61cb415"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:611d1ad9a4288cf3e3c16014564df047fe08410e628f89805e475368bd304914"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:be98f628055368795d818ebf93da628541e10b75b41c559fdf36d104c5787066"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:1d609f577dc6e1aa17d746f8bd3c31aa4d258f4070d61b2aa5c4166c1539de35"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7d91275b0245b1da4d4cfa07e0faedd5b0812efc15b702576d103293e252af1b"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:01a9b8ea66f1658938f65b93a85ebe8bc016e6769611be228d797c9d998dd298"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:47ab1e7b91c098ab893b828deafa1203de86d0bc6ab587b160f78fe6c4011f75"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:97383d78eb34da7e1fa37dd273c20ad4320929af65d156e35a5e2d89566d9dfb"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6fcf051089389abe060c9cd7caa212c707e58153afa2c649f00346ce6d260f1b"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:5855f8438a7d1d458206a2466bf82b0f104a3724bf96a1c781ab731e4201731a"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3dd007d54ee88b46be476e293f48c85048603f5f516008bee124ddd891398ed6"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-win32.whl", hash = "sha256:023cb26ec21ece8dc3907c0e8320058b2e0cb3c55cf9564da612bc325bed5e64"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:984d76483eb32f1bcb536dc27e4ad56bba4baa70be32fa87152832cdd9db0833"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:2ef54abee730b502252bcdf31b10dacb0a416229b72c18b19e24a4509f273d26"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3c112550557578c26af18a1ccc9e090bfe03832ae994343cfdacd287db6a6ae7"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:53edb4da6925ad13c07b6d26c2a852bd81e364f95301c66e930ab2aef5b5ddd8"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:f5653a225f31e113b152e56f154ccbe59eeb1c7487b39b9d9f9cdb58e6c79dc5"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:4efca8f86c54b22348a5467704e3fec767b2db12fc39c6d963168ab1d3fc9135"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:ab3ef638ace319fa26553db0624c4699e31a28bb2a835c5faca8f8acf6a5a902"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:f8ba0e8349a38d3001fae7eadded3f6606f0da5d748ee53cc1dab1d6527b9509"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c47adbc92fc1bb2b3274c4b3a43ae0e4573d9fbff4f54cd484555edbf030baf1"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:37205cac2a79194e3750b0af2a5720d95f786a55ce7df90c3af697bfa100eaac"},
|
|
|
+ {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6"},
|
|
|
+ {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"},
|
|
|
+]
|
|
|
mccabe = [
|
|
|
{file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},
|
|
|
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
|
|
|
@@ -433,6 +724,10 @@ 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"},
|
|
|
]
|
|
|
+packaging = [
|
|
|
+ {file = "packaging-21.0-py3-none-any.whl", hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14"},
|
|
|
+ {file = "packaging-21.0.tar.gz", hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"},
|
|
|
+]
|
|
|
pathspec = [
|
|
|
{file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"},
|
|
|
{file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
|
|
|
@@ -477,14 +772,26 @@ pycryptodomex = [
|
|
|
{file = "pycryptodomex-3.10.1-pp36-pypy36_pp73-win32.whl", hash = "sha256:2959304d1ce31ab303d9fb5db2b294814278b35154d9b30bf7facc52d6088d0a"},
|
|
|
{file = "pycryptodomex-3.10.1.tar.gz", hash = "sha256:541cd3e3e252fb19a7b48f420b798b53483302b7fe4d9954c947605d0a263d62"},
|
|
|
]
|
|
|
+pygments = [
|
|
|
+ {file = "Pygments-2.10.0-py3-none-any.whl", hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380"},
|
|
|
+ {file = "Pygments-2.10.0.tar.gz", hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6"},
|
|
|
+]
|
|
|
pylint = [
|
|
|
- {file = "pylint-2.10.2-py3-none-any.whl", hash = "sha256:e178e96b6ba171f8ef51fbce9ca30931e6acbea4a155074d80cc081596c9e852"},
|
|
|
- {file = "pylint-2.10.2.tar.gz", hash = "sha256:6758cce3ddbab60c52b57dcc07f0c5d779e5daf0cf50f6faacbef1d3ea62d2a1"},
|
|
|
+ {file = "pylint-2.11.1-py3-none-any.whl", hash = "sha256:0f358e221c45cbd4dad2a1e4b883e75d28acdcccd29d40c76eb72b307269b126"},
|
|
|
+ {file = "pylint-2.11.1.tar.gz", hash = "sha256:2c9843fff1a88ca0ad98a256806c82c5a8f86086e7ccbdb93297d86c3f90c436"},
|
|
|
+]
|
|
|
+pyparsing = [
|
|
|
+ {file = "pyparsing-3.0.3-py3-none-any.whl", hash = "sha256:f8d3fe9fc404576c5164f0f0c4e382c96b85265e023c409c43d48f65da9d60d0"},
|
|
|
+ {file = "pyparsing-3.0.3.tar.gz", hash = "sha256:9e3511118010f112a4b4b435ae50e1eaa610cda191acb9e421d60cf5fde83455"},
|
|
|
]
|
|
|
python-frontmatter = [
|
|
|
{file = "python-frontmatter-0.5.0.tar.gz", hash = "sha256:a9c2e90fc38e9f0c68d8b82299040f331ca3b8525ac7fa5f6beffef52b26c426"},
|
|
|
{file = "python_frontmatter-0.5.0-py3-none-any.whl", hash = "sha256:a7dcdfdaf498d488dce98bfa9452f8b70f803a923760ceab1ebd99291d98d28a"},
|
|
|
]
|
|
|
+pytz = [
|
|
|
+ {file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"},
|
|
|
+ {file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"},
|
|
|
+]
|
|
|
pyyaml = [
|
|
|
{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"},
|
|
|
@@ -560,41 +867,49 @@ six = [
|
|
|
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
|
|
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
|
|
]
|
|
|
+snowballstemmer = [
|
|
|
+ {file = "snowballstemmer-2.1.0-py2.py3-none-any.whl", hash = "sha256:b51b447bea85f9968c13b650126a888aabd4cb4463fca868ec596826325dedc2"},
|
|
|
+ {file = "snowballstemmer-2.1.0.tar.gz", hash = "sha256:e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914"},
|
|
|
+]
|
|
|
+sphinx = [
|
|
|
+ {file = "Sphinx-4.2.0-py3-none-any.whl", hash = "sha256:98a535c62a4fcfcc362528592f69b26f7caec587d32cd55688db580be0287ae0"},
|
|
|
+ {file = "Sphinx-4.2.0.tar.gz", hash = "sha256:94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6"},
|
|
|
+]
|
|
|
+sphinx-rtd-theme = [
|
|
|
+ {file = "sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl", hash = "sha256:4d35a56f4508cfee4c4fb604373ede6feae2a306731d533f409ef5c3496fdbd8"},
|
|
|
+ {file = "sphinx_rtd_theme-1.0.0.tar.gz", hash = "sha256:eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c"},
|
|
|
+]
|
|
|
+sphinxcontrib-applehelp = [
|
|
|
+ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},
|
|
|
+ {file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"},
|
|
|
+]
|
|
|
+sphinxcontrib-devhelp = [
|
|
|
+ {file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"},
|
|
|
+ {file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"},
|
|
|
+]
|
|
|
+sphinxcontrib-htmlhelp = [
|
|
|
+ {file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz", hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2"},
|
|
|
+ {file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl", hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07"},
|
|
|
+]
|
|
|
+sphinxcontrib-jsmath = [
|
|
|
+ {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"},
|
|
|
+ {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"},
|
|
|
+]
|
|
|
+sphinxcontrib-qthelp = [
|
|
|
+ {file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"},
|
|
|
+ {file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"},
|
|
|
+]
|
|
|
+sphinxcontrib-serializinghtml = [
|
|
|
+ {file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz", hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952"},
|
|
|
+ {file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"},
|
|
|
+]
|
|
|
toml = [
|
|
|
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
|
|
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
|
|
|
]
|
|
|
-typed-ast = [
|
|
|
- {file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6"},
|
|
|
- {file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:c907f561b1e83e93fad565bac5ba9c22d96a54e7ea0267c708bffe863cbe4075"},
|
|
|
- {file = "typed_ast-1.4.3-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:1b3ead4a96c9101bef08f9f7d1217c096f31667617b58de957f690c92378b528"},
|
|
|
- {file = "typed_ast-1.4.3-cp35-cp35m-win32.whl", hash = "sha256:dde816ca9dac1d9c01dd504ea5967821606f02e510438120091b84e852367428"},
|
|
|
- {file = "typed_ast-1.4.3-cp35-cp35m-win_amd64.whl", hash = "sha256:777a26c84bea6cd934422ac2e3b78863a37017618b6e5c08f92ef69853e765d3"},
|
|
|
- {file = "typed_ast-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:f8afcf15cc511ada719a88e013cec87c11aff7b91f019295eb4530f96fe5ef2f"},
|
|
|
- {file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:52b1eb8c83f178ab787f3a4283f68258525f8d70f778a2f6dd54d3b5e5fb4341"},
|
|
|
- {file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:01ae5f73431d21eead5015997ab41afa53aa1fbe252f9da060be5dad2c730ace"},
|
|
|
- {file = "typed_ast-1.4.3-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:c190f0899e9f9f8b6b7863debfb739abcb21a5c054f911ca3596d12b8a4c4c7f"},
|
|
|
- {file = "typed_ast-1.4.3-cp36-cp36m-win32.whl", hash = "sha256:398e44cd480f4d2b7ee8d98385ca104e35c81525dd98c519acff1b79bdaac363"},
|
|
|
- {file = "typed_ast-1.4.3-cp36-cp36m-win_amd64.whl", hash = "sha256:bff6ad71c81b3bba8fa35f0f1921fb24ff4476235a6e94a26ada2e54370e6da7"},
|
|
|
- {file = "typed_ast-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0fb71b8c643187d7492c1f8352f2c15b4c4af3f6338f21681d3681b3dc31a266"},
|
|
|
- {file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:760ad187b1041a154f0e4d0f6aae3e40fdb51d6de16e5c99aedadd9246450e9e"},
|
|
|
- {file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5feca99c17af94057417d744607b82dd0a664fd5e4ca98061480fd8b14b18d04"},
|
|
|
- {file = "typed_ast-1.4.3-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:95431a26309a21874005845c21118c83991c63ea800dd44843e42a916aec5899"},
|
|
|
- {file = "typed_ast-1.4.3-cp37-cp37m-win32.whl", hash = "sha256:aee0c1256be6c07bd3e1263ff920c325b59849dc95392a05f258bb9b259cf39c"},
|
|
|
- {file = "typed_ast-1.4.3-cp37-cp37m-win_amd64.whl", hash = "sha256:9ad2c92ec681e02baf81fdfa056fe0d818645efa9af1f1cd5fd6f1bd2bdfd805"},
|
|
|
- {file = "typed_ast-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b36b4f3920103a25e1d5d024d155c504080959582b928e91cb608a65c3a49e1a"},
|
|
|
- {file = "typed_ast-1.4.3-cp38-cp38-manylinux1_i686.whl", hash = "sha256:067a74454df670dcaa4e59349a2e5c81e567d8d65458d480a5b3dfecec08c5ff"},
|
|
|
- {file = "typed_ast-1.4.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7538e495704e2ccda9b234b82423a4038f324f3a10c43bc088a1636180f11a41"},
|
|
|
- {file = "typed_ast-1.4.3-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:af3d4a73793725138d6b334d9d247ce7e5f084d96284ed23f22ee626a7b88e39"},
|
|
|
- {file = "typed_ast-1.4.3-cp38-cp38-win32.whl", hash = "sha256:f2362f3cb0f3172c42938946dbc5b7843c2a28aec307c49100c8b38764eb6927"},
|
|
|
- {file = "typed_ast-1.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:dd4a21253f42b8d2b48410cb31fe501d32f8b9fbeb1f55063ad102fe9c425e40"},
|
|
|
- {file = "typed_ast-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f328adcfebed9f11301eaedfa48e15bdece9b519fb27e6a8c01aa52a17ec31b3"},
|
|
|
- {file = "typed_ast-1.4.3-cp39-cp39-manylinux1_i686.whl", hash = "sha256:2c726c276d09fc5c414693a2de063f521052d9ea7c240ce553316f70656c84d4"},
|
|
|
- {file = "typed_ast-1.4.3-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:cae53c389825d3b46fb37538441f75d6aecc4174f615d048321b716df2757fb0"},
|
|
|
- {file = "typed_ast-1.4.3-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:b9574c6f03f685070d859e75c7f9eeca02d6933273b5e69572e5ff9d5e3931c3"},
|
|
|
- {file = "typed_ast-1.4.3-cp39-cp39-win32.whl", hash = "sha256:209596a4ec71d990d71d5e0d312ac935d86930e6eecff6ccc7007fe54d703808"},
|
|
|
- {file = "typed_ast-1.4.3-cp39-cp39-win_amd64.whl", hash = "sha256:9c6d1a54552b5330bc657b7ef0eae25d00ba7ffe85d9ea8ae6540d2197a3788c"},
|
|
|
- {file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"},
|
|
|
+tomli = [
|
|
|
+ {file = "tomli-1.2.2-py3-none-any.whl", hash = "sha256:f04066f68f5554911363063a30b108d2b5a5b1a010aa8b6132af78489fe3aade"},
|
|
|
+ {file = "tomli-1.2.2.tar.gz", hash = "sha256:c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee"},
|
|
|
]
|
|
|
typing-extensions = [
|
|
|
{file = "typing_extensions-3.10.0.2-py2-none-any.whl", hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7"},
|