2021-10-09 17:23:28 +02: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)" ]
2020-12-29 13:59:16 +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"
2022-01-01 14:28:52 +01:00
version = "21.4.0"
2020-12-29 13:59:16 +01:00
description = "Classes Without Boilerplate"
category = "dev"
optional = false
2021-05-11 18:09:20 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-12-29 13:59:16 +01:00
[ package . extras ]
2022-01-01 14:28:52 +01: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" , "cloudpickle" ]
2021-05-11 18:09:20 +02:00
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
2022-01-01 14:28:52 +01:00
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" ]
2021-08-16 17:06:27 +02:00
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "black"
2022-01-01 14:28:52 +01:00
version = "21.12b0"
2020-12-29 13:59:16 +01:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
2021-04-28 19:42:51 +02:00
python-versions = ">=3.6.2"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
2021-09-15 20:39:29 +02:00
pathspec = ">=0.9.0,<1"
platformdirs = ">=2"
2021-08-16 17:06:27 +02:00
tomli = ">=0.2.6,<2.0.0"
2021-11-22 20:25:50 +01:00
typed-ast = { version = ">=1.4.2" , markers = "python_version < \"3.8\" and implementation_name == \"cpython\"" }
2021-09-15 20:39:29 +02:00
typing-extensions = [
{ version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" } ,
{ version = "!=3.10.0.1" , markers = "python_version >= \"3.10\"" } ,
]
2020-12-29 13:59:16 +01:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2021-11-22 20:25:50 +01:00
d = [ "aiohttp (>=3.7.4)" ]
2021-09-15 20:39:29 +02:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
2021-11-22 20:25:50 +01:00
python2 = [ "typed-ast (>=1.4.3)" ]
2021-08-16 17:06:27 +02:00
uvloop = [ "uvloop (>=0.15.2)" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "bleach"
2021-09-15 20:39:29 +02:00
version = "4.1.0"
2020-12-29 13:59:16 +01:00
description = "An easy safelist-based HTML-sanitizing tool."
category = "main"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
packaging = "*"
six = ">=1.9.0"
webencodings = "*"
[ [ package ] ]
2021-08-16 17:06:27 +02:00
name = "bx-django-utils"
2022-01-01 14:28:52 +01:00
version = "15"
2021-08-16 17:06:27 +02:00
description = "Various Django utility functions"
2020-12-29 13:59:16 +01:00
category = "main"
optional = false
python-versions = ">=3.6,<4.0.0"
[ package . dependencies ]
2022-01-01 14:28:52 +01:00
bx_py_utils = ">=52"
2020-12-29 13:59:16 +01:00
django = "*"
python-stdnum = "*"
2021-08-16 17:06:27 +02:00
[ [ package ] ]
name = "bx-py-utils"
2022-01-01 14:28:52 +01:00
version = "54"
2021-08-16 17:06:27 +02:00
description = "Various Python utility functions"
category = "main"
optional = false
python-versions = ">=3.6,<4.0.0"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "certifi"
2021-10-09 17:23:28 +02:00
version = "2021.10.8"
2020-12-29 13:59:16 +01:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
2021-08-16 17:06:27 +02:00
name = "charset-normalizer"
2022-01-01 14:28:52 +01:00
version = "2.0.9"
2021-08-16 17:06:27 +02:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2020-12-29 13:59:16 +01:00
category = "main"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "click"
2021-11-22 20:25:50 +01:00
version = "8.0.3"
2020-12-29 13:59:16 +01:00
description = "Composable command line interface toolkit"
category = "dev"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "colorlog"
2021-11-22 20:25:50 +01:00
version = "6.6.0"
2021-04-28 19:42:51 +02:00
description = "Add colours to the output of Python's logging module."
2020-12-29 13:59:16 +01:00
category = "main"
optional = false
2021-09-15 20:39:29 +02:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2021-09-15 20:39:29 +02:00
[ package . extras ]
development = [ "black" , "flake8" , "mypy" , "pytest" , "types-colorama" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "coverage"
2022-01-01 14:28:52 +01:00
version = "6.2"
2020-12-29 13:59:16 +01:00
description = "Code coverage measurement for Python"
category = "dev"
optional = false
2021-11-22 20:25:50 +01:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
2021-10-09 17:23:28 +02:00
[ package . dependencies ]
2021-11-22 20:25:50 +01:00
tomli = { version = "*" , optional = true , markers = "extra == \"toml\"" }
2021-10-09 17:23:28 +02:00
2020-12-29 13:59:16 +01:00
[ package . extras ]
2021-11-22 20:25:50 +01:00
toml = [ "tomli" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "coveralls"
2021-11-22 20:25:50 +01:00
version = "3.3.1"
2020-12-29 13:59:16 +01:00
description = "Show coverage stats online via coveralls.io"
category = "dev"
optional = false
python-versions = ">= 3.5"
[ package . dependencies ]
2021-11-22 20:25:50 +01:00
coverage = ">=4.1,<6.0.0 || >6.1,<6.1.1 || >6.1.1,<7.0"
2020-12-29 13:59:16 +01:00
docopt = ">=0.6.1"
requests = ">=1.0.0"
[ package . extras ]
yaml = [ "PyYAML (>=3.10)" ]
[ [ package ] ]
name = "defusedxml"
2021-04-28 19:42:51 +02:00
version = "0.7.1"
2020-12-29 13:59:16 +01:00
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.*"
2021-11-22 20:25:50 +01:00
[ [ package ] ]
name = "deprecated"
version = "1.2.13"
description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
wrapt = ">=1.10,<2"
[ package . extras ]
dev = [ "tox" , "bump2version (<1)" , "sphinx (<2)" , "importlib-metadata (<3)" , "importlib-resources (<4)" , "configparser (<5)" , "sphinxcontrib-websupport (<2)" , "zipp (<2)" , "PyTest (<5)" , "PyTest-Cov (<2.6)" , "pytest" , "pytest-cov" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "diff-match-patch"
version = "20200713"
description = "Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text."
category = "main"
optional = false
python-versions = ">=2.7"
[ [ package ] ]
name = "distlib"
2022-01-01 14:28:52 +01:00
version = "0.3.4"
2020-12-29 13:59:16 +01:00
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "django"
2022-01-01 14:28:52 +01:00
version = "3.2.10"
2020-12-29 13:59:16 +01:00
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main"
optional = false
2021-10-09 17:23:28 +02:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
2022-01-01 14:28:52 +01:00
asgiref = ">=3.3.2,<4"
2020-12-29 13:59:16 +01:00
pytz = "*"
sqlparse = ">=0.2.2"
[ package . extras ]
2022-01-01 14:28:52 +01:00
argon2 = [ "argon2-cffi (>=19.1.0)" ]
2020-12-29 13:59:16 +01:00
bcrypt = [ "bcrypt" ]
[ [ package ] ]
name = "django-admin-sortable2"
2022-01-01 14:28:52 +01:00
version = "1.0.3"
2020-12-29 13:59:16 +01:00
description = "Generic drag-and-drop sorting for the List, the Stacked- and the Tabular-Inlines Views in the Django Admin"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
2022-01-01 14:28:52 +01:00
Django = ">=3.2,<4.1"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "django-axes"
2022-01-01 14:28:52 +01:00
version = "5.28.0"
2020-12-29 13:59:16 +01:00
description = "Keep track of failed login attempts in Django-powered sites."
category = "main"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
2022-01-01 14:28:52 +01:00
django = ">=3.2"
2021-09-15 20:39:29 +02:00
django-ipware = ">=3,<5"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "django-ckeditor"
2021-11-22 20:25:50 +01:00
version = "6.2.0"
2020-12-29 13:59:16 +01:00
description = "Django admin CKEditor integration."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
django-js-asset = ">=1.2.2"
[ [ package ] ]
name = "django-dbbackup"
version = "3.3.0"
description = "Management commands to help backup and restore a project database and media"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
Django = ">=1.5"
pytz = "*"
six = "*"
[ [ package ] ]
name = "django-debug-toolbar"
2022-01-01 14:28:52 +01:00
version = "3.2.4"
2020-12-29 13:59:16 +01:00
description = "A configurable set of panels that display various debug information about the current request/response."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
Django = ">=2.2"
sqlparse = ">=0.2.0"
[ [ package ] ]
name = "django-import-export"
2022-01-01 14:28:52 +01:00
version = "2.7.1"
2020-12-29 13:59:16 +01:00
description = "Django application and library for importing and exporting data with included admin integration."
category = "main"
optional = false
2021-09-16 12:10:40 +02:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
diff-match-patch = "*"
2021-09-16 12:10:40 +02:00
Django = ">=2.2"
tablib = { version = ">=3.0.0" , extras = [ "html" , "ods" , "xls" , "xlsx" , "yaml" ] }
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "django-ipware"
2022-01-01 14:28:52 +01:00
version = "4.0.2"
2021-08-16 17:06:27 +02:00
description = "A Django application to retrieve user's IP address"
2020-12-29 13:59:16 +01:00
category = "main"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "django-js-asset"
version = "1.2.2"
description = "script tag with additional attributes for django.forms.Media"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "django-processinfo"
version = "1.0.2"
description = "Django application to collect information about the running server processes."
category = "main"
optional = false
python-versions = ">=3.7,<4.0.0"
[ package . dependencies ]
Django = "*"
[ [ package ] ]
name = "django-redis"
2022-01-01 14:28:52 +01:00
version = "5.2.0"
2020-12-29 13:59:16 +01:00
description = "Full featured redis cache backend for Django."
category = "main"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
Django = ">=2.2"
2022-01-01 14:28:52 +01:00
redis = ">=3,<4.0.0 || >4.0.0,<4.0.1 || >4.0.1"
[ package . extras ]
hiredis = [ "redis[hiredis] (>=3,!=4.0.0,!=4.0.1)" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "django-reversion"
2021-11-22 20:25:50 +01:00
version = "4.0.1"
2020-12-29 13:59:16 +01:00
description = "An extension to the Django web framework that provides version control for model instances."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2021-08-16 17:06:27 +02:00
django = ">=2.0"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "django-reversion-compare"
2021-08-16 17:06:27 +02:00
version = "0.14.1"
2020-12-29 13:59:16 +01:00
description = "history compare for django-reversion"
category = "main"
optional = false
python-versions = ">=3.7,<4.0.0"
[ package . dependencies ]
diff-match-patch = "*"
django-reversion = "*"
[ [ package ] ]
name = "django-tagulous"
2022-01-01 14:28:52 +01:00
version = "1.3.3"
2020-12-29 13:59:16 +01:00
description = "Fabulous Tagging for Django"
category = "main"
optional = false
2022-01-01 14:28:52 +01:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
Django = ">=2.2"
[ [ package ] ]
name = "django-tools"
2021-11-22 20:25:50 +01:00
version = "0.49.0"
description = "miscellaneous tools for Django based projects"
2020-12-29 13:59:16 +01:00
category = "main"
optional = false
2021-11-22 20:25:50 +01:00
python-versions = ">=3.7,<4.0.0"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
bleach = "*"
2021-11-22 20:25:50 +01:00
bx_py_utils = "*"
2020-12-29 13:59:16 +01:00
django = "*"
icdiff = "*"
pprintpp = "*"
[ [ package ] ]
2021-08-16 17:06:27 +02:00
name = "django-yunohost-integration"
2021-11-22 20:25:50 +01:00
version = "0.2.2"
2020-12-29 13:59:16 +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 = "*"
2021-01-19 19:22:42 +01:00
django-axes = { version = "*" , optional = true , markers = "extra == \"ynh\"" }
django-redis = { version = "*" , optional = true , markers = "extra == \"ynh\"" }
gunicorn = { version = "*" , optional = true , markers = "extra == \"ynh\"" }
2021-08-17 09:03:26 +02:00
psycopg2 = { version = "*" , optional = true , markers = "extra == \"ynh\"" }
2021-01-19 19:22:42 +01:00
[ package . extras ]
2021-08-17 09:03:26 +02:00
ynh = [ "django-axes" , "django-redis" , "gunicorn" , "psycopg2" ]
2020-12-29 13:59:16 +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 = "et-xmlfile"
2021-04-28 19:42:51 +02:00
version = "1.1.0"
2020-12-29 13:59:16 +01:00
description = "An implementation of lxml.xmlfile for the standard library"
category = "main"
optional = false
2021-04-28 19:42:51 +02:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "filelock"
2022-01-01 14:28:52 +01:00
version = "3.4.2"
2020-12-29 13:59:16 +01:00
description = "A platform independent file lock."
category = "dev"
optional = false
2022-01-01 14:28:52 +01:00
python-versions = ">=3.7"
2021-09-29 19:51:44 +02:00
[ package . extras ]
docs = [ "furo (>=2021.8.17b43)" , "sphinx (>=4.1)" , "sphinx-autodoc-typehints (>=1.12)" ]
2021-10-09 17:23:28 +02:00
testing = [ "covdefaults (>=1.2.0)" , "coverage (>=4)" , "pytest (>=4)" , "pytest-cov" , "pytest-timeout (>=1.4.2)" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "flake8"
2021-11-22 20:25:50 +01:00
version = "4.0.1"
2020-12-29 13:59:16 +01:00
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
optional = false
2021-11-22 20:25:50 +01:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
2021-11-22 20:25:50 +01:00
importlib-metadata = { version = "<4.3" , markers = "python_version < \"3.8\"" }
2020-12-29 13:59:16 +01:00
mccabe = ">=0.6.0,<0.7.0"
2021-11-22 20:25:50 +01:00
pycodestyle = ">=2.8.0,<2.9.0"
pyflakes = ">=2.4.0,<2.5.0"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "flynt"
2021-09-15 20:39:29 +02:00
version = "0.69"
2020-12-29 13:59:16 +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-04-28 19:42:51 +02:00
version = "20.1.0"
2020-12-29 13:59:16 +01:00
description = "WSGI HTTP Server for UNIX"
category = "main"
optional = false
2021-04-28 19:42:51 +02:00
python-versions = ">=3.5"
2020-12-29 13:59:16 +01:00
[ package . extras ]
2021-04-28 19:42:51 +02:00
eventlet = [ "eventlet (>=0.24.1)" ]
gevent = [ "gevent (>=1.4.0)" ]
2020-12-29 13:59:16 +01:00
setproctitle = [ "setproctitle" ]
tornado = [ "tornado (>=0.2)" ]
[ [ package ] ]
name = "icdiff"
2021-08-16 17:06:27 +02:00
version = "2.0.4"
2020-12-29 13:59:16 +01:00
description = "improved colored diff"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "idna"
2021-11-22 20:25:50 +01:00
version = "3.3"
2020-12-29 13:59:16 +01:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = ">=3.5"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "importlib-metadata"
2021-11-22 20:25:50 +01:00
version = "4.2.0"
2020-12-29 13:59:16 +01:00
description = "Read metadata from Python packages"
2022-01-01 14:28:52 +01:00
category = "main"
2020-12-29 13:59:16 +01:00
optional = false
2021-01-19 19:22:42 +01:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
2021-01-19 19:22:42 +01:00
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
2020-12-29 13:59:16 +01:00
zipp = ">=0.5"
[ package . extras ]
2021-01-19 19:22:42 +01:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-11-22 20:25:50 +01:00
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
2020-12-29 13:59:16 +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-11-22 20:25:50 +01:00
version = "5.10.1"
2020-12-29 13:59:16 +01:00
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = ">=3.6.1,<4.0"
2020-12-29 13:59:16 +01:00
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
2021-08-16 17:06:27 +02:00
plugins = [ "setuptools" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "markuppy"
version = "1.14"
description = "An HTML/XML generator"
category = "main"
optional = false
python-versions = "*"
[ [ 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 = "odfpy"
version = "1.4.1"
description = "Python API and tools to manipulate OpenDocument files"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
defusedxml = "*"
[ [ package ] ]
name = "openpyxl"
2021-09-29 19:51:44 +02:00
version = "3.0.9"
2020-12-29 13:59:16 +01:00
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
category = "main"
optional = false
2021-09-15 20:39:29 +02:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
et-xmlfile = "*"
[ [ package ] ]
name = "packaging"
2021-11-22 20:25:50 +01:00
version = "21.3"
2020-12-29 13:59:16 +01:00
description = "Core utilities for Python packages"
category = "main"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
2021-11-22 20:25:50 +01:00
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "pathspec"
2021-08-16 17:06:27 +02:00
version = "0.9.0"
2020-12-29 13:59:16 +01:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "pillow"
2021-11-22 20:25:50 +01:00
version = "8.4.0"
2020-12-29 13:59:16 +01:00
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.6"
2021-08-16 17:06:27 +02:00
[ [ package ] ]
name = "platformdirs"
2022-01-01 14:28:52 +01:00
version = "2.4.1"
2021-08-16 17:06:27 +02:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
2022-01-01 14:28:52 +01:00
python-versions = ">=3.7"
2021-08-16 17:06:27 +02:00
[ 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)" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "pluggy"
2021-09-15 20:39:29 +02:00
version = "1.0.0"
2020-12-29 13:59:16 +01:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
2021-09-15 20:39:29 +02:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-09-15 20:39:29 +02:00
testing = [ "pytest" , "pytest-benchmark" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "pprintpp"
version = "0.4.0"
description = "A drop-in replacement for pprint that's actually pretty"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
2021-08-17 09:03:26 +02:00
name = "psycopg2"
2021-09-15 21:45:37 +02:00
version = "2.8.6"
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "py"
2021-11-22 20:25:50 +01:00
version = "1.11.0"
2020-12-29 13:59:16 +01:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
2021-11-22 20:25:50 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "pycodestyle"
2021-11-22 20:25:50 +01:00
version = "2.8.0"
2020-12-29 13:59:16 +01:00
description = "Python style guide checker"
category = "dev"
optional = false
2021-11-22 20:25:50 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "pyflakes"
2021-11-22 20:25:50 +01:00
version = "2.4.0"
2020-12-29 13:59:16 +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 = "pyinventory"
2022-01-01 14:28:52 +01:00
version = "0.13.0"
2020-12-29 13:59:16 +01:00
description = "Web based management to catalog things including state and location etc. using Python/Django."
category = "main"
optional = false
python-versions = ">=3.7,<4.0.0"
[ package . dependencies ]
2021-08-16 17:06:27 +02:00
bx_django_utils = "*"
2020-12-29 13:59:16 +01:00
bx_py_utils = "*"
colorlog = "*"
2022-01-01 14:28:52 +01:00
django = "*"
2020-12-29 13:59:16 +01:00
django-admin-sortable2 = "*"
django-axes = "*"
django-ckeditor = "*"
django-dbbackup = "*"
django-debug-toolbar = "*"
django-import-export = "*"
django-processinfo = "*"
django-reversion-compare = "*"
django-tagulous = "*"
2021-11-22 20:25:50 +01:00
django-tools = ">=0.49.0"
2020-12-29 13:59:16 +01:00
gunicorn = "*"
pillow = "*"
2022-01-01 14:28:52 +01:00
psycopg2 = { version = "*" , optional = true , markers = "extra == \"psycopg2-source\"" }
2020-12-29 13:59:16 +01:00
requests = "*"
[ package . extras ]
docker = [ "docker-compose" ]
2022-01-01 14:28:52 +01:00
postgres-binary = [ "psycopg2-binary" ]
psycopg2-source = [ "psycopg2" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "pyparsing"
2021-11-22 20:25:50 +01:00
version = "3.0.6"
2020-12-29 13:59:16 +01:00
description = "Python parsing module"
category = "main"
optional = false
2021-11-22 20:25:50 +01:00
python-versions = ">=3.6"
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "pytest"
2021-09-15 20:39:29 +02:00
version = "6.2.5"
2020-12-29 13:59:16 +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 20:39:29 +02:00
pluggy = ">=0.12,<2.0"
2020-12-29 13:59:16 +01:00
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-cov"
2021-10-09 17:23:28 +02:00
version = "3.0.0"
2020-12-29 13:59:16 +01:00
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
2021-10-09 17:23:28 +02:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
2021-10-09 17:23:28 +02:00
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
2020-12-29 13:59:16 +01:00
pytest = ">=4.6"
[ package . extras ]
2021-08-16 17:06:27 +02:00
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "pytest-django"
2022-01-01 14:28:52 +01:00
version = "4.5.2"
2020-12-29 13:59:16 +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"
2021-10-09 17:23:28 +02:00
version = "1.17"
2020-12-29 13:59:16 +01:00
description = "Python module to handle standardized numbers and codes"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
soap = [ "zeep" ]
soap-alt = [ "suds" ]
soap-fallback = [ "pysimplesoap" ]
[ [ package ] ]
name = "pytz"
2021-10-09 17:23:28 +02:00
version = "2021.3"
2020-12-29 13:59:16 +01:00
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyupgrade"
2022-01-01 14:28:52 +01:00
version = "2.31.0"
2020-12-29 13:59:16 +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 = "pyyaml"
2021-11-22 20:25:50 +01:00
version = "6.0"
2020-12-29 13:59:16 +01:00
description = "YAML parser and emitter for Python"
category = "main"
optional = false
2021-11-22 20:25:50 +01:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "redis"
2022-01-01 14:28:52 +01:00
version = "4.1.0"
2021-11-22 20:25:50 +01:00
description = "Python client for Redis database and key-value store"
2020-12-29 13:59:16 +01:00
category = "main"
optional = false
2021-11-22 20:25:50 +01:00
python-versions = ">=3.6"
[ package . dependencies ]
2022-01-01 14:28:52 +01:00
deprecated = ">=1.2.3"
importlib-metadata = { version = ">=1.0" , markers = "python_version < \"3.8\"" }
packaging = ">=21.3"
2020-12-29 13:59:16 +01:00
[ package . extras ]
2022-01-01 14:28:52 +01:00
cryptography = [ "cryptography (>=36.0.1)" , "requests (>=2.26.0)" ]
2021-11-22 20:25:50 +01:00
hiredis = [ "hiredis (>=1.0.0)" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "requests"
2021-08-16 17:06:27 +02:00
version = "2.26.0"
2020-12-29 13:59:16 +01:00
description = "Python HTTP for Humans."
category = "main"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-08-16 17:06:27 +02:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2020-12-29 13:59:16 +01:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-08-16 17:06:27 +02:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "six"
2021-05-11 18:09:20 +02:00
version = "1.16.0"
2020-12-29 13:59:16 +01:00
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "sqlparse"
2021-09-15 20:39:29 +02:00
version = "0.4.2"
2020-12-29 13:59:16 +01:00
description = "A non-validating SQL parser."
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "tablib"
2021-11-22 20:25:50 +01:00
version = "3.1.0"
2020-12-29 13:59:16 +01:00
description = "Format agnostic tabular data library (XLS, JSON, YAML, CSV)"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
markuppy = { version = "*" , optional = true , markers = "extra == \"html\"" }
odfpy = { version = "*" , optional = true , markers = "extra == \"ods\"" }
openpyxl = { version = ">=2.6.0" , optional = true , markers = "extra == \"xlsx\"" }
pyyaml = { version = "*" , optional = true , markers = "extra == \"yaml\"" }
xlrd = { version = "*" , optional = true , markers = "extra == \"xls\"" }
xlwt = { version = "*" , optional = true , markers = "extra == \"xls\"" }
[ package . extras ]
all = [ "markuppy" , "odfpy" , "openpyxl (>=2.6.0)" , "pandas" , "pyyaml" , "tabulate" , "xlrd" , "xlwt" ]
cli = [ "tabulate" ]
html = [ "markuppy" ]
ods = [ "odfpy" ]
pandas = [ "pandas" ]
xls = [ "xlrd" , "xlwt" ]
xlsx = [ "openpyxl (>=2.6.0)" ]
yaml = [ "pyyaml" ]
[ [ package ] ]
name = "tokenize-rt"
2021-11-22 20:25:50 +01:00
version = "4.2.1"
2020-12-29 13:59:16 +01:00
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-08-16 17:06:27 +02:00
[ [ package ] ]
name = "tomli"
2022-01-01 14:28:52 +01:00
version = "1.2.3"
2021-08-16 17:06:27 +02:00
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "tox"
2022-01-01 14:28:52 +01:00
version = "3.24.5"
2020-12-29 13:59:16 +01:00
description = "tox is a generic virtualenv management and test command line tool"
category = "dev"
optional = false
2020-12-29 14:36:09 +01:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
2020-12-29 14:36:09 +01:00
colorama = { version = ">=0.4.1" , markers = "platform_system == \"Windows\"" }
filelock = ">=3.0.0"
2021-01-19 19:22:42 +01:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2020-12-29 14:36:09 +01:00
packaging = ">=14"
pluggy = ">=0.12.0"
py = ">=1.4.17"
six = ">=1.14.0"
2020-12-29 13:59:16 +01:00
toml = ">=0.9.4"
2020-12-29 14:36:09 +01:00
virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
2020-12-29 13:59:16 +01:00
[ package . extras ]
2020-12-29 14:36:09 +01:00
docs = [ "pygments-github-lexers (>=0.0.5)" , "sphinx (>=2.0.0)" , "sphinxcontrib-autoprogram (>=0.1.5)" , "towncrier (>=18.5.0)" ]
2022-01-01 14:28:52 +01:00
testing = [ "flaky (>=3.4.0)" , "freezegun (>=0.3.11)" , "pytest (>=4.0.0)" , "pytest-cov (>=2.5.1)" , "pytest-mock (>=1.10.0)" , "pytest-randomly (>=1.0.0)" , "psutil (>=5.6.1)" , "pathlib2 (>=2.3.3)" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "typed-ast"
2022-01-01 14:28:52 +01:00
version = "1.5.1"
2020-12-29 13:59:16 +01:00
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "dev"
optional = false
2021-11-22 20:25:50 +01:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "typing-extensions"
2022-01-01 14:28:52 +01:00
version = "4.0.1"
2021-11-22 20:25:50 +01:00
description = "Backported and Experimental Type Hints for Python 3.6+"
2021-10-09 17:23:28 +02:00
category = "main"
2020-12-29 13:59:16 +01:00
optional = false
2021-11-22 20:25:50 +01:00
python-versions = ">=3.6"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "urllib3"
2021-09-29 19:51:44 +02:00
version = "1.26.7"
2020-12-29 13:59:16 +01:00
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 ]
2021-08-16 17:06:27 +02:00
brotli = [ "brotlipy (>=0.6.0)" ]
2020-12-29 13:59:16 +01:00
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"
2022-01-01 14:28:52 +01:00
version = "20.12.1"
2020-12-29 13:59:16 +01:00
description = "Virtual Python Environment builder"
category = "dev"
optional = false
2021-08-16 17:06:27 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-12-29 13:59:16 +01:00
[ package . dependencies ]
distlib = ">=0.3.1,<1"
2021-11-22 20:25:50 +01:00
filelock = ">=3.2,<4"
2020-12-29 13:59:16 +01:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2021-08-16 17:06:27 +02:00
platformdirs = ">=2,<3"
2020-12-29 13:59:16 +01:00
six = ">=1.9.0,<2"
[ package . extras ]
2021-11-22 20:25:50 +01:00
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=21.3)" ]
2021-08-16 17:06:27 +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)" ]
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
optional = false
python-versions = "*"
2021-11-22 20:25:50 +01:00
[ [ package ] ]
name = "wrapt"
version = "1.13.3"
description = "Module for decorators, wrappers and monkey patching."
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-12-29 13:59:16 +01:00
[ [ package ] ]
name = "xlrd"
version = "2.0.1"
description = "Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ package . extras ]
build = [ "wheel" , "twine" ]
docs = [ "sphinx" ]
test = [ "pytest" , "pytest-cov" ]
[ [ package ] ]
name = "xlwt"
version = "1.3.0"
description = "Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.7, 3.3+"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "zipp"
2022-01-01 14:28:52 +01:00
version = "3.7.0"
2020-12-29 13:59:16 +01:00
description = "Backport of pathlib-compatible object wrapper for zip files"
2022-01-01 14:28:52 +01:00
category = "main"
2020-12-29 13:59:16 +01:00
optional = false
2022-01-01 14:28:52 +01:00
python-versions = ">=3.7"
2020-12-29 13:59:16 +01:00
[ package . extras ]
2021-04-28 19:42:51 +02:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2022-01-01 14:28:52 +01:00
testing = [ "pytest (>=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" ]
2020-12-29 13:59:16 +01:00
[ metadata ]
lock-version = "1.1"
python-versions = ">=3.7,<4.0.0"
2022-01-01 14:28:52 +01:00
content-hash = "5a9fc71df0cfe93af225065ae356c90442a7ed250969a6a05f31f25738d3805f"
2020-12-29 13:59:16 +01:00
[ metadata . files ]
2021-10-09 17:23:28 +02:00
asgiref = [
{ file = "asgiref-3.4.1-py3-none-any.whl" , hash = "sha256:ffc141aa908e6f175673e7b1b3b7af4fdb0ecb738fc5c8b88f69f055c2415214" } ,
{ file = "asgiref-3.4.1.tar.gz" , hash = "sha256:4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9" } ,
]
2020-12-29 13:59:16 +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 = [
2022-01-01 14:28:52 +01:00
{ file = "attrs-21.4.0-py2.py3-none-any.whl" , hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4" } ,
{ file = "attrs-21.4.0.tar.gz" , hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" } ,
2021-08-16 17:06:27 +02:00
]
2020-12-29 13:59:16 +01:00
black = [
2022-01-01 14:28:52 +01:00
{ file = "black-21.12b0-py3-none-any.whl" , hash = "sha256:a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f" } ,
{ file = "black-21.12b0.tar.gz" , hash = "sha256:77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3" } ,
2020-12-29 13:59:16 +01:00
]
bleach = [
2021-09-15 20:39:29 +02:00
{ file = "bleach-4.1.0-py2.py3-none-any.whl" , hash = "sha256:4d2651ab93271d1129ac9cbc679f524565cc8a1b791909c4a51eac4446a15994" } ,
{ file = "bleach-4.1.0.tar.gz" , hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da" } ,
2021-08-16 17:06:27 +02:00
]
bx-django-utils = [
2022-01-01 14:28:52 +01:00
{ file = "bx_django_utils-15-py3-none-any.whl" , hash = "sha256:4249fa8068fcf2490f2e4c6ad89fa7d89bbdd24d22c3e0adac3f48f9a25ec6c1" } ,
{ file = "bx_django_utils-15.tar.gz" , hash = "sha256:cb1b8f5208af1e597158c3670925df9b21e81932605d312c9cfac995c8f66f6e" } ,
2020-12-29 13:59:16 +01:00
]
bx-py-utils = [
2022-01-01 14:28:52 +01:00
{ file = "bx_py_utils-54-py3-none-any.whl" , hash = "sha256:27df86afd56bed4207f6b43b4b2a14f8ffd00bfd50e3ad337ca4ae620750a16c" } ,
{ file = "bx_py_utils-54.tar.gz" , hash = "sha256:7abf2cce6638ee8f2c9aa529ad8af91fab5034f12afe998d76cbc3c10b425cf3" } ,
2020-12-29 13:59:16 +01:00
]
certifi = [
2021-10-09 17:23:28 +02:00
{ file = "certifi-2021.10.8-py2.py3-none-any.whl" , hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569" } ,
{ file = "certifi-2021.10.8.tar.gz" , hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872" } ,
2020-12-29 13:59:16 +01:00
]
2021-08-16 17:06:27 +02:00
charset-normalizer = [
2022-01-01 14:28:52 +01:00
{ file = "charset-normalizer-2.0.9.tar.gz" , hash = "sha256:b0b883e8e874edfdece9c28f314e3dd5badf067342e42fb162203335ae61aa2c" } ,
{ file = "charset_normalizer-2.0.9-py3-none-any.whl" , hash = "sha256:1eecaa09422db5be9e29d7fc65664e6c33bd06f9ced7838578ba40d58bdf3721" } ,
2020-12-29 13:59:16 +01:00
]
click = [
2021-11-22 20:25:50 +01:00
{ file = "click-8.0.3-py3-none-any.whl" , hash = "sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3" } ,
{ file = "click-8.0.3.tar.gz" , hash = "sha256:410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b" } ,
2020-12-29 13:59:16 +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" } ,
]
colorlog = [
2021-11-22 20:25:50 +01:00
{ file = "colorlog-6.6.0-py2.py3-none-any.whl" , hash = "sha256:351c51e866c86c3217f08e4b067a7974a678be78f07f85fc2d55b8babde6d94e" } ,
{ file = "colorlog-6.6.0.tar.gz" , hash = "sha256:344f73204009e4c83c5b6beb00b3c45dc70fcdae3c80db919e0a4171d006fde8" } ,
2020-12-29 13:59:16 +01:00
]
coverage = [
2022-01-01 14:28:52 +01:00
{ 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" } ,
2020-12-29 13:59:16 +01:00
]
coveralls = [
2021-11-22 20:25:50 +01:00
{ file = "coveralls-3.3.1-py2.py3-none-any.whl" , hash = "sha256:f42015f31d386b351d4226389b387ae173207058832fbf5c8ec4b40e27b16026" } ,
{ file = "coveralls-3.3.1.tar.gz" , hash = "sha256:b32a8bb5d2df585207c119d6c01567b81fba690c9c10a753bfe27a335bfc43ea" } ,
2020-12-29 13:59:16 +01:00
]
defusedxml = [
2021-04-28 19:42:51 +02:00
{ file = "defusedxml-0.7.1-py2.py3-none-any.whl" , hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61" } ,
{ file = "defusedxml-0.7.1.tar.gz" , hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" } ,
2020-12-29 13:59:16 +01:00
]
2021-11-22 20:25:50 +01:00
deprecated = [
{ file = "Deprecated-1.2.13-py2.py3-none-any.whl" , hash = "sha256:64756e3e14c8c5eea9795d93c524551432a0be75629f8f29e67ab8caf076c76d" } ,
{ file = "Deprecated-1.2.13.tar.gz" , hash = "sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d" } ,
]
2020-12-29 13:59:16 +01:00
diff-match-patch = [
{ file = "diff-match-patch-20200713.tar.gz" , hash = "sha256:da6f5a01aa586df23dfc89f3827e1cafbb5420be9d87769eeb079ddfd9477a18" } ,
{ file = "diff_match_patch-20200713-py3-none-any.whl" , hash = "sha256:8bf9d9c4e059d917b5c6312bac0c137971a32815ddbda9c682b949f2986b4d34" } ,
]
distlib = [
2022-01-01 14:28:52 +01:00
{ file = "distlib-0.3.4-py2.py3-none-any.whl" , hash = "sha256:6564fe0a8f51e734df6333d08b8b94d4ea8ee6b99b5ed50613f731fd4089f34b" } ,
{ file = "distlib-0.3.4.zip" , hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579" } ,
2020-12-29 13:59:16 +01:00
]
django = [
2022-01-01 14:28:52 +01:00
{ file = "Django-3.2.10-py3-none-any.whl" , hash = "sha256:df6f5eb3c797b27c096d61494507b7634526d4ce8d7c8ca1e57a4fb19c0738a3" } ,
{ file = "Django-3.2.10.tar.gz" , hash = "sha256:074e8818b4b40acdc2369e67dcd6555d558329785408dcd25340ee98f1f1d5c4" } ,
2020-12-29 13:59:16 +01:00
]
django-admin-sortable2 = [
2022-01-01 14:28:52 +01:00
{ file = "django-admin-sortable2-1.0.3.tar.gz" , hash = "sha256:fbc193dbb169d9e05c1325e567158e4da7568b6d121d149f6665e692fafc7857" } ,
{ file = "django_admin_sortable2-1.0.3-py3-none-any.whl" , hash = "sha256:40a9942317d66db2c5cee289d284754ae3f95470143f4914afa06fb864d38fb4" } ,
2020-12-29 13:59:16 +01:00
]
django-axes = [
2022-01-01 14:28:52 +01:00
{ file = "django-axes-5.28.0.tar.gz" , hash = "sha256:56d480ffe827ac49e578907c816401318ba3cfd165fb87624a0aa31855f8afd9" } ,
{ file = "django_axes-5.28.0-py3-none-any.whl" , hash = "sha256:1a3fca2e8b847443281ec5d32f603343a621b608eb732a0990c2b3d1f925fdeb" } ,
2020-12-29 13:59:16 +01:00
]
django-ckeditor = [
2021-11-22 20:25:50 +01:00
{ file = "django-ckeditor-6.2.0.tar.gz" , hash = "sha256:df64dc9e62790ef824f609605d31be847bdbce1cc7aa94e49bd5ca60d7aa79bb" } ,
{ file = "django_ckeditor-6.2.0-py2.py3-none-any.whl" , hash = "sha256:9f66420907e41f5b4e698fa5671a00a86995776735f2c4696174aed4640fcbd8" } ,
2020-12-29 13:59:16 +01:00
]
django-dbbackup = [
{ file = "django-dbbackup-3.3.0.tar.gz" , hash = "sha256:bb109735cae98b64ad084e5b461b7aca2d7b39992f10c9ed9435e3ebb6fb76c8" } ,
]
django-debug-toolbar = [
2022-01-01 14:28:52 +01:00
{ 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" } ,
2020-12-29 13:59:16 +01:00
]
django-import-export = [
2022-01-01 14:28:52 +01:00
{ file = "django-import-export-2.7.1.tar.gz" , hash = "sha256:4bc65943a5ce66aeaf2b5d0d6f75b1863b63b10323bf235e46500bef5d6dd85b" } ,
{ file = "django_import_export-2.7.1-py3-none-any.whl" , hash = "sha256:254ca359782efca932c398edabc15dd51d31da241e85cc03af5b720173e0b2fe" } ,
2020-12-29 13:59:16 +01:00
]
django-ipware = [
2022-01-01 14:28:52 +01:00
{ file = "django-ipware-4.0.2.tar.gz" , hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05" } ,
{ file = "django_ipware-4.0.2-py2.py3-none-any.whl" , hash = "sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9" } ,
2020-12-29 13:59:16 +01:00
]
django-js-asset = [
{ file = "django-js-asset-1.2.2.tar.gz" , hash = "sha256:c163ae80d2e0b22d8fb598047cd0dcef31f81830e127cfecae278ad574167260" } ,
{ file = "django_js_asset-1.2.2-py2.py3-none-any.whl" , hash = "sha256:8ec12017f26eec524cab436c64ae73033368a372970af4cf42d9354fcb166bdd" } ,
]
django-processinfo = [
{ file = "django-processinfo-1.0.2.tar.gz" , hash = "sha256:3cacad233a5428a5cc6292eafbfddd97948d8d1e4f47e47175a7fcdfcee90f12" } ,
{ file = "django_processinfo-1.0.2-py3-none-any.whl" , hash = "sha256:08aefdf7285d1eaa595e46570bcc12f2dfd9e24594d524246110614819076b6c" } ,
]
django-redis = [
2022-01-01 14:28:52 +01:00
{ file = "django-redis-5.2.0.tar.gz" , hash = "sha256:8a99e5582c79f894168f5865c52bd921213253b7fd64d16733ae4591564465de" } ,
{ file = "django_redis-5.2.0-py3-none-any.whl" , hash = "sha256:1d037dc02b11ad7aa11f655d26dac3fb1af32630f61ef4428860a2e29ff92026" } ,
2020-12-29 13:59:16 +01:00
]
django-reversion = [
2021-11-22 20:25:50 +01:00
{ file = "django-reversion-4.0.1.tar.gz" , hash = "sha256:6991f16e5d3a972912db3d56e3a714d10b07becd566ab87f85f2e9b671981339" } ,
{ file = "django_reversion-4.0.1-py3-none-any.whl" , hash = "sha256:2e40ed41e08cdd83a05dc70a1974feface52a61ba7d289727117163052081ae6" } ,
2020-12-29 13:59:16 +01:00
]
django-reversion-compare = [
2021-08-16 17:06:27 +02:00
{ file = "django-reversion-compare-0.14.1.tar.gz" , hash = "sha256:bb879555f5e7a69b76399634535d1f3d0e6fc68202f22740bf8df4a6b25b092b" } ,
{ file = "django_reversion_compare-0.14.1-py3-none-any.whl" , hash = "sha256:8b9b8cf5dc290be7d1fa36b1bd79378c8a4723ea0227a0c683f5d30db105350c" } ,
2020-12-29 13:59:16 +01:00
]
django-tagulous = [
2022-01-01 14:28:52 +01:00
{ file = "django-tagulous-1.3.3.tar.gz" , hash = "sha256:d445590ae1b5cb9b8c5a425f97bf5f01148a33419c19edeb721ebd9fdd6792fe" } ,
{ file = "django_tagulous-1.3.3-py3-none-any.whl" , hash = "sha256:ad3bb85f4cce83a47e4c0257143229cb92a294defa02fe661823b0442b35d478" } ,
2020-12-29 13:59:16 +01:00
]
django-tools = [
2021-11-22 20:25:50 +01:00
{ file = "django-tools-0.49.0.tar.gz" , hash = "sha256:9da6d5610576a34219be3dea9c7c2207669e5c916d89987011843ded772ece0a" } ,
{ file = "django_tools-0.49.0-py3-none-any.whl" , hash = "sha256:a27c32cff98cd82dde23ab2f05fb9e06a32aaeb8357e96f1ec02a634b6619170" } ,
2020-12-29 13:59:16 +01:00
]
2021-08-16 17:06:27 +02:00
django-yunohost-integration = [
2021-11-22 20:25:50 +01:00
{ file = "django_yunohost_integration-0.2.2-py3-none-any.whl" , hash = "sha256:e5290ea079bf0f340c73445b9655957fafa1dd4042ae8dcf3ace2f903fceda05" } ,
{ file = "django_yunohost_integration-0.2.2.tar.gz" , hash = "sha256:5f6c02a9bffb90449a2bcefc8f75736da8731c4aea6c033b5c35ff8906b79424" } ,
2020-12-29 13:59:16 +01:00
]
docopt = [
{ file = "docopt-0.6.2.tar.gz" , hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491" } ,
]
et-xmlfile = [
2021-04-28 19:42:51 +02:00
{ file = "et_xmlfile-1.1.0-py3-none-any.whl" , hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada" } ,
{ file = "et_xmlfile-1.1.0.tar.gz" , hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" } ,
2020-12-29 13:59:16 +01:00
]
filelock = [
2022-01-01 14:28:52 +01:00
{ file = "filelock-3.4.2-py3-none-any.whl" , hash = "sha256:cf0fc6a2f8d26bd900f19bf33915ca70ba4dd8c56903eeb14e1e7a2fd7590146" } ,
{ file = "filelock-3.4.2.tar.gz" , hash = "sha256:38b4f4c989f9d06d44524df1b24bd19e167d851f19b50bf3e3559952dddc5b80" } ,
2020-12-29 13:59:16 +01:00
]
flake8 = [
2021-11-22 20:25:50 +01:00
{ file = "flake8-4.0.1-py2.py3-none-any.whl" , hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d" } ,
{ file = "flake8-4.0.1.tar.gz" , hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d" } ,
2020-12-29 13:59:16 +01:00
]
flynt = [
2021-09-15 20:39:29 +02:00
{ file = "flynt-0.69-py3-none-any.whl" , hash = "sha256:5bc49abd71891afbc2400f22f040ba9f23259fe03f9049dd62a2de8953248ce7" } ,
{ file = "flynt-0.69.tar.gz" , hash = "sha256:42de12dd29e66cc067cda8a2c1fb34fb79c0b14b0c48cd7cdcbc7c5a84578adf" } ,
2020-12-29 13:59:16 +01:00
]
gunicorn = [
2021-04-28 19:42:51 +02:00
{ file = "gunicorn-20.1.0.tar.gz" , hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" } ,
2020-12-29 13:59:16 +01:00
]
icdiff = [
2021-08-16 17:06:27 +02:00
{ file = "icdiff-2.0.4.tar.gz" , hash = "sha256:c72572e5ce087bc7a7748af2664764d4a805897caeefb665bdc12677fefb2212" } ,
2020-12-29 13:59:16 +01:00
]
idna = [
2021-11-22 20:25:50 +01:00
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
2020-12-29 13:59:16 +01:00
]
importlib-metadata = [
2021-11-22 20:25:50 +01:00
{ file = "importlib_metadata-4.2.0-py3-none-any.whl" , hash = "sha256:057e92c15bc8d9e8109738a48db0ccb31b4d9d5cfbee5a8670879a30be66304b" } ,
{ file = "importlib_metadata-4.2.0.tar.gz" , hash = "sha256:b7e52a1f8dec14a75ea73e0891f3060099ca1d8e6a462a4dff11c3e119ea1b31" } ,
2020-12-29 13:59:16 +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-11-22 20:25:50 +01:00
{ file = "isort-5.10.1-py3-none-any.whl" , hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7" } ,
{ file = "isort-5.10.1.tar.gz" , hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" } ,
2020-12-29 13:59:16 +01:00
]
markuppy = [
{ file = "MarkupPy-1.14.tar.gz" , hash = "sha256:1adee2c0a542af378fe84548ff6f6b0168f3cb7f426b46961038a2bcfaad0d5f" } ,
]
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" } ,
]
odfpy = [
{ file = "odfpy-1.4.1-py2.7.egg" , hash = "sha256:fc3b8d1bc098eba4a0fda865a76d9d1e577c4ceec771426bcb169a82c5e9dfe0" } ,
{ file = "odfpy-1.4.1.tar.gz" , hash = "sha256:db766a6e59c5103212f3cc92ec8dd50a0f3a02790233ed0b52148b70d3c438ec" } ,
]
openpyxl = [
2021-09-29 19:51:44 +02:00
{ file = "openpyxl-3.0.9-py2.py3-none-any.whl" , hash = "sha256:8f3b11bd896a95468a4ab162fc4fcd260d46157155d1f8bfaabb99d88cfcf79f" } ,
{ file = "openpyxl-3.0.9.tar.gz" , hash = "sha256:40f568b9829bf9e446acfffce30250ac1fa39035124d55fc024025c41481c90f" } ,
2020-12-29 13:59:16 +01:00
]
packaging = [
2021-11-22 20:25:50 +01:00
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
2020-12-29 13:59:16 +01:00
]
pathspec = [
2021-08-16 17:06:27 +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" } ,
2020-12-29 13:59:16 +01:00
]
pillow = [
2021-11-22 20:25:50 +01:00
{ 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" } ,
2021-08-16 17:06:27 +02:00
]
platformdirs = [
2022-01-01 14:28:52 +01:00
{ file = "platformdirs-2.4.1-py3-none-any.whl" , hash = "sha256:1d7385c7db91728b83efd0ca99a5afb296cab9d0ed8313a45ed8ba17967ecfca" } ,
{ file = "platformdirs-2.4.1.tar.gz" , hash = "sha256:440633ddfebcc36264232365d7840a970e75e1018d15b4327d11f91909045fda" } ,
2020-12-29 13:59:16 +01:00
]
pluggy = [
2021-09-15 20:39:29 +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" } ,
2020-12-29 13:59:16 +01:00
]
pprintpp = [
{ file = "pprintpp-0.4.0-py2.py3-none-any.whl" , hash = "sha256:b6b4dcdd0c0c0d75e4d7b2f21a9e933e5b2ce62b26e1a54537f9651ae5a5c01d" } ,
{ file = "pprintpp-0.4.0.tar.gz" , hash = "sha256:ea826108e2c7f49dc6d66c752973c3fc9749142a798d6b254e1e301cfdbc6403" } ,
]
2021-08-17 09:03:26 +02:00
psycopg2 = [
2021-09-16 09:47:20 +02:00
{ file = "psycopg2-2.8.6-cp27-cp27m-win32.whl" , hash = "sha256:068115e13c70dc5982dfc00c5d70437fe37c014c808acce119b5448361c03725" } ,
{ file = "psycopg2-2.8.6-cp27-cp27m-win_amd64.whl" , hash = "sha256:d160744652e81c80627a909a0e808f3c6653a40af435744de037e3172cf277f5" } ,
{ file = "psycopg2-2.8.6-cp34-cp34m-win32.whl" , hash = "sha256:b8cae8b2f022efa1f011cc753adb9cbadfa5a184431d09b273fb49b4167561ad" } ,
{ file = "psycopg2-2.8.6-cp34-cp34m-win_amd64.whl" , hash = "sha256:f22ea9b67aea4f4a1718300908a2fb62b3e4276cf00bd829a97ab5894af42ea3" } ,
{ file = "psycopg2-2.8.6-cp35-cp35m-win32.whl" , hash = "sha256:26e7fd115a6db75267b325de0fba089b911a4a12ebd3d0b5e7acb7028bc46821" } ,
{ file = "psycopg2-2.8.6-cp35-cp35m-win_amd64.whl" , hash = "sha256:00195b5f6832dbf2876b8bf77f12bdce648224c89c880719c745b90515233301" } ,
{ file = "psycopg2-2.8.6-cp36-cp36m-win32.whl" , hash = "sha256:a49833abfdede8985ba3f3ec641f771cca215479f41523e99dace96d5b8cce2a" } ,
{ file = "psycopg2-2.8.6-cp36-cp36m-win_amd64.whl" , hash = "sha256:f974c96fca34ae9e4f49839ba6b78addf0346777b46c4da27a7bf54f48d3057d" } ,
{ file = "psycopg2-2.8.6-cp37-cp37m-win32.whl" , hash = "sha256:6a3d9efb6f36f1fe6aa8dbb5af55e067db802502c55a9defa47c5a1dad41df84" } ,
{ file = "psycopg2-2.8.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:56fee7f818d032f802b8eed81ef0c1232b8b42390df189cab9cfa87573fe52c5" } ,
{ file = "psycopg2-2.8.6-cp38-cp38-win32.whl" , hash = "sha256:ad2fe8a37be669082e61fb001c185ffb58867fdbb3e7a6b0b0d2ffe232353a3e" } ,
{ file = "psycopg2-2.8.6-cp38-cp38-win_amd64.whl" , hash = "sha256:56007a226b8e95aa980ada7abdea6b40b75ce62a433bd27cec7a8178d57f4051" } ,
{ file = "psycopg2-2.8.6-cp39-cp39-win32.whl" , hash = "sha256:2c93d4d16933fea5bbacbe1aaf8fa8c1348740b2e50b3735d1b0bf8154cbf0f3" } ,
{ file = "psycopg2-2.8.6-cp39-cp39-win_amd64.whl" , hash = "sha256:d5062ae50b222da28253059880a871dc87e099c25cb68acf613d9d227413d6f7" } ,
{ file = "psycopg2-2.8.6.tar.gz" , hash = "sha256:fb23f6c71107c37fd667cb4ea363ddeb936b348bbd6449278eb92c189699f543" } ,
2021-09-15 21:45:37 +02:00
]
2020-12-29 13:59:16 +01:00
py = [
2021-11-22 20:25:50 +01:00
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
2020-12-29 13:59:16 +01:00
]
pycodestyle = [
2021-11-22 20:25:50 +01:00
{ file = "pycodestyle-2.8.0-py2.py3-none-any.whl" , hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20" } ,
{ file = "pycodestyle-2.8.0.tar.gz" , hash = "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f" } ,
2020-12-29 13:59:16 +01:00
]
pyflakes = [
2021-11-22 20:25:50 +01:00
{ file = "pyflakes-2.4.0-py2.py3-none-any.whl" , hash = "sha256:3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e" } ,
{ file = "pyflakes-2.4.0.tar.gz" , hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c" } ,
2020-12-29 13:59:16 +01:00
]
pyinventory = [
2022-01-01 14:28:52 +01:00
{ file = "PyInventory-0.13.0-py3-none-any.whl" , hash = "sha256:037f6e1d1bbba86aeb952b41db1e8cbb015ee94bbbd71e5bafbadf8ae1606160" } ,
{ file = "PyInventory-0.13.0.tar.gz" , hash = "sha256:8fbf59ba5058a6bc4d265dcfcb2c46ca7ece18e27440d7730ee29103e1114110" } ,
2020-12-29 13:59:16 +01:00
]
pyparsing = [
2021-11-22 20:25:50 +01:00
{ file = "pyparsing-3.0.6-py3-none-any.whl" , hash = "sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4" } ,
{ file = "pyparsing-3.0.6.tar.gz" , hash = "sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81" } ,
2020-12-29 13:59:16 +01:00
]
pytest = [
2021-09-15 20:39:29 +02:00
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
2020-12-29 13:59:16 +01:00
]
pytest-cov = [
2021-10-09 17:23:28 +02:00
{ file = "pytest-cov-3.0.0.tar.gz" , hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470" } ,
{ file = "pytest_cov-3.0.0-py3-none-any.whl" , hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6" } ,
2020-12-29 13:59:16 +01:00
]
pytest-django = [
2022-01-01 14:28:52 +01:00
{ file = "pytest-django-4.5.2.tar.gz" , hash = "sha256:d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2" } ,
{ file = "pytest_django-4.5.2-py3-none-any.whl" , hash = "sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e" } ,
2020-12-29 13:59:16 +01:00
]
python-stdnum = [
2021-10-09 17:23:28 +02:00
{ file = "python-stdnum-1.17.tar.gz" , hash = "sha256:374e2b5e13912ccdbf50b0b23fca2c3e0531174805c32d74e145f37756328340" } ,
{ file = "python_stdnum-1.17-py2.py3-none-any.whl" , hash = "sha256:a46e6cf9652807314d369b654b255c86a59f93d18be2834f3d567ed1a346c547" } ,
2020-12-29 13:59:16 +01:00
]
pytz = [
2021-10-09 17:23:28 +02:00
{ file = "pytz-2021.3-py2.py3-none-any.whl" , hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c" } ,
{ file = "pytz-2021.3.tar.gz" , hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326" } ,
2020-12-29 13:59:16 +01:00
]
pyupgrade = [
2022-01-01 14:28:52 +01:00
{ file = "pyupgrade-2.31.0-py2.py3-none-any.whl" , hash = "sha256:0a62c5055f854d7f36e155b7ee8920561bf0399c53edd975cf02436eef8937fc" } ,
{ file = "pyupgrade-2.31.0.tar.gz" , hash = "sha256:80e2308cae2b11c3fdd091137495d99abf7e0cd98b501aa5758974991497c24c" } ,
2020-12-29 13:59:16 +01:00
]
pyyaml = [
2021-11-22 20:25:50 +01:00
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
2020-12-29 13:59:16 +01:00
]
redis = [
2022-01-01 14:28:52 +01:00
{ file = "redis-4.1.0-py3-none-any.whl" , hash = "sha256:e13fad67c098a33141bacde872786960e86a5c97a4255009bcd43c795fa1cc77" } ,
{ file = "redis-4.1.0.tar.gz" , hash = "sha256:21f0a23bce707909076e6ba2ce076cba59bff60d2ab22972e0647fdf620ffe47" } ,
2020-12-29 13:59:16 +01:00
]
requests = [
2021-08-16 17:06:27 +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" } ,
2020-12-29 13:59:16 +01:00
]
six = [
2021-05-11 18:09:20 +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" } ,
2020-12-29 13:59:16 +01:00
]
sqlparse = [
2021-09-15 20:39:29 +02:00
{ file = "sqlparse-0.4.2-py3-none-any.whl" , hash = "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d" } ,
{ file = "sqlparse-0.4.2.tar.gz" , hash = "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae" } ,
2020-12-29 13:59:16 +01:00
]
tablib = [
2021-11-22 20:25:50 +01:00
{ file = "tablib-3.1.0-py3-none-any.whl" , hash = "sha256:26141c9cf2d5904a2228d3f5d45f8a46a3f3f2f0fbb4c33b4a1c1ddca9f31348" } ,
{ file = "tablib-3.1.0.tar.gz" , hash = "sha256:d64c9f6712918a3d90ec5d71b44b8bab1083e3609e4844ad2be80eb633e097ed" } ,
2020-12-29 13:59:16 +01:00
]
tokenize-rt = [
2021-11-22 20:25:50 +01:00
{ file = "tokenize_rt-4.2.1-py2.py3-none-any.whl" , hash = "sha256:08a27fa032a81cf45e8858d0ac706004fcd523e8463415ddf1442be38e204ea8" } ,
{ file = "tokenize_rt-4.2.1.tar.gz" , hash = "sha256:0d4f69026fed520f8a1e0103aa36c406ef4661417f20ca643f913e33531b3b94" } ,
2020-12-29 13:59:16 +01:00
]
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-08-16 17:06:27 +02:00
tomli = [
2022-01-01 14:28:52 +01:00
{ file = "tomli-1.2.3-py3-none-any.whl" , hash = "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c" } ,
{ file = "tomli-1.2.3.tar.gz" , hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f" } ,
2021-08-16 17:06:27 +02:00
]
2020-12-29 13:59:16 +01:00
tox = [
2022-01-01 14:28:52 +01:00
{ file = "tox-3.24.5-py2.py3-none-any.whl" , hash = "sha256:be3362472a33094bce26727f5f771ca0facf6dafa217f65875314e9a6600c95c" } ,
{ file = "tox-3.24.5.tar.gz" , hash = "sha256:67e0e32c90e278251fea45b696d0fef3879089ccbe979b0c556d35d5a70e2993" } ,
2020-12-29 13:59:16 +01:00
]
typed-ast = [
2022-01-01 14:28:52 +01:00
{ file = "typed_ast-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5d8314c92414ce7481eee7ad42b353943679cf6f30237b5ecbf7d835519e1212" } ,
{ file = "typed_ast-1.5.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b53ae5de5500529c76225d18eeb060efbcec90ad5e030713fe8dab0fb4531631" } ,
{ file = "typed_ast-1.5.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:24058827d8f5d633f97223f5148a7d22628099a3d2efe06654ce872f46f07cdb" } ,
{ file = "typed_ast-1.5.1-cp310-cp310-win_amd64.whl" , hash = "sha256:a6d495c1ef572519a7bac9534dbf6d94c40e5b6a608ef41136133377bba4aa08" } ,
{ file = "typed_ast-1.5.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:de4ecae89c7d8b56169473e08f6bfd2df7f95015591f43126e4ea7865928677e" } ,
{ file = "typed_ast-1.5.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:256115a5bc7ea9e665c6314ed6671ee2c08ca380f9d5f130bd4d2c1f5848d695" } ,
{ file = "typed_ast-1.5.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:7c42707ab981b6cf4b73490c16e9d17fcd5227039720ca14abe415d39a173a30" } ,
{ file = "typed_ast-1.5.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:71dcda943a471d826ea930dd449ac7e76db7be778fcd722deb63642bab32ea3f" } ,
{ file = "typed_ast-1.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:4f30a2bcd8e68adbb791ce1567fdb897357506f7ea6716f6bbdd3053ac4d9471" } ,
{ file = "typed_ast-1.5.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:ca9e8300d8ba0b66d140820cf463438c8e7b4cdc6fd710c059bfcfb1531d03fb" } ,
{ file = "typed_ast-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:9caaf2b440efb39ecbc45e2fabde809cbe56272719131a6318fd9bf08b58e2cb" } ,
{ file = "typed_ast-1.5.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c9bcad65d66d594bffab8575f39420fe0ee96f66e23c4d927ebb4e24354ec1af" } ,
{ file = "typed_ast-1.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:591bc04e507595887160ed7aa8d6785867fb86c5793911be79ccede61ae96f4d" } ,
{ file = "typed_ast-1.5.1-cp38-cp38-win_amd64.whl" , hash = "sha256:a80d84f535642420dd17e16ae25bb46c7f4c16ee231105e7f3eb43976a89670a" } ,
{ file = "typed_ast-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:38cf5c642fa808300bae1281460d4f9b7617cf864d4e383054a5ef336e344d32" } ,
{ file = "typed_ast-1.5.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:5b6ab14c56bc9c7e3c30228a0a0b54b915b1579613f6e463ba6f4eb1382e7fd4" } ,
{ file = "typed_ast-1.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a2b8d7007f6280e36fa42652df47087ac7b0a7d7f09f9468f07792ba646aac2d" } ,
{ file = "typed_ast-1.5.1-cp39-cp39-win_amd64.whl" , hash = "sha256:b6d17f37f6edd879141e64a5db17b67488cfeffeedad8c5cec0392305e9bc775" } ,
{ file = "typed_ast-1.5.1.tar.gz" , hash = "sha256:484137cab8ecf47e137260daa20bafbba5f4e3ec7fda1c1e69ab299b75fa81c5" } ,
2020-12-29 13:59:16 +01:00
]
typing-extensions = [
2022-01-01 14:28:52 +01:00
{ file = "typing_extensions-4.0.1-py3-none-any.whl" , hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b" } ,
{ file = "typing_extensions-4.0.1.tar.gz" , hash = "sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e" } ,
2020-12-29 13:59:16 +01:00
]
urllib3 = [
2021-09-29 19:51:44 +02:00
{ file = "urllib3-1.26.7-py2.py3-none-any.whl" , hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844" } ,
{ file = "urllib3-1.26.7.tar.gz" , hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece" } ,
2020-12-29 13:59:16 +01:00
]
virtualenv = [
2022-01-01 14:28:52 +01:00
{ file = "virtualenv-20.12.1-py2.py3-none-any.whl" , hash = "sha256:a5bb9afc076462ea736b0c060829ed6aef707413d0e5946294cc26e3c821436a" } ,
{ file = "virtualenv-20.12.1.tar.gz" , hash = "sha256:d51ae01ef49e7de4d2b9d85b4926ac5aabc3f3879a4b4e4c4a8027fa2f0e4f6a" } ,
2020-12-29 13:59:16 +01:00
]
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
2021-11-22 20:25:50 +01:00
wrapt = [
{ file = "wrapt-1.13.3-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:e05e60ff3b2b0342153be4d1b597bbcfd8330890056b9619f4ad6b8d5c96a81a" } ,
{ file = "wrapt-1.13.3-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:85148f4225287b6a0665eef08a178c15097366d46b210574a658c1ff5b377489" } ,
{ file = "wrapt-1.13.3-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:2dded5496e8f1592ec27079b28b6ad2a1ef0b9296d270f77b8e4a3a796cf6909" } ,
{ file = "wrapt-1.13.3-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:e94b7d9deaa4cc7bac9198a58a7240aaf87fe56c6277ee25fa5b3aa1edebd229" } ,
{ file = "wrapt-1.13.3-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:498e6217523111d07cd67e87a791f5e9ee769f9241fcf8a379696e25806965af" } ,
{ file = "wrapt-1.13.3-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:ec7e20258ecc5174029a0f391e1b948bf2906cd64c198a9b8b281b811cbc04de" } ,
{ file = "wrapt-1.13.3-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:87883690cae293541e08ba2da22cacaae0a092e0ed56bbba8d018cc486fbafbb" } ,
{ file = "wrapt-1.13.3-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:f99c0489258086308aad4ae57da9e8ecf9e1f3f30fa35d5e170b4d4896554d80" } ,
{ file = "wrapt-1.13.3-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:6a03d9917aee887690aa3f1747ce634e610f6db6f6b332b35c2dd89412912bca" } ,
{ file = "wrapt-1.13.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:936503cb0a6ed28dbfa87e8fcd0a56458822144e9d11a49ccee6d9a8adb2ac44" } ,
{ file = "wrapt-1.13.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f9c51d9af9abb899bd34ace878fbec8bf357b3194a10c4e8e0a25512826ef056" } ,
{ file = "wrapt-1.13.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:220a869982ea9023e163ba915077816ca439489de6d2c09089b219f4e11b6785" } ,
{ file = "wrapt-1.13.3-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:0877fe981fd76b183711d767500e6b3111378ed2043c145e21816ee589d91096" } ,
{ file = "wrapt-1.13.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:43e69ffe47e3609a6aec0fe723001c60c65305784d964f5007d5b4fb1bc6bf33" } ,
{ file = "wrapt-1.13.3-cp310-cp310-win32.whl" , hash = "sha256:78dea98c81915bbf510eb6a3c9c24915e4660302937b9ae05a0947164248020f" } ,
{ file = "wrapt-1.13.3-cp310-cp310-win_amd64.whl" , hash = "sha256:ea3e746e29d4000cd98d572f3ee2a6050a4f784bb536f4ac1f035987fc1ed83e" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:8c73c1a2ec7c98d7eaded149f6d225a692caa1bd7b2401a14125446e9e90410d" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:086218a72ec7d986a3eddb7707c8c4526d677c7b35e355875a0fe2918b059179" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:e92d0d4fa68ea0c02d39f1e2f9cb5bc4b4a71e8c442207433d8db47ee79d7aa3" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:d4a5f6146cfa5c7ba0134249665acd322a70d1ea61732723c7d3e8cc0fa80755" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-win32.whl" , hash = "sha256:8aab36778fa9bba1a8f06a4919556f9f8c7b33102bd71b3ab307bb3fecb21851" } ,
{ file = "wrapt-1.13.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:944b180f61f5e36c0634d3202ba8509b986b5fbaf57db3e94df11abee244ba13" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:2ebdde19cd3c8cdf8df3fc165bc7827334bc4e353465048b36f7deeae8ee0918" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:610f5f83dd1e0ad40254c306f4764fcdc846641f120c3cf424ff57a19d5f7ade" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5601f44a0f38fed36cc07db004f0eedeaadbdcec90e4e90509480e7e6060a5bc" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:e6906d6f48437dfd80464f7d7af1740eadc572b9f7a4301e7dd3d65db285cacf" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:766b32c762e07e26f50d8a3468e3b4228b3736c805018e4b0ec8cc01ecd88125" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-win32.whl" , hash = "sha256:5f223101f21cfd41deec8ce3889dc59f88a59b409db028c469c9b20cfeefbe36" } ,
{ file = "wrapt-1.13.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:f122ccd12fdc69628786d0c947bdd9cb2733be8f800d88b5a37c57f1f1d73c10" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:46f7f3af321a573fc0c3586612db4decb7eb37172af1bc6173d81f5b66c2e068" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:778fd096ee96890c10ce96187c76b3e99b2da44e08c9e24d5652f356873f6709" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0cb23d36ed03bf46b894cfec777eec754146d68429c30431c99ef28482b5c1df" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:96b81ae75591a795d8c90edc0bfaab44d3d41ffc1aae4d994c5aa21d9b8e19a2" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:7dd215e4e8514004c8d810a73e342c536547038fb130205ec4bba9f5de35d45b" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-win32.whl" , hash = "sha256:47f0a183743e7f71f29e4e21574ad3fa95676136f45b91afcf83f6a050914829" } ,
{ file = "wrapt-1.13.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:fd76c47f20984b43d93de9a82011bb6e5f8325df6c9ed4d8310029a55fa361ea" } ,
{ file = "wrapt-1.13.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b73d4b78807bd299b38e4598b8e7bd34ed55d480160d2e7fdaabd9931afa65f9" } ,
{ file = "wrapt-1.13.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:ec9465dd69d5657b5d2fa6133b3e1e989ae27d29471a672416fd729b429eb554" } ,
{ file = "wrapt-1.13.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:dd91006848eb55af2159375134d724032a2d1d13bcc6f81cd8d3ed9f2b8e846c" } ,
{ file = "wrapt-1.13.3-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:ae9de71eb60940e58207f8e71fe113c639da42adb02fb2bcbcaccc1ccecd092b" } ,
{ file = "wrapt-1.13.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:51799ca950cfee9396a87f4a1240622ac38973b6df5ef7a41e7f0b98797099ce" } ,
{ file = "wrapt-1.13.3-cp38-cp38-win32.whl" , hash = "sha256:4b9c458732450ec42578b5642ac53e312092acf8c0bfce140ada5ca1ac556f79" } ,
{ file = "wrapt-1.13.3-cp38-cp38-win_amd64.whl" , hash = "sha256:7dde79d007cd6dfa65afe404766057c2409316135cb892be4b1c768e3f3a11cb" } ,
{ file = "wrapt-1.13.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:981da26722bebb9247a0601e2922cedf8bb7a600e89c852d063313102de6f2cb" } ,
{ file = "wrapt-1.13.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:705e2af1f7be4707e49ced9153f8d72131090e52be9278b5dbb1498c749a1e32" } ,
{ file = "wrapt-1.13.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:25b1b1d5df495d82be1c9d2fad408f7ce5ca8a38085e2da41bb63c914baadff7" } ,
{ file = "wrapt-1.13.3-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:77416e6b17926d953b5c666a3cb718d5945df63ecf922af0ee576206d7033b5e" } ,
{ file = "wrapt-1.13.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:865c0b50003616f05858b22174c40ffc27a38e67359fa1495605f96125f76640" } ,
{ file = "wrapt-1.13.3-cp39-cp39-win32.whl" , hash = "sha256:0a017a667d1f7411816e4bf214646d0ad5b1da2c1ea13dec6c162736ff25a374" } ,
{ file = "wrapt-1.13.3-cp39-cp39-win_amd64.whl" , hash = "sha256:81bd7c90d28a4b2e1df135bfbd7c23aee3050078ca6441bead44c42483f9ebfb" } ,
{ file = "wrapt-1.13.3.tar.gz" , hash = "sha256:1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185" } ,
]
2020-12-29 13:59:16 +01:00
xlrd = [
{ file = "xlrd-2.0.1-py2.py3-none-any.whl" , hash = "sha256:6a33ee89877bd9abc1158129f6e94be74e2679636b8a205b43b85206c3f0bbdd" } ,
{ file = "xlrd-2.0.1.tar.gz" , hash = "sha256:f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88" } ,
]
xlwt = [
{ file = "xlwt-1.3.0-py2.py3-none-any.whl" , hash = "sha256:a082260524678ba48a297d922cc385f58278b8aa68741596a87de01a9c628b2e" } ,
{ file = "xlwt-1.3.0.tar.gz" , hash = "sha256:c59912717a9b28f1a3c2a98fd60741014b06b043936dcecbc113eaaada156c88" } ,
]
zipp = [
2022-01-01 14:28:52 +01:00
{ file = "zipp-3.7.0-py3-none-any.whl" , hash = "sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375" } ,
{ file = "zipp-3.7.0.tar.gz" , hash = "sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d" } ,
2020-12-29 13:59:16 +01:00
]