2021-02-28 10:56:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "asgiref"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "3.4.1"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "ASGI specs, helper code, and adapters"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.extras]
|
2021-09-15 19:16:35 +02:00
|
|
|
tests = ["pytest", "pytest-asyncio", "mypy (>=0.800)"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "astor"
|
|
|
|
version = "0.8.1"
|
|
|
|
description = "Read/rewrite/write Python ASTs"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomicwrites"
|
|
|
|
version = "1.4.0"
|
|
|
|
description = "Atomic file writes."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "attrs"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "21.2.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Classes Without Boilerplate"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.extras]
|
2021-09-15 19:16:35 +02:00
|
|
|
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit"]
|
|
|
|
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"]
|
|
|
|
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface"]
|
|
|
|
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backports.entry-points-selectable"
|
|
|
|
version = "1.1.0"
|
|
|
|
description = "Compatibility shim providing selectable entry points for older implementations"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
|
|
|
|
testing = ["pytest (>=4.6)", "pytest-flake8", "pytest-cov", "pytest-black (>=0.3.7)", "pytest-mypy", "pytest-checkdocs (>=2.4)", "pytest-enabler (>=1.0.1)"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "black"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "21.9b0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "The uncompromising code formatter."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.6.2"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
click = ">=7.1.2"
|
|
|
|
mypy-extensions = ">=0.4.3"
|
2021-09-15 19:16:35 +02:00
|
|
|
pathspec = ">=0.9.0,<1"
|
|
|
|
platformdirs = ">=2"
|
2021-02-28 10:56:42 +01:00
|
|
|
regex = ">=2020.1.8"
|
2021-09-15 19:16:35 +02:00
|
|
|
tomli = ">=0.2.6,<2.0.0"
|
|
|
|
typed-ast = {version = ">=1.4.2", markers = "python_version < \"3.8\""}
|
|
|
|
typing-extensions = [
|
|
|
|
{version = ">=3.10.0.0", markers = "python_version < \"3.10\""},
|
|
|
|
{version = "!=3.10.0.1", markers = "python_version >= \"3.10\""},
|
|
|
|
]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
colorama = ["colorama (>=0.4.3)"]
|
2021-09-15 19:16:35 +02:00
|
|
|
d = ["aiohttp (>=3.6.0)", "aiohttp-cors (>=0.4.0)"]
|
|
|
|
jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
|
|
|
|
python2 = ["typed-ast (>=1.4.2)"]
|
|
|
|
uvloop = ["uvloop (>=0.15.2)"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-15 19:16:35 +02:00
|
|
|
name = "bx-django-utils"
|
|
|
|
version = "5"
|
|
|
|
description = "Various Django utility functions"
|
2021-02-28 10:56:42 +01:00
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6,<4.0.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2021-09-15 19:16:35 +02:00
|
|
|
bx_py_utils = ">=41"
|
2021-02-28 10:56:42 +01:00
|
|
|
django = "*"
|
|
|
|
python-stdnum = "*"
|
|
|
|
|
2021-09-15 19:16:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bx-py-utils"
|
|
|
|
version = "44"
|
|
|
|
description = "Various Python utility functions"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6,<4.0.0"
|
|
|
|
|
2021-02-28 10:56:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "certifi"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "2021.5.30"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-15 19:16:35 +02:00
|
|
|
name = "charset-normalizer"
|
|
|
|
version = "2.0.5"
|
|
|
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
2021-02-28 10:56:42 +01:00
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.5.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
unicode_backport = ["unicodedata2"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "click"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "8.0.1"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[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"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "5.5"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Code coverage measurement for Python"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
toml = ["toml"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coveralls"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "3.2.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Show coverage stats online via coveralls.io"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">= 3.5"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
coverage = ">=4.1,<6.0"
|
|
|
|
docopt = ">=0.6.1"
|
|
|
|
requests = ">=1.0.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
yaml = ["PyYAML (>=3.10)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "distlib"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "0.3.2"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Distribution utilities"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "django"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "3.2.7"
|
2021-02-28 10:56:42 +01:00
|
|
|
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]
|
2021-09-15 19:16:35 +02:00
|
|
|
asgiref = ">=3.3.2,<4"
|
2021-02-28 10:56:42 +01:00
|
|
|
pytz = "*"
|
|
|
|
sqlparse = ">=0.2.2"
|
|
|
|
|
|
|
|
[package.extras]
|
2021-09-15 19:16:35 +02:00
|
|
|
argon2 = ["argon2-cffi (>=19.1.0)"]
|
2021-02-28 10:56:42 +01:00
|
|
|
bcrypt = ["bcrypt"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "django-axes"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "5.24.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Keep track of failed login attempts in Django-powered sites."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "~=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
django = ">=2.2"
|
2021-09-15 19:16:35 +02:00
|
|
|
django-ipware = ">=3,<5"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "django-ipware"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "4.0.0"
|
|
|
|
description = "A Django application to retrieve user's IP address"
|
2021-02-28 10:56:42 +01:00
|
|
|
category = "main"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "django-redis"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "5.0.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Full featured redis cache backend for Django."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.6"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Django = ">=2.2"
|
|
|
|
redis = ">=3.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "django-yunohost-integration"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "0.2.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Glue code to package django projects as yunohost apps."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7,<4.0.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
django = "*"
|
|
|
|
django-axes = {version = "*", optional = true, markers = "extra == \"ynh\""}
|
|
|
|
django-redis = {version = "*", optional = true, markers = "extra == \"ynh\""}
|
|
|
|
gunicorn = {version = "*", optional = true, markers = "extra == \"ynh\""}
|
2021-09-15 19:16:35 +02:00
|
|
|
psycopg2 = {version = "*", optional = true, markers = "extra == \"ynh\""}
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.extras]
|
2021-09-15 19:16:35 +02:00
|
|
|
ynh = ["django-axes", "django-redis", "gunicorn", "psycopg2"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "docopt"
|
|
|
|
version = "0.6.2"
|
|
|
|
description = "Pythonic argument parser, that will make you smile"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filelock"
|
|
|
|
version = "3.0.12"
|
|
|
|
description = "A platform independent file lock."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flake8"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "3.9.2"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "the modular source code checker: pep8 pyflakes and co"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
mccabe = ">=0.6.0,<0.7.0"
|
2021-09-15 19:16:35 +02:00
|
|
|
pycodestyle = ">=2.7.0,<2.8.0"
|
|
|
|
pyflakes = ">=2.3.0,<2.4.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flynt"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "0.69"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "CLI tool to convert a python project's %-formatted strings to f-strings."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
astor = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gunicorn"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "20.1.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "WSGI HTTP Server for UNIX"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.5"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.extras]
|
2021-09-15 19:16:35 +02:00
|
|
|
eventlet = ["eventlet (>=0.24.1)"]
|
|
|
|
gevent = ["gevent (>=1.4.0)"]
|
2021-02-28 10:56:42 +01:00
|
|
|
setproctitle = ["setproctitle"]
|
|
|
|
tornado = ["tornado (>=0.2)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "3.2"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.5"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "importlib-metadata"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "4.8.1"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
category = "dev"
|
|
|
|
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)"]
|
2021-09-15 19:16:35 +02:00
|
|
|
perf = ["ipython"]
|
|
|
|
testing = ["pytest (>=4.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)"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iniconfig"
|
|
|
|
version = "1.1.1"
|
|
|
|
description = "iniconfig: brain-dead simple config-ini parsing"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "isort"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "5.9.3"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "A Python utility / library to sort Python imports."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.6.1,<4.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
|
|
|
|
requirements_deprecated_finder = ["pipreqs", "pip-api"]
|
|
|
|
colors = ["colorama (>=0.4.3,<0.5.0)"]
|
2021-09-15 19:16:35 +02:00
|
|
|
plugins = ["setuptools"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mccabe"
|
|
|
|
version = "0.6.1"
|
|
|
|
description = "McCabe checker, plugin for flake8"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[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 = "packaging"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "21.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.6"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyparsing = ">=2.0.2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pathspec"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "0.9.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Utility library for gitignore style pattern matching of file paths."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "platformdirs"
|
|
|
|
version = "2.3.0"
|
|
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["Sphinx (>=4)", "furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
|
|
test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pluggy"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "1.0.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.6"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pre-commit", "tox"]
|
2021-09-15 19:16:35 +02:00
|
|
|
testing = ["pytest", "pytest-benchmark"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-15 19:16:35 +02:00
|
|
|
name = "psycopg2"
|
|
|
|
version = "2.9.1"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "psycopg2 - Python-PostgreSQL Database Adapter"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=3.6"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "py"
|
|
|
|
version = "1.10.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.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pycodestyle"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "2.7.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Python style guide checker"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyflakes"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "2.3.1"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "passive checker of Python programs"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyparsing"
|
|
|
|
version = "2.4.7"
|
|
|
|
description = "Python parsing module"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "6.2.5"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
|
|
|
|
attrs = ">=19.2.0"
|
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
|
|
|
iniconfig = "*"
|
|
|
|
packaging = "*"
|
2021-09-15 19:16:35 +02:00
|
|
|
pluggy = ">=0.12,<2.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
py = ">=1.8.2"
|
|
|
|
toml = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-cov"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "2.12.1"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Pytest plugin for measuring coverage."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
coverage = ">=5.2.1"
|
|
|
|
pytest = ">=4.6"
|
2021-09-15 19:16:35 +02:00
|
|
|
toml = "*"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.extras]
|
2021-09-15 19:16:35 +02:00
|
|
|
testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-django"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "4.4.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "A Django plugin for pytest."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pytest = ">=5.4.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
testing = ["django", "django-configurations (>=2.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "python-stdnum"
|
|
|
|
version = "1.16"
|
|
|
|
description = "Python module to handle standardized numbers and codes"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
soap = ["zeep"]
|
|
|
|
soap-alt = ["suds"]
|
|
|
|
soap-fallback = ["pysimplesoap"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytz"
|
|
|
|
version = "2021.1"
|
|
|
|
description = "World timezone definitions, modern and historical"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyupgrade"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "2.26.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "A tool to automatically upgrade syntax for newer versions."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
tokenize-rt = ">=3.2.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redis"
|
|
|
|
version = "3.5.3"
|
|
|
|
description = "Python client for Redis key-value store"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
hiredis = ["hiredis (>=0.1.3)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "2021.8.28"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Alternative regular expression module, to replace re."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "requests"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "2.26.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Python HTTP for Humans."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = ">=2017.4.17"
|
2021-09-15 19:16:35 +02:00
|
|
|
charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""}
|
|
|
|
idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""}
|
2021-02-28 10:56:42 +01:00
|
|
|
urllib3 = ">=1.21.1,<1.27"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
|
2021-09-15 19:16:35 +02:00
|
|
|
use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "six"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "1.16.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlparse"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "0.4.2"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "A non-validating SQL parser."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokenize-rt"
|
|
|
|
version = "4.1.0"
|
|
|
|
description = "A wrapper around the stdlib `tokenize` which roundtrips."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.10.2"
|
|
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
2021-09-15 19:16:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tomli"
|
|
|
|
version = "1.2.1"
|
|
|
|
description = "A lil' TOML parser"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
2021-02-28 10:56:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tox"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "3.24.3"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "tox is a generic virtualenv management and test command line tool"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
colorama = {version = ">=0.4.1", markers = "platform_system == \"Windows\""}
|
|
|
|
filelock = ">=3.0.0"
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
|
|
|
packaging = ">=14"
|
|
|
|
pluggy = ">=0.12.0"
|
|
|
|
py = ">=1.4.17"
|
|
|
|
six = ">=1.14.0"
|
|
|
|
toml = ">=0.9.4"
|
|
|
|
virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["pygments-github-lexers (>=0.0.5)", "sphinx (>=2.0.0)", "sphinxcontrib-autoprogram (>=0.1.5)", "towncrier (>=18.5.0)"]
|
|
|
|
testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "psutil (>=5.6.1)", "pytest (>=4.0.0)", "pytest-cov (>=2.5.1)", "pytest-mock (>=1.10.0)", "pytest-randomly (>=1.0.0)", "pytest-xdist (>=1.22.2)", "pathlib2 (>=2.3.3)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typed-ast"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "1.4.3"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "a fork of Python 2 and 3 ast modules with type comment support"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typing-extensions"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "3.10.0.2"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Backported and Experimental Type Hints for Python 3.5+"
|
2021-09-15 19:16:35 +02:00
|
|
|
category = "main"
|
2021-02-28 10:56:42 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "urllib3"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "1.26.6"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
brotli = ["brotlipy (>=0.6.0)"]
|
|
|
|
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
|
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtualenv"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "20.7.2"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Virtual Python Environment builder"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-09-15 19:16:35 +02:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-09-15 19:16:35 +02:00
|
|
|
"backports.entry-points-selectable" = ">=1.0.4"
|
2021-02-28 10:56:42 +01:00
|
|
|
distlib = ">=0.3.1,<1"
|
|
|
|
filelock = ">=3.0.0,<4"
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
2021-09-15 19:16:35 +02:00
|
|
|
platformdirs = ">=2,<3"
|
2021-02-28 10:56:42 +01:00
|
|
|
six = ">=1.9.0,<2"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=19.9.0rc1)"]
|
2021-09-15 19:16:35 +02:00
|
|
|
testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)", "packaging (>=20.0)"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zipp"
|
2021-09-15 19:16:35 +02:00
|
|
|
version = "3.5.0"
|
2021-02-28 10:56:42 +01:00
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.extras]
|
2021-09-15 19:16:35 +02:00
|
|
|
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"]
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[metadata]
|
|
|
|
lock-version = "1.1"
|
|
|
|
python-versions = ">=3.7,<4.0.0"
|
2021-09-15 19:16:35 +02:00
|
|
|
content-hash = "7cd6494e5cfb25528c3c64bd933cf65aa468e9e0c12dc5fb70a01a0f3ec4eabf"
|
2021-02-28 10:56:42 +01:00
|
|
|
|
|
|
|
[metadata.files]
|
|
|
|
asgiref = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "asgiref-3.4.1-py3-none-any.whl", hash = "sha256:ffc141aa908e6f175673e7b1b3b7af4fdb0ecb738fc5c8b88f69f055c2415214"},
|
|
|
|
{file = "asgiref-3.4.1.tar.gz", hash = "sha256:4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
astor = [
|
|
|
|
{file = "astor-0.8.1-py2.py3-none-any.whl", hash = "sha256:070a54e890cefb5b3739d19f30f5a5ec840ffc9c50ffa7d23cc9fc1a38ebbfc5"},
|
|
|
|
{file = "astor-0.8.1.tar.gz", hash = "sha256:6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e"},
|
|
|
|
]
|
|
|
|
atomicwrites = [
|
|
|
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
|
|
|
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
|
|
|
|
]
|
|
|
|
attrs = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "attrs-21.2.0-py2.py3-none-any.whl", hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1"},
|
|
|
|
{file = "attrs-21.2.0.tar.gz", hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb"},
|
|
|
|
]
|
|
|
|
"backports.entry-points-selectable" = [
|
|
|
|
{file = "backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl", hash = "sha256:a6d9a871cde5e15b4c4a53e3d43ba890cc6861ec1332c9c2428c92f977192acc"},
|
|
|
|
{file = "backports.entry_points_selectable-1.1.0.tar.gz", hash = "sha256:988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
black = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "black-21.9b0-py3-none-any.whl", hash = "sha256:380f1b5da05e5a1429225676655dddb96f5ae8c75bdf91e53d798871b902a115"},
|
|
|
|
{file = "black-21.9b0.tar.gz", hash = "sha256:7de4cfc7eb6b710de325712d40125689101d21d25283eed7e9998722cf10eb91"},
|
|
|
|
]
|
|
|
|
bx-django-utils = [
|
|
|
|
{file = "bx_django_utils-5-py3-none-any.whl", hash = "sha256:5297ef03dd03539237c67d3faea8490acdba643629637afbab9603e2ceefa04c"},
|
|
|
|
{file = "bx_django_utils-5.tar.gz", hash = "sha256:30800d46b3836c99215f609323b1cd41f26727cb1037fe47bbf55fcb36789998"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
bx-py-utils = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "bx_py_utils-44-py3-none-any.whl", hash = "sha256:d253c0daf32682201a03e4f80a90028ebdfbad7a93b102a7befcf003a1624a4d"},
|
|
|
|
{file = "bx_py_utils-44.tar.gz", hash = "sha256:693daa83e5037db527b0e7254de4bacc6c05f1c0153714eacfa7d366d58709e8"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
certifi = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "certifi-2021.5.30-py2.py3-none-any.whl", hash = "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8"},
|
|
|
|
{file = "certifi-2021.5.30.tar.gz", hash = "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
2021-09-15 19:16:35 +02:00
|
|
|
charset-normalizer = [
|
|
|
|
{file = "charset-normalizer-2.0.5.tar.gz", hash = "sha256:7098e7e862f6370a2a8d1a6398cd359815c45d12626267652c3f13dec58e2367"},
|
|
|
|
{file = "charset_normalizer-2.0.5-py3-none-any.whl", hash = "sha256:fa471a601dfea0f492e4f4fca035cd82155e65dc45c9b83bf4322dfab63755dd"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
click = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "click-8.0.1-py3-none-any.whl", hash = "sha256:fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6"},
|
|
|
|
{file = "click-8.0.1.tar.gz", hash = "sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
colorama = [
|
|
|
|
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
|
|
|
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
|
|
|
]
|
|
|
|
coverage = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "coverage-5.5-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:b6d534e4b2ab35c9f93f46229363e17f63c53ad01330df9f2d6bd1187e5eaacf"},
|
|
|
|
{file = "coverage-5.5-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:b7895207b4c843c76a25ab8c1e866261bcfe27bfaa20c192de5190121770672b"},
|
|
|
|
{file = "coverage-5.5-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:c2723d347ab06e7ddad1a58b2a821218239249a9e4365eaff6649d31180c1669"},
|
|
|
|
{file = "coverage-5.5-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:900fbf7759501bc7807fd6638c947d7a831fc9fdf742dc10f02956ff7220fa90"},
|
|
|
|
{file = "coverage-5.5-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:004d1880bed2d97151facef49f08e255a20ceb6f9432df75f4eef018fdd5a78c"},
|
|
|
|
{file = "coverage-5.5-cp27-cp27m-win32.whl", hash = "sha256:06191eb60f8d8a5bc046f3799f8a07a2d7aefb9504b0209aff0b47298333302a"},
|
|
|
|
{file = "coverage-5.5-cp27-cp27m-win_amd64.whl", hash = "sha256:7501140f755b725495941b43347ba8a2777407fc7f250d4f5a7d2a1050ba8e82"},
|
|
|
|
{file = "coverage-5.5-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:372da284cfd642d8e08ef606917846fa2ee350f64994bebfbd3afb0040436905"},
|
|
|
|
{file = "coverage-5.5-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:8963a499849a1fc54b35b1c9f162f4108017b2e6db2c46c1bed93a72262ed083"},
|
|
|
|
{file = "coverage-5.5-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:869a64f53488f40fa5b5b9dcb9e9b2962a66a87dab37790f3fcfb5144b996ef5"},
|
|
|
|
{file = "coverage-5.5-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:4a7697d8cb0f27399b0e393c0b90f0f1e40c82023ea4d45d22bce7032a5d7b81"},
|
|
|
|
{file = "coverage-5.5-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:8d0a0725ad7c1a0bcd8d1b437e191107d457e2ec1084b9f190630a4fb1af78e6"},
|
|
|
|
{file = "coverage-5.5-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:51cb9476a3987c8967ebab3f0fe144819781fca264f57f89760037a2ea191cb0"},
|
|
|
|
{file = "coverage-5.5-cp310-cp310-win_amd64.whl", hash = "sha256:c0891a6a97b09c1f3e073a890514d5012eb256845c451bd48f7968ef939bf4ae"},
|
|
|
|
{file = "coverage-5.5-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:3487286bc29a5aa4b93a072e9592f22254291ce96a9fbc5251f566b6b7343cdb"},
|
|
|
|
{file = "coverage-5.5-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:deee1077aae10d8fa88cb02c845cfba9b62c55e1183f52f6ae6a2df6a2187160"},
|
|
|
|
{file = "coverage-5.5-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:f11642dddbb0253cc8853254301b51390ba0081750a8ac03f20ea8103f0c56b6"},
|
|
|
|
{file = "coverage-5.5-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:6c90e11318f0d3c436a42409f2749ee1a115cd8b067d7f14c148f1ce5574d701"},
|
|
|
|
{file = "coverage-5.5-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:30c77c1dc9f253283e34c27935fded5015f7d1abe83bc7821680ac444eaf7793"},
|
|
|
|
{file = "coverage-5.5-cp35-cp35m-win32.whl", hash = "sha256:9a1ef3b66e38ef8618ce5fdc7bea3d9f45f3624e2a66295eea5e57966c85909e"},
|
|
|
|
{file = "coverage-5.5-cp35-cp35m-win_amd64.whl", hash = "sha256:972c85d205b51e30e59525694670de6a8a89691186012535f9d7dbaa230e42c3"},
|
|
|
|
{file = "coverage-5.5-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:af0e781009aaf59e25c5a678122391cb0f345ac0ec272c7961dc5455e1c40066"},
|
|
|
|
{file = "coverage-5.5-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:74d881fc777ebb11c63736622b60cb9e4aee5cace591ce274fb69e582a12a61a"},
|
|
|
|
{file = "coverage-5.5-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:92b017ce34b68a7d67bd6d117e6d443a9bf63a2ecf8567bb3d8c6c7bc5014465"},
|
|
|
|
{file = "coverage-5.5-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:d636598c8305e1f90b439dbf4f66437de4a5e3c31fdf47ad29542478c8508bbb"},
|
|
|
|
{file = "coverage-5.5-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:41179b8a845742d1eb60449bdb2992196e211341818565abded11cfa90efb821"},
|
|
|
|
{file = "coverage-5.5-cp36-cp36m-win32.whl", hash = "sha256:040af6c32813fa3eae5305d53f18875bedd079960822ef8ec067a66dd8afcd45"},
|
|
|
|
{file = "coverage-5.5-cp36-cp36m-win_amd64.whl", hash = "sha256:5fec2d43a2cc6965edc0bb9e83e1e4b557f76f843a77a2496cbe719583ce8184"},
|
|
|
|
{file = "coverage-5.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:18ba8bbede96a2c3dde7b868de9dcbd55670690af0988713f0603f037848418a"},
|
|
|
|
{file = "coverage-5.5-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:2910f4d36a6a9b4214bb7038d537f015346f413a975d57ca6b43bf23d6563b53"},
|
|
|
|
{file = "coverage-5.5-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:f0b278ce10936db1a37e6954e15a3730bea96a0997c26d7fee88e6c396c2086d"},
|
|
|
|
{file = "coverage-5.5-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:796c9c3c79747146ebd278dbe1e5c5c05dd6b10cc3bcb8389dfdf844f3ead638"},
|
|
|
|
{file = "coverage-5.5-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:53194af30d5bad77fcba80e23a1441c71abfb3e01192034f8246e0d8f99528f3"},
|
|
|
|
{file = "coverage-5.5-cp37-cp37m-win32.whl", hash = "sha256:184a47bbe0aa6400ed2d41d8e9ed868b8205046518c52464fde713ea06e3a74a"},
|
|
|
|
{file = "coverage-5.5-cp37-cp37m-win_amd64.whl", hash = "sha256:2949cad1c5208b8298d5686d5a85b66aae46d73eec2c3e08c817dd3513e5848a"},
|
|
|
|
{file = "coverage-5.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:217658ec7187497e3f3ebd901afdca1af062b42cfe3e0dafea4cced3983739f6"},
|
|
|
|
{file = "coverage-5.5-cp38-cp38-manylinux1_i686.whl", hash = "sha256:1aa846f56c3d49205c952d8318e76ccc2ae23303351d9270ab220004c580cfe2"},
|
|
|
|
{file = "coverage-5.5-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:24d4a7de75446be83244eabbff746d66b9240ae020ced65d060815fac3423759"},
|
|
|
|
{file = "coverage-5.5-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:d1f8bf7b90ba55699b3a5e44930e93ff0189aa27186e96071fac7dd0d06a1873"},
|
|
|
|
{file = "coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:970284a88b99673ccb2e4e334cfb38a10aab7cd44f7457564d11898a74b62d0a"},
|
|
|
|
{file = "coverage-5.5-cp38-cp38-win32.whl", hash = "sha256:01d84219b5cdbfc8122223b39a954820929497a1cb1422824bb86b07b74594b6"},
|
|
|
|
{file = "coverage-5.5-cp38-cp38-win_amd64.whl", hash = "sha256:2e0d881ad471768bf6e6c2bf905d183543f10098e3b3640fc029509530091502"},
|
|
|
|
{file = "coverage-5.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d1f9ce122f83b2305592c11d64f181b87153fc2c2bbd3bb4a3dde8303cfb1a6b"},
|
|
|
|
{file = "coverage-5.5-cp39-cp39-manylinux1_i686.whl", hash = "sha256:13c4ee887eca0f4c5a247b75398d4114c37882658300e153113dafb1d76de529"},
|
|
|
|
{file = "coverage-5.5-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:52596d3d0e8bdf3af43db3e9ba8dcdaac724ba7b5ca3f6358529d56f7a166f8b"},
|
|
|
|
{file = "coverage-5.5-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:2cafbbb3af0733db200c9b5f798d18953b1a304d3f86a938367de1567f4b5bff"},
|
|
|
|
{file = "coverage-5.5-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:44d654437b8ddd9eee7d1eaee28b7219bec228520ff809af170488fd2fed3e2b"},
|
|
|
|
{file = "coverage-5.5-cp39-cp39-win32.whl", hash = "sha256:d314ed732c25d29775e84a960c3c60808b682c08d86602ec2c3008e1202e3bb6"},
|
|
|
|
{file = "coverage-5.5-cp39-cp39-win_amd64.whl", hash = "sha256:13034c4409db851670bc9acd836243aeee299949bd5673e11844befcb0149f03"},
|
|
|
|
{file = "coverage-5.5-pp36-none-any.whl", hash = "sha256:f030f8873312a16414c0d8e1a1ddff2d3235655a2174e3648b4fa66b3f2f1079"},
|
|
|
|
{file = "coverage-5.5-pp37-none-any.whl", hash = "sha256:2a3859cb82dcbda1cfd3e6f71c27081d18aa251d20a17d87d26d4cd216fb0af4"},
|
|
|
|
{file = "coverage-5.5.tar.gz", hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
coveralls = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "coveralls-3.2.0-py2.py3-none-any.whl", hash = "sha256:aedfcc5296b788ebaf8ace8029376e5f102f67c53d1373f2e821515c15b36527"},
|
|
|
|
{file = "coveralls-3.2.0.tar.gz", hash = "sha256:15a987d9df877fff44cd81948c5806ffb6eafb757b3443f737888358e96156ee"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
distlib = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "distlib-0.3.2-py2.py3-none-any.whl", hash = "sha256:23e223426b28491b1ced97dc3bbe183027419dfc7982b4fa2f05d5f3ff10711c"},
|
|
|
|
{file = "distlib-0.3.2.zip", hash = "sha256:106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
django = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "Django-3.2.7-py3-none-any.whl", hash = "sha256:e93c93565005b37ddebf2396b4dc4b6913c1838baa82efdfb79acedd5816c240"},
|
|
|
|
{file = "Django-3.2.7.tar.gz", hash = "sha256:95b318319d6997bac3595517101ad9cc83fe5672ac498ba48d1a410f47afecd2"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
django-axes = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "django-axes-5.24.0.tar.gz", hash = "sha256:dadee869826b6f5061d1e77369770f27008aaac7e9d6cf4eb1b0f8f7dd802691"},
|
|
|
|
{file = "django_axes-5.24.0-py3-none-any.whl", hash = "sha256:4d7b8bef6c1094aaa94abef12a7085b4fd63b933a4010d1c82f9f120b50c19d1"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
django-ipware = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "django-ipware-4.0.0.tar.gz", hash = "sha256:1294f916f3b3475e40e1b0ec1bd320aa2397978eae672721c81cbc2ed517e9ee"},
|
|
|
|
{file = "django_ipware-4.0.0-py2.py3-none-any.whl", hash = "sha256:116bd0d7940f09bf7ffd465943992e23d87e772a9d6c0d3a57b74040589a383b"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
django-redis = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "django-redis-5.0.0.tar.gz", hash = "sha256:048f665bbe27f8ff2edebae6aa9c534ab137f1e8fa7234147ef470df3f3aa9b8"},
|
|
|
|
{file = "django_redis-5.0.0-py3-none-any.whl", hash = "sha256:97739ca9de3f964c51412d1d7d8aecdfd86737bb197fce6e1ff12620c63c97ee"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
django-yunohost-integration = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "django_yunohost_integration-0.2.0-py3-none-any.whl", hash = "sha256:0ff205a2a32ef95ed0ae6f523aa1130e8005ad9b7807c76b18e4ef64d86f8b79"},
|
|
|
|
{file = "django_yunohost_integration-0.2.0.tar.gz", hash = "sha256:4f6583da67a54067a6940786fc5d14e1efa9c347bf102dfb68f4bdb9f75a8e4e"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
docopt = [
|
|
|
|
{file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"},
|
|
|
|
]
|
|
|
|
filelock = [
|
|
|
|
{file = "filelock-3.0.12-py3-none-any.whl", hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836"},
|
|
|
|
{file = "filelock-3.0.12.tar.gz", hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59"},
|
|
|
|
]
|
|
|
|
flake8 = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "flake8-3.9.2-py2.py3-none-any.whl", hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907"},
|
|
|
|
{file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
flynt = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "flynt-0.69-py3-none-any.whl", hash = "sha256:5bc49abd71891afbc2400f22f040ba9f23259fe03f9049dd62a2de8953248ce7"},
|
|
|
|
{file = "flynt-0.69.tar.gz", hash = "sha256:42de12dd29e66cc067cda8a2c1fb34fb79c0b14b0c48cd7cdcbc7c5a84578adf"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
gunicorn = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
idna = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "idna-3.2-py3-none-any.whl", hash = "sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a"},
|
|
|
|
{file = "idna-3.2.tar.gz", hash = "sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
importlib-metadata = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "importlib_metadata-4.8.1-py3-none-any.whl", hash = "sha256:b618b6d2d5ffa2f16add5697cf57a46c76a56229b0ed1c438322e4e95645bd15"},
|
|
|
|
{file = "importlib_metadata-4.8.1.tar.gz", hash = "sha256:f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
iniconfig = [
|
|
|
|
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
|
|
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
|
|
|
|
]
|
|
|
|
isort = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "isort-5.9.3-py3-none-any.whl", hash = "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2"},
|
|
|
|
{file = "isort-5.9.3.tar.gz", hash = "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
mccabe = [
|
|
|
|
{file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},
|
|
|
|
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
|
|
|
|
]
|
|
|
|
mypy-extensions = [
|
|
|
|
{file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
|
|
|
|
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
|
|
|
|
]
|
|
|
|
packaging = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "packaging-21.0-py3-none-any.whl", hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14"},
|
|
|
|
{file = "packaging-21.0.tar.gz", hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
pathspec = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"},
|
|
|
|
{file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
|
|
|
|
]
|
|
|
|
platformdirs = [
|
|
|
|
{file = "platformdirs-2.3.0-py3-none-any.whl", hash = "sha256:8003ac87717ae2c7ee1ea5a84a1a61e87f3fbd16eb5aadba194ea30a9019f648"},
|
|
|
|
{file = "platformdirs-2.3.0.tar.gz", hash = "sha256:15b056538719b1c94bdaccb29e5f81879c7f7f0f4a153f46086d155dffcd4f0f"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
pluggy = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{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.1-cp36-cp36m-win32.whl", hash = "sha256:7f91312f065df517187134cce8e395ab37f5b601a42446bdc0f0d51773621854"},
|
|
|
|
{file = "psycopg2-2.9.1-cp36-cp36m-win_amd64.whl", hash = "sha256:830c8e8dddab6b6716a4bf73a09910c7954a92f40cf1d1e702fb93c8a919cc56"},
|
|
|
|
{file = "psycopg2-2.9.1-cp37-cp37m-win32.whl", hash = "sha256:89409d369f4882c47f7ea20c42c5046879ce22c1e4ea20ef3b00a4dfc0a7f188"},
|
|
|
|
{file = "psycopg2-2.9.1-cp37-cp37m-win_amd64.whl", hash = "sha256:7640e1e4d72444ef012e275e7b53204d7fab341fb22bc76057ede22fe6860b25"},
|
|
|
|
{file = "psycopg2-2.9.1-cp38-cp38-win32.whl", hash = "sha256:079d97fc22de90da1d370c90583659a9f9a6ee4007355f5825e5f1c70dffc1fa"},
|
|
|
|
{file = "psycopg2-2.9.1-cp38-cp38-win_amd64.whl", hash = "sha256:2c992196719fadda59f72d44603ee1a2fdcc67de097eea38d41c7ad9ad246e62"},
|
|
|
|
{file = "psycopg2-2.9.1-cp39-cp39-win32.whl", hash = "sha256:2087013c159a73e09713294a44d0c8008204d06326006b7f652bef5ace66eebb"},
|
|
|
|
{file = "psycopg2-2.9.1-cp39-cp39-win_amd64.whl", hash = "sha256:bf35a25f1aaa8a3781195595577fcbb59934856ee46b4f252f56ad12b8043bcf"},
|
|
|
|
{file = "psycopg2-2.9.1.tar.gz", hash = "sha256:de5303a6f1d0a7a34b9d40e4d3bef684ccc44a49bbe3eb85e3c0bffb4a131b7c"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
py = [
|
|
|
|
{file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"},
|
|
|
|
{file = "py-1.10.0.tar.gz", hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"},
|
|
|
|
]
|
|
|
|
pycodestyle = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "pycodestyle-2.7.0-py2.py3-none-any.whl", hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068"},
|
|
|
|
{file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
pyflakes = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "pyflakes-2.3.1-py2.py3-none-any.whl", hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3"},
|
|
|
|
{file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
pyparsing = [
|
|
|
|
{file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
|
|
|
|
{file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
|
|
|
|
]
|
|
|
|
pytest = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"},
|
|
|
|
{file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
pytest-cov = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "pytest-cov-2.12.1.tar.gz", hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7"},
|
|
|
|
{file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
pytest-django = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "pytest-django-4.4.0.tar.gz", hash = "sha256:b5171e3798bf7e3fc5ea7072fe87324db67a4dd9f1192b037fed4cc3c1b7f455"},
|
|
|
|
{file = "pytest_django-4.4.0-py3-none-any.whl", hash = "sha256:65783e78382456528bd9d79a35843adde9e6a47347b20464eb2c885cb0f1f606"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
python-stdnum = [
|
|
|
|
{file = "python-stdnum-1.16.tar.gz", hash = "sha256:4248d898042a801fc4eff96fbfe4bf63a43324854efe3b5534718c1c195c6f43"},
|
|
|
|
{file = "python_stdnum-1.16-py2.py3-none-any.whl", hash = "sha256:2e2c56c548ca166b95547a8d748f4d71320a5b4896960717c8e6380e08d993a5"},
|
|
|
|
]
|
|
|
|
pytz = [
|
|
|
|
{file = "pytz-2021.1-py2.py3-none-any.whl", hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798"},
|
|
|
|
{file = "pytz-2021.1.tar.gz", hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da"},
|
|
|
|
]
|
|
|
|
pyupgrade = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "pyupgrade-2.26.0-py2.py3-none-any.whl", hash = "sha256:fcfde421775d356eb1e7da443fb23fad6dceca411d8c014acebaed1c2bfeed52"},
|
|
|
|
{file = "pyupgrade-2.26.0.tar.gz", hash = "sha256:03eba5ee3494c334d634a272774a30b0aa28af4f5f07f1d3f5d5bedee86c5bcb"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
redis = [
|
|
|
|
{file = "redis-3.5.3-py2.py3-none-any.whl", hash = "sha256:432b788c4530cfe16d8d943a09d40ca6c16149727e4afe8c2c9d5580c59d9f24"},
|
|
|
|
{file = "redis-3.5.3.tar.gz", hash = "sha256:0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"},
|
|
|
|
]
|
|
|
|
regex = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "regex-2021.8.28-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9d05ad5367c90814099000442b2125535e9d77581855b9bee8780f1b41f2b1a2"},
|
|
|
|
{file = "regex-2021.8.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f3bf1bc02bc421047bfec3343729c4bbbea42605bcfd6d6bfe2c07ade8b12d2a"},
|
|
|
|
{file = "regex-2021.8.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5f6a808044faae658f546dd5f525e921de9fa409de7a5570865467f03a626fc0"},
|
|
|
|
{file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:a617593aeacc7a691cc4af4a4410031654f2909053bd8c8e7db837f179a630eb"},
|
|
|
|
{file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:79aef6b5cd41feff359acaf98e040844613ff5298d0d19c455b3d9ae0bc8c35a"},
|
|
|
|
{file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:0fc1f8f06977c2d4f5e3d3f0d4a08089be783973fc6b6e278bde01f0544ff308"},
|
|
|
|
{file = "regex-2021.8.28-cp310-cp310-win32.whl", hash = "sha256:6eebf512aa90751d5ef6a7c2ac9d60113f32e86e5687326a50d7686e309f66ed"},
|
|
|
|
{file = "regex-2021.8.28-cp310-cp310-win_amd64.whl", hash = "sha256:ac88856a8cbccfc14f1b2d0b829af354cc1743cb375e7f04251ae73b2af6adf8"},
|
|
|
|
{file = "regex-2021.8.28-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c206587c83e795d417ed3adc8453a791f6d36b67c81416676cad053b4104152c"},
|
|
|
|
{file = "regex-2021.8.28-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e8690ed94481f219a7a967c118abaf71ccc440f69acd583cab721b90eeedb77c"},
|
|
|
|
{file = "regex-2021.8.28-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:328a1fad67445550b982caa2a2a850da5989fd6595e858f02d04636e7f8b0b13"},
|
|
|
|
{file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:c7cb4c512d2d3b0870e00fbbac2f291d4b4bf2634d59a31176a87afe2777c6f0"},
|
|
|
|
{file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:66256b6391c057305e5ae9209941ef63c33a476b73772ca967d4a2df70520ec1"},
|
|
|
|
{file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8e44769068d33e0ea6ccdf4b84d80c5afffe5207aa4d1881a629cf0ef3ec398f"},
|
|
|
|
{file = "regex-2021.8.28-cp36-cp36m-win32.whl", hash = "sha256:08d74bfaa4c7731b8dac0a992c63673a2782758f7cfad34cf9c1b9184f911354"},
|
|
|
|
{file = "regex-2021.8.28-cp36-cp36m-win_amd64.whl", hash = "sha256:abb48494d88e8a82601af905143e0de838c776c1241d92021e9256d5515b3645"},
|
|
|
|
{file = "regex-2021.8.28-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b4c220a1fe0d2c622493b0a1fd48f8f991998fb447d3cd368033a4b86cf1127a"},
|
|
|
|
{file = "regex-2021.8.28-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d4a332404baa6665b54e5d283b4262f41f2103c255897084ec8f5487ce7b9e8e"},
|
|
|
|
{file = "regex-2021.8.28-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c61dcc1cf9fd165127a2853e2c31eb4fb961a4f26b394ac9fe5669c7a6592892"},
|
|
|
|
{file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:ee329d0387b5b41a5dddbb6243a21cb7896587a651bebb957e2d2bb8b63c0791"},
|
|
|
|
{file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f60667673ff9c249709160529ab39667d1ae9fd38634e006bec95611f632e759"},
|
|
|
|
{file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:b844fb09bd9936ed158ff9df0ab601e2045b316b17aa8b931857365ea8586906"},
|
|
|
|
{file = "regex-2021.8.28-cp37-cp37m-win32.whl", hash = "sha256:4cde065ab33bcaab774d84096fae266d9301d1a2f5519d7bd58fc55274afbf7a"},
|
|
|
|
{file = "regex-2021.8.28-cp37-cp37m-win_amd64.whl", hash = "sha256:1413b5022ed6ac0d504ba425ef02549a57d0f4276de58e3ab7e82437892704fc"},
|
|
|
|
{file = "regex-2021.8.28-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ed4b50355b066796dacdd1cf538f2ce57275d001838f9b132fab80b75e8c84dd"},
|
|
|
|
{file = "regex-2021.8.28-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:28fc475f560d8f67cc8767b94db4c9440210f6958495aeae70fac8faec631797"},
|
|
|
|
{file = "regex-2021.8.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bdc178caebd0f338d57ae445ef8e9b737ddf8fbc3ea187603f65aec5b041248f"},
|
|
|
|
{file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:999ad08220467b6ad4bd3dd34e65329dd5d0df9b31e47106105e407954965256"},
|
|
|
|
{file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:808ee5834e06f57978da3e003ad9d6292de69d2bf6263662a1a8ae30788e080b"},
|
|
|
|
{file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d5111d4c843d80202e62b4fdbb4920db1dcee4f9366d6b03294f45ed7b18b42e"},
|
|
|
|
{file = "regex-2021.8.28-cp38-cp38-win32.whl", hash = "sha256:473858730ef6d6ff7f7d5f19452184cd0caa062a20047f6d6f3e135a4648865d"},
|
|
|
|
{file = "regex-2021.8.28-cp38-cp38-win_amd64.whl", hash = "sha256:31a99a4796bf5aefc8351e98507b09e1b09115574f7c9dbb9cf2111f7220d2e2"},
|
|
|
|
{file = "regex-2021.8.28-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:04f6b9749e335bb0d2f68c707f23bb1773c3fb6ecd10edf0f04df12a8920d468"},
|
|
|
|
{file = "regex-2021.8.28-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9b006628fe43aa69259ec04ca258d88ed19b64791693df59c422b607b6ece8bb"},
|
|
|
|
{file = "regex-2021.8.28-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:121f4b3185feaade3f85f70294aef3f777199e9b5c0c0245c774ae884b110a2d"},
|
|
|
|
{file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:a577a21de2ef8059b58f79ff76a4da81c45a75fe0bfb09bc8b7bb4293fa18983"},
|
|
|
|
{file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1743345e30917e8c574f273f51679c294effba6ad372db1967852f12c76759d8"},
|
|
|
|
{file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e1e8406b895aba6caa63d9fd1b6b1700d7e4825f78ccb1e5260551d168db38ed"},
|
|
|
|
{file = "regex-2021.8.28-cp39-cp39-win32.whl", hash = "sha256:ed283ab3a01d8b53de3a05bfdf4473ae24e43caee7dcb5584e86f3f3e5ab4374"},
|
|
|
|
{file = "regex-2021.8.28-cp39-cp39-win_amd64.whl", hash = "sha256:610b690b406653c84b7cb6091facb3033500ee81089867ee7d59e675f9ca2b73"},
|
|
|
|
{file = "regex-2021.8.28.tar.gz", hash = "sha256:f585cbbeecb35f35609edccb95efd95a3e35824cd7752b586503f7e6087303f1"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
requests = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "requests-2.26.0-py2.py3-none-any.whl", hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24"},
|
|
|
|
{file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
six = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
|
|
|
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
sqlparse = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "sqlparse-0.4.2-py3-none-any.whl", hash = "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d"},
|
|
|
|
{file = "sqlparse-0.4.2.tar.gz", hash = "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
tokenize-rt = [
|
|
|
|
{file = "tokenize_rt-4.1.0-py2.py3-none-any.whl", hash = "sha256:b37251fa28c21e8cce2e42f7769a35fba2dd2ecafb297208f9a9a8add3ca7793"},
|
|
|
|
{file = "tokenize_rt-4.1.0.tar.gz", hash = "sha256:ab339b5ff829eb5e198590477f9c03c84e762b3e455e74c018956e7e326cbc70"},
|
|
|
|
]
|
|
|
|
toml = [
|
|
|
|
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
|
|
|
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
|
|
|
|
]
|
2021-09-15 19:16:35 +02:00
|
|
|
tomli = [
|
|
|
|
{file = "tomli-1.2.1-py3-none-any.whl", hash = "sha256:8dd0e9524d6f386271a36b41dbf6c57d8e32fd96fd22b6584679dc569d20899f"},
|
|
|
|
{file = "tomli-1.2.1.tar.gz", hash = "sha256:a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442"},
|
|
|
|
]
|
2021-02-28 10:56:42 +01:00
|
|
|
tox = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "tox-3.24.3-py2.py3-none-any.whl", hash = "sha256:9fbf8e2ab758b2a5e7cb2c72945e4728089934853076f67ef18d7575c8ab6b88"},
|
|
|
|
{file = "tox-3.24.3.tar.gz", hash = "sha256:c6c4e77705ada004283610fd6d9ba4f77bc85d235447f875df9f0ba1bc23b634"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
typed-ast = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6"},
|
|
|
|
{file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:c907f561b1e83e93fad565bac5ba9c22d96a54e7ea0267c708bffe863cbe4075"},
|
|
|
|
{file = "typed_ast-1.4.3-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:1b3ead4a96c9101bef08f9f7d1217c096f31667617b58de957f690c92378b528"},
|
|
|
|
{file = "typed_ast-1.4.3-cp35-cp35m-win32.whl", hash = "sha256:dde816ca9dac1d9c01dd504ea5967821606f02e510438120091b84e852367428"},
|
|
|
|
{file = "typed_ast-1.4.3-cp35-cp35m-win_amd64.whl", hash = "sha256:777a26c84bea6cd934422ac2e3b78863a37017618b6e5c08f92ef69853e765d3"},
|
|
|
|
{file = "typed_ast-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:f8afcf15cc511ada719a88e013cec87c11aff7b91f019295eb4530f96fe5ef2f"},
|
|
|
|
{file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:52b1eb8c83f178ab787f3a4283f68258525f8d70f778a2f6dd54d3b5e5fb4341"},
|
|
|
|
{file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:01ae5f73431d21eead5015997ab41afa53aa1fbe252f9da060be5dad2c730ace"},
|
|
|
|
{file = "typed_ast-1.4.3-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:c190f0899e9f9f8b6b7863debfb739abcb21a5c054f911ca3596d12b8a4c4c7f"},
|
|
|
|
{file = "typed_ast-1.4.3-cp36-cp36m-win32.whl", hash = "sha256:398e44cd480f4d2b7ee8d98385ca104e35c81525dd98c519acff1b79bdaac363"},
|
|
|
|
{file = "typed_ast-1.4.3-cp36-cp36m-win_amd64.whl", hash = "sha256:bff6ad71c81b3bba8fa35f0f1921fb24ff4476235a6e94a26ada2e54370e6da7"},
|
|
|
|
{file = "typed_ast-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0fb71b8c643187d7492c1f8352f2c15b4c4af3f6338f21681d3681b3dc31a266"},
|
|
|
|
{file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:760ad187b1041a154f0e4d0f6aae3e40fdb51d6de16e5c99aedadd9246450e9e"},
|
|
|
|
{file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5feca99c17af94057417d744607b82dd0a664fd5e4ca98061480fd8b14b18d04"},
|
|
|
|
{file = "typed_ast-1.4.3-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:95431a26309a21874005845c21118c83991c63ea800dd44843e42a916aec5899"},
|
|
|
|
{file = "typed_ast-1.4.3-cp37-cp37m-win32.whl", hash = "sha256:aee0c1256be6c07bd3e1263ff920c325b59849dc95392a05f258bb9b259cf39c"},
|
|
|
|
{file = "typed_ast-1.4.3-cp37-cp37m-win_amd64.whl", hash = "sha256:9ad2c92ec681e02baf81fdfa056fe0d818645efa9af1f1cd5fd6f1bd2bdfd805"},
|
|
|
|
{file = "typed_ast-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b36b4f3920103a25e1d5d024d155c504080959582b928e91cb608a65c3a49e1a"},
|
|
|
|
{file = "typed_ast-1.4.3-cp38-cp38-manylinux1_i686.whl", hash = "sha256:067a74454df670dcaa4e59349a2e5c81e567d8d65458d480a5b3dfecec08c5ff"},
|
|
|
|
{file = "typed_ast-1.4.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7538e495704e2ccda9b234b82423a4038f324f3a10c43bc088a1636180f11a41"},
|
|
|
|
{file = "typed_ast-1.4.3-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:af3d4a73793725138d6b334d9d247ce7e5f084d96284ed23f22ee626a7b88e39"},
|
|
|
|
{file = "typed_ast-1.4.3-cp38-cp38-win32.whl", hash = "sha256:f2362f3cb0f3172c42938946dbc5b7843c2a28aec307c49100c8b38764eb6927"},
|
|
|
|
{file = "typed_ast-1.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:dd4a21253f42b8d2b48410cb31fe501d32f8b9fbeb1f55063ad102fe9c425e40"},
|
|
|
|
{file = "typed_ast-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f328adcfebed9f11301eaedfa48e15bdece9b519fb27e6a8c01aa52a17ec31b3"},
|
|
|
|
{file = "typed_ast-1.4.3-cp39-cp39-manylinux1_i686.whl", hash = "sha256:2c726c276d09fc5c414693a2de063f521052d9ea7c240ce553316f70656c84d4"},
|
|
|
|
{file = "typed_ast-1.4.3-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:cae53c389825d3b46fb37538441f75d6aecc4174f615d048321b716df2757fb0"},
|
|
|
|
{file = "typed_ast-1.4.3-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:b9574c6f03f685070d859e75c7f9eeca02d6933273b5e69572e5ff9d5e3931c3"},
|
|
|
|
{file = "typed_ast-1.4.3-cp39-cp39-win32.whl", hash = "sha256:209596a4ec71d990d71d5e0d312ac935d86930e6eecff6ccc7007fe54d703808"},
|
|
|
|
{file = "typed_ast-1.4.3-cp39-cp39-win_amd64.whl", hash = "sha256:9c6d1a54552b5330bc657b7ef0eae25d00ba7ffe85d9ea8ae6540d2197a3788c"},
|
|
|
|
{file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
typing-extensions = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "typing_extensions-3.10.0.2-py2-none-any.whl", hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7"},
|
|
|
|
{file = "typing_extensions-3.10.0.2-py3-none-any.whl", hash = "sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34"},
|
|
|
|
{file = "typing_extensions-3.10.0.2.tar.gz", hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
urllib3 = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "urllib3-1.26.6-py2.py3-none-any.whl", hash = "sha256:39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4"},
|
|
|
|
{file = "urllib3-1.26.6.tar.gz", hash = "sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
virtualenv = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "virtualenv-20.7.2-py2.py3-none-any.whl", hash = "sha256:e4670891b3a03eb071748c569a87cceaefbf643c5bac46d996c5a45c34aa0f06"},
|
|
|
|
{file = "virtualenv-20.7.2.tar.gz", hash = "sha256:9ef4e8ee4710826e98ff3075c9a4739e2cb1040de6a2a8d35db0055840dc96a0"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|
|
|
|
zipp = [
|
2021-09-15 19:16:35 +02:00
|
|
|
{file = "zipp-3.5.0-py3-none-any.whl", hash = "sha256:957cfda87797e389580cb8b9e3870841ca991e2125350677b2ca83a0e99390a3"},
|
|
|
|
{file = "zipp-3.5.0.tar.gz", hash = "sha256:f5812b1e007e48cff63449a5e9f4e7ebea716b4111f9c4f9a645f91d579bf0c4"},
|
2021-02-28 10:56:42 +01:00
|
|
|
]
|