2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "atomicwrites"
2020-10-19 21:49:02 -04:00
version = "1.4.0"
2020-10-12 06:47:58 +00:00
description = "Atomic file writes."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
2021-07-03 15:14:24 -04:00
version = "21.2.0"
2020-10-12 06:47:58 +00:00
description = "Classes Without Boilerplate"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-07-03 15:14:24 -04:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2021-07-03 15:14:24 -04:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" ]
2019-11-08 13:47:37 +01:00
2021-10-16 11:52:04 -04:00
[ [ package ] ]
name = "backports.entry-points-selectable"
version = "1.1.0"
description = "Compatibility shim providing selectable entry points for older implementations"
category = "dev"
optional = false
python-versions = ">=2.7"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-flake8" , "pytest-cov" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "pytest-checkdocs (>=2.4)" , "pytest-enabler (>=1.0.1)" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "black"
2022-01-31 19:23:28 -05:00
version = "22.1.0"
2020-10-12 06:47:58 +00:00
description = "The uncompromising code formatter."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-06-10 06:34:26 -04:00
python-versions = ">=3.6.2"
2019-11-08 13:47:37 +01:00
[ package . dependencies ]
2022-01-31 19:23:28 -05:00
click = ">=8.0.0"
2020-08-28 00:30:03 +00:00
mypy-extensions = ">=0.4.3"
2022-01-31 19:23:28 -05:00
pathspec = ">=0.9.0"
2021-10-16 11:52:04 -04:00
platformdirs = ">=2"
2022-01-31 19:23:28 -05:00
tomli = ">=1.1.0"
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
2019-11-08 13:47:37 +01:00
[ package . extras ]
2020-08-28 00:30:03 +00:00
colorama = [ "colorama (>=0.4.3)" ]
2021-11-03 08:35:06 -04:00
d = [ "aiohttp (>=3.7.4)" ]
2021-10-16 11:52:04 -04:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
2021-06-10 06:34:26 -04:00
uvloop = [ "uvloop (>=0.15.2)" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "bw-sphinxtheme"
2020-10-12 06:47:58 +00:00
version = "0.1.8"
description = "Minimalistic sphinx theme in black and white colours"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "cfgv"
2021-10-16 11:52:04 -04:00
version = "3.3.1"
2020-10-12 06:47:58 +00:00
description = "Validate configuration and produce human readable error messages."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2020-10-19 21:49:02 -04:00
python-versions = ">=3.6.1"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "click"
2021-10-16 11:52:04 -04:00
version = "8.0.2"
2020-10-12 06:47:58 +00:00
description = "Composable command line interface toolkit"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-07-03 15:14:24 -04:00
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "colorama"
2020-10-19 21:49:02 -04:00
version = "0.4.4"
2020-10-12 06:47:58 +00:00
description = "Cross-platform colored terminal text."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2020-10-19 21:49:02 -04:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "coverage"
2021-10-16 11:52:04 -04:00
version = "6.0.1"
2020-10-12 06:47:58 +00:00
description = "Code coverage measurement for Python"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-10-16 11:52:04 -04:00
python-versions = ">=3.6"
2020-10-19 21:49:02 -04:00
[ package . extras ]
2021-10-16 11:52:04 -04:00
toml = [ "tomli" ]
2019-11-08 13:47:37 +01:00
2020-08-28 06:23:02 +00:00
[ [ package ] ]
name = "distlib"
2021-10-16 11:52:04 -04:00
version = "0.3.3"
2020-10-12 06:47:58 +00:00
description = "Distribution utilities"
category = "dev"
2020-08-28 06:23:02 +00:00
optional = false
python-versions = "*"
2019-11-23 15:20:45 -05:00
[ [ package ] ]
name = "filelock"
2021-10-16 11:52:04 -04:00
version = "3.3.0"
2020-10-12 06:47:58 +00:00
description = "A platform independent file lock."
category = "dev"
2019-11-23 15:20:45 -05:00
optional = false
2021-10-16 11:52:04 -04:00
python-versions = ">=3.6"
[ package . extras ]
docs = [ "furo (>=2021.8.17b43)" , "sphinx (>=4.1)" , "sphinx-autodoc-typehints (>=1.12)" ]
testing = [ "covdefaults (>=1.2.0)" , "coverage (>=4)" , "pytest (>=4)" , "pytest-cov" , "pytest-timeout (>=1.4.2)" ]
2019-11-23 15:20:45 -05:00
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "identify"
2021-10-16 11:52:04 -04:00
version = "2.3.0"
2020-10-12 06:47:58 +00:00
description = "File identification library for Python"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-07-03 15:14:24 -04:00
python-versions = ">=3.6.1"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2021-07-03 15:14:24 -04:00
license = [ "editdistance-s" ]
2019-11-08 13:47:37 +01:00
2020-08-27 02:18:23 +00:00
[ [ package ] ]
name = "iniconfig"
2020-10-19 21:49:02 -04:00
version = "1.1.1"
2020-10-12 06:47:58 +00:00
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
2020-08-27 02:18:23 +00:00
optional = false
python-versions = "*"
2019-11-08 14:04:58 +01:00
[ [ package ] ]
name = "mypy"
2022-03-16 21:00:17 -04:00
version = "0.941"
2020-10-12 06:47:58 +00:00
description = "Optional static typing for Python"
category = "dev"
2019-11-08 14:04:58 +01:00
optional = false
2021-12-16 20:23:35 -05:00
python-versions = ">=3.6"
2019-11-08 14:04:58 +01:00
[ package . dependencies ]
2021-12-24 07:16:34 -05:00
mypy-extensions = ">=0.4.3"
tomli = ">=1.1.0"
typing-extensions = ">=3.10"
2019-11-08 14:04:58 +01:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2021-12-16 20:23:35 -05:00
python2 = [ "typed-ast (>=1.4.0,<2)" ]
2022-03-12 06:58:19 -05:00
reports = [ "lxml" ]
2019-11-08 14:04:58 +01:00
[ [ package ] ]
name = "mypy-extensions"
2020-10-12 06:47:58 +00:00
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
2019-11-08 14:04:58 +01:00
optional = false
python-versions = "*"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "nodeenv"
2021-07-03 15:14:24 -04:00
version = "1.6.0"
2020-10-12 06:47:58 +00:00
description = "Node.js virtual environment builder"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "packaging"
2021-07-03 15:14:24 -04:00
version = "21.0"
2020-10-12 06:47:58 +00:00
description = "Core utilities for Python packages"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-07-03 15:14:24 -04:00
python-versions = ">=3.6"
2019-11-08 13:47:37 +01:00
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
name = "pathspec"
2021-10-16 11:52:04 -04:00
version = "0.9.0"
2020-10-12 06:47:58 +00:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-10-16 11:52:04 -04:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "platformdirs"
version = "2.4.0"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "Sphinx (>=4)" , "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=6)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pluggy"
2021-10-16 11:52:04 -04:00
version = "1.0.0"
2020-10-12 06:47:58 +00:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-10-16 11:52:04 -04:00
python-versions = ">=3.6"
2019-11-08 13:47:37 +01:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-10-16 11:52:04 -04:00
testing = [ "pytest" , "pytest-benchmark" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pre-commit"
2022-01-19 18:53:50 -05:00
version = "2.17.0"
2020-10-12 06:47:58 +00:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2020-08-28 06:23:02 +00:00
python-versions = ">=3.6.1"
2019-11-08 13:47:37 +01:00
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
2020-08-28 06:23:02 +00:00
pyyaml = ">=5.1"
2019-11-08 13:47:37 +01:00
toml = "*"
2020-08-28 06:23:02 +00:00
virtualenv = ">=20.0.8"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "py"
2021-07-03 15:14:24 -04:00
version = "1.10.0"
2020-10-12 06:47:58 +00:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pyparsing"
2020-10-19 21:49:02 -04:00
version = "2.4.7"
2020-10-12 06:47:58 +00:00
description = "Python parsing module"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "pytest"
2022-03-16 19:55:39 -04:00
version = "7.1.0"
2020-10-12 06:47:58 +00:00
description = "pytest: simple powerful testing with Python"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-03-16 19:55:39 -04:00
python-versions = ">=3.7"
2019-11-08 13:47:37 +01:00
[ package . dependencies ]
2020-10-12 06:47:58 +00:00
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
2020-12-15 06:11:42 +00:00
attrs = ">=19.2.0"
2020-10-12 06:47:58 +00:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2020-08-27 02:18:23 +00:00
iniconfig = "*"
2019-11-08 13:47:37 +01:00
packaging = "*"
2021-09-03 22:16:08 -04:00
pluggy = ">=0.12,<2.0"
2020-08-27 02:18:23 +00:00
py = ">=1.8.2"
2022-02-05 14:08:51 -05:00
tomli = ">=1.0.0"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2022-02-05 14:08:51 -05:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "xmlschema" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pytest-cov"
2021-06-02 06:43:30 -04:00
version = "2.12.1"
2020-10-12 06:47:58 +00:00
description = "Pytest plugin for measuring coverage."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2020-08-28 00:17:35 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-08 13:47:37 +01:00
[ package . dependencies ]
2021-06-02 06:43:30 -04:00
coverage = ">=5.2.1"
2020-08-28 00:17:35 +00:00
pytest = ">=4.6"
2021-06-02 06:43:30 -04:00
toml = "*"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2021-06-02 06:43:30 -04:00
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pytest-runner"
2022-02-28 21:29:17 -05:00
version = "6.0.0"
2020-10-12 06:47:58 +00:00
description = "Invoke py.test as distutils command with dependency resolution"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-02-28 21:29:17 -05:00
python-versions = ">=3.7"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2022-02-28 21:29:17 -05:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" , "jaraco.tidelift (>=1.4)" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "pytest-virtualenv" , "types-setuptools" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pyyaml"
2021-07-03 15:14:24 -04:00
version = "5.4.1"
2020-10-12 06:47:58 +00:00
description = "YAML parser and emitter for Python"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-07-03 15:14:24 -04:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "six"
2021-07-03 15:14:24 -04:00
version = "1.16.0"
2020-10-12 06:47:58 +00:00
description = "Python 2 and 3 compatibility utilities"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2020-08-28 00:22:39 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "toml"
2021-07-03 15:14:24 -04:00
version = "0.10.2"
2020-10-12 06:47:58 +00:00
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-07-03 15:14:24 -04:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2019-11-08 13:47:37 +01:00
2021-07-16 17:02:44 +00:00
[ [ package ] ]
name = "tomli"
2021-10-16 11:52:04 -04:00
version = "1.2.1"
2021-07-16 17:02:44 +00:00
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.6"
2019-11-23 15:20:45 -05:00
[ [ package ] ]
name = "tox"
2021-12-29 16:10:57 -05:00
version = "3.24.5"
2020-10-12 06:47:58 +00:00
description = "tox is a generic virtualenv management and test command line tool"
category = "dev"
2019-11-23 15:20:45 -05:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
2020-10-12 06:47:58 +00:00
colorama = { version = ">=0.4.1" , markers = "platform_system == \"Windows\"" }
2020-08-28 00:22:39 +00:00
filelock = ">=3.0.0"
2019-11-23 15:20:45 -05:00
packaging = ">=14"
2020-08-28 00:22:39 +00:00
pluggy = ">=0.12.0"
py = ">=1.4.17"
six = ">=1.14.0"
2019-11-23 15:20:45 -05:00
toml = ">=0.9.4"
2020-08-28 00:22:39 +00:00
virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
2019-11-23 15:20:45 -05:00
[ package . extras ]
2020-08-28 00:22:39 +00:00
docs = [ "pygments-github-lexers (>=0.0.5)" , "sphinx (>=2.0.0)" , "sphinxcontrib-autoprogram (>=0.1.5)" , "towncrier (>=18.5.0)" ]
2021-12-29 16:10:57 -05:00
testing = [ "flaky (>=3.4.0)" , "freezegun (>=0.3.11)" , "pytest (>=4.0.0)" , "pytest-cov (>=2.5.1)" , "pytest-mock (>=1.10.0)" , "pytest-randomly (>=1.0.0)" , "psutil (>=5.6.1)" , "pathlib2 (>=2.3.3)" ]
2019-11-23 15:20:45 -05:00
2019-11-08 14:04:58 +01:00
[ [ package ] ]
name = "typing-extensions"
2021-10-16 11:52:04 -04:00
version = "3.10.0.2"
2020-10-12 06:47:58 +00:00
description = "Backported and Experimental Type Hints for Python 3.5+"
category = "dev"
2019-11-08 14:04:58 +01:00
optional = false
python-versions = "*"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "virtualenv"
2021-10-16 11:52:04 -04:00
version = "20.8.1"
2020-10-12 06:47:58 +00:00
description = "Virtual Python Environment builder"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-10-16 11:52:04 -04:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-08-28 06:23:02 +00:00
[ package . dependencies ]
2021-10-16 11:52:04 -04:00
"backports.entry-points-selectable" = ">=1.0.4"
2020-08-28 06:23:02 +00:00
distlib = ">=0.3.1,<1"
filelock = ">=3.0.0,<4"
2021-10-16 11:52:04 -04:00
platformdirs = ">=2,<3"
2020-08-28 06:23:02 +00:00
six = ">=1.9.0,<2"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2020-08-28 06:23:02 +00:00
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=19.9.0rc1)" ]
2021-10-16 11:52:04 -04:00
testing = [ "coverage (>=4)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3)" , "pytest (>=4)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.1)" , "pytest-mock (>=2)" , "pytest-randomly (>=1)" , "pytest-timeout (>=1)" , "packaging (>=20.0)" ]
2019-11-08 13:47:37 +01:00
[ metadata ]
2020-10-12 06:47:58 +00:00
lock-version = "1.1"
2021-10-16 11:52:04 -04:00
python-versions = "^3.8"
2022-03-16 21:00:17 -04:00
content-hash = "78225cf86e92ff6b8dcd7f65469f5298ce674e806d40cc145ccf7d67545962b3"
2019-11-08 13:47:37 +01:00
[ metadata . files ]
atomicwrites = [
2020-10-19 21:49:02 -04:00
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
2019-11-08 13:47:37 +01:00
]
attrs = [
2021-07-03 15:14:24 -04:00
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
2019-11-08 13:47:37 +01:00
]
2021-10-16 11:52:04 -04:00
"backports.entry-points-selectable" = [
{ file = "backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl" , hash = "sha256:a6d9a871cde5e15b4c4a53e3d43ba890cc6861ec1332c9c2428c92f977192acc" } ,
{ file = "backports.entry_points_selectable-1.1.0.tar.gz" , hash = "sha256:988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a" } ,
]
2019-11-08 13:47:37 +01:00
black = [
2022-01-31 19:23:28 -05:00
{ file = "black-22.1.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:1297c63b9e1b96a3d0da2d85d11cd9bf8664251fd69ddac068b98dc4f34f73b6" } ,
{ file = "black-22.1.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:2ff96450d3ad9ea499fc4c60e425a1439c2120cbbc1ab959ff20f7c76ec7e866" } ,
{ file = "black-22.1.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:0e21e1f1efa65a50e3960edd068b6ae6d64ad6235bd8bfea116a03b21836af71" } ,
{ file = "black-22.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e2f69158a7d120fd641d1fa9a921d898e20d52e44a74a6fbbcc570a62a6bc8ab" } ,
{ file = "black-22.1.0-cp310-cp310-win_amd64.whl" , hash = "sha256:228b5ae2c8e3d6227e4bde5920d2fc66cc3400fde7bcc74f480cb07ef0b570d5" } ,
{ file = "black-22.1.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b1a5ed73ab4c482208d20434f700d514f66ffe2840f63a6252ecc43a9bc77e8a" } ,
{ file = "black-22.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:35944b7100af4a985abfcaa860b06af15590deb1f392f06c8683b4381e8eeaf0" } ,
{ file = "black-22.1.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:7835fee5238fc0a0baf6c9268fb816b5f5cd9b8793423a75e8cd663c48d073ba" } ,
{ file = "black-22.1.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:dae63f2dbf82882fa3b2a3c49c32bffe144970a573cd68d247af6560fc493ae1" } ,
{ file = "black-22.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5fa1db02410b1924b6749c245ab38d30621564e658297484952f3d8a39fce7e8" } ,
{ file = "black-22.1.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:c8226f50b8c34a14608b848dc23a46e5d08397d009446353dad45e04af0c8e28" } ,
{ file = "black-22.1.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:2d6f331c02f0f40aa51a22e479c8209d37fcd520c77721c034517d44eecf5912" } ,
{ file = "black-22.1.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:742ce9af3086e5bd07e58c8feb09dbb2b047b7f566eb5f5bc63fd455814979f3" } ,
{ file = "black-22.1.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:fdb8754b453fb15fad3f72cd9cad3e16776f0964d67cf30ebcbf10327a3777a3" } ,
{ file = "black-22.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f5660feab44c2e3cb24b2419b998846cbb01c23c7fe645fee45087efa3da2d61" } ,
{ file = "black-22.1.0-cp38-cp38-win_amd64.whl" , hash = "sha256:6f2f01381f91c1efb1451998bd65a129b3ed6f64f79663a55fe0e9b74a5f81fd" } ,
{ file = "black-22.1.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:efbadd9b52c060a8fc3b9658744091cb33c31f830b3f074422ed27bad2b18e8f" } ,
{ file = "black-22.1.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:8871fcb4b447206904932b54b567923e5be802b9b19b744fdff092bd2f3118d0" } ,
{ file = "black-22.1.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ccad888050f5393f0d6029deea2a33e5ae371fd182a697313bdbd835d3edaf9c" } ,
{ file = "black-22.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:07e5c049442d7ca1a2fc273c79d1aecbbf1bc858f62e8184abe1ad175c4f7cc2" } ,
{ file = "black-22.1.0-cp39-cp39-win_amd64.whl" , hash = "sha256:373922fc66676133ddc3e754e4509196a8c392fec3f5ca4486673e685a421321" } ,
{ file = "black-22.1.0-py3-none-any.whl" , hash = "sha256:3524739d76b6b3ed1132422bf9d82123cd1705086723bc3e235ca39fd21c667d" } ,
{ file = "black-22.1.0.tar.gz" , hash = "sha256:a7c0192d35635f6fc1174be575cb7915e92e5dd629ee79fdaf0dcfa41a80afb5" } ,
2019-11-08 13:47:37 +01:00
]
bw-sphinxtheme = [
{ file = "bw_sphinxtheme-0.1.8.tar.gz" , hash = "sha256:dde9d9003e044367c28a8a63ee0c38fb53306241b71a04abb97a567f2ddefca9" } ,
]
cfgv = [
2021-10-16 11:52:04 -04:00
{ file = "cfgv-3.3.1-py2.py3-none-any.whl" , hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426" } ,
{ file = "cfgv-3.3.1.tar.gz" , hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736" } ,
2019-11-08 13:47:37 +01:00
]
click = [
2021-10-16 11:52:04 -04:00
{ file = "click-8.0.2-py3-none-any.whl" , hash = "sha256:3fab8aeb8f15f5452ae7511ad448977b3417325bceddd53df87e0bb81f3a8cf8" } ,
{ file = "click-8.0.2.tar.gz" , hash = "sha256:7027bc7bbafaab8b2c2816861d8eb372429ee3c02e193fc2f93d6c4ab9de49c5" } ,
2019-11-08 13:47:37 +01:00
]
colorama = [
2020-10-19 21:49:02 -04:00
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
2019-11-08 13:47:37 +01:00
]
coverage = [
2021-10-16 11:52:04 -04:00
{ file = "coverage-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:abe8207dfb8a61ded9cd830d26c1073c8218fc0ae17eb899cfe8ec0fafae6e22" } ,
{ file = "coverage-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:83faa3692e8306b20293889714fdf573d10ef5efc5843bd7c7aea6971487bd6a" } ,
{ file = "coverage-6.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f82a17f2a77958f3eef40ad385fc82d4c6ba9a77a51a174efe03ce75daebbc16" } ,
{ file = "coverage-6.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5b06f4f1729e2963281d9cd6e65e6976bf27b44d4c07ac5b47223ce45f822cec" } ,
{ file = "coverage-6.0.1-cp310-cp310-win32.whl" , hash = "sha256:7600fac458f74c68b097379f76f3a6e3a630493fc7fc94b6508fedd9d498c194" } ,
{ file = "coverage-6.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:2c5f39d1556e75fc3c4fb071f9e7cfa618895a999a0de763a541d730775d0d5f" } ,
{ file = "coverage-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:3edbb3ec580c73e5a264f5d04f30245bc98eff1a26765d46c5c65134f0a0e2f7" } ,
{ file = "coverage-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ea452a2d83964d08232ade470091015e7ab9b8f53acbec10f2210fbab4ce7e43" } ,
{ file = "coverage-6.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1770d24f45f1f2daeae34cfa3b33fcb29702153544cd2ad40d58399dd4ff53b5" } ,
{ file = "coverage-6.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:ad7182a82843f9f85487f44567c8c688f16c906bdb8d0e44ae462aed61cb8f1b" } ,
{ file = "coverage-6.0.1-cp36-cp36m-win32.whl" , hash = "sha256:9d242a2434801ef5125330deddb4cddba8990c9a49b3dec99dca17dd7eefba5a" } ,
{ file = "coverage-6.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:e66c50f0ab445fec920a9f084914ea1776a809e3016c3738519048195f851bbb" } ,
{ file = "coverage-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5b1ceacb86e0a9558061dcc6baae865ed25933ea57effea644f21657cdce19bc" } ,
{ file = "coverage-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a2e15ab5afbee34abf716fece80ea33ea09a82e7450512f022723b1a82ec9a4e" } ,
{ file = "coverage-6.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6873f3f954d3e3ab8b1881f4e5307cc19f70c9f931c41048d9f7e6fd946eabe7" } ,
{ file = "coverage-6.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0898d6948b31df13391cd40568de8f35fa5901bc922c5ae05cf070587cb9c666" } ,
{ file = "coverage-6.0.1-cp37-cp37m-win32.whl" , hash = "sha256:9c416ba03844608f45661a5b48dc59c6b5e89956efe388564dd138ca8caf540b" } ,
{ file = "coverage-6.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:66fe33e9e0df58675e08e83fe257f89e7f625e7633ea93d0872154e09cce2724" } ,
{ file = "coverage-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:353a50f123f0185cdb7a1e1e3e2cfb9d1fd7e293cfaf68eedaf5bd8e02e3ec32" } ,
{ file = "coverage-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b81a4e667c45b13658b84f9b8f1d32ef86d5405fabcbd181b76b9e51d295f397" } ,
{ file = "coverage-6.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:17426808e8e0824f864876312d41961223bf5e503bf8f1f846735279a60ea345" } ,
{ file = "coverage-6.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e11cca9eb5c9b3eaad899728ee2ce916138399ee8cbbccaadc1871fecb750827" } ,
{ file = "coverage-6.0.1-cp38-cp38-win32.whl" , hash = "sha256:0a7e55cc9f7efa22d5cc9966276ec7a40a8803676f6ccbfdc06a486fba9aa9ee" } ,
{ file = "coverage-6.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:4eb9cd910ca8e243f930243a9940ea1a522e32435d15668445753d087c30ee12" } ,
{ file = "coverage-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:83682b73785d2e078e0b5f63410b8125b122e1a22422640c57edd4011c950f3e" } ,
{ file = "coverage-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b45f89a8ef65c29195f8f28dbe215f44ccb29d934f3e862d2a5c12e38698a793" } ,
{ file = "coverage-6.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:73880a80fad0597eca43e213e5e1711bf6c0fcdb7eb6b01b3b17841ebe5a7f8d" } ,
{ file = "coverage-6.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f398d38e6ebc2637863db1d7be3d4f9c5174e7d24bb3b0716cdb1f204669cbcf" } ,
{ file = "coverage-6.0.1-cp39-cp39-win32.whl" , hash = "sha256:1864bdf9b2ccb43e724051bc23a1c558daf101ad4488ede1945f2a8be1facdad" } ,
{ file = "coverage-6.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c9c413c4397d4cdc7ca89286158d240ce524f9667b52c9a64dd7e13d16cf8815" } ,
{ file = "coverage-6.0.1-pp36-none-any.whl" , hash = "sha256:65da6e3e8325291f012921bbf71fea0a97824e1c573981871096aac6e2cf0ec5" } ,
{ file = "coverage-6.0.1-pp37-none-any.whl" , hash = "sha256:07efe1fbd72e67df026ad5109bcd216acbbd4a29d5208b3dab61779bae6b7b26" } ,
{ file = "coverage-6.0.1.tar.gz" , hash = "sha256:3490ff6dbf3f7accf0750136ed60ae1f487bccc1f097740e3b21262bc9c89854" } ,
2019-11-08 13:47:37 +01:00
]
2020-08-28 06:23:02 +00:00
distlib = [
2021-10-16 11:52:04 -04:00
{ file = "distlib-0.3.3-py2.py3-none-any.whl" , hash = "sha256:c8b54e8454e5bf6237cc84c20e8264c3e991e824ef27e8f1e81049867d861e31" } ,
{ file = "distlib-0.3.3.zip" , hash = "sha256:d982d0751ff6eaaab5e2ec8e691d949ee80eddf01a62eaa96ddb11531fe16b05" } ,
2020-08-28 06:23:02 +00:00
]
2019-11-23 15:20:45 -05:00
filelock = [
2021-10-16 11:52:04 -04:00
{ file = "filelock-3.3.0-py3-none-any.whl" , hash = "sha256:bbc6a0382fe8ec4744ecdf6683a2e07f65eb10ff1aff53fc02a202565446cde0" } ,
{ file = "filelock-3.3.0.tar.gz" , hash = "sha256:8c7eab13dc442dc249e95158bcc12dec724465919bdc9831fdbf0660f03d1785" } ,
2019-11-23 15:20:45 -05:00
]
2019-11-08 13:47:37 +01:00
identify = [
2021-10-16 11:52:04 -04:00
{ file = "identify-2.3.0-py2.py3-none-any.whl" , hash = "sha256:d1e82c83d063571bb88087676f81261a4eae913c492dafde184067c584bc7c05" } ,
{ file = "identify-2.3.0.tar.gz" , hash = "sha256:fd08c97f23ceee72784081f1ce5125c8f53a02d3f2716dde79a6ab8f1039fea5" } ,
2019-11-08 13:47:37 +01:00
]
2020-08-27 02:18:23 +00:00
iniconfig = [
2020-10-19 21:49:02 -04:00
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
2019-11-08 13:47:37 +01:00
]
2019-11-08 14:04:58 +01:00
mypy = [
2022-03-16 21:00:17 -04:00
{ file = "mypy-0.941-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:98f61aad0bb54f797b17da5b82f419e6ce214de0aa7e92211ebee9e40eb04276" } ,
{ file = "mypy-0.941-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6a8e1f63357851444940351e98fb3252956a15f2cabe3d698316d7a2d1f1f896" } ,
{ file = "mypy-0.941-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b30d29251dff4c59b2e5a1fa1bab91ff3e117b4658cb90f76d97702b7a2ae699" } ,
{ file = "mypy-0.941-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8eaf55fdf99242a1c8c792247c455565447353914023878beadb79600aac4a2a" } ,
{ file = "mypy-0.941-cp310-cp310-win_amd64.whl" , hash = "sha256:080097eee5393fd740f32c63f9343580aaa0fb1cda0128fd859dfcf081321c3d" } ,
{ file = "mypy-0.941-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f79137d012ff3227866222049af534f25354c07a0d6b9a171dba9f1d6a1fdef4" } ,
{ file = "mypy-0.941-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8e5974583a77d630a5868eee18f85ac3093caf76e018c510aeb802b9973304ce" } ,
{ file = "mypy-0.941-cp36-cp36m-win_amd64.whl" , hash = "sha256:0dd441fbacf48e19dc0c5c42fafa72b8e1a0ba0a39309c1af9c84b9397d9b15a" } ,
{ file = "mypy-0.941-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0d3bcbe146247997e03bf030122000998b076b3ac6925b0b6563f46d1ce39b50" } ,
{ file = "mypy-0.941-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3bada0cf7b6965627954b3a128903a87cac79a79ccd83b6104912e723ef16c7b" } ,
{ file = "mypy-0.941-cp37-cp37m-win_amd64.whl" , hash = "sha256:eea10982b798ff0ccc3b9e7e42628f932f552c5845066970e67cd6858655d52c" } ,
{ file = "mypy-0.941-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:108f3c7e14a038cf097d2444fa0155462362c6316e3ecb2d70f6dd99cd36084d" } ,
{ file = "mypy-0.941-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d61b73c01fc1de799226963f2639af831307fe1556b04b7c25e2b6c267a3bc76" } ,
{ file = "mypy-0.941-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:42c216a33d2bdba08098acaf5bae65b0c8196afeb535ef4b870919a788a27259" } ,
{ file = "mypy-0.941-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:fc5ecff5a3bbfbe20091b1cad82815507f5ae9c380a3a9bf40f740c70ce30a9b" } ,
{ file = "mypy-0.941-cp38-cp38-win_amd64.whl" , hash = "sha256:bf446223b2e0e4f0a4792938e8d885e8a896834aded5f51be5c3c69566495540" } ,
{ file = "mypy-0.941-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:745071762f32f65e77de6df699366d707fad6c132a660d1342077cbf671ef589" } ,
{ file = "mypy-0.941-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:465a6ce9ca6268cadfbc27a2a94ddf0412568a6b27640ced229270be4f5d394d" } ,
{ file = "mypy-0.941-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:d051ce0946521eba48e19b25f27f98e5ce4dbc91fff296de76240c46b4464df0" } ,
{ file = "mypy-0.941-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:818cfc51c25a5dbfd0705f3ac1919fff6971eb0c02e6f1a1f6a017a42405a7c0" } ,
{ file = "mypy-0.941-cp39-cp39-win_amd64.whl" , hash = "sha256:b2ce2788df0c066c2ff4ba7190fa84f18937527c477247e926abeb9b1168b8cc" } ,
{ file = "mypy-0.941-py3-none-any.whl" , hash = "sha256:3cf77f138efb31727ee7197bc824c9d6d7039204ed96756cc0f9ca7d8e8fc2a4" } ,
{ file = "mypy-0.941.tar.gz" , hash = "sha256:cbcc691d8b507d54cb2b8521f0a2a3d4daa477f62fe77f0abba41e5febb377b7" } ,
2019-11-08 14:04:58 +01: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" } ,
]
2019-11-08 13:47:37 +01:00
nodeenv = [
2021-07-03 15:14:24 -04:00
{ file = "nodeenv-1.6.0-py2.py3-none-any.whl" , hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7" } ,
{ file = "nodeenv-1.6.0.tar.gz" , hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b" } ,
2019-11-08 13:47:37 +01:00
]
packaging = [
2021-07-03 15:14:24 -04:00
{ file = "packaging-21.0-py3-none-any.whl" , hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14" } ,
{ file = "packaging-21.0.tar.gz" , hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" } ,
2019-11-08 13:47:37 +01:00
]
pathspec = [
2021-10-16 11:52:04 -04:00
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
platformdirs = [
{ file = "platformdirs-2.4.0-py3-none-any.whl" , hash = "sha256:8868bbe3c3c80d42f20156f22e7131d2fb321f5bc86a2a345375c6481a67021d" } ,
{ file = "platformdirs-2.4.0.tar.gz" , hash = "sha256:367a5e80b3d04d2428ffa76d33f124cf11e8fff2acdaa9b43d545f5c7d661ef2" } ,
2019-11-08 13:47:37 +01:00
]
pluggy = [
2021-10-16 11:52:04 -04:00
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
2019-11-08 13:47:37 +01:00
]
pre-commit = [
2022-01-19 18:53:50 -05:00
{ file = "pre_commit-2.17.0-py2.py3-none-any.whl" , hash = "sha256:725fa7459782d7bec5ead072810e47351de01709be838c2ce1726b9591dad616" } ,
{ file = "pre_commit-2.17.0.tar.gz" , hash = "sha256:c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a" } ,
2019-11-08 13:47:37 +01:00
]
py = [
2021-07-03 15:14:24 -04:00
{ file = "py-1.10.0-py2.py3-none-any.whl" , hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a" } ,
{ file = "py-1.10.0.tar.gz" , hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3" } ,
2019-11-08 13:47:37 +01:00
]
pyparsing = [
2020-10-19 21:49:02 -04:00
{ file = "pyparsing-2.4.7-py2.py3-none-any.whl" , hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" } ,
{ file = "pyparsing-2.4.7.tar.gz" , hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" } ,
2019-11-08 13:47:37 +01:00
]
pytest = [
2022-03-16 19:55:39 -04:00
{ file = "pytest-7.1.0-py3-none-any.whl" , hash = "sha256:b555252a95bbb2a37a97b5ac2eb050c436f7989993565f5e0c9128fcaacadd0e" } ,
{ file = "pytest-7.1.0.tar.gz" , hash = "sha256:f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47" } ,
2019-11-08 13:47:37 +01:00
]
pytest-cov = [
2021-06-02 06:43:30 -04:00
{ file = "pytest-cov-2.12.1.tar.gz" , hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7" } ,
{ file = "pytest_cov-2.12.1-py2.py3-none-any.whl" , hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a" } ,
2019-11-08 13:47:37 +01:00
]
pytest-runner = [
2022-02-28 21:29:17 -05:00
{ file = "pytest-runner-6.0.0.tar.gz" , hash = "sha256:b4d85362ed29b4c348678de797df438f0f0509497ddb8c647096c02a6d87b685" } ,
{ file = "pytest_runner-6.0.0-py3-none-any.whl" , hash = "sha256:4c059cf11cf4306e369c0f8f703d1eaf8f32fad370f41deb5f007044656aca6b" } ,
2019-11-08 13:47:37 +01:00
]
pyyaml = [
2021-07-03 15:14:24 -04:00
{ file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win32.whl" , hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8" } ,
{ file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc" } ,
2021-11-03 08:35:06 -04:00
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541" } ,
2021-07-03 15:14:24 -04:00
{ file = "PyYAML-5.4.1-cp36-cp36m-win32.whl" , hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63" } ,
2021-11-03 08:35:06 -04:00
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0" } ,
2021-07-03 15:14:24 -04:00
{ file = "PyYAML-5.4.1-cp37-cp37m-win32.whl" , hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb" } ,
2021-11-03 08:35:06 -04:00
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc" } ,
2021-07-03 15:14:24 -04:00
{ file = "PyYAML-5.4.1-cp38-cp38-win32.whl" , hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183" } ,
2021-11-03 08:35:06 -04:00
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6" } ,
2021-07-03 15:14:24 -04:00
{ file = "PyYAML-5.4.1-cp39-cp39-win32.whl" , hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db" } ,
{ file = "PyYAML-5.4.1.tar.gz" , hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" } ,
2019-11-08 13:47:37 +01:00
]
six = [
2021-07-03 15:14:24 -04:00
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
2019-11-08 13:47:37 +01:00
]
toml = [
2021-07-03 15:14:24 -04:00
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
2019-11-08 13:47:37 +01:00
]
2021-07-16 17:02:44 +00:00
tomli = [
2021-10-16 11:52:04 -04:00
{ file = "tomli-1.2.1-py3-none-any.whl" , hash = "sha256:8dd0e9524d6f386271a36b41dbf6c57d8e32fd96fd22b6584679dc569d20899f" } ,
{ file = "tomli-1.2.1.tar.gz" , hash = "sha256:a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442" } ,
2021-07-16 17:02:44 +00:00
]
2019-11-23 15:20:45 -05:00
tox = [
2021-12-29 16:10:57 -05:00
{ file = "tox-3.24.5-py2.py3-none-any.whl" , hash = "sha256:be3362472a33094bce26727f5f771ca0facf6dafa217f65875314e9a6600c95c" } ,
{ file = "tox-3.24.5.tar.gz" , hash = "sha256:67e0e32c90e278251fea45b696d0fef3879089ccbe979b0c556d35d5a70e2993" } ,
2019-11-23 15:20:45 -05:00
]
2019-11-08 14:04:58 +01:00
typing-extensions = [
2021-10-16 11:52:04 -04:00
{ file = "typing_extensions-3.10.0.2-py2-none-any.whl" , hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7" } ,
{ file = "typing_extensions-3.10.0.2-py3-none-any.whl" , hash = "sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34" } ,
{ file = "typing_extensions-3.10.0.2.tar.gz" , hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e" } ,
2019-11-08 14:04:58 +01:00
]
2019-11-08 13:47:37 +01:00
virtualenv = [
2021-10-16 11:52:04 -04:00
{ file = "virtualenv-20.8.1-py2.py3-none-any.whl" , hash = "sha256:10062e34c204b5e4ec5f62e6ef2473f8ba76513a9a617e873f1f8fb4a519d300" } ,
{ file = "virtualenv-20.8.1.tar.gz" , hash = "sha256:bcc17f0b3a29670dd777d6f0755a4c04f28815395bca279cdcb213b97199a6b8" } ,
2019-11-08 13:47:37 +01:00
]