2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "alabaster"
version = "0.7.12"
description = "A configurable sidebar-enabled Sphinx theme"
category = "dev"
optional = false
python-versions = "*"
2022-04-01 03:01:38 +00:00
[ [ package ] ]
name = "appdirs"
version = "1.4.4"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = "*"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "asgiref"
2021-12-19 04:25:44 +00:00
version = "3.4.1"
2021-06-17 23:36:29 +00:00
description = "ASGI specs, helper code, and adapters"
2021-10-16 00:25:10 +00:00
category = "main"
2021-06-17 23:36:29 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
typing-extensions = { version = "*" , markers = "python_version < \"3.8\"" }
[ package . extras ]
tests = [ "pytest" , "pytest-asyncio" , "mypy (>=0.800)" ]
[ [ package ] ]
name = "astor"
version = "0.8.1"
description = "Read/rewrite/write Python ASTs"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ [ package ] ]
name = "atomicwrites"
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
version = "21.2.0"
description = "Classes Without Boilerplate"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" ]
[ [ package ] ]
name = "autorepr"
version = "0.3.0"
description = "Makes civilized __repr__, __str__, and __unicode__ methods"
category = "dev"
optional = false
python-versions = "*"
[ [ 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 = "bandit"
2021-12-19 04:25:44 +00:00
version = "1.7.1"
2021-06-17 23:36:29 +00:00
description = "Security oriented static analyser for python code."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
colorama = { version = ">=0.3.9" , markers = "platform_system == \"Windows\"" }
GitPython = ">=1.0.1"
PyYAML = ">=5.3.1"
stevedore = ">=1.20.0"
[ [ package ] ]
name = "black"
2022-06-28 02:28:24 +00:00
version = "22.6.0"
2021-06-17 23:36:29 +00:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
2022-02-01 21:33:52 +00:00
click = ">=8.0.0"
2021-06-17 23:36:29 +00:00
mypy-extensions = ">=0.4.3"
2022-02-01 21:33:52 +00:00
pathspec = ">=0.9.0"
2021-10-31 02:12:17 +00:00
platformdirs = ">=2"
2022-06-28 02:28:24 +00:00
tomli = { version = ">=1.1.0" , markers = "python_full_version < \"3.11.0a7\"" }
2021-11-22 15:57:49 +00:00
typed-ast = { version = ">=1.4.2" , markers = "python_version < \"3.8\" and implementation_name == \"cpython\"" }
2022-02-01 21:33:52 +00:00
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
2021-06-17 23:36:29 +00:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2021-11-01 02:46:12 +00:00
d = [ "aiohttp (>=3.7.4)" ]
2021-10-31 02:12:17 +00:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
2021-06-17 23:36:29 +00:00
uvloop = [ "uvloop (>=0.15.2)" ]
[ [ package ] ]
2022-04-01 03:01:38 +00:00
name = "cattrs"
version = "1.10.0"
description = "Composable complex class support for attrs and dataclasses."
2021-06-17 23:36:29 +00:00
category = "dev"
optional = false
2022-04-01 03:01:38 +00:00
python-versions = ">=3.7,<4.0"
2021-06-17 23:36:29 +00:00
2022-04-01 03:01:38 +00:00
[ package . dependencies ]
attrs = ">=20"
typing_extensions = { version = "*" , markers = "python_version >= \"3.7\" and python_version < \"3.8\"" }
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "certifi"
2021-12-19 04:25:44 +00:00
version = "2021.10.8"
2021-06-17 23:36:29 +00:00
description = "Python package for providing Mozilla's CA Bundle."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
2021-12-19 04:25:44 +00:00
name = "charset-normalizer"
version = "2.0.9"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-06-17 23:36:29 +00:00
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "click"
2021-12-19 04:25:44 +00:00
version = "8.0.3"
2021-06-17 23:36:29 +00:00
description = "Composable command line interface toolkit"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
[ [ package ] ]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "configupdater"
2021-12-19 04:25:44 +00:00
version = "3.0.1"
2021-06-17 23:36:29 +00:00
description = "Parser like ConfigParser but for updating configuration files"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
[ package . extras ]
testing = [ "sphinx" , "flake8" , "pytest" , "pytest-cov" , "pytest-virtualenv" , "pytest-xdist" ]
[ [ package ] ]
name = "coverage"
2022-07-15 02:28:55 +00:00
version = "6.4.2"
2021-06-17 23:36:29 +00:00
description = "Code coverage measurement for Python"
category = "dev"
optional = false
2022-01-27 17:18:44 +00:00
python-versions = ">=3.7"
2021-10-29 03:00:55 +00:00
[ package . dependencies ]
2022-06-04 19:07:37 +00:00
tomli = { version = "*" , optional = true , markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\"" }
2021-06-17 23:36:29 +00:00
[ package . extras ]
2021-10-29 03:00:55 +00:00
toml = [ "tomli" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "darglint"
2021-12-19 04:25:44 +00:00
version = "1.8.1"
2021-06-17 23:36:29 +00:00
description = "A utility for ensuring Google-style docstrings stay up to date with the source code."
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ [ package ] ]
name = "dictdiffer"
2021-12-19 04:25:44 +00:00
version = "0.9.0"
2021-06-17 23:36:29 +00:00
description = "Dictdiffer is a library that helps you to diff and patch dictionaries."
category = "dev"
optional = false
python-versions = "*"
[ package . extras ]
2022-07-27 02:25:21 +00:00
tests = [ "pytest-pydocstyle (>=2.2.0)" , "pytest-pycodestyle (>=2.2.0)" , "pytest (>=6)" , "pytest-pydocstyle (>=2)" , "pytest-pycodestyle (>=2)" , "pytest (==5.4.3)" , "tox (>=3.7.0)" , "sphinx (>=3)" , "pytest-isort (>=1.2.0)" , "pytest-cov (>=2.10.1)" , "mock (>=1.3.0)" , "check-manifest (>=0.42)" ]
numpy = [ "numpy (>=1.20.0)" , "numpy (>=1.18.0)" , "numpy (>=1.15.0)" , "numpy (>=1.13.0)" ]
docs = [ "sphinx-rtd-theme (>=0.2)" , "Sphinx (>=3)" ]
all = [ "numpy (>=1.20.0)" , "pytest-pydocstyle (>=2.2.0)" , "pytest-pycodestyle (>=2.2.0)" , "pytest (>=6)" , "pytest-pydocstyle (>=2)" , "pytest-pycodestyle (>=2)" , "pytest (==5.4.3)" , "numpy (>=1.18.0)" , "numpy (>=1.15.0)" , "numpy (>=1.13.0)" , "tox (>=3.7.0)" , "sphinx (>=3)" , "pytest-isort (>=1.2.0)" , "pytest-cov (>=2.10.1)" , "mock (>=1.3.0)" , "check-manifest (>=0.42)" , "sphinx-rtd-theme (>=0.2)" , "Sphinx (>=3)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "django"
2022-07-05 02:28:43 +00:00
version = "3.2.14"
2021-06-17 23:36:29 +00:00
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
2021-10-16 00:25:10 +00:00
category = "main"
2021-06-17 23:36:29 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
asgiref = ">=3.3.2,<4"
pytz = "*"
sqlparse = ">=0.2.2"
[ package . extras ]
argon2 = [ "argon2-cffi (>=19.1.0)" ]
bcrypt = [ "bcrypt" ]
2021-10-16 00:25:10 +00:00
[ [ package ] ]
name = "django-jsonfield-backport"
2022-02-25 02:57:26 +00:00
version = "1.0.5"
2021-10-16 00:25:10 +00:00
description = "Backport of the cross-DB JSONField model and form fields from Django 3.1."
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
Django = ">=2.2"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "doc8"
2022-07-28 02:22:56 +00:00
version = "1.0.0"
2021-06-17 23:36:29 +00:00
description = "Style checker for Sphinx (or other) RST documentation"
category = "dev"
optional = false
2022-07-28 02:22:56 +00:00
python-versions = ">=3.7"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2022-07-28 02:22:56 +00:00
docutils = ">=0.19,<0.21"
2021-06-17 23:36:29 +00:00
Pygments = "*"
restructuredtext-lint = ">=0.7"
stevedore = "*"
2022-07-28 02:22:56 +00:00
tomli = { version = "*" , markers = "python_version < \"3.11\"" }
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "docutils"
2022-07-28 02:22:56 +00:00
version = "0.19"
2021-06-17 23:36:29 +00:00
description = "Docutils -- Python Documentation Utilities"
category = "dev"
optional = false
2022-07-28 02:22:56 +00:00
python-versions = ">=3.7"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "dparse"
version = "0.5.1"
description = "A parser for Python dependency files"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
packaging = "*"
pyyaml = "*"
toml = "*"
[ package . extras ]
pipenv = [ "pipenv" ]
2022-01-17 23:40:40 +00:00
[ [ package ] ]
name = "dpath"
version = "2.0.5"
description = "Filesystem-like pathing and searching for dictionaries"
category = "dev"
optional = false
python-versions = ">=3"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "eradicate"
version = "2.0.0"
description = "Removes commented-out code."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "flake8"
2022-01-18 00:28:18 +00:00
version = "3.9.2"
2021-06-17 23:36:29 +00:00
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
optional = false
2022-01-18 00:28:18 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2022-01-18 00:28:18 +00:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2021-06-17 23:36:29 +00:00
mccabe = ">=0.6.0,<0.7.0"
2022-01-18 00:28:18 +00:00
pycodestyle = ">=2.7.0,<2.8.0"
pyflakes = ">=2.3.0,<2.4.0"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-bandit"
version = "2.1.2"
description = "Automated security testing with bandit and flake8."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
bandit = "*"
flake8 = "*"
flake8-polyfill = "*"
pycodestyle = "*"
[ [ package ] ]
name = "flake8-broken-line"
2021-12-19 04:25:44 +00:00
version = "0.4.0"
2021-06-17 23:36:29 +00:00
description = "Flake8 plugin to forbid backslashes for line breaks"
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ package . dependencies ]
2021-12-19 04:25:44 +00:00
flake8 = ">=3.5,<5"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-bugbear"
2021-12-19 04:25:44 +00:00
version = "21.11.29"
2021-06-17 23:36:29 +00:00
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
attrs = ">=19.2.0"
flake8 = ">=3.0.0"
[ package . extras ]
2021-12-19 04:25:44 +00:00
dev = [ "coverage" , "hypothesis" , "hypothesmith (>=0.2)" , "pre-commit" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-commas"
2021-12-19 04:25:44 +00:00
version = "2.1.0"
2021-06-17 23:36:29 +00:00
description = "Flake8 lint for trailing commas."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
2021-12-19 04:25:44 +00:00
flake8 = ">=2"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-comprehensions"
2021-12-19 04:25:44 +00:00
version = "3.7.0"
2021-06-17 23:36:29 +00:00
description = "A flake8 plugin to help you write better list/set/dict comprehensions."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2021-12-19 04:25:44 +00:00
flake8 = ">=3.0,<3.2.0 || >3.2.0,<5"
2021-06-17 23:36:29 +00:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
[ [ package ] ]
name = "flake8-debugger"
version = "4.0.0"
description = "ipdb/pdb statement checker plugin for flake8"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
flake8 = ">=3.0"
pycodestyle = "*"
six = "*"
[ [ package ] ]
name = "flake8-docstrings"
version = "1.6.0"
description = "Extension for flake8 which uses pydocstyle to check docstrings"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
flake8 = ">=3"
pydocstyle = ">=2.1"
[ [ package ] ]
name = "flake8-eradicate"
2021-12-19 04:25:44 +00:00
version = "1.2.0"
2021-06-17 23:36:29 +00:00
description = "Flake8 plugin to find commented out code"
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ package . dependencies ]
attrs = "*"
eradicate = ">=2.0,<3.0"
2021-12-19 04:25:44 +00:00
flake8 = ">=3.5,<5"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-isort"
2021-12-19 04:25:44 +00:00
version = "4.1.1"
2021-06-17 23:36:29 +00:00
description = "flake8 plugin that integrates isort ."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
2021-12-19 04:25:44 +00:00
flake8 = ">=3.2.1,<5"
2021-06-17 23:36:29 +00:00
isort = ">=4.3.5,<6"
testfixtures = ">=6.8.0,<7"
[ package . extras ]
2021-12-19 04:25:44 +00:00
test = [ "pytest-cov" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-plugin-utils"
version = "1.3.2"
description = "The package provides base classes and utils for flake8 plugin writing"
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ [ package ] ]
name = "flake8-polyfill"
version = "1.0.2"
description = "Polyfill package for Flake8 plugins"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
flake8 = "*"
[ [ package ] ]
name = "flake8-pytest-style"
2021-12-28 16:35:31 +00:00
version = "1.6.0"
2021-06-17 23:36:29 +00:00
description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests."
category = "dev"
optional = false
2021-12-28 16:35:31 +00:00
python-versions = ">=3.6.2,<4.0.0"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
flake8-plugin-utils = ">=1.3.2,<2.0.0"
[ [ package ] ]
name = "flake8-quotes"
2021-12-19 04:25:44 +00:00
version = "3.3.1"
2021-06-17 23:36:29 +00:00
description = "Flake8 lint for quotes."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
flake8 = "*"
[ [ package ] ]
name = "flake8-rst-docstrings"
2021-12-19 04:25:44 +00:00
version = "0.2.5"
2021-06-17 23:36:29 +00:00
description = "Python docstring reStructuredText (RST) validator"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
flake8 = ">=3.0.0"
2021-10-29 02:41:52 +00:00
pygments = "*"
restructuredtext-lint = "*"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-string-format"
version = "0.3.0"
description = "string format checker, plugin for flake8"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
flake8 = "*"
2022-01-17 23:40:40 +00:00
[ [ package ] ]
name = "flatten-dict"
version = "0.4.2"
description = "A flexible utility for flattening and unflattening dict-like objects in Python."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
six = ">=1.12,<2.0"
2022-04-01 03:01:38 +00:00
[ [ package ] ]
name = "furl"
version = "2.1.3"
description = "URL manipulation made simple."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
orderedmultidict = ">=1.0.1"
six = ">=1.8.0"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "gitdb"
2021-12-19 04:25:44 +00:00
version = "4.0.9"
2021-06-17 23:36:29 +00:00
description = "Git Object Database"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2021-12-19 04:25:44 +00:00
smmap = ">=3.0.1,<6"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "gitpython"
2021-12-19 04:25:44 +00:00
version = "3.1.24"
description = "GitPython is a python library used to interact with Git repositories"
2021-06-17 23:36:29 +00:00
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.7"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
gitdb = ">=4.0.1,<5"
2021-12-19 04:25:44 +00:00
typing-extensions = { version = ">=3.7.4.3" , markers = "python_version < \"3.10\"" }
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "identify"
2021-12-19 04:25:44 +00:00
version = "2.4.0"
2021-06-17 23:36:29 +00:00
description = "File identification library for Python"
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ package . extras ]
2021-12-19 04:25:44 +00:00
license = [ "ukkonen" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "idna"
2021-12-19 04:25:44 +00:00
version = "3.3"
2021-06-17 23:36:29 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.5"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "imagesize"
2021-12-19 04:25:44 +00:00
version = "1.3.0"
2021-06-17 23:36:29 +00:00
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 = "importlib-metadata"
2022-01-18 00:28:18 +00:00
version = "4.10.1"
2021-06-17 23:36:29 +00:00
description = "Read metadata from Python packages"
category = "dev"
optional = false
2022-01-18 00:28:18 +00:00
python-versions = ">=3.7"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2021-10-31 02:18:33 +00:00
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
2021-06-17 23:36:29 +00:00
zipp = ">=0.5"
[ package . extras ]
2021-10-31 02:18:33 +00:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2022-01-18 00:28:18 +00:00
perf = [ "ipython" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "importlib-resources"
2021-12-19 04:25:44 +00:00
version = "5.4.0"
2021-06-17 23:36:29 +00:00
description = "Read resources from Python packages"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
zipp = { version = ">=3.1.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-12-19 04:25:44 +00:00
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "isort"
2021-12-19 04:25:44 +00:00
version = "5.10.1"
2021-06-17 23:36:29 +00:00
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6.1,<4.0"
2021-06-17 23:36:29 +00:00
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
2021-12-19 04:25:44 +00:00
plugins = [ "setuptools" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "jinja2"
2021-12-19 04:25:44 +00:00
version = "3.0.3"
2021-06-17 23:36:29 +00:00
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 = "jmespath"
version = "0.10.0"
description = "JSON Matching Expressions"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "loguru"
version = "0.5.3"
description = "Python logging made (stupidly) simple"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
colorama = { version = ">=0.3.4" , markers = "sys_platform == \"win32\"" }
win32-setctime = { version = ">=1.0.0" , markers = "sys_platform == \"win32\"" }
[ package . extras ]
2022-07-27 02:25:21 +00:00
dev = [ "isort (>=5.1.1)" , "black (>=19.10b0)" , "sphinx-rtd-theme (>=0.4.3)" , "sphinx-autobuild (>=0.7.1)" , "Sphinx (>=2.2.1)" , "pytest-cov (>=2.7.1)" , "pytest (>=4.6.2)" , "tox-travis (>=0.12)" , "tox (>=3.9.0)" , "flake8 (>=3.7.7)" , "colorama (>=0.3.4)" , "codecov (>=2.0.15)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "m2r2"
2021-12-15 00:29:52 +00:00
version = "0.3.2"
2021-06-17 23:36:29 +00:00
description = "Markdown and reStructuredText in a single file."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
docutils = "*"
2021-12-15 00:29:52 +00:00
mistune = "0.8.4"
2021-06-17 23:36:29 +00:00
[ [ 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 = "marshmallow"
2021-12-19 04:25:44 +00:00
version = "3.14.1"
2021-06-17 23:36:29 +00:00
description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
[ package . extras ]
2021-12-19 04:25:44 +00:00
dev = [ "pytest" , "pytz" , "simplejson" , "mypy (==0.910)" , "flake8 (==4.0.1)" , "flake8-bugbear (==21.9.2)" , "pre-commit (>=2.4,<3.0)" , "tox" ]
docs = [ "sphinx (==4.3.0)" , "sphinx-issues (==1.2.0)" , "alabaster (==0.7.12)" , "sphinx-version-warning (==1.1.2)" , "autodocsumm (==0.2.7)" ]
lint = [ "mypy (==0.910)" , "flake8 (==4.0.1)" , "flake8-bugbear (==21.9.2)" , "pre-commit (>=2.4,<3.0)" ]
2021-06-17 23:36:29 +00:00
tests = [ "pytest" , "pytz" , "simplejson" ]
[ [ package ] ]
name = "marshmallow-polyfield"
version = "5.10"
description = "An unofficial extension to Marshmallow to allow for polymorphic fields"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
marshmallow = ">=3.0.0b10"
[ [ package ] ]
name = "mccabe"
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "mistune"
version = "0.8.4"
description = "The fastest markdown parser in pure Python"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "more-itertools"
2021-12-19 04:25:44 +00:00
version = "8.12.0"
2021-06-17 23:36:29 +00:00
description = "More routines for operating on iterables, beyond itertools"
category = "dev"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "mypy"
2022-07-20 02:23:43 +00:00
version = "0.971"
2021-06-17 23:36:29 +00:00
description = "Optional static typing for Python"
category = "dev"
optional = false
2021-12-19 01:24:23 +00:00
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2021-12-28 16:23:31 +00:00
mypy-extensions = ">=0.4.3"
2022-04-28 02:26:36 +00:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2021-12-19 01:24:23 +00:00
typed-ast = { version = ">=1.4.0,<2" , markers = "python_version < \"3.8\"" }
2021-12-28 16:23:31 +00:00
typing-extensions = ">=3.10"
2021-06-17 23:36:29 +00:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2021-12-19 01:24:23 +00:00
python2 = [ "typed-ast (>=1.4.0,<2)" ]
2022-03-25 13:18:22 +00:00
reports = [ "lxml" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "nitpick"
2022-04-01 03:01:38 +00:00
version = "0.32.0"
2021-10-29 04:49:31 +00:00
description = "Enforce the same settings across multiple language-independent projects"
2021-06-17 23:36:29 +00:00
category = "dev"
optional = false
2022-01-17 23:40:40 +00:00
python-versions = ">=3.7,<4.0"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2022-01-17 23:40:40 +00:00
attrs = ">=20.1.0"
2021-06-17 23:36:29 +00:00
autorepr = "*"
click = "*"
ConfigUpdater = "*"
dictdiffer = "*"
2022-01-17 23:40:40 +00:00
dpath = "*"
2021-06-17 23:36:29 +00:00
flake8 = ">=3.0.0"
2022-01-17 23:40:40 +00:00
flatten-dict = "*"
2022-04-01 03:01:38 +00:00
furl = "*"
2021-06-17 23:36:29 +00:00
identify = "*"
2022-01-17 23:40:40 +00:00
importlib-resources = { version = "*" , markers = "python_version >= \"3.7\" and python_version < \"3.9\"" }
2021-06-17 23:36:29 +00:00
jmespath = "*"
loguru = "*"
marshmallow = ">=3.0.0b10"
marshmallow-polyfield = ">=5.10,<6.0"
more-itertools = "*"
pluggy = "*"
python-slugify = "*"
requests = "*"
2022-04-01 03:01:38 +00:00
requests-cache = "*"
2021-06-17 23:36:29 +00:00
"ruamel.yaml" = "*"
sortedcontainers = "*"
2022-04-01 03:01:38 +00:00
StrEnum = "*"
2021-06-17 23:36:29 +00:00
toml = "*"
2022-01-14 04:24:20 +00:00
tomlkit = ">=0.8.0"
2021-06-17 23:36:29 +00:00
[ package . extras ]
lint = [ "pylint" ]
2022-04-01 03:01:38 +00:00
test = [ "pytest" , "pytest-cov" , "testfixtures" , "responses" , "freezegun" , "pytest-testmon" , "pytest-watch" , "pytest-socket" , "pytest-datadir" ]
doc = [ "sphinx" , "sphinx-rtd-theme" , "sphobjinv" , "sphinx-gitref" ]
[ [ package ] ]
name = "orderedmultidict"
version = "1.0.1"
description = "Ordered Multivalue Dictionary"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.8.0"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "packaging"
2021-12-19 04:25:44 +00:00
version = "21.3"
2021-06-17 23:36:29 +00:00
description = "Core utilities for Python packages"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2021-12-19 04:25:44 +00:00
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pathspec"
2021-10-31 02:12:17 +00:00
version = "0.9.0"
2021-06-17 23:36:29 +00:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
2021-10-31 02:12:17 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pbr"
2021-12-19 04:25:44 +00:00
version = "5.8.0"
2021-06-17 23:36:29 +00:00
description = "Python Build Reasonableness"
category = "dev"
optional = false
python-versions = ">=2.6"
[ [ package ] ]
name = "pep8-naming"
2021-12-19 04:25:44 +00:00
version = "0.12.1"
2021-06-17 23:36:29 +00:00
description = "Check PEP-8 naming conventions, plugin for flake8"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
2021-12-19 04:25:44 +00:00
flake8 = ">=3.9.1"
2021-06-17 23:36:29 +00:00
flake8-polyfill = ">=1.0.2,<2"
2021-10-31 02:12:17 +00:00
[ [ 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 ]
2022-07-27 02:25:21 +00:00
test = [ "pytest-mock (>=3.6)" , "pytest-cov (>=2.7)" , "pytest (>=6)" , "appdirs (==1.4.4)" ]
docs = [ "sphinx-autodoc-typehints (>=1.12)" , "proselint (>=0.10.2)" , "furo (>=2021.7.5b38)" , "Sphinx (>=4)" ]
2021-10-31 02:12:17 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pluggy"
2021-12-19 04:25:44 +00:00
version = "1.0.0"
2021-06-17 23:36:29 +00:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
[ package . extras ]
2022-07-27 02:25:21 +00:00
testing = [ "pytest-benchmark" , "pytest" ]
dev = [ "tox" , "pre-commit" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "py"
2021-12-19 04:25:44 +00:00
version = "1.11.0"
2021-06-17 23:36:29 +00:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pycodestyle"
2022-01-18 00:28:18 +00:00
version = "2.7.0"
2021-06-17 23:36:29 +00:00
description = "Python style guide checker"
category = "dev"
optional = false
2022-01-18 00:28:18 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pydocstyle"
version = "6.1.1"
description = "Python docstring style checker"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
snowballstemmer = "*"
[ package . extras ]
toml = [ "toml" ]
[ [ package ] ]
name = "pyflakes"
2022-01-18 00:28:18 +00:00
version = "2.3.1"
2021-06-17 23:36:29 +00:00
description = "passive checker of Python programs"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pygments"
2021-12-19 04:25:44 +00:00
version = "2.10.0"
2021-06-17 23:36:29 +00:00
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "pyparsing"
2021-12-19 04:25:44 +00:00
version = "3.0.6"
2021-06-17 23:36:29 +00:00
description = "Python parsing module"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pytest"
2021-10-29 03:02:39 +00:00
version = "6.2.5"
2021-06-17 23:36:29 +00:00
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
iniconfig = "*"
packaging = "*"
2021-10-29 03:02:39 +00:00
pluggy = ">=0.12,<2.0"
2021-06-17 23:36:29 +00:00
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-cov"
2021-10-29 03:00:55 +00:00
version = "3.0.0"
2021-06-17 23:36:29 +00:00
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
2021-10-29 03:00:55 +00:00
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2021-10-29 03:00:55 +00:00
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
2021-06-17 23:36:29 +00:00
pytest = ">=4.6"
[ package . extras ]
2022-07-27 02:25:21 +00:00
testing = [ "virtualenv" , "pytest-xdist" , "six" , "process-tests" , "hunter" , "fields" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pytest-django"
2021-12-08 14:52:19 +00:00
version = "4.5.2"
2021-06-17 23:36:29 +00:00
description = "A Django plugin for pytest."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
pytest = ">=5.4.0"
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" ]
testing = [ "django" , "django-configurations (>=2.0)" ]
[ [ package ] ]
name = "pytest-pythonpath"
2022-02-13 22:16:40 +00:00
version = "0.7.4"
2021-06-17 23:36:29 +00:00
description = "pytest plugin for adding to the PYTHONPATH from command line or configs."
category = "dev"
optional = false
2022-02-13 22:16:40 +00:00
python-versions = ">=2.6, <4"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2022-02-13 22:16:40 +00:00
pytest = ">=2.5.2,<7"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pytest-randomly"
2022-05-25 03:47:53 +00:00
version = "3.12.0"
2021-06-17 23:36:29 +00:00
description = "Pytest plugin to randomly order tests and control random.seed."
category = "dev"
optional = false
2022-01-14 04:10:02 +00:00
python-versions = ">=3.7"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2021-10-31 02:18:33 +00:00
importlib-metadata = { version = ">=3.6.0" , markers = "python_version < \"3.10\"" }
2021-06-17 23:36:29 +00:00
pytest = "*"
[ [ package ] ]
name = "python-slugify"
version = "5.0.2"
description = "A Python Slugify application that handles Unicode"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
text-unidecode = ">=1.3"
[ package . extras ]
unidecode = [ "Unidecode (>=1.1.1)" ]
[ [ package ] ]
name = "pytz"
2021-12-19 04:25:44 +00:00
version = "2021.3"
2021-06-17 23:36:29 +00:00
description = "World timezone definitions, modern and historical"
2021-10-16 00:25:10 +00:00
category = "main"
2021-06-17 23:36:29 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyyaml"
2021-12-19 04:25:44 +00:00
version = "6.0"
2021-06-17 23:36:29 +00:00
description = "YAML parser and emitter for Python"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "requests"
2021-12-19 04:25:44 +00:00
version = "2.26.0"
2021-06-17 23:36:29 +00:00
description = "Python HTTP for Humans."
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-12-19 04:25:44 +00:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2021-06-17 23:36:29 +00:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-12-19 04:25:44 +00:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2021-06-17 23:36:29 +00:00
2022-04-01 03:01:38 +00:00
[ [ package ] ]
name = "requests-cache"
version = "0.9.3"
description = "A transparent persistent cache for the requests library"
category = "dev"
optional = false
python-versions = ">=3.7,<4.0"
[ package . dependencies ]
appdirs = ">=1.4.4,<2.0.0"
attrs = ">=21.2,<22.0"
cattrs = ">=1.8,<2.0"
requests = ">=2.22,<3.0"
url-normalize = ">=1.4,<2.0"
urllib3 = ">=1.25.5,<2.0.0"
[ package . extras ]
dynamodb = [ "boto3 (>=1.15,<2.0)" , "botocore (>=1.18,<2.0)" ]
all = [ "boto3 (>=1.15,<2.0)" , "botocore (>=1.18,<2.0)" , "pymongo (>=3,<5)" , "redis (>=3,<5)" , "itsdangerous (>=2.0,<3.0)" , "pyyaml (>=5.4)" , "ujson (>=4.0)" ]
mongodb = [ "pymongo (>=3,<5)" ]
redis = [ "redis (>=3,<5)" ]
bson = [ "bson (>=0.5)" ]
security = [ "itsdangerous (>=2.0,<3.0)" ]
yaml = [ "pyyaml (>=5.4)" ]
json = [ "ujson (>=4.0)" ]
docs = [ "furo (>=2021.9.8)" , "linkify-it-py (>=1.0.1,<2.0.0)" , "myst-parser (>=0.15.1,<0.16.0)" , "sphinx (==4.3.0)" , "sphinx-autodoc-typehints (>=1.11,<2.0)" , "sphinx-automodapi (>=0.13,<0.15)" , "sphinx-copybutton (>=0.3,<0.5)" , "sphinx-inline-tabs (>=2022.1.2b11)" , "sphinx-notfound-page" , "sphinx-panels (>=0.6,<0.7)" , "sphinxcontrib-apidoc (>=0.3,<0.4)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "restructuredtext-lint"
version = "1.3.2"
description = "reStructuredText linter"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
docutils = ">=0.11,<1.0"
[ [ package ] ]
name = "ruamel.yaml"
2022-07-04 16:49:27 +00:00
version = "0.17.21"
2021-06-17 23:36:29 +00:00
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
category = "dev"
optional = false
python-versions = ">=3"
[ package . dependencies ]
2022-07-04 16:49:27 +00:00
"ruamel.yaml.clib" = { version = ">=0.2.6" , markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\"" }
2021-06-17 23:36:29 +00:00
[ package . extras ]
docs = [ "ryd" ]
jinja2 = [ "ruamel.yaml.jinja2 (>=0.2)" ]
[ [ package ] ]
name = "ruamel.yaml.clib"
2021-12-19 04:25:44 +00:00
version = "0.2.6"
2021-06-17 23:36:29 +00:00
description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.5"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "safety"
2022-07-19 02:29:13 +00:00
version = "2.1.1"
2022-07-04 16:49:27 +00:00
description = "Checks installed dependencies for known vulnerabilities and licenses."
2021-06-17 23:36:29 +00:00
category = "dev"
optional = false
2022-07-04 16:49:27 +00:00
python-versions = "*"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2022-07-04 16:49:27 +00:00
Click = ">=8.0.2"
2021-06-17 23:36:29 +00:00
dparse = ">=0.5.1"
2022-07-04 16:49:27 +00:00
packaging = ">=21.0"
2021-06-17 23:36:29 +00:00
requests = "*"
2022-07-04 16:49:27 +00:00
"ruamel.yaml" = ">=0.17.21"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "smmap"
2021-12-19 04:25:44 +00:00
version = "5.0.0"
2021-06-17 23:36:29 +00:00
description = "A pure Python implementation of a sliding window memory map manager"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "snowballstemmer"
2021-12-19 04:25:44 +00:00
version = "2.2.0"
2021-06-17 23:36:29 +00:00
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "sphinx"
2022-07-27 02:25:21 +00:00
version = "5.1.1"
2021-06-17 23:36:29 +00:00
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\"" }
2022-07-27 02:25:21 +00:00
docutils = ">=0.14,<0.20"
2021-06-17 23:36:29 +00:00
imagesize = "*"
2022-01-18 00:28:18 +00:00
importlib-metadata = { version = ">=4.4" , markers = "python_version < \"3.10\"" }
2021-06-17 23:36:29 +00:00
Jinja2 = ">=2.3"
packaging = "*"
Pygments = ">=2.0"
requests = ">=2.5.0"
snowballstemmer = ">=1.1"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
2021-10-29 03:34:36 +00:00
sphinxcontrib-htmlhelp = ">=2.0.0"
2021-06-17 23:36:29 +00:00
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
2021-10-29 03:34:36 +00:00
sphinxcontrib-serializinghtml = ">=1.1.5"
2021-06-17 23:36:29 +00:00
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
2022-07-27 02:25:21 +00:00
lint = [ "flake8 (>=3.5.0)" , "flake8-comprehensions" , "flake8-bugbear" , "isort" , "mypy (>=0.971)" , "sphinx-lint" , "docutils-stubs" , "types-typed-ast" , "types-requests" ]
2022-05-30 17:48:26 +00:00
test = [ "pytest (>=4.6)" , "html5lib" , "cython" , "typed-ast" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "sphinx-autodoc-typehints"
2022-06-13 03:17:31 +00:00
version = "1.18.3"
2021-06-17 23:36:29 +00:00
description = "Type hints (PEP 484) support for the Sphinx autodoc extension"
category = "dev"
optional = false
2022-01-04 21:36:58 +00:00
python-versions = ">=3.7"
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2022-04-18 14:59:35 +00:00
Sphinx = ">=4.5"
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-06-13 03:17:31 +00:00
testing = [ "covdefaults (>=2.2)" , "coverage (>=6.3)" , "diff-cover (>=6.4)" , "nptyping (>=2.1.2)" , "pytest (>=7.1)" , "pytest-cov (>=3)" , "sphobjinv (>=2)" , "typing-extensions (>=4.1)" ]
2022-04-18 14:59:35 +00:00
type_comments = [ "typed-ast (>=1.5.2)" ]
2021-06-17 23:36:29 +00:00
[ [ 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 ]
test = [ "pytest" ]
2022-07-27 02:25:21 +00:00
lint = [ "docutils-stubs" , "mypy" , "flake8" ]
2021-06-17 23:36:29 +00:00
[ [ 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 ]
test = [ "pytest" ]
2022-07-27 02:25:21 +00:00
lint = [ "docutils-stubs" , "mypy" , "flake8" ]
2021-06-17 23:36:29 +00:00
[ [ 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 ]
2022-07-27 02:25:21 +00:00
test = [ "html5lib" , "pytest" ]
lint = [ "docutils-stubs" , "mypy" , "flake8" ]
2021-06-17 23:36:29 +00:00
[ [ 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 ]
2022-07-27 02:25:21 +00:00
test = [ "mypy" , "flake8" , "pytest" ]
2021-06-17 23:36:29 +00:00
[ [ 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 ]
test = [ "pytest" ]
2022-07-27 02:25:21 +00:00
lint = [ "docutils-stubs" , "mypy" , "flake8" ]
2021-06-17 23:36:29 +00:00
[ [ 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 = "sqlparse"
2021-10-29 03:03:23 +00:00
version = "0.4.2"
2021-06-17 23:36:29 +00:00
description = "A non-validating SQL parser."
2021-10-16 00:25:10 +00:00
category = "main"
2021-06-17 23:36:29 +00:00
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "stevedore"
2021-12-19 04:25:44 +00:00
version = "3.5.0"
2021-06-17 23:36:29 +00:00
description = "Manage dynamic plugins for Python applications"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
importlib-metadata = { version = ">=1.7.0" , markers = "python_version < \"3.8\"" }
pbr = ">=2.0.0,<2.1.0 || >2.1.0"
2022-04-01 03:01:38 +00:00
[ [ package ] ]
name = "strenum"
version = "0.4.7"
description = "An Enum that inherits from str."
category = "dev"
optional = false
python-versions = "*"
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" , "recommonmark" ]
release = [ "twine" ]
test = [ "pytest" , "pytest-black" , "pytest-cov" , "pytest-pylint" , "pylint" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "testfixtures"
2021-12-19 04:25:44 +00:00
version = "6.18.3"
2021-06-17 23:36:29 +00:00
description = "A collection of helpers and mock objects for unit tests and doc tests."
category = "dev"
optional = false
python-versions = "*"
[ package . extras ]
build = [ "setuptools-git" , "wheel" , "twine" ]
docs = [ "sphinx" , "zope.component" , "sybil" , "twisted" , "mock" , "django (<2)" , "django" ]
test = [ "pytest (>=3.6)" , "pytest-cov" , "pytest-django" , "zope.component" , "sybil" , "twisted" , "mock" , "django (<2)" , "django" ]
[ [ package ] ]
name = "text-unidecode"
version = "1.3"
description = "The most basic Text::Unidecode port"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2021-10-29 03:00:55 +00:00
[ [ package ] ]
name = "tomli"
2021-12-19 04:25:44 +00:00
version = "1.2.3"
2021-10-29 03:00:55 +00:00
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "tomlkit"
2022-07-15 15:47:12 +00:00
version = "0.11.1"
2021-06-17 23:36:29 +00:00
description = "Style preserving TOML library"
category = "dev"
optional = false
2021-12-22 16:01:26 +00:00
python-versions = ">=3.6,<4.0"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "typed-ast"
2021-12-19 04:25:44 +00:00
version = "1.5.1"
2021-06-17 23:36:29 +00:00
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "dev"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
2021-06-17 23:36:29 +00:00
2021-10-31 02:12:17 +00:00
[ [ package ] ]
name = "typing-extensions"
2021-12-19 04:25:44 +00:00
version = "4.0.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
2021-10-31 02:12:17 +00:00
category = "main"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
2021-10-31 02:12:17 +00:00
2022-04-01 03:01:38 +00:00
[ [ package ] ]
name = "url-normalize"
version = "1.4.3"
description = "URL normalization for Python"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ package . dependencies ]
six = "*"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "urllib3"
2021-12-19 04:25:44 +00:00
version = "1.26.7"
2021-06-17 23:36:29 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
brotli = [ "brotlipy (>=0.6.0)" ]
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
[ [ package ] ]
name = "wemake-python-styleguide"
2022-03-25 13:17:48 +00:00
version = "0.16.1"
2021-06-17 23:36:29 +00:00
description = "The strictest and most opinionated python linter ever"
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ package . dependencies ]
astor = ">=0.8,<0.9"
attrs = "*"
darglint = ">=1.2,<2.0"
2021-12-15 00:32:33 +00:00
flake8 = ">=3.7,<5"
2022-03-25 13:17:48 +00:00
flake8-bandit = ">=2.1,<4"
2021-12-15 00:32:33 +00:00
flake8-broken-line = ">=0.3,<0.5"
2022-03-25 13:17:48 +00:00
flake8-bugbear = ">=20.1,<23.0"
2021-06-17 23:36:29 +00:00
flake8-commas = ">=2.0,<3.0"
flake8-comprehensions = ">=3.1,<4.0"
flake8-debugger = ">=4.0,<5.0"
flake8-docstrings = ">=1.3,<2.0"
flake8-eradicate = ">=1.0,<2.0"
flake8-isort = ">=4.0,<5.0"
flake8-quotes = ">=3.0,<4.0"
2022-03-25 13:17:48 +00:00
flake8-rst-docstrings = ">=0.2,<0.3"
2021-06-17 23:36:29 +00:00
flake8-string-format = ">=0.3,<0.4"
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2021-12-15 00:32:33 +00:00
pep8-naming = ">=0.11,<0.13"
2021-06-17 23:36:29 +00:00
pygments = ">=2.4,<3.0"
2021-12-15 00:32:33 +00:00
typing_extensions = ">=3.6,<5.0"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "win32-setctime"
2021-12-19 04:25:44 +00:00
version = "1.0.4"
2021-06-17 23:36:29 +00:00
description = "A small Python utility to set file creation time on Windows"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
2022-07-27 02:25:21 +00:00
dev = [ "black (>=19.3b0)" , "pytest (>=4.6.2)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "zipp"
2021-12-19 04:25:44 +00:00
version = "3.6.0"
2021-06-17 23:36:29 +00:00
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-12-19 04:25:44 +00:00
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2021-06-17 23:36:29 +00:00
[ metadata ]
lock-version = "1.1"
2021-12-19 04:25:44 +00:00
python-versions = "^3.7"
2022-07-28 02:22:56 +00:00
content-hash = "e335b37fa6817daac08aa84788da049e6875cde209cd698820b8be79ba31aea0"
2021-06-17 23:36:29 +00:00
[ metadata . files ]
alabaster = [
{ file = "alabaster-0.7.12-py2.py3-none-any.whl" , hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359" } ,
{ file = "alabaster-0.7.12.tar.gz" , hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02" } ,
]
2022-04-01 03:01:38 +00:00
appdirs = [
{ file = "appdirs-1.4.4-py2.py3-none-any.whl" , hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" } ,
{ file = "appdirs-1.4.4.tar.gz" , hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" } ,
]
2021-06-17 23:36:29 +00:00
asgiref = [
2021-12-19 04:25:44 +00:00
{ file = "asgiref-3.4.1-py3-none-any.whl" , hash = "sha256:ffc141aa908e6f175673e7b1b3b7af4fdb0ecb738fc5c8b88f69f055c2415214" } ,
{ file = "asgiref-3.4.1.tar.gz" , hash = "sha256:4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9" } ,
2021-06-17 23:36:29 +00:00
]
astor = [
{ file = "astor-0.8.1-py2.py3-none-any.whl" , hash = "sha256:070a54e890cefb5b3739d19f30f5a5ec840ffc9c50ffa7d23cc9fc1a38ebbfc5" } ,
{ file = "astor-0.8.1.tar.gz" , hash = "sha256:6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e" } ,
]
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
attrs = [
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
]
autorepr = [
{ file = "autorepr-0.3.0-py2-none-any.whl" , hash = "sha256:c34567e4073630feb52d9c788fc198085e9e9de4817e3b93b7c4c534fc689f11" } ,
{ file = "autorepr-0.3.0-py2.py3-none-any.whl" , hash = "sha256:1d9010d14fb325d3961e3aa73692685563f97d6ba4a2f0f735329fb37422599c" } ,
{ file = "autorepr-0.3.0.tar.gz" , hash = "sha256:ef770b84793d5433e6bb893054973b8c7ce6b487274f9c3f734f678cae11e85e" } ,
]
babel = [
{ file = "Babel-2.9.1-py2.py3-none-any.whl" , hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9" } ,
{ file = "Babel-2.9.1.tar.gz" , hash = "sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0" } ,
]
bandit = [
2021-12-19 04:25:44 +00:00
{ file = "bandit-1.7.1-py3-none-any.whl" , hash = "sha256:f5acd838e59c038a159b5c621cf0f8270b279e884eadd7b782d7491c02add0d4" } ,
{ file = "bandit-1.7.1.tar.gz" , hash = "sha256:a81b00b5436e6880fa8ad6799bc830e02032047713cbb143a12939ac67eb756c" } ,
2021-06-17 23:36:29 +00:00
]
black = [
2022-06-28 02:28:24 +00:00
{ file = "black-22.6.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:f586c26118bc6e714ec58c09df0157fe2d9ee195c764f630eb0d8e7ccce72e69" } ,
2022-07-04 16:49:27 +00:00
{ file = "black-22.6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:b270a168d69edb8b7ed32c193ef10fd27844e5c60852039599f9184460ce0807" } ,
2022-06-28 02:28:24 +00:00
{ file = "black-22.6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:6797f58943fceb1c461fb572edbe828d811e719c24e03375fd25170ada53825e" } ,
{ file = "black-22.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c85928b9d5f83b23cee7d0efcb310172412fbf7cb9d9ce963bd67fd141781def" } ,
{ file = "black-22.6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:f6fe02afde060bbeef044af7996f335fbe90b039ccf3f5eb8f16df8b20f77666" } ,
2022-07-04 16:49:27 +00:00
{ file = "black-22.6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:cfaf3895a9634e882bf9d2363fed5af8888802d670f58b279b0bece00e9a872d" } ,
2022-06-28 02:28:24 +00:00
{ file = "black-22.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94783f636bca89f11eb5d50437e8e17fbc6a929a628d82304c80fa9cd945f256" } ,
{ file = "black-22.6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:2ea29072e954a4d55a2ff58971b83365eba5d3d357352a07a7a4df0d95f51c78" } ,
2022-07-04 16:49:27 +00:00
{ file = "black-22.6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:e439798f819d49ba1c0bd9664427a05aab79bfba777a6db94fd4e56fae0cb849" } ,
2022-06-28 02:28:24 +00:00
{ file = "black-22.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:187d96c5e713f441a5829e77120c269b6514418f4513a390b0499b0987f2ff1c" } ,
{ file = "black-22.6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:074458dc2f6e0d3dab7928d4417bb6957bb834434516f21514138437accdbe90" } ,
{ file = "black-22.6.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:a218d7e5856f91d20f04e931b6f16d15356db1c846ee55f01bac297a705ca24f" } ,
2022-07-04 16:49:27 +00:00
{ file = "black-22.6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:568ac3c465b1c8b34b61cd7a4e349e93f91abf0f9371eda1cf87194663ab684e" } ,
2022-06-28 02:28:24 +00:00
{ file = "black-22.6.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:6c1734ab264b8f7929cef8ae5f900b85d579e6cbfde09d7387da8f04771b51c6" } ,
{ file = "black-22.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c9a3ac16efe9ec7d7381ddebcc022119794872abce99475345c5a61aa18c45ad" } ,
{ file = "black-22.6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:b9fd45787ba8aa3f5e0a0a98920c1012c884622c6c920dbe98dbd05bc7c70fbf" } ,
{ file = "black-22.6.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7ba9be198ecca5031cd78745780d65a3f75a34b2ff9be5837045dce55db83d1c" } ,
2022-07-04 16:49:27 +00:00
{ file = "black-22.6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:a3db5b6409b96d9bd543323b23ef32a1a2b06416d525d27e0f67e74f1446c8f2" } ,
2022-06-28 02:28:24 +00:00
{ file = "black-22.6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:560558527e52ce8afba936fcce93a7411ab40c7d5fe8c2463e279e843c0328ee" } ,
{ file = "black-22.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b154e6bbde1e79ea3260c4b40c0b7b3109ffcdf7bc4ebf8859169a6af72cd70b" } ,
{ file = "black-22.6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:4af5bc0e1f96be5ae9bd7aaec219c901a94d6caa2484c21983d043371c733fc4" } ,
{ file = "black-22.6.0-py3-none-any.whl" , hash = "sha256:ac609cf8ef5e7115ddd07d85d988d074ed00e10fbc3445aee393e70164a2219c" } ,
{ file = "black-22.6.0.tar.gz" , hash = "sha256:6c6d39e28aed379aec40da1c65434c77d75e65bb59a1e1c283de545fb4e7c6c9" } ,
2021-06-17 23:36:29 +00:00
]
2022-04-01 03:01:38 +00:00
cattrs = [
{ file = "cattrs-1.10.0-py3-none-any.whl" , hash = "sha256:35dd9063244263e63bd0bd24ea61e3015b00272cead084b2c40d788b0f857c46" } ,
{ file = "cattrs-1.10.0.tar.gz" , hash = "sha256:211800f725cdecedcbcf4c753bbd22d248312b37d130f06045434acb7d9b34e1" } ,
2021-06-17 23:36:29 +00:00
]
certifi = [
2021-12-19 04:25:44 +00:00
{ file = "certifi-2021.10.8-py2.py3-none-any.whl" , hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569" } ,
{ file = "certifi-2021.10.8.tar.gz" , hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872" } ,
2021-06-17 23:36:29 +00:00
]
2021-12-19 04:25:44 +00:00
charset-normalizer = [
{ file = "charset-normalizer-2.0.9.tar.gz" , hash = "sha256:b0b883e8e874edfdece9c28f314e3dd5badf067342e42fb162203335ae61aa2c" } ,
{ file = "charset_normalizer-2.0.9-py3-none-any.whl" , hash = "sha256:1eecaa09422db5be9e29d7fc65664e6c33bd06f9ced7838578ba40d58bdf3721" } ,
2021-06-17 23:36:29 +00:00
]
click = [
2021-12-19 04:25:44 +00:00
{ file = "click-8.0.3-py3-none-any.whl" , hash = "sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3" } ,
{ file = "click-8.0.3.tar.gz" , hash = "sha256:410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b" } ,
2021-06-17 23:36:29 +00:00
]
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
configupdater = [
2021-12-19 04:25:44 +00:00
{ file = "ConfigUpdater-3.0.1-py2.py3-none-any.whl" , hash = "sha256:579764c0798095d5e0e4cf5384c63cece6282a5859c19542455ad23de7a4ab9e" } ,
{ file = "ConfigUpdater-3.0.1.tar.gz" , hash = "sha256:372a6a6ef598a118ec17927bec9486a7d36f44ccd3e641e879e0bf998b70924e" } ,
2021-06-17 23:36:29 +00:00
]
coverage = [
2022-07-15 02:28:55 +00:00
{ file = "coverage-6.4.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:a9032f9b7d38bdf882ac9f66ebde3afb8145f0d4c24b2e600bc4c6304aafb87e" } ,
{ file = "coverage-6.4.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e0524adb49c716ca763dbc1d27bedce36b14f33e6b8af6dba56886476b42957c" } ,
{ file = "coverage-6.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4548be38a1c810d79e097a38107b6bf2ff42151900e47d49635be69943763d8" } ,
{ file = "coverage-6.4.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f23876b018dfa5d3e98e96f5644b109090f16a4acb22064e0f06933663005d39" } ,
{ file = "coverage-6.4.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6fe75dcfcb889b6800f072f2af5a331342d63d0c1b3d2bf0f7b4f6c353e8c9c0" } ,
{ file = "coverage-6.4.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:2f8553878a24b00d5ab04b7a92a2af50409247ca5c4b7a2bf4eabe94ed20d3ee" } ,
{ file = "coverage-6.4.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:d774d9e97007b018a651eadc1b3970ed20237395527e22cbeb743d8e73e0563d" } ,
{ file = "coverage-6.4.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:d56f105592188ce7a797b2bd94b4a8cb2e36d5d9b0d8a1d2060ff2a71e6b9bbc" } ,
{ file = "coverage-6.4.2-cp310-cp310-win32.whl" , hash = "sha256:d230d333b0be8042ac34808ad722eabba30036232e7a6fb3e317c49f61c93386" } ,
{ file = "coverage-6.4.2-cp310-cp310-win_amd64.whl" , hash = "sha256:5ef42e1db047ca42827a85e34abe973971c635f83aed49611b7f3ab49d0130f0" } ,
{ file = "coverage-6.4.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:25b7ec944f114f70803d6529394b64f8749e93cbfac0fe6c5ea1b7e6c14e8a46" } ,
{ file = "coverage-6.4.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7bb00521ab4f99fdce2d5c05a91bddc0280f0afaee0e0a00425e28e209d4af07" } ,
{ file = "coverage-6.4.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2dff52b3e7f76ada36f82124703f4953186d9029d00d6287f17c68a75e2e6039" } ,
{ file = "coverage-6.4.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:147605e1702d996279bb3cc3b164f408698850011210d133a2cb96a73a2f7996" } ,
{ file = "coverage-6.4.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:422fa44070b42fef9fb8dabd5af03861708cdd6deb69463adc2130b7bf81332f" } ,
{ file = "coverage-6.4.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:8af6c26ba8df6338e57bedbf916d76bdae6308e57fc8f14397f03b5da8622b4e" } ,
{ file = "coverage-6.4.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:5336e0352c0b12c7e72727d50ff02557005f79a0b8dcad9219c7c4940a930083" } ,
{ file = "coverage-6.4.2-cp37-cp37m-win32.whl" , hash = "sha256:0f211df2cba951ffcae210ee00e54921ab42e2b64e0bf2c0befc977377fb09b7" } ,
{ file = "coverage-6.4.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:a13772c19619118903d65a91f1d5fea84be494d12fd406d06c849b00d31bf120" } ,
{ file = "coverage-6.4.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:f7bd0ffbcd03dc39490a1f40b2669cc414fae0c4e16b77bb26806a4d0b7d1452" } ,
{ file = "coverage-6.4.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:0895ea6e6f7f9939166cc835df8fa4599e2d9b759b02d1521b574e13b859ac32" } ,
{ file = "coverage-6.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4e7ced84a11c10160c0697a6cc0b214a5d7ab21dfec1cd46e89fbf77cc66fae" } ,
{ file = "coverage-6.4.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:80db4a47a199c4563d4a25919ff29c97c87569130375beca3483b41ad5f698e8" } ,
{ file = "coverage-6.4.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3def6791adf580d66f025223078dc84c64696a26f174131059ce8e91452584e1" } ,
{ file = "coverage-6.4.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:4f89d8e03c8a3757aae65570d14033e8edf192ee9298303db15955cadcff0c63" } ,
{ file = "coverage-6.4.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:6d0b48aff8e9720bdec315d67723f0babd936a7211dc5df453ddf76f89c59933" } ,
{ file = "coverage-6.4.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2b20286c2b726f94e766e86a3fddb7b7e37af5d0c635bdfa7e4399bc523563de" } ,
{ file = "coverage-6.4.2-cp38-cp38-win32.whl" , hash = "sha256:d714af0bdba67739598849c9f18efdcc5a0412f4993914a0ec5ce0f1e864d783" } ,
{ file = "coverage-6.4.2-cp38-cp38-win_amd64.whl" , hash = "sha256:5f65e5d3ff2d895dab76b1faca4586b970a99b5d4b24e9aafffc0ce94a6022d6" } ,
{ file = "coverage-6.4.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:a697977157adc052284a7160569b36a8bbec09db3c3220642e6323b47cec090f" } ,
{ file = "coverage-6.4.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c77943ef768276b61c96a3eb854eba55633c7a3fddf0a79f82805f232326d33f" } ,
{ file = "coverage-6.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:54d8d0e073a7f238f0666d3c7c0d37469b2aa43311e4024c925ee14f5d5a1cbe" } ,
{ file = "coverage-6.4.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f22325010d8824594820d6ce84fa830838f581a7fd86a9235f0d2ed6deb61e29" } ,
{ file = "coverage-6.4.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:24b04d305ea172ccb21bee5bacd559383cba2c6fcdef85b7701cf2de4188aa55" } ,
{ file = "coverage-6.4.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:866ebf42b4c5dbafd64455b0a1cd5aa7b4837a894809413b930026c91e18090b" } ,
{ file = "coverage-6.4.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:e36750fbbc422c1c46c9d13b937ab437138b998fe74a635ec88989afb57a3978" } ,
{ file = "coverage-6.4.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:79419370d6a637cb18553ecb25228893966bd7935a9120fa454e7076f13b627c" } ,
{ file = "coverage-6.4.2-cp39-cp39-win32.whl" , hash = "sha256:b5e28db9199dd3833cc8a07fa6cf429a01227b5d429facb56eccd765050c26cd" } ,
{ file = "coverage-6.4.2-cp39-cp39-win_amd64.whl" , hash = "sha256:edfdabe7aa4f97ed2b9dd5dde52d2bb29cb466993bb9d612ddd10d0085a683cf" } ,
{ file = "coverage-6.4.2-pp36.pp37.pp38-none-any.whl" , hash = "sha256:e2618cb2cf5a7cc8d698306e42ebcacd02fb7ef8cfc18485c59394152c70be97" } ,
{ file = "coverage-6.4.2.tar.gz" , hash = "sha256:6c3ccfe89c36f3e5b9837b9ee507472310164f352c9fe332120b764c9d60adbe" } ,
2021-06-17 23:36:29 +00:00
]
darglint = [
2021-12-19 04:25:44 +00:00
{ file = "darglint-1.8.1-py3-none-any.whl" , hash = "sha256:5ae11c259c17b0701618a20c3da343a3eb98b3bc4b5a83d31cdd94f5ebdced8d" } ,
{ file = "darglint-1.8.1.tar.gz" , hash = "sha256:080d5106df149b199822e7ee7deb9c012b49891538f14a11be681044f0bb20da" } ,
2021-06-17 23:36:29 +00:00
]
dictdiffer = [
2021-12-19 04:25:44 +00:00
{ file = "dictdiffer-0.9.0-py2.py3-none-any.whl" , hash = "sha256:442bfc693cfcadaf46674575d2eba1c53b42f5e404218ca2c2ff549f2df56595" } ,
{ file = "dictdiffer-0.9.0.tar.gz" , hash = "sha256:17bacf5fbfe613ccf1b6d512bd766e6b21fb798822a133aa86098b8ac9997578" } ,
2021-06-17 23:36:29 +00:00
]
django = [
2022-07-05 02:28:43 +00:00
{ file = "Django-3.2.14-py3-none-any.whl" , hash = "sha256:a8681e098fa60f7c33a4b628d6fcd3fe983a0939ff1301ecacac21d0b38bad56" } ,
{ file = "Django-3.2.14.tar.gz" , hash = "sha256:677182ba8b5b285a4e072f3ac17ceee6aff1b5ce77fd173cc5b6a2d3dc022fcf" } ,
2021-06-17 23:36:29 +00:00
]
2021-10-16 00:25:10 +00:00
django-jsonfield-backport = [
2022-02-25 02:57:26 +00:00
{ file = "django-jsonfield-backport-1.0.5.tar.gz" , hash = "sha256:40c39b1f1bade47bd2715664de14983f2e0a96175f65abbad2688029c255c685" } ,
{ file = "django_jsonfield_backport-1.0.5-py3-none-any.whl" , hash = "sha256:727b402bad632e38539b489e48aefa6ffe03cedba76ac1f11b455423b3225a2d" } ,
2021-10-16 00:25:10 +00:00
]
2021-06-17 23:36:29 +00:00
doc8 = [
2022-07-28 02:22:56 +00:00
{ file = "doc8-1.0.0-py3-none-any.whl" , hash = "sha256:0c6c3104fa7f7bb2103589c0a8e272c105fdff3ddd1ef4808e51b2782185e9ab" } ,
{ file = "doc8-1.0.0.tar.gz" , hash = "sha256:1e999a14fe415ea96d89d5053c790d01061f19b6737706b817d1579c2a07cc16" } ,
2021-06-17 23:36:29 +00:00
]
docutils = [
2022-07-28 02:22:56 +00:00
{ file = "docutils-0.19-py3-none-any.whl" , hash = "sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc" } ,
{ file = "docutils-0.19.tar.gz" , hash = "sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6" } ,
2021-06-17 23:36:29 +00:00
]
dparse = [
{ file = "dparse-0.5.1-py3-none-any.whl" , hash = "sha256:e953a25e44ebb60a5c6efc2add4420c177f1d8404509da88da9729202f306994" } ,
{ file = "dparse-0.5.1.tar.gz" , hash = "sha256:a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367" } ,
]
2022-01-17 23:40:40 +00:00
dpath = [
{ file = "dpath-2.0.5-py3-none-any.whl" , hash = "sha256:e7813fd8a9dd0d4c7cd4014533ce955eff712bcb2e8189be79bb893890a9db01" } ,
{ file = "dpath-2.0.5.tar.gz" , hash = "sha256:ef74321b01479653c812fee69c53922364614d266a8e804d22058c5c02e5674e" } ,
]
2021-06-17 23:36:29 +00:00
eradicate = [
{ file = "eradicate-2.0.0.tar.gz" , hash = "sha256:27434596f2c5314cc9b31410c93d8f7e8885747399773cd088d3adea647a60c8" } ,
]
flake8 = [
2022-01-18 00:28:18 +00:00
{ file = "flake8-3.9.2-py2.py3-none-any.whl" , hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907" } ,
{ file = "flake8-3.9.2.tar.gz" , hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b" } ,
2021-06-17 23:36:29 +00:00
]
flake8-bandit = [
{ file = "flake8_bandit-2.1.2.tar.gz" , hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b" } ,
]
flake8-broken-line = [
2021-12-19 04:25:44 +00:00
{ file = "flake8-broken-line-0.4.0.tar.gz" , hash = "sha256:771aab5aa0997666796fed249d0e48e6c01cdfeca8c95521eea28a38b7ced4c7" } ,
{ file = "flake8_broken_line-0.4.0-py3-none-any.whl" , hash = "sha256:e9c522856862239a2c7ef2c1de0276fa598572aa864bd4e9c7efc2a827538515" } ,
2021-06-17 23:36:29 +00:00
]
flake8-bugbear = [
2021-12-19 04:25:44 +00:00
{ file = "flake8-bugbear-21.11.29.tar.gz" , hash = "sha256:8b04cb2fafc6a78e1a9d873bd3988e4282f7959bb6b0d7c1ae648ec09b937a7b" } ,
{ file = "flake8_bugbear-21.11.29-py36.py37.py38-none-any.whl" , hash = "sha256:179e41ddae5de5e3c20d1f61736feeb234e70958fbb56ab3c28a67739c8e9a82" } ,
2021-06-17 23:36:29 +00:00
]
flake8-commas = [
2021-12-19 04:25:44 +00:00
{ file = "flake8-commas-2.1.0.tar.gz" , hash = "sha256:940441ab8ee544df564ae3b3f49f20462d75d5c7cac2463e0b27436e2050f263" } ,
{ file = "flake8_commas-2.1.0-py2.py3-none-any.whl" , hash = "sha256:ebb96c31e01d0ef1d0685a21f3f0e2f8153a0381430e748bf0bbbb5d5b453d54" } ,
2021-06-17 23:36:29 +00:00
]
flake8-comprehensions = [
2021-12-19 04:25:44 +00:00
{ file = "flake8-comprehensions-3.7.0.tar.gz" , hash = "sha256:6b3218b2dde8ac5959c6476cde8f41a79e823c22feb656be2710cd2a3232cef9" } ,
{ file = "flake8_comprehensions-3.7.0-py3-none-any.whl" , hash = "sha256:a5d7aea6315bbbd6fbcb2b4e80bff6a54d1600155e26236e555d0c6fe1d62522" } ,
2021-06-17 23:36:29 +00:00
]
flake8-debugger = [
{ file = "flake8-debugger-4.0.0.tar.gz" , hash = "sha256:e43dc777f7db1481db473210101ec2df2bd39a45b149d7218a618e954177eda6" } ,
{ file = "flake8_debugger-4.0.0-py3-none-any.whl" , hash = "sha256:82e64faa72e18d1bdd0000407502ebb8ecffa7bc027c62b9d4110ce27c091032" } ,
]
flake8-docstrings = [
{ file = "flake8-docstrings-1.6.0.tar.gz" , hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b" } ,
{ file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl" , hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde" } ,
]
flake8-eradicate = [
2021-12-19 04:25:44 +00:00
{ file = "flake8-eradicate-1.2.0.tar.gz" , hash = "sha256:acaa1b6839ff00d284b805c432fdfa6047262bd15a5504ec945797e87b4de1fa" } ,
{ file = "flake8_eradicate-1.2.0-py3-none-any.whl" , hash = "sha256:51dc660d0c1c1ed93af0f813540bbbf72ab2d3466c14e3f3bac371c618b6042f" } ,
2021-06-17 23:36:29 +00:00
]
flake8-isort = [
2021-12-19 04:25:44 +00:00
{ file = "flake8-isort-4.1.1.tar.gz" , hash = "sha256:d814304ab70e6e58859bc5c3e221e2e6e71c958e7005239202fee19c24f82717" } ,
{ file = "flake8_isort-4.1.1-py3-none-any.whl" , hash = "sha256:c4e8b6dcb7be9b71a02e6e5d4196cefcef0f3447be51e82730fb336fff164949" } ,
2021-06-17 23:36:29 +00:00
]
flake8-plugin-utils = [
{ file = "flake8-plugin-utils-1.3.2.tar.gz" , hash = "sha256:20fa2a8ca2decac50116edb42e6af0a1253ef639ad79941249b840531889c65a" } ,
{ file = "flake8_plugin_utils-1.3.2-py3-none-any.whl" , hash = "sha256:1fe43e3e9acf3a7c0f6b88f5338cad37044d2f156c43cb6b080b5f9da8a76f06" } ,
]
flake8-polyfill = [
{ file = "flake8-polyfill-1.0.2.tar.gz" , hash = "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda" } ,
{ file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl" , hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9" } ,
]
flake8-pytest-style = [
2021-12-28 16:35:31 +00:00
{ file = "flake8-pytest-style-1.6.0.tar.gz" , hash = "sha256:c1175713e9e11b78cd1a035ed0bca0d1e41d09c4af329a952750b61d4194ddac" } ,
{ file = "flake8_pytest_style-1.6.0-py3-none-any.whl" , hash = "sha256:5fedb371a950e9fe0e0e6bfc854be7d99151271208f34cd2cc517681ece27780" } ,
2021-06-17 23:36:29 +00:00
]
flake8-quotes = [
2021-12-19 04:25:44 +00:00
{ file = "flake8-quotes-3.3.1.tar.gz" , hash = "sha256:633adca6fb8a08131536af0d750b44d6985b9aba46f498871e21588c3e6f525a" } ,
2021-06-17 23:36:29 +00:00
]
flake8-rst-docstrings = [
2021-12-19 04:25:44 +00:00
{ file = "flake8-rst-docstrings-0.2.5.tar.gz" , hash = "sha256:4fe93f997dea45d9d3c8bd220f12f0b6c359948fb943b5b48021a3f927edd816" } ,
{ file = "flake8_rst_docstrings-0.2.5-py3-none-any.whl" , hash = "sha256:b99d9041b769b857efe45a448dc8c71b1bb311f9cacbdac5de82f96498105082" } ,
2021-06-17 23:36:29 +00:00
]
flake8-string-format = [
{ file = "flake8-string-format-0.3.0.tar.gz" , hash = "sha256:65f3da786a1461ef77fca3780b314edb2853c377f2e35069723348c8917deaa2" } ,
{ file = "flake8_string_format-0.3.0-py2.py3-none-any.whl" , hash = "sha256:812ff431f10576a74c89be4e85b8e075a705be39bc40c4b4278b5b13e2afa9af" } ,
]
2022-01-17 23:40:40 +00:00
flatten-dict = [
{ file = "flatten-dict-0.4.2.tar.gz" , hash = "sha256:506a96b6e6f805b81ae46a0f9f31290beb5fa79ded9d80dbe1b7fa236ab43076" } ,
{ file = "flatten_dict-0.4.2-py2.py3-none-any.whl" , hash = "sha256:7e245b20c4c718981212210eec4284a330c9f713e632e98765560e05421e48ad" } ,
]
2022-04-01 03:01:38 +00:00
furl = [
{ file = "furl-2.1.3-py2.py3-none-any.whl" , hash = "sha256:9ab425062c4217f9802508e45feb4a83e54324273ac4b202f1850363309666c0" } ,
{ file = "furl-2.1.3.tar.gz" , hash = "sha256:5a6188fe2666c484a12159c18be97a1977a71d632ef5bb867ef15f54af39cc4e" } ,
]
2021-06-17 23:36:29 +00:00
gitdb = [
2021-12-19 04:25:44 +00:00
{ file = "gitdb-4.0.9-py3-none-any.whl" , hash = "sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd" } ,
{ file = "gitdb-4.0.9.tar.gz" , hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa" } ,
2021-06-17 23:36:29 +00:00
]
gitpython = [
2021-12-19 04:25:44 +00:00
{ file = "GitPython-3.1.24-py3-none-any.whl" , hash = "sha256:dc0a7f2f697657acc8d7f89033e8b1ea94dd90356b2983bca89dc8d2ab3cc647" } ,
{ file = "GitPython-3.1.24.tar.gz" , hash = "sha256:df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5" } ,
2021-06-17 23:36:29 +00:00
]
identify = [
2021-12-19 04:25:44 +00:00
{ file = "identify-2.4.0-py2.py3-none-any.whl" , hash = "sha256:eba31ca80258de6bb51453084bff4a923187cd2193b9c13710f2516ab30732cc" } ,
{ file = "identify-2.4.0.tar.gz" , hash = "sha256:a33ae873287e81651c7800ca309dc1f84679b763c9c8b30680e16fbfa82f0107" } ,
2021-06-17 23:36:29 +00:00
]
idna = [
2021-12-19 04:25:44 +00:00
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
2021-06-17 23:36:29 +00:00
]
imagesize = [
2021-12-19 04:25:44 +00:00
{ file = "imagesize-1.3.0-py2.py3-none-any.whl" , hash = "sha256:1db2f82529e53c3e929e8926a1fa9235aa82d0bd0c580359c67ec31b2fddaa8c" } ,
{ file = "imagesize-1.3.0.tar.gz" , hash = "sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d" } ,
2021-06-17 23:36:29 +00:00
]
importlib-metadata = [
2022-01-18 00:28:18 +00:00
{ file = "importlib_metadata-4.10.1-py3-none-any.whl" , hash = "sha256:899e2a40a8c4a1aec681feef45733de8a6c58f3f6a0dbed2eb6574b4387a77b6" } ,
{ file = "importlib_metadata-4.10.1.tar.gz" , hash = "sha256:951f0d8a5b7260e9db5e41d429285b5f451e928479f19d80818878527d36e95e" } ,
2021-06-17 23:36:29 +00:00
]
importlib-resources = [
2021-12-19 04:25:44 +00:00
{ file = "importlib_resources-5.4.0-py3-none-any.whl" , hash = "sha256:33a95faed5fc19b4bc16b29a6eeae248a3fe69dd55d4d229d2b480e23eeaad45" } ,
{ file = "importlib_resources-5.4.0.tar.gz" , hash = "sha256:d756e2f85dd4de2ba89be0b21dba2a3bbec2e871a42a3a16719258a11f87506b" } ,
2021-06-17 23:36:29 +00:00
]
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
isort = [
2021-12-19 04:25:44 +00:00
{ file = "isort-5.10.1-py3-none-any.whl" , hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7" } ,
{ file = "isort-5.10.1.tar.gz" , hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" } ,
2021-06-17 23:36:29 +00:00
]
jinja2 = [
2021-12-19 04:25:44 +00:00
{ file = "Jinja2-3.0.3-py3-none-any.whl" , hash = "sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8" } ,
{ file = "Jinja2-3.0.3.tar.gz" , hash = "sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7" } ,
2021-06-17 23:36:29 +00:00
]
jmespath = [
{ file = "jmespath-0.10.0-py2.py3-none-any.whl" , hash = "sha256:cdf6525904cc597730141d61b36f2e4b8ecc257c420fa2f4549bac2c2d0cb72f" } ,
{ file = "jmespath-0.10.0.tar.gz" , hash = "sha256:b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9" } ,
]
loguru = [
{ file = "loguru-0.5.3-py3-none-any.whl" , hash = "sha256:f8087ac396b5ee5f67c963b495d615ebbceac2796379599820e324419d53667c" } ,
{ file = "loguru-0.5.3.tar.gz" , hash = "sha256:b28e72ac7a98be3d28ad28570299a393dfcd32e5e3f6a353dec94675767b6319" } ,
]
m2r2 = [
2021-12-15 00:29:52 +00:00
{ file = "m2r2-0.3.2-py3-none-any.whl" , hash = "sha256:d3684086b61b4bebe2307f15189495360f05a123c9bda2a66462649b7ca236aa" } ,
{ file = "m2r2-0.3.2.tar.gz" , hash = "sha256:ccd95b052dcd1ac7442ecb3111262b2001c10e4119b459c34c93ac7a5c2c7868" } ,
2021-06-17 23:36:29 +00:00
]
markupsafe = [
2022-02-13 22:16:40 +00:00
{ file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:36bc903cbb393720fad60fc28c10de6acf10dc6cc883f3e24ee4012371399a38" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2d7d807855b419fc2ed3e631034685db6079889a1f01d5d9dac950f764da3dad" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:add36cb2dbb8b736611303cd3bfcee00afd96471b09cda130da3581cbdc56a6d" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:168cd0a3642de83558a5153c8bd34f175a9a6e7f6dc6384b9655d2697312a646" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:4dc8f9fb58f7364b63fd9f85013b780ef83c11857ae79f2feda41e270468dd9b" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:20dca64a3ef2d6e4d5d615a3fd418ad3bde77a47ec8a23d984a12b5b4c74491a" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:cdfba22ea2f0029c9261a4bd07e830a8da012291fbe44dc794e488b6c9bb353a" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-win32.whl" , hash = "sha256:99df47edb6bda1249d3e80fdabb1dab8c08ef3975f69aed437cb69d0a5de1e28" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:e0f138900af21926a02425cf736db95be9f4af72ba1bb21453432a07f6082134" } ,
2021-06-17 23:36:29 +00:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f9081981fe268bd86831e5c75f7de206ef275defcb82bc70740ae6dc507aee51" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:0955295dd5eec6cb6cc2fe1698f4c6d84af2e92de33fbcac4111913cd100a6ff" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:0446679737af14f45767963a1a9ef7620189912317d095f2d9ffa183a4d25d2b" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:f826e31d18b516f653fe296d967d700fddad5901ae07c622bb3705955e1faa94" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:fa130dd50c57d53368c9d59395cb5526eda596d3ffe36666cd81a44d56e48872" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:905fec760bd2fa1388bb5b489ee8ee5f7291d692638ea5f67982d968366bef9f" } ,
2022-02-13 22:16:40 +00:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bf5d821ffabf0ef3533c39c518f3357b171a1651c1ff6827325e4489b0e46c3c" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0d4b31cc67ab36e3392bbf3862cfbadac3db12bdd8b02a2731f509ed5b829724" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:baa1a4e8f868845af802979fcdbf0bb11f94f1cb7ced4c4b8a351bb60d108145" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:deb993cacb280823246a026e3b2d81c493c53de6acfd5e6bfe31ab3402bb37dd" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:63f3268ba69ace99cab4e3e3b5840b03340efed0948ab8f78d2fd87ee5442a4f" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:8d206346619592c6200148b01a2142798c989edcb9c896f9ac9722a99d4e77e6" } ,
2021-06-17 23:36:29 +00:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-win32.whl" , hash = "sha256:6c4ca60fa24e85fe25b912b01e62cb969d69a23a5d5867682dd3e80b5b02581d" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b2f4bf27480f5e5e8ce285a8c8fd176c0b03e93dcc6646477d4630e83440c6a9" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0717a7390a68be14b8c793ba258e075c6f4ca819f15edfc2a3a027c823718567" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:6557b31b5e2c9ddf0de32a691f2312a32f77cd7681d8af66c2692efdbef84c18" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:49e3ceeabbfb9d66c3aef5af3a60cc43b85c33df25ce03d0031a608b0a8b2e3f" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:d7f9850398e85aba693bb640262d3611788b1f29a79f0c93c565694658f4071f" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:6a7fae0dd14cf60ad5ff42baa2e95727c3d81ded453457771d02b7d2b3f9c0c2" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:b7f2d075102dc8c794cbde1947378051c4e5180d52d276987b8d28a3bd58c17d" } ,
2022-02-13 22:16:40 +00:00
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e9936f0b261d4df76ad22f8fee3ae83b60d7c3e871292cd42f40b81b70afae85" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2a7d351cbd8cfeb19ca00de495e224dea7e7d919659c2841bbb7f420ad03e2d6" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:60bf42e36abfaf9aff1f50f52644b336d4f0a3fd6d8a60ca0d054ac9f713a864" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d6c7ebd4e944c85e2c3421e612a7057a2f48d478d79e61800d81468a8d842207" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:f0567c4dc99f264f49fe27da5f735f414c4e7e7dd850cfd8e69f0862d7c74ea9" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:89c687013cb1cd489a0f0ac24febe8c7a666e6e221b783e53ac50ebf68e45d86" } ,
2021-06-17 23:36:29 +00:00
{ file = "MarkupSafe-2.0.1-cp37-cp37m-win32.whl" , hash = "sha256:a30e67a65b53ea0a5e62fe23682cfe22712e01f453b95233b25502f7c61cb415" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:611d1ad9a4288cf3e3c16014564df047fe08410e628f89805e475368bd304914" } ,
2022-02-13 22:16:40 +00:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9" } ,
2021-06-17 23:36:29 +00:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:be98f628055368795d818ebf93da628541e10b75b41c559fdf36d104c5787066" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1d609f577dc6e1aa17d746f8bd3c31aa4d258f4070d61b2aa5c4166c1539de35" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7d91275b0245b1da4d4cfa07e0faedd5b0812efc15b702576d103293e252af1b" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:01a9b8ea66f1658938f65b93a85ebe8bc016e6769611be228d797c9d998dd298" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:47ab1e7b91c098ab893b828deafa1203de86d0bc6ab587b160f78fe6c4011f75" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:97383d78eb34da7e1fa37dd273c20ad4320929af65d156e35a5e2d89566d9dfb" } ,
2022-02-13 22:16:40 +00:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6fcf051089389abe060c9cd7caa212c707e58153afa2c649f00346ce6d260f1b" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:5855f8438a7d1d458206a2466bf82b0f104a3724bf96a1c781ab731e4201731a" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3dd007d54ee88b46be476e293f48c85048603f5f516008bee124ddd891398ed6" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:aca6377c0cb8a8253e493c6b451565ac77e98c2951c45f913e0b52facdcff83f" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:04635854b943835a6ea959e948d19dcd311762c5c0c6e1f0e16ee57022669194" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6300b8454aa6930a24b9618fbb54b5a68135092bc666f7b06901f897fa5c2fee" } ,
2021-06-17 23:36:29 +00:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-win32.whl" , hash = "sha256:023cb26ec21ece8dc3907c0e8320058b2e0cb3c55cf9564da612bc325bed5e64" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:984d76483eb32f1bcb536dc27e4ad56bba4baa70be32fa87152832cdd9db0833" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:2ef54abee730b502252bcdf31b10dacb0a416229b72c18b19e24a4509f273d26" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3c112550557578c26af18a1ccc9e090bfe03832ae994343cfdacd287db6a6ae7" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:53edb4da6925ad13c07b6d26c2a852bd81e364f95301c66e930ab2aef5b5ddd8" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f5653a225f31e113b152e56f154ccbe59eeb1c7487b39b9d9f9cdb58e6c79dc5" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:4efca8f86c54b22348a5467704e3fec767b2db12fc39c6d963168ab1d3fc9135" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:ab3ef638ace319fa26553db0624c4699e31a28bb2a835c5faca8f8acf6a5a902" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:f8ba0e8349a38d3001fae7eadded3f6606f0da5d748ee53cc1dab1d6527b9509" } ,
2022-02-13 22:16:40 +00:00
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c47adbc92fc1bb2b3274c4b3a43ae0e4573d9fbff4f54cd484555edbf030baf1" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:37205cac2a79194e3750b0af2a5720d95f786a55ce7df90c3af697bfa100eaac" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:4296f2b1ce8c86a6aea78613c34bb1a672ea0e3de9c6ba08a960efe0b0a09047" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9f02365d4e99430a12647f09b6cc8bab61a6564363f313126f775eb4f6ef798e" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5b6d930f030f8ed98e3e6c98ffa0652bdb82601e7a016ec2ab5d7ff23baa78d1" } ,
2021-06-17 23:36:29 +00:00
{ file = "MarkupSafe-2.0.1-cp39-cp39-win32.whl" , hash = "sha256:10f82115e21dc0dfec9ab5c0223652f7197feb168c940f3ef61563fc2d6beb74" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:693ce3f9e70a6cf7d2fb9e6c9d8b204b6b39897a2c4a1aa65728d5ac97dcc1d8" } ,
{ file = "MarkupSafe-2.0.1.tar.gz" , hash = "sha256:594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a" } ,
]
marshmallow = [
2021-12-19 04:25:44 +00:00
{ file = "marshmallow-3.14.1-py3-none-any.whl" , hash = "sha256:04438610bc6dadbdddb22a4a55bcc7f6f8099e69580b2e67f5a681933a1f4400" } ,
{ file = "marshmallow-3.14.1.tar.gz" , hash = "sha256:4c05c1684e0e97fe779c62b91878f173b937fe097b356cd82f793464f5bc6138" } ,
2021-06-17 23:36:29 +00:00
]
marshmallow-polyfield = [
{ file = "marshmallow-polyfield-5.10.tar.gz" , hash = "sha256:75d0e31b725650e91428f975a66ed30f703cc6f9fcfe45b8436ee6d676921691" } ,
{ file = "marshmallow_polyfield-5.10-py3-none-any.whl" , hash = "sha256:a0a91730c6d21bfac1563990c7ba1413928e7499af669619d4fb38d1fb25c4e9" } ,
]
mccabe = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
mistune = [
{ file = "mistune-0.8.4-py2.py3-none-any.whl" , hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4" } ,
{ file = "mistune-0.8.4.tar.gz" , hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e" } ,
]
more-itertools = [
2021-12-19 04:25:44 +00:00
{ file = "more-itertools-8.12.0.tar.gz" , hash = "sha256:7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d247f6064" } ,
{ file = "more_itertools-8.12.0-py3-none-any.whl" , hash = "sha256:43e6dd9942dffd72661a2c4ef383ad7da1e6a3e968a927ad7a6083ab410a688b" } ,
2021-06-17 23:36:29 +00:00
]
mypy = [
2022-07-20 02:23:43 +00:00
{ file = "mypy-0.971-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:f2899a3cbd394da157194f913a931edfd4be5f274a88041c9dc2d9cdcb1c315c" } ,
{ file = "mypy-0.971-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:98e02d56ebe93981c41211c05adb630d1d26c14195d04d95e49cd97dbc046dc5" } ,
{ file = "mypy-0.971-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:19830b7dba7d5356d3e26e2427a2ec91c994cd92d983142cbd025ebe81d69cf3" } ,
{ file = "mypy-0.971-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:02ef476f6dcb86e6f502ae39a16b93285fef97e7f1ff22932b657d1ef1f28655" } ,
{ file = "mypy-0.971-cp310-cp310-win_amd64.whl" , hash = "sha256:25c5750ba5609a0c7550b73a33deb314ecfb559c350bb050b655505e8aed4103" } ,
{ file = "mypy-0.971-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:d3348e7eb2eea2472db611486846742d5d52d1290576de99d59edeb7cd4a42ca" } ,
{ file = "mypy-0.971-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3fa7a477b9900be9b7dd4bab30a12759e5abe9586574ceb944bc29cddf8f0417" } ,
{ file = "mypy-0.971-cp36-cp36m-win_amd64.whl" , hash = "sha256:2ad53cf9c3adc43cf3bea0a7d01a2f2e86db9fe7596dfecb4496a5dda63cbb09" } ,
{ file = "mypy-0.971-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:855048b6feb6dfe09d3353466004490b1872887150c5bb5caad7838b57328cc8" } ,
{ file = "mypy-0.971-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:23488a14a83bca6e54402c2e6435467a4138785df93ec85aeff64c6170077fb0" } ,
{ file = "mypy-0.971-cp37-cp37m-win_amd64.whl" , hash = "sha256:4b21e5b1a70dfb972490035128f305c39bc4bc253f34e96a4adf9127cf943eb2" } ,
{ file = "mypy-0.971-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:9796a2ba7b4b538649caa5cecd398d873f4022ed2333ffde58eaf604c4d2cb27" } ,
{ file = "mypy-0.971-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:5a361d92635ad4ada1b1b2d3630fc2f53f2127d51cf2def9db83cba32e47c856" } ,
{ file = "mypy-0.971-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:b793b899f7cf563b1e7044a5c97361196b938e92f0a4343a5d27966a53d2ec71" } ,
{ file = "mypy-0.971-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d1ea5d12c8e2d266b5fb8c7a5d2e9c0219fedfeb493b7ed60cd350322384ac27" } ,
{ file = "mypy-0.971-cp38-cp38-win_amd64.whl" , hash = "sha256:23c7ff43fff4b0df93a186581885c8512bc50fc4d4910e0f838e35d6bb6b5e58" } ,
{ file = "mypy-0.971-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:1f7656b69974a6933e987ee8ffb951d836272d6c0f81d727f1d0e2696074d9e6" } ,
{ file = "mypy-0.971-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d2022bfadb7a5c2ef410d6a7c9763188afdb7f3533f22a0a32be10d571ee4bbe" } ,
{ file = "mypy-0.971-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ef943c72a786b0f8d90fd76e9b39ce81fb7171172daf84bf43eaf937e9f220a9" } ,
{ file = "mypy-0.971-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d744f72eb39f69312bc6c2abf8ff6656973120e2eb3f3ec4f758ed47e414a4bf" } ,
{ file = "mypy-0.971-cp39-cp39-win_amd64.whl" , hash = "sha256:77a514ea15d3007d33a9e2157b0ba9c267496acf12a7f2b9b9f8446337aac5b0" } ,
{ file = "mypy-0.971-py3-none-any.whl" , hash = "sha256:0d054ef16b071149917085f51f89555a576e2618d5d9dd70bd6eea6410af3ac9" } ,
{ file = "mypy-0.971.tar.gz" , hash = "sha256:40b0f21484238269ae6a57200c807d80debc6459d444c0489a102d7c6a75fa56" } ,
2021-06-17 23:36:29 +00: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" } ,
]
nitpick = [
2022-04-01 03:01:38 +00:00
{ file = "nitpick-0.32.0-py3-none-any.whl" , hash = "sha256:a2befd6371f8726846d4c127b80b4bc2cc510f97ee8d1a698d879e9d20a95a89" } ,
{ file = "nitpick-0.32.0.tar.gz" , hash = "sha256:9df66107d9dfc5f8631ee5af1c3a1050ef9db0549e04873bef91bf6681a55b61" } ,
]
orderedmultidict = [
{ file = "orderedmultidict-1.0.1-py2.py3-none-any.whl" , hash = "sha256:43c839a17ee3cdd62234c47deca1a8508a3f2ca1d0678a3bf791c87cf84adbf3" } ,
{ file = "orderedmultidict-1.0.1.tar.gz" , hash = "sha256:04070bbb5e87291cc9bfa51df413677faf2141c73c61d2a5f7b26bea3cd882ad" } ,
2021-06-17 23:36:29 +00:00
]
packaging = [
2021-12-19 04:25:44 +00:00
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
2021-06-17 23:36:29 +00:00
]
pathspec = [
2021-10-31 02:12:17 +00:00
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
2021-06-17 23:36:29 +00:00
]
pbr = [
2021-12-19 04:25:44 +00:00
{ file = "pbr-5.8.0-py2.py3-none-any.whl" , hash = "sha256:176e8560eaf61e127817ef93d8a844803abb27a4d4637f0ff3bb783129be2e0a" } ,
{ file = "pbr-5.8.0.tar.gz" , hash = "sha256:672d8ebee84921862110f23fcec2acea191ef58543d34dfe9ef3d9f13c31cddf" } ,
2021-06-17 23:36:29 +00:00
]
pep8-naming = [
2021-12-19 04:25:44 +00:00
{ file = "pep8-naming-0.12.1.tar.gz" , hash = "sha256:bb2455947757d162aa4cad55dba4ce029005cd1692f2899a21d51d8630ca7841" } ,
{ file = "pep8_naming-0.12.1-py2.py3-none-any.whl" , hash = "sha256:4a8daeaeb33cfcde779309fc0c9c0a68a3bbe2ad8a8308b763c5068f86eb9f37" } ,
2021-06-17 23:36:29 +00:00
]
2021-10-31 02:12:17 +00:00
platformdirs = [
{ file = "platformdirs-2.4.0-py3-none-any.whl" , hash = "sha256:8868bbe3c3c80d42f20156f22e7131d2fb321f5bc86a2a345375c6481a67021d" } ,
{ file = "platformdirs-2.4.0.tar.gz" , hash = "sha256:367a5e80b3d04d2428ffa76d33f124cf11e8fff2acdaa9b43d545f5c7d661ef2" } ,
]
2021-06-17 23:36:29 +00:00
pluggy = [
2021-12-19 04:25:44 +00:00
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
2021-06-17 23:36:29 +00:00
]
py = [
2021-12-19 04:25:44 +00:00
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
2021-06-17 23:36:29 +00:00
]
pycodestyle = [
2022-01-18 00:28:18 +00:00
{ file = "pycodestyle-2.7.0-py2.py3-none-any.whl" , hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068" } ,
{ file = "pycodestyle-2.7.0.tar.gz" , hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef" } ,
2021-06-17 23:36:29 +00:00
]
pydocstyle = [
{ file = "pydocstyle-6.1.1-py3-none-any.whl" , hash = "sha256:6987826d6775056839940041beef5c08cc7e3d71d63149b48e36727f70144dc4" } ,
{ file = "pydocstyle-6.1.1.tar.gz" , hash = "sha256:1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc" } ,
]
pyflakes = [
2022-01-18 00:28:18 +00:00
{ file = "pyflakes-2.3.1-py2.py3-none-any.whl" , hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3" } ,
{ file = "pyflakes-2.3.1.tar.gz" , hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db" } ,
2021-06-17 23:36:29 +00:00
]
pygments = [
2021-12-19 04:25:44 +00:00
{ file = "Pygments-2.10.0-py3-none-any.whl" , hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380" } ,
{ file = "Pygments-2.10.0.tar.gz" , hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6" } ,
2021-06-17 23:36:29 +00:00
]
pyparsing = [
2021-12-19 04:25:44 +00:00
{ file = "pyparsing-3.0.6-py3-none-any.whl" , hash = "sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4" } ,
{ file = "pyparsing-3.0.6.tar.gz" , hash = "sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81" } ,
2021-06-17 23:36:29 +00:00
]
pytest = [
2021-10-29 03:02:39 +00:00
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
2021-06-17 23:36:29 +00:00
]
pytest-cov = [
2021-10-29 03:00:55 +00:00
{ file = "pytest-cov-3.0.0.tar.gz" , hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470" } ,
{ file = "pytest_cov-3.0.0-py3-none-any.whl" , hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6" } ,
2021-06-17 23:36:29 +00:00
]
pytest-django = [
2021-12-08 14:52:19 +00:00
{ file = "pytest-django-4.5.2.tar.gz" , hash = "sha256:d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2" } ,
{ file = "pytest_django-4.5.2-py3-none-any.whl" , hash = "sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e" } ,
2021-06-17 23:36:29 +00:00
]
pytest-pythonpath = [
2022-02-13 22:16:40 +00:00
{ file = "pytest-pythonpath-0.7.4.tar.gz" , hash = "sha256:64e195b23a8f8c0c631fb16882d9ad6fa4137ed1f2961ddd15d52065cd435db6" } ,
{ file = "pytest_pythonpath-0.7.4-py3-none-any.whl" , hash = "sha256:e73e11dab2f0b83e73229e261242b251f0a369d7f527dbfec068822fd26a6ce5" } ,
2021-06-17 23:36:29 +00:00
]
pytest-randomly = [
2022-05-25 03:47:53 +00:00
{ file = "pytest-randomly-3.12.0.tar.gz" , hash = "sha256:d60c2db71ac319aee0fc6c4110a7597d611a8b94a5590918bfa8583f00caccb2" } ,
{ file = "pytest_randomly-3.12.0-py3-none-any.whl" , hash = "sha256:f4f2e803daf5d1ba036cc22bf4fe9dbbf99389ec56b00e5cba732fb5c1d07fdd" } ,
2021-06-17 23:36:29 +00:00
]
python-slugify = [
{ file = "python-slugify-5.0.2.tar.gz" , hash = "sha256:f13383a0b9fcbe649a1892b9c8eb4f8eab1d6d84b84bb7a624317afa98159cab" } ,
{ file = "python_slugify-5.0.2-py2.py3-none-any.whl" , hash = "sha256:6d8c5df75cd4a7c3a2d21e257633de53f52ab0265cd2d1dc62a730e8194a7380" } ,
]
pytz = [
2021-12-19 04:25:44 +00:00
{ file = "pytz-2021.3-py2.py3-none-any.whl" , hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c" } ,
{ file = "pytz-2021.3.tar.gz" , hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326" } ,
2021-06-17 23:36:29 +00:00
]
pyyaml = [
2021-12-19 04:25:44 +00:00
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
2021-06-17 23:36:29 +00:00
]
requests = [
2021-12-19 04:25:44 +00:00
{ file = "requests-2.26.0-py2.py3-none-any.whl" , hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24" } ,
{ file = "requests-2.26.0.tar.gz" , hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" } ,
2021-06-17 23:36:29 +00:00
]
2022-04-01 03:01:38 +00:00
requests-cache = [
{ file = "requests-cache-0.9.3.tar.gz" , hash = "sha256:b32f8afba2439e1b3e12cba511c8f579271eff827f063210d62f9efa5bed6564" } ,
{ file = "requests_cache-0.9.3-py3-none-any.whl" , hash = "sha256:d8b32405b2725906aa09810f4796e54cc03029de269381b404c426bae927bada" } ,
]
2021-06-17 23:36:29 +00:00
restructuredtext-lint = [
{ file = "restructuredtext_lint-1.3.2.tar.gz" , hash = "sha256:d3b10a1fe2ecac537e51ae6d151b223b78de9fafdd50e5eb6b08c243df173c80" } ,
]
"ruamel.yaml" = [
2022-07-04 16:49:27 +00:00
{ file = "ruamel.yaml-0.17.21-py3-none-any.whl" , hash = "sha256:742b35d3d665023981bd6d16b3d24248ce5df75fdb4e2924e93a05c1f8b61ca7" } ,
{ file = "ruamel.yaml-0.17.21.tar.gz" , hash = "sha256:8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af" } ,
2021-06-17 23:36:29 +00:00
]
"ruamel.yaml.clib" = [
2022-02-13 22:16:40 +00:00
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:6e7be2c5bcb297f5b82fee9c665eb2eb7001d1050deaba8471842979293a80b0" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:221eca6f35076c6ae472a531afa1c223b9c29377e62936f61bc8e6e8bdc5f9e7" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-win32.whl" , hash = "sha256:1070ba9dd7f9370d0513d649420c3b362ac2d687fe78c6e888f5b12bf8bc7bee" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-win_amd64.whl" , hash = "sha256:77df077d32921ad46f34816a9a16e6356d8100374579bc35e15bab5d4e9377de" } ,
2021-12-19 04:25:44 +00:00
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-macosx_10_6_intel.whl" , hash = "sha256:cfdb9389d888c5b74af297e51ce357b800dd844898af9d4a547ffc143fa56751" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:7b2927e92feb51d830f531de4ccb11b320255ee95e791022555971c466af4527" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-win32.whl" , hash = "sha256:ada3f400d9923a190ea8b59c8f60680c4ef8a4b0dfae134d2f2ff68429adfab5" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-win_amd64.whl" , hash = "sha256:de9c6b8a1ba52919ae919f3ae96abb72b994dd0350226e28f3686cb4f142165c" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:d67f273097c368265a7b81e152e07fb90ed395df6e552b9fa858c6d2c9f42502" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:72a2b8b2ff0a627496aad76f37a652bcef400fd861721744201ef1b45199ab78" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-win32.whl" , hash = "sha256:9efef4aab5353387b07f6b22ace0867032b900d8e91674b5d8ea9150db5cae94" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-win_amd64.whl" , hash = "sha256:846fc8336443106fe23f9b6d6b8c14a53d38cef9a375149d61f99d78782ea468" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0847201b767447fc33b9c235780d3aa90357d20dd6108b92be544427bea197dd" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:78988ed190206672da0f5d50c61afef8f67daa718d614377dcd5e3ed85ab4a99" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-win32.whl" , hash = "sha256:a49e0161897901d1ac9c4a79984b8410f450565bbad64dbfcbf76152743a0cdb" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:bf75d28fa071645c529b5474a550a44686821decebdd00e21127ef1fd566eabe" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:a32f8d81ea0c6173ab1b3da956869114cae53ba1e9f72374032e33ba3118c233" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7f7ecb53ae6848f959db6ae93bdff1740e651809780822270eab111500842a84" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-win32.whl" , hash = "sha256:89221ec6d6026f8ae859c09b9718799fea22c0e8da8b766b0b2c9a9ba2db326b" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-win_amd64.whl" , hash = "sha256:31ea73e564a7b5fbbe8188ab8b334393e06d997914a4e184975348f204790277" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:dc6a613d6c74eef5a14a214d433d06291526145431c3b964f5e16529b1842bed" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:1866cf2c284a03b9524a5cc00daca56d80057c5ce3cdc86a52020f4c720856f0" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-win32.whl" , hash = "sha256:3fb9575a5acd13031c57a62cc7823e5d2ff8bc3835ba4d94b921b4e6ee664104" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-win_amd64.whl" , hash = "sha256:825d5fccef6da42f3c8eccd4281af399f21c02b32d98e113dbc631ea6a6ecbc7" } ,
{ file = "ruamel.yaml.clib-0.2.6.tar.gz" , hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd" } ,
2021-06-17 23:36:29 +00:00
]
safety = [
2022-07-19 02:29:13 +00:00
{ file = "safety-2.1.1-py3-none-any.whl" , hash = "sha256:05ba551fb61ef24c864835d21089f75bc8b37292680047b9f29693a6552e2fc7" } ,
{ file = "safety-2.1.1.tar.gz" , hash = "sha256:dbc5dffa2e47da76cc43dfe8cbbbfca99d29118d0c6c54dfcfa11c2bd349dff6" } ,
2021-06-17 23:36:29 +00:00
]
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
smmap = [
2021-12-19 04:25:44 +00:00
{ file = "smmap-5.0.0-py3-none-any.whl" , hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94" } ,
{ file = "smmap-5.0.0.tar.gz" , hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936" } ,
2021-06-17 23:36:29 +00:00
]
snowballstemmer = [
2021-12-19 04:25:44 +00:00
{ file = "snowballstemmer-2.2.0-py2.py3-none-any.whl" , hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a" } ,
{ file = "snowballstemmer-2.2.0.tar.gz" , hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" } ,
2021-06-17 23:36:29 +00:00
]
sortedcontainers = [
{ file = "sortedcontainers-2.4.0-py2.py3-none-any.whl" , hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0" } ,
{ file = "sortedcontainers-2.4.0.tar.gz" , hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88" } ,
]
sphinx = [
2022-07-27 02:25:21 +00:00
{ file = "Sphinx-5.1.1-py3-none-any.whl" , hash = "sha256:309a8da80cb6da9f4713438e5b55861877d5d7976b69d87e336733637ea12693" } ,
{ file = "Sphinx-5.1.1.tar.gz" , hash = "sha256:ba3224a4e206e1fbdecf98a4fae4992ef9b24b85ebf7b584bb340156eaf08d89" } ,
2021-06-17 23:36:29 +00:00
]
sphinx-autodoc-typehints = [
2022-06-13 03:17:31 +00:00
{ file = "sphinx_autodoc_typehints-1.18.3-py3-none-any.whl" , hash = "sha256:20294de2a818bda04953c5cb302ec5af46138c81980ad9efa6d8fc1fc4242518" } ,
{ file = "sphinx_autodoc_typehints-1.18.3.tar.gz" , hash = "sha256:c04d8f8d70e988960e25b206af39a90df84e7e2c085bb24e123bc3684021b313" } ,
2021-06-17 23:36:29 +00:00
]
sphinxcontrib-applehelp = [
{ file = "sphinxcontrib-applehelp-1.0.2.tar.gz" , hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58" } ,
{ file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a" } ,
]
sphinxcontrib-devhelp = [
{ file = "sphinxcontrib-devhelp-1.0.2.tar.gz" , hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4" } ,
{ file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e" } ,
]
sphinxcontrib-htmlhelp = [
{ 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" } ,
]
sqlparse = [
2021-10-29 03:03:23 +00:00
{ file = "sqlparse-0.4.2-py3-none-any.whl" , hash = "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d" } ,
{ file = "sqlparse-0.4.2.tar.gz" , hash = "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae" } ,
2021-06-17 23:36:29 +00:00
]
stevedore = [
2021-12-19 04:25:44 +00:00
{ file = "stevedore-3.5.0-py3-none-any.whl" , hash = "sha256:a547de73308fd7e90075bb4d301405bebf705292fa90a90fc3bcf9133f58616c" } ,
{ file = "stevedore-3.5.0.tar.gz" , hash = "sha256:f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335" } ,
2021-06-17 23:36:29 +00:00
]
2022-04-01 03:01:38 +00:00
strenum = [
{ file = "StrEnum-0.4.7-py3-none-any.whl" , hash = "sha256:28ede0075ea0d990144d334c03509f14ee33e2e732289cb6e496ed7bae73fd1f" } ,
{ file = "StrEnum-0.4.7.tar.gz" , hash = "sha256:6019e9cc1738af6a236c022b82184372178ecadf12438f11f5b680a02a462377" } ,
]
2021-06-17 23:36:29 +00:00
testfixtures = [
2021-12-19 04:25:44 +00:00
{ file = "testfixtures-6.18.3-py2.py3-none-any.whl" , hash = "sha256:6ddb7f56a123e1a9339f130a200359092bd0a6455e31838d6c477e8729bb7763" } ,
{ file = "testfixtures-6.18.3.tar.gz" , hash = "sha256:2600100ae96ffd082334b378e355550fef8b4a529a6fa4c34f47130905c7426d" } ,
2021-06-17 23:36:29 +00:00
]
text-unidecode = [
{ file = "text-unidecode-1.3.tar.gz" , hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93" } ,
{ file = "text_unidecode-1.3-py2.py3-none-any.whl" , hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8" } ,
]
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
2021-10-29 03:00:55 +00:00
tomli = [
2021-12-19 04:25:44 +00:00
{ file = "tomli-1.2.3-py3-none-any.whl" , hash = "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c" } ,
{ file = "tomli-1.2.3.tar.gz" , hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f" } ,
2021-10-29 03:00:55 +00:00
]
2021-06-17 23:36:29 +00:00
tomlkit = [
2022-07-15 15:47:12 +00:00
{ file = "tomlkit-0.11.1-py3-none-any.whl" , hash = "sha256:1c5bebdf19d5051e2e1de6cf70adfc5948d47221f097fcff7a3ffc91e953eaf5" } ,
{ file = "tomlkit-0.11.1.tar.gz" , hash = "sha256:61901f81ff4017951119cd0d1ed9b7af31c821d6845c8c477587bbdcd5e5854e" } ,
2021-06-17 23:36:29 +00:00
]
typed-ast = [
2021-12-19 04:25:44 +00:00
{ file = "typed_ast-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5d8314c92414ce7481eee7ad42b353943679cf6f30237b5ecbf7d835519e1212" } ,
{ file = "typed_ast-1.5.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b53ae5de5500529c76225d18eeb060efbcec90ad5e030713fe8dab0fb4531631" } ,
{ file = "typed_ast-1.5.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:24058827d8f5d633f97223f5148a7d22628099a3d2efe06654ce872f46f07cdb" } ,
{ file = "typed_ast-1.5.1-cp310-cp310-win_amd64.whl" , hash = "sha256:a6d495c1ef572519a7bac9534dbf6d94c40e5b6a608ef41136133377bba4aa08" } ,
{ file = "typed_ast-1.5.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:de4ecae89c7d8b56169473e08f6bfd2df7f95015591f43126e4ea7865928677e" } ,
{ file = "typed_ast-1.5.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:256115a5bc7ea9e665c6314ed6671ee2c08ca380f9d5f130bd4d2c1f5848d695" } ,
{ file = "typed_ast-1.5.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:7c42707ab981b6cf4b73490c16e9d17fcd5227039720ca14abe415d39a173a30" } ,
{ file = "typed_ast-1.5.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:71dcda943a471d826ea930dd449ac7e76db7be778fcd722deb63642bab32ea3f" } ,
{ file = "typed_ast-1.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:4f30a2bcd8e68adbb791ce1567fdb897357506f7ea6716f6bbdd3053ac4d9471" } ,
{ file = "typed_ast-1.5.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:ca9e8300d8ba0b66d140820cf463438c8e7b4cdc6fd710c059bfcfb1531d03fb" } ,
{ file = "typed_ast-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:9caaf2b440efb39ecbc45e2fabde809cbe56272719131a6318fd9bf08b58e2cb" } ,
{ file = "typed_ast-1.5.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c9bcad65d66d594bffab8575f39420fe0ee96f66e23c4d927ebb4e24354ec1af" } ,
{ file = "typed_ast-1.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:591bc04e507595887160ed7aa8d6785867fb86c5793911be79ccede61ae96f4d" } ,
{ file = "typed_ast-1.5.1-cp38-cp38-win_amd64.whl" , hash = "sha256:a80d84f535642420dd17e16ae25bb46c7f4c16ee231105e7f3eb43976a89670a" } ,
{ file = "typed_ast-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:38cf5c642fa808300bae1281460d4f9b7617cf864d4e383054a5ef336e344d32" } ,
{ file = "typed_ast-1.5.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:5b6ab14c56bc9c7e3c30228a0a0b54b915b1579613f6e463ba6f4eb1382e7fd4" } ,
{ file = "typed_ast-1.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a2b8d7007f6280e36fa42652df47087ac7b0a7d7f09f9468f07792ba646aac2d" } ,
{ file = "typed_ast-1.5.1-cp39-cp39-win_amd64.whl" , hash = "sha256:b6d17f37f6edd879141e64a5db17b67488cfeffeedad8c5cec0392305e9bc775" } ,
{ file = "typed_ast-1.5.1.tar.gz" , hash = "sha256:484137cab8ecf47e137260daa20bafbba5f4e3ec7fda1c1e69ab299b75fa81c5" } ,
2021-06-17 23:36:29 +00:00
]
typing-extensions = [
2021-12-19 04:25:44 +00:00
{ file = "typing_extensions-4.0.1-py3-none-any.whl" , hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b" } ,
{ file = "typing_extensions-4.0.1.tar.gz" , hash = "sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e" } ,
2021-06-17 23:36:29 +00:00
]
2022-04-01 03:01:38 +00:00
url-normalize = [
{ file = "url-normalize-1.4.3.tar.gz" , hash = "sha256:d23d3a070ac52a67b83a1c59a0e68f8608d1cd538783b401bc9de2c0fac999b2" } ,
{ file = "url_normalize-1.4.3-py2.py3-none-any.whl" , hash = "sha256:ec3c301f04e5bb676d333a7fa162fa977ad2ca04b7e652bfc9fac4e405728eed" } ,
]
2021-06-17 23:36:29 +00:00
urllib3 = [
2021-12-19 04:25:44 +00:00
{ file = "urllib3-1.26.7-py2.py3-none-any.whl" , hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844" } ,
{ file = "urllib3-1.26.7.tar.gz" , hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece" } ,
2021-06-17 23:36:29 +00:00
]
wemake-python-styleguide = [
2022-03-25 13:17:48 +00:00
{ file = "wemake-python-styleguide-0.16.1.tar.gz" , hash = "sha256:4fcd78dd55732679b5fc8bc37fd7e04bbaa5cdc1b1a829ad265e8f6b0d853cf6" } ,
{ file = "wemake_python_styleguide-0.16.1-py3-none-any.whl" , hash = "sha256:202c22ecfee1f5caf0555048602cd52f2435cd57903e6b0cd46b5aaa3f652140" } ,
2021-06-17 23:36:29 +00:00
]
win32-setctime = [
2021-12-19 04:25:44 +00:00
{ file = "win32_setctime-1.0.4-py3-none-any.whl" , hash = "sha256:7964234073ad9bc7a689ef2ebe6ce931976b644fe73fd50cf7729c996b7d8385" } ,
{ file = "win32_setctime-1.0.4.tar.gz" , hash = "sha256:2b72b798fdc1d909fb3cc0d25e0be52a42f4848857e3588dd3947c6a18b42609" } ,
2021-06-17 23:36:29 +00:00
]
zipp = [
2021-12-19 04:25:44 +00:00
{ file = "zipp-3.6.0-py3-none-any.whl" , hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc" } ,
{ file = "zipp-3.6.0.tar.gz" , hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832" } ,
2021-06-17 23:36:29 +00:00
]