2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "asgiref"
version = "3.4.1"
description = "ASGI specs, helper code, and adapters"
category = "main"
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 = "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.4.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" , "cloudpickle" ]
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" , "cloudpickle" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "cloudpickle" ]
[ [ package ] ]
name = "bandit"
version = "1.7.1"
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 = "bleach"
version = "4.1.0"
description = "An easy safelist-based HTML-sanitizing tool."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
packaging = "*"
six = ">=1.9.0"
webencodings = "*"
[ [ package ] ]
name = "certifi"
version = "2021.10.8"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "cffi"
version = "1.15.0"
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
name = "charset-normalizer"
version = "2.0.10"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
[ [ 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 = "coverage"
version = "6.2"
description = "Code coverage measurement for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
tomli = { version = "*" , optional = true , markers = "extra == \"toml\"" }
[ package . extras ]
toml = [ "tomli" ]
[ [ package ] ]
name = "coveralls"
version = "3.3.1"
description = "Show coverage stats online via coveralls.io"
category = "dev"
optional = false
python-versions = ">= 3.5"
[ package . dependencies ]
coverage = ">=4.1,<6.0.0 || >6.1,<6.1.1 || >6.1.1,<7.0"
docopt = ">=0.6.1"
requests = ">=1.0.0"
[ package . extras ]
yaml = [ "PyYAML (>=3.10)" ]
[ [ package ] ]
name = "cryptography"
version = "36.0.1"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = ">=1.12"
[ package . extras ]
docs = [ "sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)" , "sphinx-rtd-theme" ]
docstest = [ "pyenchant (>=1.6.11)" , "twine (>=1.12.0)" , "sphinxcontrib-spelling (>=4.0.1)" ]
pep8test = [ "black" , "flake8" , "flake8-import-order" , "pep8-naming" ]
sdist = [ "setuptools_rust (>=0.11.4)" ]
ssh = [ "bcrypt (>=3.1.5)" ]
test = [ "pytest (>=6.2.0)" , "pytest-cov" , "pytest-subtests" , "pytest-xdist" , "pretend" , "iso8601" , "pytz" , "hypothesis (>=1.11.4,!=3.79.2)" ]
[ [ package ] ]
name = "defusedxml"
version = "0.7.1"
description = "XML bomb protection for Python stdlib modules"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "django"
version = "3.2"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main"
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" ]
[ [ package ] ]
name = "django-allauth"
version = "0.47.0"
description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
Django = ">=2.0"
pyjwt = { version = ">=1.7" , extras = [ "crypto" ] }
python3-openid = ">=3.0.8"
requests = "*"
requests-oauthlib = ">=0.3.0"
[ [ package ] ]
name = "django-appconf"
version = "1.0.5"
description = "A helper class for handling configuration defaults of packaged apps gracefully."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
django = "*"
[ [ package ] ]
name = "django-braces"
version = "1.13.0"
description = "Reusable, generic mixins for Django"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "django-compressor"
version = "2.4.1"
description = "Compresses linked and inline JavaScript or CSS into single cached files."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
django-appconf = ">=1.0.3"
rcssmin = "1.0.6"
rjsmin = "1.1.0"
six = ">=1.12.0"
[ [ package ] ]
name = "django-cors-middleware"
version = "1.5.0"
description = "django-cors-middleware is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS). Fork of django-cors-headers."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "django-csp"
version = "3.7"
description = "Django Content Security Policy support."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
Django = ">=1.8"
[ package . extras ]
jinja2 = [ "jinja2 (>=2.9.6)" ]
tests = [ "pytest (<4.0)" , "pytest-django" , "pytest-flakes (==1.0.1)" , "pytest-pep8 (==1.0.6)" , "pep8 (==1.4.6)" , "mock (==1.0.1)" , "six (==1.12.0)" , "jinja2 (>=2.9.6)" ]
[ [ package ] ]
name = "django-debug-toolbar"
version = "3.2.4"
description = "A configurable set of panels that display various debug information about the current request/response."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
Django = ">=2.2"
sqlparse = ">=0.2.0"
[ [ package ] ]
name = "django-parler"
version = "2.3"
description = "Simple Django model translations without nasty hacks, featuring nice admin integration."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
Django = ">=2.2"
[ [ package ] ]
name = "django-parler-rest"
version = "2.1"
description = "Multilingual support for django-rest-framework"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
django-parler = ">=1.9.2"
djangorestframework = ">=3.5"
[ [ package ] ]
name = "django-ranged-response"
version = "0.2.0"
description = "Modified Django FileResponse that adds Content-Range headers."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
django = "*"
[ [ package ] ]
name = "django-simple-captcha"
version = "0.5.14"
description = "A very simple, yet powerful, Django captcha application"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
Django = ">=2.2"
django-ranged-response = "0.2.0"
Pillow = ">=6.2.0"
six = ">=1.2.0"
[ package . extras ]
test = [ "testfixtures" ]
[ [ package ] ]
name = "djangorestframework"
version = "3.13.1"
description = "Web APIs for Django, made easy."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
django = ">=2.2"
pytz = "*"
[ [ package ] ]
name = "djangorestframework-camel-case"
version = "1.3.0"
description = "Camel case JSON support for Django REST framework."
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "docopt"
version = "0.6.2"
description = "Pythonic argument parser, that will make you smile"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "gitdb"
version = "4.0.9"
description = "Git Object Database"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
smmap = ">=3.0.1,<6"
[ [ package ] ]
name = "gitpython"
version = "3.1.20"
description = "Python Git Library"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
gitdb = ">=4.0.1,<5"
typing-extensions = { version = ">=3.7.4.3" , markers = "python_version < \"3.10\"" }
[ [ package ] ]
name = "idna"
version = "3.3"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "importlib-metadata"
version = "4.8.3"
description = "Read metadata from Python packages"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
zipp = ">=0.5"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
perf = [ "ipython" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "lxml"
version = "4.7.1"
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
htmlsoup = [ "beautifulsoup4" ]
source = [ "Cython (>=0.29.7)" ]
[ [ package ] ]
name = "markdown"
version = "3.3.6"
description = "Python implementation of Markdown."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
importlib-metadata = { version = ">=4.4" , markers = "python_version < \"3.10\"" }
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
[ [ package ] ]
name = "mypy"
version = "0.930"
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
mypy-extensions = ">=0.4.3"
tomli = ">=1.1.0"
typed-ast = { version = ">=1.4.0,<2" , markers = "python_version < \"3.8\"" }
typing-extensions = ">=3.10"
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
python2 = [ "typed-ast (>=1.4.0,<2)" ]
[ [ 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 = "newrelic"
version = "7.2.4.171"
description = "New Relic Python Agent"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
[ package . extras ]
infinite-tracing = [ "grpcio" , "protobuf (<4)" ]
[ [ package ] ]
name = "oauthlib"
version = "3.1.1"
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
rsa = [ "cryptography (>=3.0.0,<4)" ]
signals = [ "blinker (>=1.4.0)" ]
signedtoken = [ "cryptography (>=3.0.0,<4)" , "pyjwt (>=2.0.0,<3)" ]
[ [ package ] ]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
[ [ package ] ]
name = "pbr"
version = "5.8.0"
description = "Python Build Reasonableness"
category = "dev"
optional = false
python-versions = ">=2.6"
[ [ package ] ]
name = "pem"
version = "21.2.0"
description = "Easy PEM file parsing in Python."
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
dev = [ "coverage[toml] (>=5.0.2)" , "pytest" , "certifi" , "pretend" , "pyopenssl" , "sphinx" , "furo" , "twisted" , "pre-commit" ]
docs = [ "sphinx" , "furo" ]
tests = [ "coverage[toml] (>=5.0.2)" , "pytest" , "certifi" , "pretend" , "pyopenssl" ]
[ [ package ] ]
name = "pillow"
version = "8.4.0"
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
[ [ package ] ]
name = "psycopg2"
version = "2.9.3"
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "pycodestyle"
version = "2.8.0"
description = "Python style guide checker"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pyjwt"
version = "2.3.0"
description = "JSON Web Token implementation in Python"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cryptography = { version = ">=3.3.1" , optional = true , markers = "extra == \"crypto\"" }
[ package . extras ]
crypto = [ "cryptography (>=3.3.1)" ]
dev = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" , "cryptography (>=3.3.1)" , "pytest (>=6.0.0,<7.0.0)" , "coverage[toml] (==5.0.4)" , "mypy" , "pre-commit" ]
docs = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" ]
tests = [ "pytest (>=6.0.0,<7.0.0)" , "coverage[toml] (==5.0.4)" ]
[ [ package ] ]
name = "pymple"
version = "0.1.3"
description = "A simple Inversion of Control container"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyopenssl"
version = "21.0.0"
description = "Python wrapper module around the OpenSSL library"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
[ package . dependencies ]
cryptography = ">=3.3"
six = ">=1.5.2"
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" ]
test = [ "flaky" , "pretend" , "pytest (>=3.0.1)" ]
[ [ package ] ]
name = "pyparsing"
version = "3.0.6"
description = "Python parsing module"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
[ [ package ] ]
name = "pytest"
version = "6.2.5"
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 = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-cov"
version = "3.0.0"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
pytest = ">=4.6"
[ package . extras ]
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
[ [ package ] ]
name = "pytest-django"
version = "4.5.2"
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 = "python3-openid"
version = "3.2.0"
description = "OpenID support for modern servers and consumers."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
defusedxml = "*"
[ package . extras ]
mysql = [ "mysql-connector-python" ]
postgresql = [ "psycopg2" ]
[ [ package ] ]
name = "pytz"
version = "2021.3"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "rcssmin"
version = "1.0.6"
description = "CSS Minifier"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "requests"
version = "2.27.0"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
[ [ package ] ]
name = "requests-oauthlib"
version = "1.3.0"
description = "OAuthlib authentication support for Requests."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
oauthlib = ">=3.0.0"
requests = ">=2.0.0"
[ package . extras ]
rsa = [ "oauthlib[signedtoken] (>=3.0.0)" ]
[ [ package ] ]
name = "responses"
version = "0.16.0"
description = "A utility library for mocking out the `requests` Python library."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
requests = ">=2.0"
six = "*"
urllib3 = ">=1.25.10"
[ package . extras ]
tests = [ "coverage (>=3.7.1,<6.0.0)" , "pytest-cov" , "pytest-localserver" , "flake8" , "types-mock" , "types-requests" , "types-six" , "pytest (>=4.6,<5.0)" , "pytest (>=4.6)" , "mypy" ]
[ [ package ] ]
name = "rjsmin"
version = "1.1.0"
description = "Javascript Minifier"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "selenium"
version = "3.141.0"
description = "Python bindings for Selenium"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
urllib3 = "*"
[ [ package ] ]
name = "semantic-version"
version = "2.8.5"
description = "A library implementing the 'SemVer' scheme."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "smmap"
version = "5.0.0"
description = "A pure Python implementation of a sliding window memory map manager"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "sqlparse"
version = "0.4.2"
description = "A non-validating SQL parser."
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "stevedore"
version = "3.5.0"
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"
[ [ 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.*"
[ [ package ] ]
name = "tomli"
version = "1.2.3"
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "typed-ast"
version = "1.5.1"
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "types-cryptography"
version = "3.3.10"
description = "Typing stubs for cryptography"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
types-enum34 = "*"
types-ipaddress = "*"
[ [ package ] ]
name = "types-enum34"
version = "1.1.1"
description = "Typing stubs for enum34"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "types-ipaddress"
version = "1.0.1"
description = "Typing stubs for ipaddress"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "types-pyopenssl"
version = "21.0.2"
description = "Typing stubs for pyOpenSSL"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
types-cryptography = "*"
[ [ package ] ]
name = "types-requests"
version = "2.26.3"
description = "Typing stubs for requests"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "typing-extensions"
version = "4.0.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "urllib3"
version = "1.26.7"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
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 = "uwsgi"
version = "2.0.20"
description = "The uWSGI server"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "zipp"
version = "3.6.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
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" ]
[ metadata ]
lock-version = "1.1"
2022-01-05 16:18:42 +03:00
python-versions = "^3.6"
content-hash = "8026c80d4a1aedc95b27c88427b556dd155555b3df468b46d674efa19d626201"
2022-01-05 16:14:08 +03:00
[ metadata . files ]
asgiref = [
{ file = "asgiref-3.4.1-py3-none-any.whl" , hash = "sha256:ffc141aa908e6f175673e7b1b3b7af4fdb0ecb738fc5c8b88f69f055c2415214" } ,
{ file = "asgiref-3.4.1.tar.gz" , hash = "sha256:4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9" } ,
]
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.4.0-py2.py3-none-any.whl" , hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4" } ,
{ file = "attrs-21.4.0.tar.gz" , hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" } ,
]
bandit = [
{ file = "bandit-1.7.1-py3-none-any.whl" , hash = "sha256:f5acd838e59c038a159b5c621cf0f8270b279e884eadd7b782d7491c02add0d4" } ,
{ file = "bandit-1.7.1.tar.gz" , hash = "sha256:a81b00b5436e6880fa8ad6799bc830e02032047713cbb143a12939ac67eb756c" } ,
]
bleach = [
{ file = "bleach-4.1.0-py2.py3-none-any.whl" , hash = "sha256:4d2651ab93271d1129ac9cbc679f524565cc8a1b791909c4a51eac4446a15994" } ,
{ file = "bleach-4.1.0.tar.gz" , hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da" } ,
]
certifi = [
{ file = "certifi-2021.10.8-py2.py3-none-any.whl" , hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569" } ,
{ file = "certifi-2021.10.8.tar.gz" , hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872" } ,
]
cffi = [
{ file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962" } ,
{ file = "cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0" } ,
{ file = "cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14" } ,
{ file = "cffi-1.15.0-cp27-cp27m-win32.whl" , hash = "sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474" } ,
{ file = "cffi-1.15.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6" } ,
{ file = "cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27" } ,
{ file = "cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023" } ,
{ file = "cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2" } ,
{ file = "cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382" } ,
{ file = "cffi-1.15.0-cp310-cp310-win32.whl" , hash = "sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55" } ,
{ file = "cffi-1.15.0-cp310-cp310-win_amd64.whl" , hash = "sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0" } ,
{ file = "cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605" } ,
{ file = "cffi-1.15.0-cp36-cp36m-win32.whl" , hash = "sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e" } ,
{ file = "cffi-1.15.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc" } ,
{ file = "cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7" } ,
{ file = "cffi-1.15.0-cp37-cp37m-win32.whl" , hash = "sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66" } ,
{ file = "cffi-1.15.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029" } ,
{ file = "cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6" } ,
{ file = "cffi-1.15.0-cp38-cp38-win32.whl" , hash = "sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c" } ,
{ file = "cffi-1.15.0-cp38-cp38-win_amd64.whl" , hash = "sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443" } ,
{ file = "cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a" } ,
{ file = "cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8" } ,
{ file = "cffi-1.15.0-cp39-cp39-win32.whl" , hash = "sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a" } ,
{ file = "cffi-1.15.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139" } ,
{ file = "cffi-1.15.0.tar.gz" , hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954" } ,
]
charset-normalizer = [
{ file = "charset-normalizer-2.0.10.tar.gz" , hash = "sha256:876d180e9d7432c5d1dfd4c5d26b72f099d503e8fcc0feb7532c9289be60fcbd" } ,
{ file = "charset_normalizer-2.0.10-py3-none-any.whl" , hash = "sha256:cb957888737fc0bbcd78e3df769addb41fd1ff8cf950dc9e7ad7793f1bf44455" } ,
]
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
coverage = [
{ file = "coverage-6.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6dbc1536e105adda7a6312c778f15aaabe583b0e9a0b0a324990334fd458c94b" } ,
{ file = "coverage-6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:174cf9b4bef0db2e8244f82059a5a72bd47e1d40e71c68ab055425172b16b7d0" } ,
{ file = "coverage-6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:92b8c845527eae547a2a6617d336adc56394050c3ed8a6918683646328fbb6da" } ,
{ file = "coverage-6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c7912d1526299cb04c88288e148c6c87c0df600eca76efd99d84396cfe00ef1d" } ,
{ file = "coverage-6.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d5d2033d5db1d58ae2d62f095e1aefb6988af65b4b12cb8987af409587cc0739" } ,
{ file = "coverage-6.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:3feac4084291642165c3a0d9eaebedf19ffa505016c4d3db15bfe235718d4971" } ,
{ file = "coverage-6.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:276651978c94a8c5672ea60a2656e95a3cce2a3f31e9fb2d5ebd4c215d095840" } ,
{ file = "coverage-6.2-cp310-cp310-win32.whl" , hash = "sha256:f506af4f27def639ba45789fa6fde45f9a217da0be05f8910458e4557eed020c" } ,
{ file = "coverage-6.2-cp310-cp310-win_amd64.whl" , hash = "sha256:3f7c17209eef285c86f819ff04a6d4cbee9b33ef05cbcaae4c0b4e8e06b3ec8f" } ,
{ file = "coverage-6.2-cp311-cp311-macosx_10_14_x86_64.whl" , hash = "sha256:13362889b2d46e8d9f97c421539c97c963e34031ab0cb89e8ca83a10cc71ac76" } ,
{ file = "coverage-6.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:22e60a3ca5acba37d1d4a2ee66e051f5b0e1b9ac950b5b0cf4aa5366eda41d47" } ,
{ file = "coverage-6.2-cp311-cp311-win_amd64.whl" , hash = "sha256:b637c57fdb8be84e91fac60d9325a66a5981f8086c954ea2772efe28425eaf64" } ,
{ file = "coverage-6.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f467bbb837691ab5a8ca359199d3429a11a01e6dfb3d9dcc676dc035ca93c0a9" } ,
{ file = "coverage-6.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2641f803ee9f95b1f387f3e8f3bf28d83d9b69a39e9911e5bfee832bea75240d" } ,
{ file = "coverage-6.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1219d760ccfafc03c0822ae2e06e3b1248a8e6d1a70928966bafc6838d3c9e48" } ,
{ file = "coverage-6.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:9a2b5b52be0a8626fcbffd7e689781bf8c2ac01613e77feda93d96184949a98e" } ,
{ file = "coverage-6.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:8e2c35a4c1f269704e90888e56f794e2d9c0262fb0c1b1c8c4ee44d9b9e77b5d" } ,
{ file = "coverage-6.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:5d6b09c972ce9200264c35a1d53d43ca55ef61836d9ec60f0d44273a31aa9f17" } ,
{ file = "coverage-6.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:e3db840a4dee542e37e09f30859f1612da90e1c5239a6a2498c473183a50e781" } ,
{ file = "coverage-6.2-cp36-cp36m-win32.whl" , hash = "sha256:4e547122ca2d244f7c090fe3f4b5a5861255ff66b7ab6d98f44a0222aaf8671a" } ,
{ file = "coverage-6.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:01774a2c2c729619760320270e42cd9e797427ecfddd32c2a7b639cdc481f3c0" } ,
{ file = "coverage-6.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:fb8b8ee99b3fffe4fd86f4c81b35a6bf7e4462cba019997af2fe679365db0c49" } ,
{ file = "coverage-6.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:619346d57c7126ae49ac95b11b0dc8e36c1dd49d148477461bb66c8cf13bb521" } ,
{ file = "coverage-6.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0a7726f74ff63f41e95ed3a89fef002916c828bb5fcae83b505b49d81a066884" } ,
{ file = "coverage-6.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:cfd9386c1d6f13b37e05a91a8583e802f8059bebfccde61a418c5808dea6bbfa" } ,
{ file = "coverage-6.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:17e6c11038d4ed6e8af1407d9e89a2904d573be29d51515f14262d7f10ef0a64" } ,
{ file = "coverage-6.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:c254b03032d5a06de049ce8bca8338a5185f07fb76600afff3c161e053d88617" } ,
{ file = "coverage-6.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:dca38a21e4423f3edb821292e97cec7ad38086f84313462098568baedf4331f8" } ,
{ file = "coverage-6.2-cp37-cp37m-win32.whl" , hash = "sha256:600617008aa82032ddeace2535626d1bc212dfff32b43989539deda63b3f36e4" } ,
{ file = "coverage-6.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:bf154ba7ee2fd613eb541c2bc03d3d9ac667080a737449d1a3fb342740eb1a74" } ,
{ file = "coverage-6.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:f9afb5b746781fc2abce26193d1c817b7eb0e11459510fba65d2bd77fe161d9e" } ,
{ file = "coverage-6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:edcada2e24ed68f019175c2b2af2a8b481d3d084798b8c20d15d34f5c733fa58" } ,
{ file = "coverage-6.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a9c8c4283e17690ff1a7427123ffb428ad6a52ed720d550e299e8291e33184dc" } ,
{ file = "coverage-6.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f614fc9956d76d8a88a88bb41ddc12709caa755666f580af3a688899721efecd" } ,
{ file = "coverage-6.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:9365ed5cce5d0cf2c10afc6add145c5037d3148585b8ae0e77cc1efdd6aa2953" } ,
{ file = "coverage-6.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:8bdfe9ff3a4ea37d17f172ac0dff1e1c383aec17a636b9b35906babc9f0f5475" } ,
{ file = "coverage-6.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:63c424e6f5b4ab1cf1e23a43b12f542b0ec2e54f99ec9f11b75382152981df57" } ,
{ file = "coverage-6.2-cp38-cp38-win32.whl" , hash = "sha256:49dbff64961bc9bdd2289a2bda6a3a5a331964ba5497f694e2cbd540d656dc1c" } ,
{ file = "coverage-6.2-cp38-cp38-win_amd64.whl" , hash = "sha256:9a29311bd6429be317c1f3fe4bc06c4c5ee45e2fa61b2a19d4d1d6111cb94af2" } ,
{ file = "coverage-6.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:03b20e52b7d31be571c9c06b74746746d4eb82fc260e594dc662ed48145e9efd" } ,
{ file = "coverage-6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:215f8afcc02a24c2d9a10d3790b21054b58d71f4b3c6f055d4bb1b15cecce685" } ,
{ file = "coverage-6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a4bdeb0a52d1d04123b41d90a4390b096f3ef38eee35e11f0b22c2d031222c6c" } ,
{ file = "coverage-6.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c332d8f8d448ded473b97fefe4a0983265af21917d8b0cdcb8bb06b2afe632c3" } ,
{ file = "coverage-6.2-cp39-cp39-win32.whl" , hash = "sha256:6e1394d24d5938e561fbeaa0cd3d356207579c28bd1792f25a068743f2d5b282" } ,
{ file = "coverage-6.2-cp39-cp39-win_amd64.whl" , hash = "sha256:86f2e78b1eff847609b1ca8050c9e1fa3bd44ce755b2ec30e70f2d3ba3844644" } ,
{ file = "coverage-6.2-pp36.pp37.pp38-none-any.whl" , hash = "sha256:5829192582c0ec8ca4a2532407bc14c2f338d9878a10442f5d03804a95fac9de" } ,
{ file = "coverage-6.2.tar.gz" , hash = "sha256:e2cad8093172b7d1595b4ad66f24270808658e11acf43a8f95b41276162eb5b8" } ,
]
coveralls = [
{ file = "coveralls-3.3.1-py2.py3-none-any.whl" , hash = "sha256:f42015f31d386b351d4226389b387ae173207058832fbf5c8ec4b40e27b16026" } ,
{ file = "coveralls-3.3.1.tar.gz" , hash = "sha256:b32a8bb5d2df585207c119d6c01567b81fba690c9c10a753bfe27a335bfc43ea" } ,
]
cryptography = [
{ file = "cryptography-36.0.1-cp36-abi3-macosx_10_10_universal2.whl" , hash = "sha256:73bc2d3f2444bcfeac67dd130ff2ea598ea5f20b40e36d19821b4df8c9c5037b" } ,
{ file = "cryptography-36.0.1-cp36-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:2d87cdcb378d3cfed944dac30596da1968f88fb96d7fc34fdae30a99054b2e31" } ,
{ file = "cryptography-36.0.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:74d6c7e80609c0f4c2434b97b80c7f8fdfaa072ca4baab7e239a15d6d70ed73a" } ,
{ file = "cryptography-36.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:6c0c021f35b421ebf5976abf2daacc47e235f8b6082d3396a2fe3ccd537ab173" } ,
{ file = "cryptography-36.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d59a9d55027a8b88fd9fd2826c4392bd487d74bf628bb9d39beecc62a644c12" } ,
{ file = "cryptography-36.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0a817b961b46894c5ca8a66b599c745b9a3d9f822725221f0e0fe49dc043a3a3" } ,
{ file = "cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl" , hash = "sha256:94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2" } ,
{ file = "cryptography-36.0.1-cp36-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:7be0eec337359c155df191d6ae00a5e8bbb63933883f4f5dffc439dac5348c3f" } ,
{ file = "cryptography-36.0.1-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:e0344c14c9cb89e76eb6a060e67980c9e35b3f36691e15e1b7a9e58a0a6c6dc3" } ,
{ file = "cryptography-36.0.1-cp36-abi3-win32.whl" , hash = "sha256:4caa4b893d8fad33cf1964d3e51842cd78ba87401ab1d2e44556826df849a8ca" } ,
{ file = "cryptography-36.0.1-cp36-abi3-win_amd64.whl" , hash = "sha256:391432971a66cfaf94b21c24ab465a4cc3e8bf4a939c1ca5c3e3a6e0abebdbcf" } ,
{ file = "cryptography-36.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:bb5829d027ff82aa872d76158919045a7c1e91fbf241aec32cb07956e9ebd3c9" } ,
{ file = "cryptography-36.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ebc15b1c22e55c4d5566e3ca4db8689470a0ca2babef8e3a9ee057a8b82ce4b1" } ,
{ file = "cryptography-36.0.1-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:596f3cd67e1b950bc372c33f1a28a0692080625592ea6392987dba7f09f17a94" } ,
{ file = "cryptography-36.0.1-pp38-pypy38_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:30ee1eb3ebe1644d1c3f183d115a8c04e4e603ed6ce8e394ed39eea4a98469ac" } ,
{ file = "cryptography-36.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:ec63da4e7e4a5f924b90af42eddf20b698a70e58d86a72d943857c4c6045b3ee" } ,
{ file = "cryptography-36.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ca238ceb7ba0bdf6ce88c1b74a87bffcee5afbfa1e41e173b1ceb095b39add46" } ,
{ file = "cryptography-36.0.1-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:ca28641954f767f9822c24e927ad894d45d5a1e501767599647259cbf030b903" } ,
{ file = "cryptography-36.0.1-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:39bdf8e70eee6b1c7b289ec6e5d84d49a6bfa11f8b8646b5b3dfe41219153316" } ,
{ file = "cryptography-36.0.1.tar.gz" , hash = "sha256:53e5c1dc3d7a953de055d77bef2ff607ceef7a2aac0353b5d630ab67f7423638" } ,
]
defusedxml = [
{ file = "defusedxml-0.7.1-py2.py3-none-any.whl" , hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61" } ,
{ file = "defusedxml-0.7.1.tar.gz" , hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" } ,
]
django = [
{ file = "Django-3.2-py3-none-any.whl" , hash = "sha256:0604e84c4fb698a5e53e5857b5aea945b2f19a18f25f10b8748dbdf935788927" } ,
{ file = "Django-3.2.tar.gz" , hash = "sha256:21f0f9643722675976004eb683c55d33c05486f94506672df3d6a141546f389d" } ,
]
django-allauth = [
{ file = "django-allauth-0.47.0.tar.gz" , hash = "sha256:2bcf09d4c6e672620981d283f555d643982ac066b71f8947dbd81882a1d7c5e8" } ,
]
django-appconf = [
{ file = "django-appconf-1.0.5.tar.gz" , hash = "sha256:be3db0be6c81fa84742000b89a81c016d70ae66a7ccb620cdef592b1f1a6aaa4" } ,
{ file = "django_appconf-1.0.5-py3-none-any.whl" , hash = "sha256:ae9f864ee1958c815a965ed63b3fba4874eec13de10236ba063a788f9a17389d" } ,
]
django-braces = [
{ file = "django-braces-1.13.0.tar.gz" , hash = "sha256:ba68e98b817c6f01d71d10849f359979617b3fe4cefb7f289adefddced092ddc" } ,
{ file = "django_braces-1.13.0-py2.py3-none-any.whl" , hash = "sha256:a457d74ea29478123c0c4652272681b3cea0bf1232187fd9f9b6f1d97d32a890" } ,
]
django-compressor = [
{ file = "django_compressor-2.4.1-py2.py3-none-any.whl" , hash = "sha256:f8313f59d5e65712fc28787d084fe834997c9dfa92d064a1a3ec3d3366594d04" } ,
{ file = "django_compressor-2.4.1.tar.gz" , hash = "sha256:3358077605c146fdcca5f9eaffb50aa5dbe15f238f8854679115ebf31c0415e0" } ,
]
django-cors-middleware = [
{ file = "django-cors-middleware-1.5.0.tar.gz" , hash = "sha256:856dbe4d7aae65844ccc68acb49c6da7dbf7cbacaf5bcf37019f4c0c60b3be84" } ,
{ file = "django_cors_middleware-1.5.0-py3-none-any.whl" , hash = "sha256:5bbdea85e22909d596e26f6e0dbc174d5521429fa3943ae02a2c6c48e76c88c7" } ,
]
django-csp = [
{ file = "django_csp-3.7-py2.py3-none-any.whl" , hash = "sha256:01443a07723f9a479d498bd7bb63571aaa771e690f64bde515db6cdb76e8041a" } ,
{ file = "django_csp-3.7.tar.gz" , hash = "sha256:01eda02ad3f10261c74131cdc0b5a6a62b7c7ad4fd017fbefb7a14776e0a9727" } ,
]
django-debug-toolbar = [
{ file = "django-debug-toolbar-3.2.4.tar.gz" , hash = "sha256:644bbd5c428d3283aa9115722471769cac1bec189edf3a0c855fd8ff870375a9" } ,
{ file = "django_debug_toolbar-3.2.4-py3-none-any.whl" , hash = "sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409" } ,
]
django-parler = [
{ file = "django-parler-2.3.tar.gz" , hash = "sha256:2c8f5012ceb5e49af93b16ea3fe4d0c83d70b91b2d0f470c05d7d742b6f3083d" } ,
{ file = "django_parler-2.3-py3-none-any.whl" , hash = "sha256:8f6c8061e4b5690f1ee2d8e5760940ef06bf78a5bfa033d11178377559c749cf" } ,
]
django-parler-rest = [
{ file = "django-parler-rest-2.1.tar.gz" , hash = "sha256:6f65d583289a1dacffc0694ca12b667c9ad5e3f027bbf5e9285c9d3dd449007b" } ,
]
django-ranged-response = [
{ file = "django-ranged-response-0.2.0.tar.gz" , hash = "sha256:f71fff352a37316b9bead717fc76e4ddd6c9b99c4680cdf4783b9755af1cf985" } ,
]
django-simple-captcha = [
{ file = "django-simple-captcha-0.5.14.zip" , hash = "sha256:84b5c188e6ae50e9ecec5e5d734c5bc4d2a50fbbca7f59d2c12da9a3bbee5051" } ,
{ file = "django_simple_captcha-0.5.14-py3.7.egg" , hash = "sha256:1bb2c842bde3ae0e23ce3c84b2f07f608b660c8d18201b0812571bccf38cf867" } ,
]
djangorestframework = [
{ file = "djangorestframework-3.13.1-py3-none-any.whl" , hash = "sha256:24c4bf58ed7e85d1fe4ba250ab2da926d263cd57d64b03e8dcef0ac683f8b1aa" } ,
{ file = "djangorestframework-3.13.1.tar.gz" , hash = "sha256:0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee" } ,
]
djangorestframework-camel-case = [
{ file = "djangorestframework-camel-case-1.3.0.tar.gz" , hash = "sha256:df591362ffa448c8f0a354c56ae8a53fb7abbb15e222951d0c6f5f781633907e" } ,
]
docopt = [
{ file = "docopt-0.6.2.tar.gz" , hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491" } ,
]
gitdb = [
{ file = "gitdb-4.0.9-py3-none-any.whl" , hash = "sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd" } ,
{ file = "gitdb-4.0.9.tar.gz" , hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa" } ,
]
gitpython = [
{ file = "GitPython-3.1.20-py3-none-any.whl" , hash = "sha256:b1e1c269deab1b08ce65403cf14e10d2ef1f6c89e33ea7c5e5bb0222ea593b8a" } ,
{ file = "GitPython-3.1.20.tar.gz" , hash = "sha256:df0e072a200703a65387b0cfdf0466e3bab729c0458cf6b7349d0e9877636519" } ,
]
idna = [
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
]
importlib-metadata = [
{ file = "importlib_metadata-4.8.3-py3-none-any.whl" , hash = "sha256:65a9576a5b2d58ca44d133c42a241905cc45e34d2c06fd5ba2bafa221e5d7b5e" } ,
{ file = "importlib_metadata-4.8.3.tar.gz" , hash = "sha256:766abffff765960fcc18003801f7044eb6755ffae4521c8e8ce8e83b9c9b0668" } ,
]
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
lxml = [
{ file = "lxml-4.7.1-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:d546431636edb1d6a608b348dd58cc9841b81f4116745857b6cb9f8dadb2725f" } ,
{ file = "lxml-4.7.1-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:6308062534323f0d3edb4e702a0e26a76ca9e0e23ff99be5d82750772df32a9e" } ,
{ file = "lxml-4.7.1-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:f76dbe44e31abf516114f6347a46fa4e7c2e8bceaa4b6f7ee3a0a03c8eba3c17" } ,
{ file = "lxml-4.7.1-cp27-cp27m-win32.whl" , hash = "sha256:d5618d49de6ba63fe4510bdada62d06a8acfca0b4b5c904956c777d28382b419" } ,
{ file = "lxml-4.7.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:9393a05b126a7e187f3e38758255e0edf948a65b22c377414002d488221fdaa2" } ,
{ file = "lxml-4.7.1-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:50d3dba341f1e583265c1a808e897b4159208d814ab07530202b6036a4d86da5" } ,
{ file = "lxml-4.7.1-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:44f552e0da3c8ee3c28e2eb82b0b784200631687fc6a71277ea8ab0828780e7d" } ,
{ file = "lxml-4.7.1-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:e662c6266e3a275bdcb6bb049edc7cd77d0b0f7e119a53101d367c841afc66dc" } ,
{ file = "lxml-4.7.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:4c093c571bc3da9ebcd484e001ba18b8452903cd428c0bc926d9b0141bcb710e" } ,
{ file = "lxml-4.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:3e26ad9bc48d610bf6cc76c506b9e5ad9360ed7a945d9be3b5b2c8535a0145e3" } ,
{ file = "lxml-4.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:a5f623aeaa24f71fce3177d7fee875371345eb9102b355b882243e33e04b7175" } ,
{ file = "lxml-4.7.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:7b5e2acefd33c259c4a2e157119c4373c8773cf6793e225006a1649672ab47a6" } ,
{ file = "lxml-4.7.1-cp310-cp310-win32.whl" , hash = "sha256:67fa5f028e8a01e1d7944a9fb616d1d0510d5d38b0c41708310bd1bc45ae89f6" } ,
{ file = "lxml-4.7.1-cp310-cp310-win_amd64.whl" , hash = "sha256:b1d381f58fcc3e63fcc0ea4f0a38335163883267f77e4c6e22d7a30877218a0e" } ,
{ file = "lxml-4.7.1-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:38d9759733aa04fb1697d717bfabbedb21398046bd07734be7cccc3d19ea8675" } ,
{ file = "lxml-4.7.1-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:dfd0d464f3d86a1460683cd742306d1138b4e99b79094f4e07e1ca85ee267fe7" } ,
{ file = "lxml-4.7.1-cp35-cp35m-win32.whl" , hash = "sha256:534e946bce61fd162af02bad7bfd2daec1521b71d27238869c23a672146c34a5" } ,
{ file = "lxml-4.7.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:6ec829058785d028f467be70cd195cd0aaf1a763e4d09822584ede8c9eaa4b03" } ,
{ file = "lxml-4.7.1-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:ade74f5e3a0fd17df5782896ddca7ddb998845a5f7cd4b0be771e1ffc3b9aa5b" } ,
{ file = "lxml-4.7.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:41358bfd24425c1673f184d7c26c6ae91943fe51dfecc3603b5e08187b4bcc55" } ,
{ file = "lxml-4.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:6e56521538f19c4a6690f439fefed551f0b296bd785adc67c1777c348beb943d" } ,
{ file = "lxml-4.7.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:5b0f782f0e03555c55e37d93d7a57454efe7495dab33ba0ccd2dbe25fc50f05d" } ,
{ file = "lxml-4.7.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:490712b91c65988012e866c411a40cc65b595929ececf75eeb4c79fcc3bc80a6" } ,
{ file = "lxml-4.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:34c22eb8c819d59cec4444d9eebe2e38b95d3dcdafe08965853f8799fd71161d" } ,
{ file = "lxml-4.7.1-cp36-cp36m-win32.whl" , hash = "sha256:2a906c3890da6a63224d551c2967413b8790a6357a80bf6b257c9a7978c2c42d" } ,
{ file = "lxml-4.7.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:36b16fecb10246e599f178dd74f313cbdc9f41c56e77d52100d1361eed24f51a" } ,
{ file = "lxml-4.7.1-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:a5edc58d631170de90e50adc2cc0248083541affef82f8cd93bea458e4d96db8" } ,
{ file = "lxml-4.7.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:87c1b0496e8c87ec9db5383e30042357b4839b46c2d556abd49ec770ce2ad868" } ,
{ file = "lxml-4.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:0a5f0e4747f31cff87d1eb32a6000bde1e603107f632ef4666be0dc065889c7a" } ,
{ file = "lxml-4.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:bf6005708fc2e2c89a083f258b97709559a95f9a7a03e59f805dd23c93bc3986" } ,
{ file = "lxml-4.7.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:fc15874816b9320581133ddc2096b644582ab870cf6a6ed63684433e7af4b0d3" } ,
{ file = "lxml-4.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:0b5e96e25e70917b28a5391c2ed3ffc6156513d3db0e1476c5253fcd50f7a944" } ,
{ file = "lxml-4.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:ec9027d0beb785a35aa9951d14e06d48cfbf876d8ff67519403a2522b181943b" } ,
{ file = "lxml-4.7.1-cp37-cp37m-win32.whl" , hash = "sha256:9fbc0dee7ff5f15c4428775e6fa3ed20003140560ffa22b88326669d53b3c0f4" } ,
{ file = "lxml-4.7.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:1104a8d47967a414a436007c52f533e933e5d52574cab407b1e49a4e9b5ddbd1" } ,
{ file = "lxml-4.7.1-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:fc9fb11b65e7bc49f7f75aaba1b700f7181d95d4e151cf2f24d51bfd14410b77" } ,
{ file = "lxml-4.7.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:317bd63870b4d875af3c1be1b19202de34c32623609ec803b81c99193a788c1e" } ,
{ file = "lxml-4.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:610807cea990fd545b1559466971649e69302c8a9472cefe1d6d48a1dee97440" } ,
{ file = "lxml-4.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:09b738360af8cb2da275998a8bf79517a71225b0de41ab47339c2beebfff025f" } ,
{ file = "lxml-4.7.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:6a2ab9d089324d77bb81745b01f4aeffe4094306d939e92ba5e71e9a6b99b71e" } ,
{ file = "lxml-4.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:eed394099a7792834f0cb4a8f615319152b9d801444c1c9e1b1a2c36d2239f9e" } ,
{ file = "lxml-4.7.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:735e3b4ce9c0616e85f302f109bdc6e425ba1670a73f962c9f6b98a6d51b77c9" } ,
{ file = "lxml-4.7.1-cp38-cp38-win32.whl" , hash = "sha256:772057fba283c095db8c8ecde4634717a35c47061d24f889468dc67190327bcd" } ,
{ file = "lxml-4.7.1-cp38-cp38-win_amd64.whl" , hash = "sha256:13dbb5c7e8f3b6a2cf6e10b0948cacb2f4c9eb05029fe31c60592d08ac63180d" } ,
{ file = "lxml-4.7.1-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:718d7208b9c2d86aaf0294d9381a6acb0158b5ff0f3515902751404e318e02c9" } ,
{ file = "lxml-4.7.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:5bee1b0cbfdb87686a7fb0e46f1d8bd34d52d6932c0723a86de1cc532b1aa489" } ,
{ file = "lxml-4.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:e410cf3a2272d0a85526d700782a2fa92c1e304fdcc519ba74ac80b8297adf36" } ,
{ file = "lxml-4.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:585ea241ee4961dc18a95e2f5581dbc26285fcf330e007459688096f76be8c42" } ,
{ file = "lxml-4.7.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:a555e06566c6dc167fbcd0ad507ff05fd9328502aefc963cb0a0547cfe7f00db" } ,
{ file = "lxml-4.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:adaab25be351fff0d8a691c4f09153647804d09a87a4e4ea2c3f9fe9e8651851" } ,
{ file = "lxml-4.7.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:82d16a64236970cb93c8d63ad18c5b9f138a704331e4b916b2737ddfad14e0c4" } ,
{ file = "lxml-4.7.1-cp39-cp39-win32.whl" , hash = "sha256:59e7da839a1238807226f7143c68a479dee09244d1b3cf8c134f2fce777d12d0" } ,
{ file = "lxml-4.7.1-cp39-cp39-win_amd64.whl" , hash = "sha256:a1bbc4efa99ed1310b5009ce7f3a1784698082ed2c1ef3895332f5df9b3b92c2" } ,
{ file = "lxml-4.7.1-pp37-pypy37_pp73-macosx_10_14_x86_64.whl" , hash = "sha256:0607ff0988ad7e173e5ddf7bf55ee65534bd18a5461183c33e8e41a59e89edf4" } ,
{ file = "lxml-4.7.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:6c198bfc169419c09b85ab10cb0f572744e686f40d1e7f4ed09061284fc1303f" } ,
{ file = "lxml-4.7.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:a58d78653ae422df6837dd4ca0036610b8cb4962b5cfdbd337b7b24de9e5f98a" } ,
{ file = "lxml-4.7.1-pp38-pypy38_pp73-macosx_10_14_x86_64.whl" , hash = "sha256:e18281a7d80d76b66a9f9e68a98cf7e1d153182772400d9a9ce855264d7d0ce7" } ,
{ file = "lxml-4.7.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:8e54945dd2eeb50925500957c7c579df3cd07c29db7810b83cf30495d79af267" } ,
{ file = "lxml-4.7.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:447d5009d6b5447b2f237395d0018901dcc673f7d9f82ba26c1b9f9c3b444b60" } ,
{ file = "lxml-4.7.1.tar.gz" , hash = "sha256:a1613838aa6b89af4ba10a0f3a972836128801ed008078f8c1244e65958f1b24" } ,
]
markdown = [
{ file = "Markdown-3.3.6-py3-none-any.whl" , hash = "sha256:9923332318f843411e9932237530df53162e29dc7a4e2b91e35764583c46c9a3" } ,
{ file = "Markdown-3.3.6.tar.gz" , hash = "sha256:76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006" } ,
]
mypy = [
{ file = "mypy-0.930-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:221cc94dc6a801ccc2be7c0c9fd791c5e08d1fa2c5e1c12dec4eab15b2469871" } ,
{ file = "mypy-0.930-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:db3a87376a1380f396d465bed462e76ea89f838f4c5e967d68ff6ee34b785c31" } ,
{ file = "mypy-0.930-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1d2296f35aae9802eeb1327058b550371ee382d71374b3e7d2804035ef0b830b" } ,
{ file = "mypy-0.930-cp310-cp310-win_amd64.whl" , hash = "sha256:959319b9a3cafc33a8185f440a433ba520239c72e733bf91f9efd67b0a8e9b30" } ,
{ file = "mypy-0.930-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:45a4dc21c789cfd09b8ccafe114d6de66f0b341ad761338de717192f19397a8c" } ,
{ file = "mypy-0.930-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1e689e92cdebd87607a041585f1dc7339aa2e8a9f9bad9ba7e6ece619431b20c" } ,
{ file = "mypy-0.930-cp36-cp36m-win_amd64.whl" , hash = "sha256:ed4e0ea066bb12f56b2812a15ff223c57c0a44eca817ceb96b214bb055c7051f" } ,
{ file = "mypy-0.930-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a9d8dffefba634b27d650e0de2564379a1a367e2e08d6617d8f89261a3bf63b2" } ,
{ file = "mypy-0.930-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:b419e9721260161e70d054a15abbd50603c16f159860cfd0daeab647d828fc29" } ,
{ file = "mypy-0.930-cp37-cp37m-win_amd64.whl" , hash = "sha256:601f46593f627f8a9b944f74fd387c9b5f4266b39abad77471947069c2fc7651" } ,
{ file = "mypy-0.930-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1ea7199780c1d7940b82dbc0a4e37722b4e3851264dbba81e01abecc9052d8a7" } ,
{ file = "mypy-0.930-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:70b197dd8c78fc5d2daf84bd093e8466a2b2e007eedaa85e792e513a820adbf7" } ,
{ file = "mypy-0.930-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5feb56f8bb280468fe5fc8e6f56f48f99aa0df9eed3c507a11505ee4657b5380" } ,
{ file = "mypy-0.930-cp38-cp38-win_amd64.whl" , hash = "sha256:2e9c5409e9cb81049bb03fa1009b573dea87976713e3898561567a86c4eaee01" } ,
{ file = "mypy-0.930-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:554873e45c1ca20f31ddf873deb67fa5d2e87b76b97db50669f0468ccded8fae" } ,
{ file = "mypy-0.930-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:0feb82e9fa849affca7edd24713dbe809dce780ced9f3feca5ed3d80e40b777f" } ,
{ file = "mypy-0.930-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:bc1a0607ea03c30225347334af66b0af12eefba018a89a88c209e02b7065ea95" } ,
{ file = "mypy-0.930-cp39-cp39-win_amd64.whl" , hash = "sha256:f9f665d69034b1fcfdbcd4197480d26298bbfb5d2dfe206245b6498addb34999" } ,
{ file = "mypy-0.930-py3-none-any.whl" , hash = "sha256:bf4a44e03040206f7c058d1f5ba02ef2d1820720c88bc4285c7d9a4269f54173" } ,
{ file = "mypy-0.930.tar.gz" , hash = "sha256:51426262ae4714cc7dd5439814676e0992b55bcc0f6514eccb4cf8e0678962c2" } ,
]
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" } ,
]
newrelic = [
{ file = "newrelic-7.2.4.171-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:a5f3f9e87358bce7ab21789c52d4b16a586b21c6ac70deec2c34c5c87e96fc44" } ,
{ file = "newrelic-7.2.4.171-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:8a7f8e46bd02f39d2abb67c39b19a860e8b6ce2263a37ee1fa5744cbfef61f85" } ,
{ file = "newrelic-7.2.4.171-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e3d59a7d08c32bd386c804057618a2b68b829b2e444c42dddfc0da3eff0eeeb3" } ,
{ file = "newrelic-7.2.4.171-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:ec3d2012c035e846e8c6ca0629decceb3f65eca88e787ab58fc0c56dbf933936" } ,
{ file = "newrelic-7.2.4.171-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fee14166041cfdf9743083b4398056d1cd8c727d4df2e3c2090e627ee33e3ddf" } ,
{ file = "newrelic-7.2.4.171-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:fa5c6a4e8c3feadfc8c246631c631735c91b8f4f0a380add1b629415005b12c0" } ,
{ file = "newrelic-7.2.4.171-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1cb3ed22ed3c119e557f3a097b2bbcfb6c0aa5aa9842b1fa09d2a8145f4d931a" } ,
{ file = "newrelic-7.2.4.171-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:25fa6091bb6881d9e2918655fe3f1390c080f6f74f9e6607555fb29230836d91" } ,
{ file = "newrelic-7.2.4.171-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b85ccfdfef4ca3bb3a25afbbe5281cf2bcdac41e63d5d118e6a1fc405add09ec" } ,
{ file = "newrelic-7.2.4.171-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:60c50b17a25128b1400a868304278128ce3d6379acb7b12893efcb5725922e45" } ,
{ file = "newrelic-7.2.4.171-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9efdb7432457f4cdab03aa417bd1e80974786039c7fddff9fb0c71325e35eea7" } ,
{ file = "newrelic-7.2.4.171-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:48cac4a9815907df85e9ce287ec9c6172fe4faa57f1750663d8846104d51af78" } ,
{ file = "newrelic-7.2.4.171-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b37e1fa55489a63dd3b76742fc357d02b18ced49ff4efb0da42865beae651956" } ,
{ file = "newrelic-7.2.4.171-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c59f76676529e8fb1627333622b9debd3cb825c4f1ee325d1d0249d35bdead0d" } ,
{ file = "newrelic-7.2.4.171.tar.gz" , hash = "sha256:53835848acb863acc1bc415097156661c7f3c5d483bbfbf9cf19312182fcb797" } ,
]
oauthlib = [
{ file = "oauthlib-3.1.1-py2.py3-none-any.whl" , hash = "sha256:42bf6354c2ed8c6acb54d971fce6f88193d97297e18602a3a886603f9d7730cc" } ,
{ file = "oauthlib-3.1.1.tar.gz" , hash = "sha256:8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3" } ,
]
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
pbr = [
{ file = "pbr-5.8.0-py2.py3-none-any.whl" , hash = "sha256:176e8560eaf61e127817ef93d8a844803abb27a4d4637f0ff3bb783129be2e0a" } ,
{ file = "pbr-5.8.0.tar.gz" , hash = "sha256:672d8ebee84921862110f23fcec2acea191ef58543d34dfe9ef3d9f13c31cddf" } ,
]
pem = [
{ file = "pem-21.2.0-py2.py3-none-any.whl" , hash = "sha256:64afb669f05502c071d0706ee66e51471718ae248ba39624919da7b4ea73506e" } ,
{ file = "pem-21.2.0.tar.gz" , hash = "sha256:c491833b092662626fd58a87375d450637d4ee94996ad9bbbd42593428e93e5a" } ,
]
pillow = [
{ file = "Pillow-8.4.0-cp310-cp310-macosx_10_10_universal2.whl" , hash = "sha256:81f8d5c81e483a9442d72d182e1fb6dcb9723f289a57e8030811bac9ea3fef8d" } ,
{ file = "Pillow-8.4.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:3f97cfb1e5a392d75dd8b9fd274d205404729923840ca94ca45a0af57e13dbe6" } ,
{ file = "Pillow-8.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:eb9fc393f3c61f9054e1ed26e6fe912c7321af2f41ff49d3f83d05bacf22cc78" } ,
{ file = "Pillow-8.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d82cdb63100ef5eedb8391732375e6d05993b765f72cb34311fab92103314649" } ,
{ file = "Pillow-8.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:62cc1afda735a8d109007164714e73771b499768b9bb5afcbbee9d0ff374b43f" } ,
{ file = "Pillow-8.4.0-cp310-cp310-win32.whl" , hash = "sha256:e3dacecfbeec9a33e932f00c6cd7996e62f53ad46fbe677577394aaa90ee419a" } ,
{ file = "Pillow-8.4.0-cp310-cp310-win_amd64.whl" , hash = "sha256:620582db2a85b2df5f8a82ddeb52116560d7e5e6b055095f04ad828d1b0baa39" } ,
{ file = "Pillow-8.4.0-cp36-cp36m-macosx_10_10_x86_64.whl" , hash = "sha256:1bc723b434fbc4ab50bb68e11e93ce5fb69866ad621e3c2c9bdb0cd70e345f55" } ,
{ file = "Pillow-8.4.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:72cbcfd54df6caf85cc35264c77ede902452d6df41166010262374155947460c" } ,
{ file = "Pillow-8.4.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:70ad9e5c6cb9b8487280a02c0ad8a51581dcbbe8484ce058477692a27c151c0a" } ,
{ file = "Pillow-8.4.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:25a49dc2e2f74e65efaa32b153527fc5ac98508d502fa46e74fa4fd678ed6645" } ,
{ file = "Pillow-8.4.0-cp36-cp36m-win32.whl" , hash = "sha256:93ce9e955cc95959df98505e4608ad98281fff037350d8c2671c9aa86bcf10a9" } ,
{ file = "Pillow-8.4.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:2e4440b8f00f504ee4b53fe30f4e381aae30b0568193be305256b1462216feff" } ,
{ file = "Pillow-8.4.0-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:8c803ac3c28bbc53763e6825746f05cc407b20e4a69d0122e526a582e3b5e153" } ,
{ file = "Pillow-8.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c8a17b5d948f4ceeceb66384727dde11b240736fddeda54ca740b9b8b1556b29" } ,
{ file = "Pillow-8.4.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1394a6ad5abc838c5cd8a92c5a07535648cdf6d09e8e2d6df916dfa9ea86ead8" } ,
{ file = "Pillow-8.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:792e5c12376594bfcb986ebf3855aa4b7c225754e9a9521298e460e92fb4a488" } ,
{ file = "Pillow-8.4.0-cp37-cp37m-win32.whl" , hash = "sha256:d99ec152570e4196772e7a8e4ba5320d2d27bf22fdf11743dd882936ed64305b" } ,
{ file = "Pillow-8.4.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:7b7017b61bbcdd7f6363aeceb881e23c46583739cb69a3ab39cb384f6ec82e5b" } ,
{ file = "Pillow-8.4.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:d89363f02658e253dbd171f7c3716a5d340a24ee82d38aab9183f7fdf0cdca49" } ,
{ file = "Pillow-8.4.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:0a0956fdc5defc34462bb1c765ee88d933239f9a94bc37d132004775241a7585" } ,
{ file = "Pillow-8.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5b7bb9de00197fb4261825c15551adf7605cf14a80badf1761d61e59da347779" } ,
{ file = "Pillow-8.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:72b9e656e340447f827885b8d7a15fc8c4e68d410dc2297ef6787eec0f0ea409" } ,
{ file = "Pillow-8.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a5a4532a12314149d8b4e4ad8ff09dde7427731fcfa5917ff16d0291f13609df" } ,
{ file = "Pillow-8.4.0-cp38-cp38-win32.whl" , hash = "sha256:82aafa8d5eb68c8463b6e9baeb4f19043bb31fefc03eb7b216b51e6a9981ae09" } ,
{ file = "Pillow-8.4.0-cp38-cp38-win_amd64.whl" , hash = "sha256:066f3999cb3b070a95c3652712cffa1a748cd02d60ad7b4e485c3748a04d9d76" } ,
{ file = "Pillow-8.4.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:5503c86916d27c2e101b7f71c2ae2cddba01a2cf55b8395b0255fd33fa4d1f1a" } ,
{ file = "Pillow-8.4.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4acc0985ddf39d1bc969a9220b51d94ed51695d455c228d8ac29fcdb25810e6e" } ,
{ file = "Pillow-8.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0b052a619a8bfcf26bd8b3f48f45283f9e977890263e4571f2393ed8898d331b" } ,
{ file = "Pillow-8.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:493cb4e415f44cd601fcec11c99836f707bb714ab03f5ed46ac25713baf0ff20" } ,
{ file = "Pillow-8.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b8831cb7332eda5dc89b21a7bce7ef6ad305548820595033a4b03cf3091235ed" } ,
{ file = "Pillow-8.4.0-cp39-cp39-win32.whl" , hash = "sha256:5e9ac5f66616b87d4da618a20ab0a38324dbe88d8a39b55be8964eb520021e02" } ,
{ file = "Pillow-8.4.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3eb1ce5f65908556c2d8685a8f0a6e989d887ec4057326f6c22b24e8a172c66b" } ,
{ file = "Pillow-8.4.0-pp36-pypy36_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:ddc4d832a0f0b4c52fff973a0d44b6c99839a9d016fe4e6a1cb8f3eea96479c2" } ,
{ file = "Pillow-8.4.0-pp36-pypy36_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9a3e5ddc44c14042f0844b8cf7d2cd455f6cc80fd7f5eefbe657292cf601d9ad" } ,
{ file = "Pillow-8.4.0-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c70e94281588ef053ae8998039610dbd71bc509e4acbc77ab59d7d2937b10698" } ,
{ file = "Pillow-8.4.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:3862b7256046fcd950618ed22d1d60b842e3a40a48236a5498746f21189afbbc" } ,
{ file = "Pillow-8.4.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a4901622493f88b1a29bd30ec1a2f683782e57c3c16a2dbc7f2595ba01f639df" } ,
{ file = "Pillow-8.4.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:84c471a734240653a0ec91dec0996696eea227eafe72a33bd06c92697728046b" } ,
{ file = "Pillow-8.4.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:244cf3b97802c34c41905d22810846802a3329ddcb93ccc432870243211c79fc" } ,
{ file = "Pillow-8.4.0.tar.gz" , hash = "sha256:b8e2f83c56e141920c39464b852de3719dfbfb6e3c99a2d8da0edf4fb33176ed" } ,
]
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
psycopg2 = [
{ file = "psycopg2-2.9.3-cp310-cp310-win32.whl" , hash = "sha256:083707a696e5e1c330af2508d8fab36f9700b26621ccbcb538abe22e15485362" } ,
{ file = "psycopg2-2.9.3-cp310-cp310-win_amd64.whl" , hash = "sha256:d3ca6421b942f60c008f81a3541e8faf6865a28d5a9b48544b0ee4f40cac7fca" } ,
{ file = "psycopg2-2.9.3-cp36-cp36m-win32.whl" , hash = "sha256:9572e08b50aed176ef6d66f15a21d823bb6f6d23152d35e8451d7d2d18fdac56" } ,
{ file = "psycopg2-2.9.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:a81e3866f99382dfe8c15a151f1ca5fde5815fde879348fe5a9884a7c092a305" } ,
{ file = "psycopg2-2.9.3-cp37-cp37m-win32.whl" , hash = "sha256:cb10d44e6694d763fa1078a26f7f6137d69f555a78ec85dc2ef716c37447e4b2" } ,
{ file = "psycopg2-2.9.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:4295093a6ae3434d33ec6baab4ca5512a5082cc43c0505293087b8a46d108461" } ,
{ file = "psycopg2-2.9.3-cp38-cp38-win32.whl" , hash = "sha256:34b33e0162cfcaad151f249c2649fd1030010c16f4bbc40a604c1cb77173dcf7" } ,
{ file = "psycopg2-2.9.3-cp38-cp38-win_amd64.whl" , hash = "sha256:0762c27d018edbcb2d34d51596e4346c983bd27c330218c56c4dc25ef7e819bf" } ,
{ file = "psycopg2-2.9.3-cp39-cp39-win32.whl" , hash = "sha256:8cf3878353cc04b053822896bc4922b194792df9df2f1ad8da01fb3043602126" } ,
{ file = "psycopg2-2.9.3-cp39-cp39-win_amd64.whl" , hash = "sha256:06f32425949bd5fe8f625c49f17ebb9784e1e4fe928b7cce72edc36fb68e4c0c" } ,
{ file = "psycopg2-2.9.3.tar.gz" , hash = "sha256:8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981" } ,
]
py = [
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
]
pycodestyle = [
{ file = "pycodestyle-2.8.0-py2.py3-none-any.whl" , hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20" } ,
{ file = "pycodestyle-2.8.0.tar.gz" , hash = "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f" } ,
]
pycparser = [
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
]
pyjwt = [
{ file = "PyJWT-2.3.0-py3-none-any.whl" , hash = "sha256:e0c4bb8d9f0af0c7f5b1ec4c5036309617d03d56932877f2f7a0beeb5318322f" } ,
{ file = "PyJWT-2.3.0.tar.gz" , hash = "sha256:b888b4d56f06f6dcd777210c334e69c737be74755d3e5e9ee3fe67dc18a0ee41" } ,
]
pymple = [
{ file = "pymple-0.1.3.tar.gz" , hash = "sha256:7c3e3ffe0d26d05e851e600e4eb74c91d96545573cf55a10bdcbec41dab19971" } ,
]
pyopenssl = [
{ file = "pyOpenSSL-21.0.0-py2.py3-none-any.whl" , hash = "sha256:8935bd4920ab9abfebb07c41a4f58296407ed77f04bd1a92914044b848ba1ed6" } ,
{ file = "pyOpenSSL-21.0.0.tar.gz" , hash = "sha256:5e2d8c5e46d0d865ae933bef5230090bdaf5506281e9eec60fa250ee80600cb3" } ,
]
pyparsing = [
{ file = "pyparsing-3.0.6-py3-none-any.whl" , hash = "sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4" } ,
{ file = "pyparsing-3.0.6.tar.gz" , hash = "sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81" } ,
]
pytest = [
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
]
pytest-cov = [
{ file = "pytest-cov-3.0.0.tar.gz" , hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470" } ,
{ file = "pytest_cov-3.0.0-py3-none-any.whl" , hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6" } ,
]
pytest-django = [
{ file = "pytest-django-4.5.2.tar.gz" , hash = "sha256:d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2" } ,
{ file = "pytest_django-4.5.2-py3-none-any.whl" , hash = "sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e" } ,
]
python3-openid = [
{ file = "python3-openid-3.2.0.tar.gz" , hash = "sha256:33fbf6928f401e0b790151ed2b5290b02545e8775f982485205a066f874aaeaf" } ,
{ file = "python3_openid-3.2.0-py3-none-any.whl" , hash = "sha256:6626f771e0417486701e0b4daff762e7212e820ca5b29fcc0d05f6f8736dfa6b" } ,
]
pytz = [
{ file = "pytz-2021.3-py2.py3-none-any.whl" , hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c" } ,
{ file = "pytz-2021.3.tar.gz" , hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326" } ,
]
pyyaml = [
{ file = "PyYAML-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" } ,
]
rcssmin = [
{ file = "rcssmin-1.0.6.tar.gz" , hash = "sha256:ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270" } ,
]
requests = [
{ file = "requests-2.27.0-py2.py3-none-any.whl" , hash = "sha256:f71a09d7feba4a6b64ffd8e9d9bc60f9bf7d7e19fd0e04362acb1cfc2e3d98df" } ,
{ file = "requests-2.27.0.tar.gz" , hash = "sha256:8e5643905bf20a308e25e4c1dd379117c09000bf8a82ebccc462cfb1b34a16b5" } ,
]
requests-oauthlib = [
{ file = "requests-oauthlib-1.3.0.tar.gz" , hash = "sha256:b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8beeaa6a" } ,
{ file = "requests_oauthlib-1.3.0-py2.py3-none-any.whl" , hash = "sha256:7f71572defaecd16372f9006f33c2ec8c077c3cfa6f5911a9a90202beb513f3d" } ,
{ file = "requests_oauthlib-1.3.0-py3.7.egg" , hash = "sha256:fa6c47b933f01060936d87ae9327fead68768b69c6c9ea2109c48be30f2d4dbc" } ,
]
responses = [
{ file = "responses-0.16.0-py2.py3-none-any.whl" , hash = "sha256:f358ef75e8bf431b0aa203cc62625c3a1c80a600dbe9de91b944bf4e9c600b92" } ,
{ file = "responses-0.16.0.tar.gz" , hash = "sha256:a2e3aca2a8277e61257cd3b1c154b1dd0d782b1ae3d38b7fa37cbe3feb531791" } ,
]
rjsmin = [
{ file = "rjsmin-1.1.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:799890bd07a048892d8d3deb9042dbc20b7f5d0eb7da91e9483c561033b23ce2" } ,
{ file = "rjsmin-1.1.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:211c2fe8298951663bbc02acdffbf714f6793df54bfc50e1c6c9e71b3f2559a3" } ,
{ file = "rjsmin-1.1.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:585e75a84d9199b68056fd4a083d9a61e2a92dfd10ff6d4ce5bdb04bc3bdbfaf" } ,
{ file = "rjsmin-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e487a7783ac4339e79ec610b98228eb9ac72178973e3dee16eba0e3feef25924" } ,
{ file = "rjsmin-1.1.0-cp34-cp34m-manylinux1_i686.whl" , hash = "sha256:0ab825839125eaca57cc59581d72e596e58a7a56fbc0839996b7528f0343a0a8" } ,
{ file = "rjsmin-1.1.0-cp34-cp34m-manylinux1_x86_64.whl" , hash = "sha256:6044ca86e917cd5bb2f95e6679a4192cef812122f28ee08c677513de019629b3" } ,
{ file = "rjsmin-1.1.0-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:ecd29f1b3e66a4c0753105baec262b331bcbceefc22fbe6f7e8bcd2067bcb4d7" } ,
{ file = "rjsmin-1.1.0-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:975b69754d6a76be47c0bead12367a1ca9220d08e5393f80bab0230d4625d1f4" } ,
{ file = "rjsmin-1.1.0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:466fe70cc5647c7c51b3260c7e2e323a98b2b173564247f9c89e977720a0645f" } ,
{ file = "rjsmin-1.1.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:e3908b21ebb584ce74a6ac233bdb5f29485752c9d3be5e50c5484ed74169232c" } ,
{ file = "rjsmin-1.1.0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:714329db774a90947e0e2086cdddb80d5e8c4ac1c70c9f92436378dedb8ae345" } ,
{ file = "rjsmin-1.1.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:dd0f4819df4243ffe4c964995794c79ca43943b5b756de84be92b445a652fb86" } ,
{ file = "rjsmin-1.1.0.tar.gz" , hash = "sha256:b15dc75c71f65d9493a8c7fa233fdcec823e3f1b88ad84a843ffef49b338ac32" } ,
]
selenium = [
{ file = "selenium-3.141.0-py2.py3-none-any.whl" , hash = "sha256:2d7131d7bc5a5b99a2d9b04aaf2612c411b03b8ca1b1ee8d3de5845a9be2cb3c" } ,
{ file = "selenium-3.141.0.tar.gz" , hash = "sha256:deaf32b60ad91a4611b98d8002757f29e6f2c2d5fcaf202e1c9ad06d6772300d" } ,
]
semantic-version = [
{ file = "semantic_version-2.8.5-py2.py3-none-any.whl" , hash = "sha256:45e4b32ee9d6d70ba5f440ec8cc5221074c7f4b0e8918bdab748cc37912440a9" } ,
{ file = "semantic_version-2.8.5.tar.gz" , hash = "sha256:d2cb2de0558762934679b9a104e82eca7af448c9f4974d1f3eeccff651df8a54" } ,
]
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 = [
{ file = "smmap-5.0.0-py3-none-any.whl" , hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94" } ,
{ file = "smmap-5.0.0.tar.gz" , hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936" } ,
]
sqlparse = [
{ file = "sqlparse-0.4.2-py3-none-any.whl" , hash = "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d" } ,
{ file = "sqlparse-0.4.2.tar.gz" , hash = "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae" } ,
]
stevedore = [
{ file = "stevedore-3.5.0-py3-none-any.whl" , hash = "sha256:a547de73308fd7e90075bb4d301405bebf705292fa90a90fc3bcf9133f58616c" } ,
{ file = "stevedore-3.5.0.tar.gz" , hash = "sha256:f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335" } ,
]
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
tomli = [
{ file = "tomli-1.2.3-py3-none-any.whl" , hash = "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c" } ,
{ file = "tomli-1.2.3.tar.gz" , hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f" } ,
]
typed-ast = [
{ 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" } ,
]
types-cryptography = [
{ file = "types-cryptography-3.3.10.tar.gz" , hash = "sha256:b5610287f57c68dabb9123bb76384bcacbf64d0d8282004a2434b84c7aaf9a0e" } ,
{ file = "types_cryptography-3.3.10-py3-none-any.whl" , hash = "sha256:fac6e1cefb700f2c072b7bdcc52ee85b7f9e054a907ce0d56c8a3e2bb7bacbff" } ,
]
types-enum34 = [
{ file = "types-enum34-1.1.1.tar.gz" , hash = "sha256:55c44c44f193636ed82f1cb68a9a632e1ea7096724f024c25e015976809df339" } ,
{ file = "types_enum34-1.1.1-py3-none-any.whl" , hash = "sha256:b6d55d7c91867bd2fd6fc90651d91629c98b27cb26df11b1db658ae7a72bb768" } ,
]
types-ipaddress = [
{ file = "types-ipaddress-1.0.1.tar.gz" , hash = "sha256:dc5540c7fd8d4b3ffe8461bc01f27513c0abe5f2088e491218bd0a98a0b4584e" } ,
{ file = "types_ipaddress-1.0.1-py3-none-any.whl" , hash = "sha256:9d0a642526c4a1f87ee9ae29d91b93f708508b891d038db2e1c9f06219383516" } ,
]
types-pyopenssl = [
{ file = "types-pyOpenSSL-21.0.2.tar.gz" , hash = "sha256:6683114d67efe3de33fa015ccaa097515293fbd40214ec728b1954aae30f0378" } ,
{ file = "types_pyOpenSSL-21.0.2-py3-none-any.whl" , hash = "sha256:9f1f68496eb573685ef812fac97f28fbf0e7e0cabc3d14a5e38c8ff1990c93bb" } ,
]
types-requests = [
{ file = "types-requests-2.26.3.tar.gz" , hash = "sha256:d63fa617846dcefff5aa2d59e47ab4ffd806e4bb0567115f7adbb5e438302fe4" } ,
{ file = "types_requests-2.26.3-py3-none-any.whl" , hash = "sha256:ad18284931c5ddbf050ccdd138f200d18fd56f88aa3567019d8da9b2d4fe0344" } ,
]
typing-extensions = [
{ file = "typing_extensions-4.0.1-py3-none-any.whl" , hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b" } ,
{ file = "typing_extensions-4.0.1.tar.gz" , hash = "sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e" } ,
]
urllib3 = [
{ file = "urllib3-1.26.7-py2.py3-none-any.whl" , hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844" } ,
{ file = "urllib3-1.26.7.tar.gz" , hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece" } ,
]
uwsgi = [
{ file = "uwsgi-2.0.20.tar.gz" , hash = "sha256:88ab9867d8973d8ae84719cf233b7dafc54326fcaec89683c3f9f77c002cdff9" } ,
]
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
zipp = [
{ file = "zipp-3.6.0-py3-none-any.whl" , hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc" } ,
{ file = "zipp-3.6.0.tar.gz" , hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832" } ,
]