2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "astor"
version = "0.8.1"
description = "Read/rewrite/write Python ASTs"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ [ package ] ]
name = "atomicwrites"
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
2021-10-10 14:35:06 +02:00
version = "21.2.0"
2021-01-17 12:00:46 +01:00
description = "Classes Without Boilerplate"
category = "dev"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-01-17 12:00:46 +01:00
[ package . extras ]
2021-10-10 14:35:06 +02:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "autotask"
version = "0.5.4"
description = "A django-application for handling asynchronous tasks."
category = "main"
optional = false
python-versions = "*"
2021-10-10 14:35:06 +02:00
[ [ package ] ]
name = "backports.entry-points-selectable"
version = "1.1.0"
description = "Compatibility shim providing selectable entry points for older implementations"
category = "dev"
optional = false
python-versions = ">=2.7"
[ package . dependencies ]
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-flake8" , "pytest-cov" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "pytest-checkdocs (>=2.4)" , "pytest-enabler (>=1.0.1)" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "black"
2021-10-10 14:35:06 +02:00
version = "21.9b0"
2021-01-17 12:00:46 +01:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6.2"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
2021-10-10 14:35:06 +02:00
pathspec = ">=0.9.0,<1"
platformdirs = ">=2"
2021-01-17 12:00:46 +01:00
regex = ">=2020.1.8"
2021-10-10 14:35:06 +02:00
tomli = ">=0.2.6,<2.0.0"
typed-ast = { version = ">=1.4.2" , markers = "python_version < \"3.8\"" }
typing-extensions = [
{ version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" } ,
{ version = "!=3.10.0.1" , markers = "python_version >= \"3.10\"" } ,
]
2021-01-17 12:00:46 +01:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2021-10-10 14:35:06 +02:00
d = [ "aiohttp (>=3.6.0)" , "aiohttp-cors (>=0.4.0)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
python2 = [ "typed-ast (>=1.4.2)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "bleach"
2021-10-10 14:35:06 +02:00
version = "4.1.0"
2021-01-17 12:00:46 +01:00
description = "An easy safelist-based HTML-sanitizing tool."
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
packaging = "*"
six = ">=1.9.0"
webencodings = "*"
[ [ package ] ]
2021-10-10 14:35:06 +02:00
name = "bx-django-utils"
version = "6"
description = "Various Django utility functions"
category = "dev"
2021-01-17 12:00:46 +01:00
optional = false
python-versions = ">=3.6,<4.0.0"
[ package . dependencies ]
2021-10-10 14:35:06 +02:00
bx_py_utils = ">=41"
2021-01-17 12:00:46 +01:00
django = "*"
2021-01-17 13:03:33 +01:00
python-stdnum = "*"
2021-01-17 12:00:46 +01:00
2021-10-10 14:35:06 +02:00
[ [ package ] ]
name = "bx-py-utils"
version = "46"
description = "Various Python utility functions"
category = "main"
optional = false
python-versions = ">=3.6,<4.0.0"
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "certifi"
2021-10-10 14:35:06 +02:00
version = "2021.10.8"
2021-01-17 12:00:46 +01:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
2021-10-10 14:35:06 +02:00
name = "charset-normalizer"
version = "2.0.6"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-01-17 12:00:46 +01:00
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "click"
2021-10-10 14:35:06 +02:00
version = "8.0.2"
2021-01-17 12:00:46 +01:00
description = "Composable command line interface toolkit"
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
version = "6.5.0"
description = "Add colours to the output of Python's logging module."
2021-01-17 12:00:46 +01:00
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2021-10-10 14:35:06 +02:00
[ package . extras ]
development = [ "black" , "flake8" , "mypy" , "pytest" , "types-colorama" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "coverage"
2021-10-10 14:35:06 +02:00
version = "5.5"
2021-01-17 12:00:46 +01:00
description = "Code coverage measurement for Python"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
2021-10-10 14:35:06 +02:00
[ package . dependencies ]
toml = { version = "*" , optional = true , markers = "extra == \"toml\"" }
2021-01-17 12:00:46 +01:00
[ package . extras ]
toml = [ "toml" ]
[ [ package ] ]
name = "coveralls"
2021-10-10 14:35:06 +02:00
version = "3.2.0"
2021-01-17 12:00:46 +01:00
description = "Show coverage stats online via coveralls.io"
category = "dev"
optional = false
python-versions = ">= 3.5"
[ package . dependencies ]
coverage = ">=4.1,<6.0"
docopt = ">=0.6.1"
requests = ">=1.0.0"
[ package . extras ]
yaml = [ "PyYAML (>=3.10)" ]
[ [ package ] ]
name = "cycler"
version = "0.10.0"
description = "Composable style cycles"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
[ [ package ] ]
name = "defusedxml"
2021-10-10 14:35:06 +02:00
version = "0.7.1"
2021-01-17 12:00:46 +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.*"
[ [ 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"
2021-10-10 14:35:06 +02:00
version = "0.3.3"
2021-01-17 12:00:46 +01:00
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "django"
2021-10-10 14:35:06 +02:00
version = "2.2.24"
2021-01-17 12:00:46 +01:00
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
pytz = "*"
sqlparse = ">=0.2.2"
[ package . extras ]
argon2 = [ "argon2-cffi (>=16.1.0)" ]
bcrypt = [ "bcrypt" ]
[ [ package ] ]
name = "django-axes"
2021-10-10 14:35:06 +02:00
version = "5.25.0"
2021-01-17 12:00:46 +01:00
description = "Keep track of failed login attempts in Django-powered sites."
category = "main"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
django = ">=2.2"
2021-10-10 14:35:06 +02:00
django-ipware = ">=3,<5"
2021-01-17 12:00:46 +01:00
[ [ 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"
2021-10-10 14:35:06 +02:00
version = "3.2.2"
2021-01-17 12:00:46 +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-for-runners"
2021-01-17 13:26:48 +01:00
version = "0.12.0"
2021-01-17 12:00:46 +01:00
description = "Store your GPX tracks of your running (or other sports activity) in django."
category = "main"
optional = false
python-versions = ">=3.7,<4.0.0"
[ package . dependencies ]
autotask = "*"
2021-01-17 13:03:33 +01:00
bx_py_utils = "*"
2021-01-17 12:00:46 +01:00
click = "*"
colorlog = "*"
django = ">=2.2.0,<2.3.0"
django-axes = "*"
django-dbbackup = "*"
django-debug-toolbar = "*"
django-import-export = "*"
django-processinfo = "*"
django-tools = "*"
geopy = "*"
gpxpy = "*"
gunicorn = "*"
lxml = "*"
matplotlib = "*"
requests = "*"
svgwrite = "*"
[ package . extras ]
docker = [ "docker-compose" ]
postgres = [ "psycopg2-binary" ]
[ [ package ] ]
name = "django-import-export"
2021-10-10 14:35:06 +02:00
version = "2.6.1"
2021-01-17 12:00:46 +01:00
description = "Django application and library for importing and exporting data with included admin integration."
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
diff-match-patch = "*"
2021-10-10 14:35:06 +02:00
Django = ">=2.2"
tablib = { version = ">=3.0.0" , extras = [ "html" , "ods" , "xls" , "xlsx" , "yaml" ] }
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "django-ipware"
2021-10-10 14:35:06 +02:00
version = "4.0.0"
description = "A Django application to retrieve user's IP address"
2021-01-17 12:00:46 +01:00
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2021-01-17 12:00:46 +01:00
[ [ 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"
2021-10-10 14:35:06 +02:00
version = "5.0.0"
2021-01-17 12:00:46 +01:00
description = "Full featured redis cache backend for Django."
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
Django = ">=2.2"
redis = ">=3.0.0"
[ [ package ] ]
name = "django-tools"
version = "0.48.3"
description = "miscellaneous tools for django"
category = "main"
optional = false
python-versions = ">=3.6,<4.0.0"
[ package . dependencies ]
bleach = "*"
django = "*"
icdiff = "*"
pprintpp = "*"
[ [ package ] ]
2021-10-10 14:35:06 +02:00
name = "django-yunohost-integration"
version = "0.2.2"
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
django-axes = { version = "*" , optional = true , markers = "extra == \"ynh\"" }
django-redis = { version = "*" , optional = true , markers = "extra == \"ynh\"" }
gunicorn = { version = "*" , optional = true , markers = "extra == \"ynh\"" }
psycopg2 = { version = "*" , optional = true , markers = "extra == \"ynh\"" }
[ package . extras ]
ynh = [ "django-axes" , "django-redis" , "gunicorn" , "psycopg2" ]
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
version = "1.1.0"
2021-01-17 12:00:46 +01:00
description = "An implementation of lxml.xmlfile for the standard library"
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "filelock"
2021-10-10 14:35:06 +02:00
version = "3.3.0"
2021-01-17 12:00:46 +01:00
description = "A platform independent file lock."
category = "dev"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
[ package . extras ]
docs = [ "furo (>=2021.8.17b43)" , "sphinx (>=4.1)" , "sphinx-autodoc-typehints (>=1.12)" ]
testing = [ "covdefaults (>=1.2.0)" , "coverage (>=4)" , "pytest (>=4)" , "pytest-cov" , "pytest-timeout (>=1.4.2)" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "flake8"
2021-10-10 14:35:06 +02:00
version = "3.9.2"
2021-01-17 12:00:46 +01:00
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
mccabe = ">=0.6.0,<0.7.0"
2021-10-10 14:35:06 +02:00
pycodestyle = ">=2.7.0,<2.8.0"
pyflakes = ">=2.3.0,<2.4.0"
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "flynt"
2021-10-10 14:35:06 +02:00
version = "0.69"
2021-01-17 12:00:46 +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 = "geographiclib"
2021-10-10 14:35:06 +02:00
version = "1.52"
2021-01-17 12:00:46 +01:00
description = "The geodesic routines from GeographicLib"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "geopy"
2021-10-10 14:35:06 +02:00
version = "2.2.0"
2021-01-17 12:00:46 +01:00
description = "Python Geocoding Toolbox"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
geographiclib = ">=1.49,<2"
[ package . extras ]
aiohttp = [ "aiohttp" ]
2021-10-10 14:35:06 +02:00
dev = [ "async-generator" , "coverage" , "flake8 (>=3.8.0,<3.9.0)" , "isort (>=5.6.0,<5.7.0)" , "pytest-aiohttp" , "pytest (>=3.10)" , "readme-renderer" , "sphinx" , "sphinx-issues" , "sphinx-rtd-theme (>=0.5.0)" ]
2021-01-17 12:00:46 +01:00
dev-docs = [ "readme-renderer" , "sphinx" , "sphinx-issues" , "sphinx-rtd-theme (>=0.5.0)" ]
dev-lint = [ "async-generator" , "flake8 (>=3.8.0,<3.9.0)" , "isort (>=5.6.0,<5.7.0)" ]
2021-10-10 14:35:06 +02:00
dev-test = [ "async-generator" , "coverage" , "pytest-aiohttp" , "pytest (>=3.10)" , "sphinx" ]
2021-01-17 12:00:46 +01:00
requests = [ "urllib3 (>=1.24.2)" , "requests (>=2.16.2)" ]
timezone = [ "pytz" ]
[ [ package ] ]
name = "gpxpy"
version = "1.4.2"
description = "GPX file parser and GPS track manipulation library"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "gunicorn"
2021-10-10 14:35:06 +02:00
version = "20.1.0"
2021-01-17 12:00:46 +01:00
description = "WSGI HTTP Server for UNIX"
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.5"
2021-01-17 12:00:46 +01:00
[ package . extras ]
2021-10-10 14:35:06 +02:00
eventlet = [ "eventlet (>=0.24.1)" ]
gevent = [ "gevent (>=1.4.0)" ]
2021-01-17 12:00:46 +01:00
setproctitle = [ "setproctitle" ]
tornado = [ "tornado (>=0.2)" ]
[ [ package ] ]
name = "icdiff"
2021-10-10 14:35:06 +02:00
version = "2.0.4"
2021-01-17 12:00:46 +01:00
description = "improved colored diff"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "idna"
2021-10-10 14:35:06 +02:00
version = "3.2"
2021-01-17 12:00:46 +01:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.5"
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "importlib-metadata"
2021-10-10 14:35:06 +02:00
version = "4.8.1"
2021-01-17 12:00:46 +01:00
description = "Read metadata from Python packages"
2021-10-10 14:35:06 +02:00
category = "main"
2021-01-17 12:00:46 +01:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
zipp = ">=0.5"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-10-10 14:35:06 +02:00
perf = [ "ipython" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
version = "5.9.3"
2021-01-17 12:00:46 +01:00
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6.1,<4.0"
2021-01-17 12:00:46 +01:00
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
2021-10-10 14:35:06 +02:00
plugins = [ "setuptools" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "kiwisolver"
2021-10-10 14:35:06 +02:00
version = "1.3.2"
2021-01-17 12:00:46 +01:00
description = "A fast implementation of the Cassowary constraint solver"
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.7"
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "lxml"
2021-10-10 14:35:06 +02:00
version = "4.6.3"
2021-01-17 12:00:46 +01:00
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
htmlsoup = [ "beautifulsoup4" ]
source = [ "Cython (>=0.29.7)" ]
[ [ package ] ]
name = "markuppy"
version = "1.14"
description = "An HTML/XML generator"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "matplotlib"
2021-10-10 14:35:06 +02:00
version = "3.4.3"
2021-01-17 12:00:46 +01:00
description = "Python plotting package"
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.7"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
cycler = ">=0.10"
kiwisolver = ">=1.0.1"
2021-10-10 14:35:06 +02:00
numpy = ">=1.16"
2021-01-17 12:00:46 +01:00
pillow = ">=6.2.0"
2021-10-10 14:35:06 +02:00
pyparsing = ">=2.2.1"
python-dateutil = ">=2.7"
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "mccabe"
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "numpy"
2021-10-10 14:35:06 +02:00
version = "1.21.1"
2021-01-17 12:00:46 +01:00
description = "NumPy is the fundamental package for array computing with Python."
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.7"
2021-01-17 12:00:46 +01:00
[ [ 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-10-10 14:35:06 +02:00
version = "3.0.9"
2021-01-17 12:00:46 +01:00
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
et-xmlfile = "*"
[ [ package ] ]
name = "packaging"
2021-10-10 14:35:06 +02:00
version = "21.0"
2021-01-17 12:00:46 +01:00
description = "Core utilities for Python packages"
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
name = "pathspec"
2021-10-10 14:35:06 +02:00
version = "0.9.0"
2021-01-17 12:00:46 +01:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "pillow"
2021-10-10 14:35:06 +02:00
version = "8.3.2"
2021-01-17 12:00:46 +01:00
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.6"
2021-10-10 14:35:06 +02:00
[ [ package ] ]
name = "platformdirs"
version = "2.4.0"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "Sphinx (>=4)" , "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=6)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "pluggy"
2021-10-10 14:35:06 +02:00
version = "1.0.0"
2021-01-17 12:00:46 +01:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-10-10 14:35:06 +02:00
testing = [ "pytest" , "pytest-benchmark" ]
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
name = "psycopg2"
2021-01-17 12:00:46 +01: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.*"
[ [ package ] ]
name = "py"
version = "1.10.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pycodestyle"
2021-10-10 14:35:06 +02:00
version = "2.7.0"
2021-01-17 12:00:46 +01:00
description = "Python style guide checker"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pyflakes"
2021-10-10 14:35:06 +02:00
version = "2.3.1"
2021-01-17 12:00:46 +01:00
description = "passive checker of Python programs"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pyparsing"
version = "2.4.7"
description = "Python parsing module"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "pytest"
2021-10-10 14:35:06 +02:00
version = "6.2.5"
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
pluggy = ">=0.12,<2.0"
2021-01-17 12:00:46 +01:00
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-cov"
2021-10-10 14:35:06 +02:00
version = "3.0.0"
2021-01-17 12:00:46 +01:00
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=3.6"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
2021-10-10 14:35:06 +02:00
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
2021-01-17 12:00:46 +01:00
pytest = ">=4.6"
[ package . extras ]
2021-10-10 14:35:06 +02:00
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "pytest-django"
2021-10-10 14:35:06 +02:00
version = "4.4.0"
2021-01-17 12:00:46 +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-dateutil"
2021-10-10 14:35:06 +02:00
version = "2.8.2"
2021-01-17 12:00:46 +01:00
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
2021-01-17 13:03:33 +01:00
[ [ package ] ]
name = "python-stdnum"
2021-10-10 14:35:06 +02:00
version = "1.17"
2021-01-17 13:03:33 +01:00
description = "Python module to handle standardized numbers and codes"
2021-10-10 14:35:06 +02:00
category = "dev"
2021-01-17 13:03:33 +01:00
optional = false
python-versions = "*"
[ package . extras ]
soap = [ "zeep" ]
soap-alt = [ "suds" ]
soap-fallback = [ "pysimplesoap" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "pytz"
2021-10-10 14:35:06 +02:00
version = "2021.3"
2021-01-17 12:00:46 +01:00
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyupgrade"
2021-10-10 14:35:06 +02:00
version = "2.29.0"
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
version = "5.4.1"
2021-01-17 12:00:46 +01:00
description = "YAML parser and emitter for Python"
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "redis"
version = "3.5.3"
description = "Python client for Redis key-value store"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
hiredis = [ "hiredis (>=0.1.3)" ]
[ [ package ] ]
name = "regex"
2021-10-10 14:35:06 +02:00
version = "2021.10.8"
2021-01-17 12:00:46 +01:00
description = "Alternative regular expression module, to replace re."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "requests"
2021-10-10 14:35:06 +02:00
version = "2.26.0"
2021-01-17 12:00:46 +01:00
description = "Python HTTP for Humans."
category = "main"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-10-10 14:35:06 +02:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2021-01-17 12:00:46 +01:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-10-10 14:35:06 +02:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "six"
2021-10-10 14:35:06 +02:00
version = "1.16.0"
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
version = "0.4.2"
2021-01-17 12:00:46 +01:00
description = "A non-validating SQL parser."
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "svgwrite"
version = "1.4.1"
description = "A Python library to create SVG drawings."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "tablib"
version = "3.0.0"
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-10-10 14:35:06 +02:00
version = "4.1.0"
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
[ [ package ] ]
name = "tomli"
version = "1.2.1"
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.6"
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "tox"
2021-10-10 14:35:06 +02:00
version = "3.24.4"
2021-01-17 12:00:46 +01:00
description = "tox is a generic virtualenv management and test command line tool"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
colorama = { version = ">=0.4.1" , markers = "platform_system == \"Windows\"" }
filelock = ">=3.0.0"
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
packaging = ">=14"
pluggy = ">=0.12.0"
py = ">=1.4.17"
six = ">=1.14.0"
toml = ">=0.9.4"
virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
[ package . extras ]
docs = [ "pygments-github-lexers (>=0.0.5)" , "sphinx (>=2.0.0)" , "sphinxcontrib-autoprogram (>=0.1.5)" , "towncrier (>=18.5.0)" ]
testing = [ "flaky (>=3.4.0)" , "freezegun (>=0.3.11)" , "psutil (>=5.6.1)" , "pytest (>=4.0.0)" , "pytest-cov (>=2.5.1)" , "pytest-mock (>=1.10.0)" , "pytest-randomly (>=1.0.0)" , "pytest-xdist (>=1.22.2)" , "pathlib2 (>=2.3.3)" ]
[ [ package ] ]
name = "typed-ast"
2021-10-10 14:35:06 +02:00
version = "1.4.3"
2021-01-17 12:00:46 +01:00
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "typing-extensions"
2021-10-10 14:35:06 +02:00
version = "3.10.0.2"
2021-01-17 12:00:46 +01:00
description = "Backported and Experimental Type Hints for Python 3.5+"
2021-10-10 14:35:06 +02:00
category = "main"
2021-01-17 12:00:46 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "urllib3"
2021-10-10 14:35:06 +02:00
version = "1.26.7"
2021-01-17 12:00:46 +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 ]
brotli = [ "brotlipy (>=0.6.0)" ]
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
[ [ package ] ]
name = "virtualenv"
2021-10-10 14:35:06 +02:00
version = "20.8.1"
2021-01-17 12:00:46 +01:00
description = "Virtual Python Environment builder"
category = "dev"
optional = false
2021-10-10 14:35:06 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2021-01-17 12:00:46 +01:00
[ package . dependencies ]
2021-10-10 14:35:06 +02:00
"backports.entry-points-selectable" = ">=1.0.4"
2021-01-17 12:00:46 +01:00
distlib = ">=0.3.1,<1"
filelock = ">=3.0.0,<4"
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2021-10-10 14:35:06 +02:00
platformdirs = ">=2,<3"
2021-01-17 12:00:46 +01:00
six = ">=1.9.0,<2"
[ package . extras ]
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=19.9.0rc1)" ]
2021-10-10 14:35:06 +02:00
testing = [ "coverage (>=4)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3)" , "pytest (>=4)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.1)" , "pytest-mock (>=2)" , "pytest-randomly (>=1)" , "pytest-timeout (>=1)" , "packaging (>=20.0)" ]
2021-01-17 12:00:46 +01:00
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
optional = false
python-versions = "*"
[ [ 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"
2021-10-10 14:35:06 +02:00
version = "3.6.0"
2021-01-17 12:00:46 +01:00
description = "Backport of pathlib-compatible object wrapper for zip files"
2021-10-10 14:35:06 +02:00
category = "main"
2021-01-17 12:00:46 +01:00
optional = false
python-versions = ">=3.6"
[ package . extras ]
2021-10-10 14:35:06 +02:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2021-01-17 12:00:46 +01:00
[ metadata ]
lock-version = "1.1"
python-versions = ">=3.7,<4.0.0"
2021-10-10 14:35:06 +02:00
content-hash = "d9d574b2513b58178be92b29f0d94b878a792f32fcc8cc4ad32a5de063205be6"
2021-01-17 12:00:46 +01:00
[ metadata . files ]
astor = [
{ file = "astor-0.8.1-py2.py3-none-any.whl" , hash = "sha256:070a54e890cefb5b3739d19f30f5a5ec840ffc9c50ffa7d23cc9fc1a38ebbfc5" } ,
{ file = "astor-0.8.1.tar.gz" , hash = "sha256:6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e" } ,
]
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
attrs = [
2021-10-10 14:35:06 +02:00
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
2021-01-17 12:00:46 +01:00
]
autotask = [
{ file = "autotask-0.5.4.tar.gz" , hash = "sha256:d21578ab14adafb0d9be3490a444d261fd2bcdcbb1ee941b28d4b5e5d1a386ad" } ,
]
2021-10-10 14:35:06 +02:00
"backports.entry-points-selectable" = [
{ file = "backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl" , hash = "sha256:a6d9a871cde5e15b4c4a53e3d43ba890cc6861ec1332c9c2428c92f977192acc" } ,
{ file = "backports.entry_points_selectable-1.1.0.tar.gz" , hash = "sha256:988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a" } ,
]
2021-01-17 12:00:46 +01:00
black = [
2021-10-10 14:35:06 +02:00
{ file = "black-21.9b0-py3-none-any.whl" , hash = "sha256:380f1b5da05e5a1429225676655dddb96f5ae8c75bdf91e53d798871b902a115" } ,
{ file = "black-21.9b0.tar.gz" , hash = "sha256:7de4cfc7eb6b710de325712d40125689101d21d25283eed7e9998722cf10eb91" } ,
2021-01-17 12:00:46 +01:00
]
bleach = [
2021-10-10 14:35:06 +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" } ,
]
bx-django-utils = [
{ file = "bx_django_utils-6-py3-none-any.whl" , hash = "sha256:ee7169d1fa4afbb0172cc4639b9485e331d27e882ce1a87ed0dafbea8938c9c9" } ,
{ file = "bx_django_utils-6.tar.gz" , hash = "sha256:d92fde43fba1a0403613958be5fc530b55a0ce8f36f744d3060601d38b6d0641" } ,
2021-01-17 12:00:46 +01:00
]
bx-py-utils = [
2021-10-10 14:35:06 +02:00
{ file = "bx_py_utils-46-py3-none-any.whl" , hash = "sha256:ea7137ec2fa51e1e982d2e55b9cdf1d5ce487e01cba1d8c76be392947011cc3d" } ,
{ file = "bx_py_utils-46.tar.gz" , hash = "sha256:846a0c2b95f96c361d9f9d6cf87f2893bd5d81a61bade446a8010f0e5d95c0f3" } ,
2021-01-17 12:00:46 +01:00
]
certifi = [
2021-10-10 14:35:06 +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" } ,
2021-01-17 12:00:46 +01:00
]
2021-10-10 14:35:06 +02:00
charset-normalizer = [
{ file = "charset-normalizer-2.0.6.tar.gz" , hash = "sha256:5ec46d183433dcbd0ab716f2d7f29d8dee50505b3fdb40c6b985c7c4f5a3591f" } ,
{ file = "charset_normalizer-2.0.6-py3-none-any.whl" , hash = "sha256:5d209c0a931f215cee683b6445e2d77677e7e75e159f78def0db09d68fafcaa6" } ,
2021-01-17 12:00:46 +01:00
]
click = [
2021-10-10 14:35:06 +02:00
{ file = "click-8.0.2-py3-none-any.whl" , hash = "sha256:3fab8aeb8f15f5452ae7511ad448977b3417325bceddd53df87e0bb81f3a8cf8" } ,
{ file = "click-8.0.2.tar.gz" , hash = "sha256:7027bc7bbafaab8b2c2816861d8eb372429ee3c02e193fc2f93d6c4ab9de49c5" } ,
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
{ file = "colorlog-6.5.0-py2.py3-none-any.whl" , hash = "sha256:d334b1b8dae5989b786232f05586a7a0111feb24ff9cfc8310c3347a91388717" } ,
{ file = "colorlog-6.5.0.tar.gz" , hash = "sha256:cf62a8e389d5660d0d22be17937b25b9abef9497ddc940197d1773aa1f604339" } ,
2021-01-17 12:00:46 +01:00
]
coverage = [
2021-10-10 14:35:06 +02:00
{ file = "coverage-5.5-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:b6d534e4b2ab35c9f93f46229363e17f63c53ad01330df9f2d6bd1187e5eaacf" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:b7895207b4c843c76a25ab8c1e866261bcfe27bfaa20c192de5190121770672b" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:c2723d347ab06e7ddad1a58b2a821218239249a9e4365eaff6649d31180c1669" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:900fbf7759501bc7807fd6638c947d7a831fc9fdf742dc10f02956ff7220fa90" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:004d1880bed2d97151facef49f08e255a20ceb6f9432df75f4eef018fdd5a78c" } ,
{ file = "coverage-5.5-cp27-cp27m-win32.whl" , hash = "sha256:06191eb60f8d8a5bc046f3799f8a07a2d7aefb9504b0209aff0b47298333302a" } ,
{ file = "coverage-5.5-cp27-cp27m-win_amd64.whl" , hash = "sha256:7501140f755b725495941b43347ba8a2777407fc7f250d4f5a7d2a1050ba8e82" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:372da284cfd642d8e08ef606917846fa2ee350f64994bebfbd3afb0040436905" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:8963a499849a1fc54b35b1c9f162f4108017b2e6db2c46c1bed93a72262ed083" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:869a64f53488f40fa5b5b9dcb9e9b2962a66a87dab37790f3fcfb5144b996ef5" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:4a7697d8cb0f27399b0e393c0b90f0f1e40c82023ea4d45d22bce7032a5d7b81" } ,
{ file = "coverage-5.5-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8d0a0725ad7c1a0bcd8d1b437e191107d457e2ec1084b9f190630a4fb1af78e6" } ,
{ file = "coverage-5.5-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:51cb9476a3987c8967ebab3f0fe144819781fca264f57f89760037a2ea191cb0" } ,
{ file = "coverage-5.5-cp310-cp310-win_amd64.whl" , hash = "sha256:c0891a6a97b09c1f3e073a890514d5012eb256845c451bd48f7968ef939bf4ae" } ,
{ file = "coverage-5.5-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:3487286bc29a5aa4b93a072e9592f22254291ce96a9fbc5251f566b6b7343cdb" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:deee1077aae10d8fa88cb02c845cfba9b62c55e1183f52f6ae6a2df6a2187160" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:f11642dddbb0253cc8853254301b51390ba0081750a8ac03f20ea8103f0c56b6" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:6c90e11318f0d3c436a42409f2749ee1a115cd8b067d7f14c148f1ce5574d701" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:30c77c1dc9f253283e34c27935fded5015f7d1abe83bc7821680ac444eaf7793" } ,
{ file = "coverage-5.5-cp35-cp35m-win32.whl" , hash = "sha256:9a1ef3b66e38ef8618ce5fdc7bea3d9f45f3624e2a66295eea5e57966c85909e" } ,
{ file = "coverage-5.5-cp35-cp35m-win_amd64.whl" , hash = "sha256:972c85d205b51e30e59525694670de6a8a89691186012535f9d7dbaa230e42c3" } ,
{ file = "coverage-5.5-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:af0e781009aaf59e25c5a678122391cb0f345ac0ec272c7961dc5455e1c40066" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:74d881fc777ebb11c63736622b60cb9e4aee5cace591ce274fb69e582a12a61a" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:92b017ce34b68a7d67bd6d117e6d443a9bf63a2ecf8567bb3d8c6c7bc5014465" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:d636598c8305e1f90b439dbf4f66437de4a5e3c31fdf47ad29542478c8508bbb" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:41179b8a845742d1eb60449bdb2992196e211341818565abded11cfa90efb821" } ,
{ file = "coverage-5.5-cp36-cp36m-win32.whl" , hash = "sha256:040af6c32813fa3eae5305d53f18875bedd079960822ef8ec067a66dd8afcd45" } ,
{ file = "coverage-5.5-cp36-cp36m-win_amd64.whl" , hash = "sha256:5fec2d43a2cc6965edc0bb9e83e1e4b557f76f843a77a2496cbe719583ce8184" } ,
{ file = "coverage-5.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:18ba8bbede96a2c3dde7b868de9dcbd55670690af0988713f0603f037848418a" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:2910f4d36a6a9b4214bb7038d537f015346f413a975d57ca6b43bf23d6563b53" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:f0b278ce10936db1a37e6954e15a3730bea96a0997c26d7fee88e6c396c2086d" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:796c9c3c79747146ebd278dbe1e5c5c05dd6b10cc3bcb8389dfdf844f3ead638" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:53194af30d5bad77fcba80e23a1441c71abfb3e01192034f8246e0d8f99528f3" } ,
{ file = "coverage-5.5-cp37-cp37m-win32.whl" , hash = "sha256:184a47bbe0aa6400ed2d41d8e9ed868b8205046518c52464fde713ea06e3a74a" } ,
{ file = "coverage-5.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:2949cad1c5208b8298d5686d5a85b66aae46d73eec2c3e08c817dd3513e5848a" } ,
{ file = "coverage-5.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:217658ec7187497e3f3ebd901afdca1af062b42cfe3e0dafea4cced3983739f6" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1aa846f56c3d49205c952d8318e76ccc2ae23303351d9270ab220004c580cfe2" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:24d4a7de75446be83244eabbff746d66b9240ae020ced65d060815fac3423759" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:d1f8bf7b90ba55699b3a5e44930e93ff0189aa27186e96071fac7dd0d06a1873" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:970284a88b99673ccb2e4e334cfb38a10aab7cd44f7457564d11898a74b62d0a" } ,
{ file = "coverage-5.5-cp38-cp38-win32.whl" , hash = "sha256:01d84219b5cdbfc8122223b39a954820929497a1cb1422824bb86b07b74594b6" } ,
{ file = "coverage-5.5-cp38-cp38-win_amd64.whl" , hash = "sha256:2e0d881ad471768bf6e6c2bf905d183543f10098e3b3640fc029509530091502" } ,
{ file = "coverage-5.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d1f9ce122f83b2305592c11d64f181b87153fc2c2bbd3bb4a3dde8303cfb1a6b" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:13c4ee887eca0f4c5a247b75398d4114c37882658300e153113dafb1d76de529" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:52596d3d0e8bdf3af43db3e9ba8dcdaac724ba7b5ca3f6358529d56f7a166f8b" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:2cafbbb3af0733db200c9b5f798d18953b1a304d3f86a938367de1567f4b5bff" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:44d654437b8ddd9eee7d1eaee28b7219bec228520ff809af170488fd2fed3e2b" } ,
{ file = "coverage-5.5-cp39-cp39-win32.whl" , hash = "sha256:d314ed732c25d29775e84a960c3c60808b682c08d86602ec2c3008e1202e3bb6" } ,
{ file = "coverage-5.5-cp39-cp39-win_amd64.whl" , hash = "sha256:13034c4409db851670bc9acd836243aeee299949bd5673e11844befcb0149f03" } ,
{ file = "coverage-5.5-pp36-none-any.whl" , hash = "sha256:f030f8873312a16414c0d8e1a1ddff2d3235655a2174e3648b4fa66b3f2f1079" } ,
{ file = "coverage-5.5-pp37-none-any.whl" , hash = "sha256:2a3859cb82dcbda1cfd3e6f71c27081d18aa251d20a17d87d26d4cd216fb0af4" } ,
{ file = "coverage-5.5.tar.gz" , hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c" } ,
2021-01-17 12:00:46 +01:00
]
coveralls = [
2021-10-10 14:35:06 +02:00
{ file = "coveralls-3.2.0-py2.py3-none-any.whl" , hash = "sha256:aedfcc5296b788ebaf8ace8029376e5f102f67c53d1373f2e821515c15b36527" } ,
{ file = "coveralls-3.2.0.tar.gz" , hash = "sha256:15a987d9df877fff44cd81948c5806ffb6eafb757b3443f737888358e96156ee" } ,
2021-01-17 12:00:46 +01:00
]
cycler = [
{ file = "cycler-0.10.0-py2.py3-none-any.whl" , hash = "sha256:1d8a5ae1ff6c5cf9b93e8811e581232ad8920aeec647c37316ceac982b08cb2d" } ,
{ file = "cycler-0.10.0.tar.gz" , hash = "sha256:cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8" } ,
]
defusedxml = [
2021-10-10 14:35:06 +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" } ,
2021-01-17 12:00:46 +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 = [
2021-10-10 14:35:06 +02:00
{ file = "distlib-0.3.3-py2.py3-none-any.whl" , hash = "sha256:c8b54e8454e5bf6237cc84c20e8264c3e991e824ef27e8f1e81049867d861e31" } ,
{ file = "distlib-0.3.3.zip" , hash = "sha256:d982d0751ff6eaaab5e2ec8e691d949ee80eddf01a62eaa96ddb11531fe16b05" } ,
2021-01-17 12:00:46 +01:00
]
django = [
2021-10-10 14:35:06 +02:00
{ file = "Django-2.2.24-py3-none-any.whl" , hash = "sha256:f2084ceecff86b1e631c2cd4107d435daf4e12f1efcdf11061a73bf0b5e95f92" } ,
{ file = "Django-2.2.24.tar.gz" , hash = "sha256:3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7" } ,
2021-01-17 12:00:46 +01:00
]
django-axes = [
2021-10-10 14:35:06 +02:00
{ file = "django-axes-5.25.0.tar.gz" , hash = "sha256:835327df91e039c3eb7479441b7b3cbcc5aecc25025753c5ae00969309b23dd6" } ,
{ file = "django_axes-5.25.0-py3-none-any.whl" , hash = "sha256:c72e19981aae1426dc356b9e69a6e168b3e7e91ff305beec9a375a232f579724" } ,
2021-01-17 12:00:46 +01:00
]
django-dbbackup = [
{ file = "django-dbbackup-3.3.0.tar.gz" , hash = "sha256:bb109735cae98b64ad084e5b461b7aca2d7b39992f10c9ed9435e3ebb6fb76c8" } ,
]
django-debug-toolbar = [
2021-10-10 14:35:06 +02:00
{ file = "django-debug-toolbar-3.2.2.tar.gz" , hash = "sha256:8c5b13795d4040008ee69ba82dcdd259c49db346cf7d0de6e561a49d191f0860" } ,
{ file = "django_debug_toolbar-3.2.2-py3-none-any.whl" , hash = "sha256:d7bab7573fab35b0fd029163371b7182f5826c13da69734beb675c761d06a4d3" } ,
2021-01-17 12:00:46 +01:00
]
django-for-runners = [
2021-01-17 13:26:48 +01:00
{ file = "django-for-runners-0.12.0.tar.gz" , hash = "sha256:373cc67f6357910ad9b45fb78d0d13a3fa5b78738c047c2be795716d31fecba6" } ,
{ file = "django_for_runners-0.12.0-py3-none-any.whl" , hash = "sha256:7abb9cf734fe9e35beb1c96457405d2672a7bf5dcc682c759caa8dd24a92367d" } ,
2021-01-17 12:00:46 +01:00
]
django-import-export = [
2021-10-10 14:35:06 +02:00
{ file = "django-import-export-2.6.1.tar.gz" , hash = "sha256:056624f3d6af04f74ed7adc0ba64841a9ff033162432c668877b53a6832e6c57" } ,
{ file = "django_import_export-2.6.1-py3-none-any.whl" , hash = "sha256:c8509fcc5176a34f1c90fc15aeaedcb8011c6a397ef64caf0b38eabcd723a9f9" } ,
2021-01-17 12:00:46 +01:00
]
django-ipware = [
2021-10-10 14:35:06 +02:00
{ file = "django-ipware-4.0.0.tar.gz" , hash = "sha256:1294f916f3b3475e40e1b0ec1bd320aa2397978eae672721c81cbc2ed517e9ee" } ,
{ file = "django_ipware-4.0.0-py2.py3-none-any.whl" , hash = "sha256:116bd0d7940f09bf7ffd465943992e23d87e772a9d6c0d3a57b74040589a383b" } ,
2021-01-17 12:00:46 +01:00
]
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 = [
2021-10-10 14:35:06 +02:00
{ file = "django-redis-5.0.0.tar.gz" , hash = "sha256:048f665bbe27f8ff2edebae6aa9c534ab137f1e8fa7234147ef470df3f3aa9b8" } ,
{ file = "django_redis-5.0.0-py3-none-any.whl" , hash = "sha256:97739ca9de3f964c51412d1d7d8aecdfd86737bb197fce6e1ff12620c63c97ee" } ,
2021-01-17 12:00:46 +01:00
]
django-tools = [
{ file = "django-tools-0.48.3.tar.gz" , hash = "sha256:08ed2ae606067f49c2c3949055227a826c8b880e5816114925eca386cf1823af" } ,
{ file = "django_tools-0.48.3-py3-none-any.whl" , hash = "sha256:40444fa16b703b7c6960a800ba76aad42472c9aa70040d549a4d91dbb47a5ddb" } ,
]
2021-10-10 14:35:06 +02:00
django-yunohost-integration = [
{ 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" } ,
2021-01-17 12:00:46 +01:00
]
docopt = [
{ file = "docopt-0.6.2.tar.gz" , hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491" } ,
]
et-xmlfile = [
2021-10-10 14:35:06 +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" } ,
2021-01-17 12:00:46 +01:00
]
filelock = [
2021-10-10 14:35:06 +02:00
{ file = "filelock-3.3.0-py3-none-any.whl" , hash = "sha256:bbc6a0382fe8ec4744ecdf6683a2e07f65eb10ff1aff53fc02a202565446cde0" } ,
{ file = "filelock-3.3.0.tar.gz" , hash = "sha256:8c7eab13dc442dc249e95158bcc12dec724465919bdc9831fdbf0660f03d1785" } ,
2021-01-17 12:00:46 +01:00
]
flake8 = [
2021-10-10 14:35:06 +02:00
{ file = "flake8-3.9.2-py2.py3-none-any.whl" , hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907" } ,
{ file = "flake8-3.9.2.tar.gz" , hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b" } ,
2021-01-17 12:00:46 +01:00
]
flynt = [
2021-10-10 14:35:06 +02:00
{ file = "flynt-0.69-py3-none-any.whl" , hash = "sha256:5bc49abd71891afbc2400f22f040ba9f23259fe03f9049dd62a2de8953248ce7" } ,
{ file = "flynt-0.69.tar.gz" , hash = "sha256:42de12dd29e66cc067cda8a2c1fb34fb79c0b14b0c48cd7cdcbc7c5a84578adf" } ,
2021-01-17 12:00:46 +01:00
]
geographiclib = [
2021-10-10 14:35:06 +02:00
{ file = "geographiclib-1.52-py3-none-any.whl" , hash = "sha256:8f441c527b0b8a26cd96c965565ff0513d1e4d9952b704bf449409e5015c77b7" } ,
{ file = "geographiclib-1.52.tar.gz" , hash = "sha256:ac400d672b8954b0306bca890b088bb8ba2a757dc8133cca0b878f34b33b2740" } ,
2021-01-17 12:00:46 +01:00
]
geopy = [
2021-10-10 14:35:06 +02:00
{ file = "geopy-2.2.0-py3-none-any.whl" , hash = "sha256:8f1f949082b964385de61fcc3a667a6a9a6e242beb1ae8972449f164b2ba0e89" } ,
{ file = "geopy-2.2.0.tar.gz" , hash = "sha256:58b7edf526b8c32e33126570b5f4fcdfaa29d4416506064777ae8d84cd103fdd" } ,
2021-01-17 12:00:46 +01:00
]
gpxpy = [
{ file = "gpxpy-1.4.2.tar.gz" , hash = "sha256:0832041899cdfdc5a607291bbef3d73042e16ffcecc3f2cb9631b699db0bb53f" } ,
]
gunicorn = [
2021-10-10 14:35:06 +02:00
{ file = "gunicorn-20.1.0.tar.gz" , hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" } ,
2021-01-17 12:00:46 +01:00
]
icdiff = [
2021-10-10 14:35:06 +02:00
{ file = "icdiff-2.0.4.tar.gz" , hash = "sha256:c72572e5ce087bc7a7748af2664764d4a805897caeefb665bdc12677fefb2212" } ,
2021-01-17 12:00:46 +01:00
]
idna = [
2021-10-10 14:35:06 +02:00
{ file = "idna-3.2-py3-none-any.whl" , hash = "sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a" } ,
{ file = "idna-3.2.tar.gz" , hash = "sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3" } ,
2021-01-17 12:00:46 +01:00
]
importlib-metadata = [
2021-10-10 14:35:06 +02:00
{ file = "importlib_metadata-4.8.1-py3-none-any.whl" , hash = "sha256:b618b6d2d5ffa2f16add5697cf57a46c76a56229b0ed1c438322e4e95645bd15" } ,
{ file = "importlib_metadata-4.8.1.tar.gz" , hash = "sha256:f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1" } ,
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
{ file = "isort-5.9.3-py3-none-any.whl" , hash = "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2" } ,
{ file = "isort-5.9.3.tar.gz" , hash = "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899" } ,
2021-01-17 12:00:46 +01:00
]
kiwisolver = [
2021-10-10 14:35:06 +02:00
{ file = "kiwisolver-1.3.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:1d819553730d3c2724582124aee8a03c846ec4362ded1034c16fb3ef309264e6" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:8d93a1095f83e908fc253f2fb569c2711414c0bfd451cab580466465b235b470" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c4550a359c5157aaf8507e6820d98682872b9100ce7607f8aa070b4b8af6c298" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2210f28778c7d2ee13f3c2a20a3a22db889e75f4ec13a21072eabb5693801e84" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:82f49c5a79d3839bc8f38cb5f4bfc87e15f04cbafa5fbd12fb32c941cb529cfb" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9661a04ca3c950a8ac8c47f53cbc0b530bce1b52f516a1e87b7736fec24bfff0" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2ddb500a2808c100e72c075cbb00bf32e62763c82b6a882d403f01a119e3f402" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:72be6ebb4e92520b9726d7146bc9c9b277513a57a38efcf66db0620aec0097e0" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-win32.whl" , hash = "sha256:83d2c9db5dfc537d0171e32de160461230eb14663299b7e6d18ca6dca21e4977" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:cba430db673c29376135e695c6e2501c44c256a81495da849e85d1793ee975ad" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4116ba9a58109ed5e4cb315bdcbff9838f3159d099ba5259c7c7fb77f8537492" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:19554bd8d54cf41139f376753af1a644b63c9ca93f8f72009d50a2080f870f77" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a7a4cf5bbdc861987a7745aed7a536c6405256853c94abc9f3287c3fa401b174" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0007840186bacfaa0aba4466d5890334ea5938e0bb7e28078a0eb0e63b5b59d5" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:ec2eba188c1906b05b9b49ae55aae4efd8150c61ba450e6721f64620c50b59eb" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:3dbb3cea20b4af4f49f84cffaf45dd5f88e8594d18568e0225e6ad9dec0e7967" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-win32.whl" , hash = "sha256:5326ddfacbe51abf9469fe668944bc2e399181a2158cb5d45e1d40856b2a0589" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:c6572c2dab23c86a14e82c245473d45b4c515314f1f859e92608dcafbd2f19b8" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:b5074fb09429f2b7bc82b6fb4be8645dcbac14e592128beeff5461dcde0af09f" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:22521219ca739654a296eea6d4367703558fba16f98688bd8ce65abff36eaa84" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c358721aebd40c243894298f685a19eb0491a5c3e0b923b9f887ef1193ddf829" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7ba5a1041480c6e0a8b11a9544d53562abc2d19220bfa14133e0cdd9967e97af" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:44e6adf67577dbdfa2d9f06db9fbc5639afefdb5bf2b4dfec25c3a7fbc619536" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1d45d1c74f88b9f41062716c727f78f2a59a5476ecbe74956fafb423c5c87a76" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:70adc3658138bc77a36ce769f5f183169bc0a2906a4f61f09673f7181255ac9b" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:b6a5431940f28b6de123de42f0eb47b84a073ee3c3345dc109ad550a3307dd28" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-win32.whl" , hash = "sha256:ee040a7de8d295dbd261ef2d6d3192f13e2b08ec4a954de34a6fb8ff6422e24c" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8dc3d842fa41a33fe83d9f5c66c0cc1f28756530cd89944b63b072281e852031" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:a498bcd005e8a3fedd0022bb30ee0ad92728154a8798b703f394484452550507" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:80efd202108c3a4150e042b269f7c78643420cc232a0a771743bb96b742f838f" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f8eb7b6716f5b50e9c06207a14172cf2de201e41912ebe732846c02c830455b9" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f441422bb313ab25de7b3dbfd388e790eceb76ce01a18199ec4944b369017009" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:30fa008c172355c7768159983a7270cb23838c4d7db73d6c0f6b60dde0d432c6" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2f8f6c8f4f1cff93ca5058d6ec5f0efda922ecb3f4c5fb76181f327decff98b8" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ba677bcaff9429fd1bf01648ad0901cea56c0d068df383d5f5856d88221fe75b" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7843b1624d6ccca403a610d1277f7c28ad184c5aa88a1750c1a999754e65b439" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-win32.whl" , hash = "sha256:e6f5eb2f53fac7d408a45fbcdeda7224b1cfff64919d0f95473420a931347ae9" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:eedd3b59190885d1ebdf6c5e0ca56828beb1949b4dfe6e5d0256a461429ac386" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:dedc71c8eb9c5096037766390172c34fb86ef048b8e8958b4e484b9e505d66bc" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:bf7eb45d14fc036514c09554bf983f2a72323254912ed0c3c8e697b62c4c158f" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2b65bd35f3e06a47b5c30ea99e0c2b88f72c6476eedaf8cfbc8e66adb5479dcf" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:25405f88a37c5f5bcba01c6e350086d65e7465fd1caaf986333d2a045045a223" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:bcadb05c3d4794eb9eee1dddf1c24215c92fb7b55a80beae7a60530a91060560" } ,
{ file = "kiwisolver-1.3.2.tar.gz" , hash = "sha256:fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c" } ,
2021-01-17 12:00:46 +01:00
]
lxml = [
2021-10-10 14:35:06 +02:00
{ file = "lxml-4.6.3-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:df7c53783a46febb0e70f6b05df2ba104610f2fb0d27023409734a3ecbb78fb2" } ,
{ file = "lxml-4.6.3-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:1b7584d421d254ab86d4f0b13ec662a9014397678a7c4265a02a6d7c2b18a75f" } ,
{ file = "lxml-4.6.3-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:079f3ae844f38982d156efce585bc540c16a926d4436712cf4baee0cce487a3d" } ,
{ file = "lxml-4.6.3-cp27-cp27m-win32.whl" , hash = "sha256:bc4313cbeb0e7a416a488d72f9680fffffc645f8a838bd2193809881c67dd106" } ,
{ file = "lxml-4.6.3-cp27-cp27m-win_amd64.whl" , hash = "sha256:8157dadbb09a34a6bd95a50690595e1fa0af1a99445e2744110e3dca7831c4ee" } ,
{ file = "lxml-4.6.3-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:7728e05c35412ba36d3e9795ae8995e3c86958179c9770e65558ec3fdfd3724f" } ,
{ file = "lxml-4.6.3-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:4bff24dfeea62f2e56f5bab929b4428ae6caba2d1eea0c2d6eb618e30a71e6d4" } ,
{ file = "lxml-4.6.3-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:74f7d8d439b18fa4c385f3f5dfd11144bb87c1da034a466c5b5577d23a1d9b51" } ,
{ file = "lxml-4.6.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:f90ba11136bfdd25cae3951af8da2e95121c9b9b93727b1b896e3fa105b2f586" } ,
{ file = "lxml-4.6.3-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:4c61b3a0db43a1607d6264166b230438f85bfed02e8cff20c22e564d0faff354" } ,
{ file = "lxml-4.6.3-cp35-cp35m-manylinux2014_x86_64.whl" , hash = "sha256:5c8c163396cc0df3fd151b927e74f6e4acd67160d6c33304e805b84293351d16" } ,
{ file = "lxml-4.6.3-cp35-cp35m-win32.whl" , hash = "sha256:f2380a6376dfa090227b663f9678150ef27543483055cc327555fb592c5967e2" } ,
{ file = "lxml-4.6.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:c4f05c5a7c49d2fb70223d0d5bcfbe474cf928310ac9fa6a7c6dddc831d0b1d4" } ,
{ file = "lxml-4.6.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:d2e35d7bf1c1ac8c538f88d26b396e73dd81440d59c1ef8522e1ea77b345ede4" } ,
{ file = "lxml-4.6.3-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:289e9ca1a9287f08daaf796d96e06cb2bc2958891d7911ac7cae1c5f9e1e0ee3" } ,
{ file = "lxml-4.6.3-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:bccbfc27563652de7dc9bdc595cb25e90b59c5f8e23e806ed0fd623755b6565d" } ,
{ file = "lxml-4.6.3-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:d916d31fd85b2f78c76400d625076d9124de3e4bda8b016d25a050cc7d603f24" } ,
{ file = "lxml-4.6.3-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:820628b7b3135403540202e60551e741f9b6d3304371712521be939470b454ec" } ,
{ file = "lxml-4.6.3-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:c47ff7e0a36d4efac9fd692cfa33fbd0636674c102e9e8d9b26e1b93a94e7617" } ,
{ file = "lxml-4.6.3-cp36-cp36m-win32.whl" , hash = "sha256:5a0a14e264069c03e46f926be0d8919f4105c1623d620e7ec0e612a2e9bf1c04" } ,
{ file = "lxml-4.6.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:92e821e43ad382332eade6812e298dc9701c75fe289f2a2d39c7960b43d1e92a" } ,
{ file = "lxml-4.6.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:efd7a09678fd8b53117f6bae4fa3825e0a22b03ef0a932e070c0bdbb3a35e654" } ,
{ file = "lxml-4.6.3-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:efac139c3f0bf4f0939f9375af4b02c5ad83a622de52d6dfa8e438e8e01d0eb0" } ,
{ file = "lxml-4.6.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:0fbcf5565ac01dff87cbfc0ff323515c823081c5777a9fc7703ff58388c258c3" } ,
{ file = "lxml-4.6.3-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:36108c73739985979bf302006527cf8a20515ce444ba916281d1c43938b8bb96" } ,
{ file = "lxml-4.6.3-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:122fba10466c7bd4178b07dba427aa516286b846b2cbd6f6169141917283aae2" } ,
{ file = "lxml-4.6.3-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:cdaf11d2bd275bf391b5308f86731e5194a21af45fbaaaf1d9e8147b9160ea92" } ,
{ file = "lxml-4.6.3-cp37-cp37m-win32.whl" , hash = "sha256:3439c71103ef0e904ea0a1901611863e51f50b5cd5e8654a151740fde5e1cade" } ,
{ file = "lxml-4.6.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:4289728b5e2000a4ad4ab8da6e1db2e093c63c08bdc0414799ee776a3f78da4b" } ,
{ file = "lxml-4.6.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b007cbb845b28db4fb8b6a5cdcbf65bacb16a8bd328b53cbc0698688a68e1caa" } ,
{ file = "lxml-4.6.3-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:76fa7b1362d19f8fbd3e75fe2fb7c79359b0af8747e6f7141c338f0bee2f871a" } ,
{ file = "lxml-4.6.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:26e761ab5b07adf5f555ee82fb4bfc35bf93750499c6c7614bd64d12aaa67927" } ,
{ file = "lxml-4.6.3-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:e1cbd3f19a61e27e011e02f9600837b921ac661f0c40560eefb366e4e4fb275e" } ,
{ file = "lxml-4.6.3-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:66e575c62792c3f9ca47cb8b6fab9e35bab91360c783d1606f758761810c9791" } ,
{ file = "lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:1b38116b6e628118dea5b2186ee6820ab138dbb1e24a13e478490c7db2f326ae" } ,
{ file = "lxml-4.6.3-cp38-cp38-win32.whl" , hash = "sha256:89b8b22a5ff72d89d48d0e62abb14340d9e99fd637d046c27b8b257a01ffbe28" } ,
{ file = "lxml-4.6.3-cp38-cp38-win_amd64.whl" , hash = "sha256:2a9d50e69aac3ebee695424f7dbd7b8c6d6eb7de2a2eb6b0f6c7db6aa41e02b7" } ,
{ file = "lxml-4.6.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ce256aaa50f6cc9a649c51be3cd4ff142d67295bfc4f490c9134d0f9f6d58ef0" } ,
{ file = "lxml-4.6.3-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:7610b8c31688f0b1be0ef882889817939490a36d0ee880ea562a4e1399c447a1" } ,
{ file = "lxml-4.6.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f8380c03e45cf09f8557bdaa41e1fa7c81f3ae22828e1db470ab2a6c96d8bc23" } ,
{ file = "lxml-4.6.3-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:3082c518be8e97324390614dacd041bb1358c882d77108ca1957ba47738d9d59" } ,
{ file = "lxml-4.6.3-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:884ab9b29feaca361f7f88d811b1eea9bfca36cf3da27768d28ad45c3ee6f969" } ,
{ file = "lxml-4.6.3-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:6f12e1427285008fd32a6025e38e977d44d6382cf28e7201ed10d6c1698d2a9a" } ,
{ file = "lxml-4.6.3-cp39-cp39-win32.whl" , hash = "sha256:33bb934a044cf32157c12bfcfbb6649807da20aa92c062ef51903415c704704f" } ,
{ file = "lxml-4.6.3-cp39-cp39-win_amd64.whl" , hash = "sha256:542d454665a3e277f76954418124d67516c5f88e51a900365ed54a9806122b83" } ,
{ file = "lxml-4.6.3.tar.gz" , hash = "sha256:39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468" } ,
2021-01-17 12:00:46 +01:00
]
markuppy = [
{ file = "MarkupPy-1.14.tar.gz" , hash = "sha256:1adee2c0a542af378fe84548ff6f6b0168f3cb7f426b46961038a2bcfaad0d5f" } ,
]
matplotlib = [
2021-10-10 14:35:06 +02:00
{ file = "matplotlib-3.4.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5c988bb43414c7c2b0a31bd5187b4d27fd625c080371b463a6d422047df78913" } ,
{ file = "matplotlib-3.4.3-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:f1c5efc278d996af8a251b2ce0b07bbeccb821f25c8c9846bdcb00ffc7f158aa" } ,
{ file = "matplotlib-3.4.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:eeb1859efe7754b1460e1d4991bbd4a60a56f366bc422ef3a9c5ae05f0bc70b5" } ,
{ file = "matplotlib-3.4.3-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:844a7b0233e4ff7fba57e90b8799edaa40b9e31e300b8d5efc350937fa8b1bea" } ,
{ file = "matplotlib-3.4.3-cp37-cp37m-win32.whl" , hash = "sha256:85f0c9cf724715e75243a7b3087cf4a3de056b55e05d4d76cc58d610d62894f3" } ,
{ file = "matplotlib-3.4.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:c70b6311dda3e27672f1bf48851a0de816d1ca6aaf3d49365fbdd8e959b33d2b" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b884715a59fec9ad3b6048ecf3860f3b2ce965e676ef52593d6fa29abcf7d330" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:a78a3b51f29448c7f4d4575e561f6b0dbb8d01c13c2046ab6c5220eb25c06506" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:6a724e3a48a54b8b6e7c4ae38cd3d07084508fa47c410c8757e9db9791421838" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:48e1e0859b54d5f2e29bb78ca179fd59b971c6ceb29977fb52735bfd280eb0f5" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-win32.whl" , hash = "sha256:01c9de93a2ca0d128c9064f23709362e7fefb34910c7c9e0b8ab0de8258d5eda" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-win_amd64.whl" , hash = "sha256:ebfb01a65c3f5d53a8c2a8133fec2b5221281c053d944ae81ff5822a68266617" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b8b53f336a4688cfce615887505d7e41fd79b3594bf21dd300531a4f5b4f746a" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:fcd6f1954943c0c192bfbebbac263f839d7055409f1173f80d8b11a224d236da" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:6be8df61b1626e1a142c57e065405e869e9429b4a6dab4a324757d0dc4d42235" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:41b6e307458988891fcdea2d8ecf84a8c92d53f84190aa32da65f9505546e684" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-win32.whl" , hash = "sha256:f72657f1596199dc1e4e7a10f52a4784ead8a711f4e5b59bea95bdb97cf0e4fd" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-win_amd64.whl" , hash = "sha256:f15edcb0629a0801738925fe27070480f446fcaa15de65946ff946ad99a59a40" } ,
{ file = "matplotlib-3.4.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:556965514b259204637c360d213de28d43a1f4aed1eca15596ce83f768c5a56f" } ,
{ file = "matplotlib-3.4.3-pp37-pypy37_pp73-manylinux2010_x86_64.whl" , hash = "sha256:54a026055d5f8614f184e588f6e29064019a0aa8448450214c0b60926d62d919" } ,
{ file = "matplotlib-3.4.3.tar.gz" , hash = "sha256:fc4f526dfdb31c9bd6b8ca06bf9fab663ca12f3ec9cdf4496fb44bc680140318" } ,
2021-01-17 12:00:46 +01:00
]
mccabe = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
numpy = [
2021-10-10 14:35:06 +02:00
{ file = "numpy-1.21.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:38e8648f9449a549a7dfe8d8755a5979b45b3538520d1e735637ef28e8c2dc50" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:fd7d7409fa643a91d0a05c7554dd68aa9c9bb16e186f6ccfe40d6e003156e33a" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a75b4498b1e93d8b700282dc8e655b8bd559c0904b3910b144646dbbbc03e062" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1412aa0aec3e00bc23fbb8664d76552b4efde98fb71f60737c83efbac24112f1" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e46ceaff65609b5399163de5893d8f2a82d3c77d5e56d976c8b5fb01faa6b671" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:c6a2324085dd52f96498419ba95b5777e40b6bcbc20088fddb9e8cbb58885e8e" } ,
{ file = "numpy-1.21.1-cp37-cp37m-win32.whl" , hash = "sha256:73101b2a1fef16602696d133db402a7e7586654682244344b8329cdcbbb82172" } ,
{ file = "numpy-1.21.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:7a708a79c9a9d26904d1cca8d383bf869edf6f8e7650d85dbc77b041e8c5a0f8" } ,
{ file = "numpy-1.21.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:95b995d0c413f5d0428b3f880e8fe1660ff9396dcd1f9eedbc311f37b5652e16" } ,
{ file = "numpy-1.21.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:635e6bd31c9fb3d475c8f44a089569070d10a9ef18ed13738b03049280281267" } ,
{ file = "numpy-1.21.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4a3d5fb89bfe21be2ef47c0614b9c9c707b7362386c9a3ff1feae63e0267ccb6" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:8a326af80e86d0e9ce92bcc1e65c8ff88297de4fa14ee936cb2293d414c9ec63" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:791492091744b0fe390a6ce85cc1bf5149968ac7d5f0477288f78c89b385d9af" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0318c465786c1f63ac05d7c4dbcecd4d2d7e13f0959b01b534ea1e92202235c5" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:9a513bd9c1551894ee3d31369f9b07460ef223694098cf27d399513415855b68" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:91c6f5fc58df1e0a3cc0c3a717bb3308ff850abdaa6d2d802573ee2b11f674a8" } ,
{ file = "numpy-1.21.1-cp38-cp38-win32.whl" , hash = "sha256:978010b68e17150db8765355d1ccdd450f9fc916824e8c4e35ee620590e234cd" } ,
{ file = "numpy-1.21.1-cp38-cp38-win_amd64.whl" , hash = "sha256:9749a40a5b22333467f02fe11edc98f022133ee1bfa8ab99bda5e5437b831214" } ,
{ file = "numpy-1.21.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:d7a4aeac3b94af92a9373d6e77b37691b86411f9745190d2c351f410ab3a791f" } ,
{ file = "numpy-1.21.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d9e7912a56108aba9b31df688a4c4f5cb0d9d3787386b87d504762b6754fbb1b" } ,
{ file = "numpy-1.21.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:25b40b98ebdd272bc3020935427a4530b7d60dfbe1ab9381a39147834e985eac" } ,
{ file = "numpy-1.21.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:8a92c5aea763d14ba9d6475803fc7904bda7decc2a0a68153f587ad82941fec1" } ,
{ file = "numpy-1.21.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:05a0f648eb28bae4bcb204e6fd14603de2908de982e761a2fc78efe0f19e96e1" } ,
{ file = "numpy-1.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f01f28075a92eede918b965e86e8f0ba7b7797a95aa8d35e1cc8821f5fc3ad6a" } ,
{ file = "numpy-1.21.1-cp39-cp39-win32.whl" , hash = "sha256:88c0b89ad1cc24a5efbb99ff9ab5db0f9a86e9cc50240177a571fbe9c2860ac2" } ,
{ file = "numpy-1.21.1-cp39-cp39-win_amd64.whl" , hash = "sha256:01721eefe70544d548425a07c80be8377096a54118070b8a62476866d5208e33" } ,
{ file = "numpy-1.21.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2d4d1de6e6fb3d28781c73fbde702ac97f03d79e4ffd6598b880b2d95d62ead4" } ,
{ file = "numpy-1.21.1.zip" , hash = "sha256:dff4af63638afcc57a3dfb9e4b26d434a7a602d225b42d746ea7fe2edf1342fd" } ,
2021-01-17 12:00:46 +01:00
]
odfpy = [
{ file = "odfpy-1.4.1-py2.7.egg" , hash = "sha256:fc3b8d1bc098eba4a0fda865a76d9d1e577c4ceec771426bcb169a82c5e9dfe0" } ,
{ file = "odfpy-1.4.1.tar.gz" , hash = "sha256:db766a6e59c5103212f3cc92ec8dd50a0f3a02790233ed0b52148b70d3c438ec" } ,
]
openpyxl = [
2021-10-10 14:35:06 +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" } ,
2021-01-17 12:00:46 +01:00
]
packaging = [
2021-10-10 14:35:06 +02:00
{ file = "packaging-21.0-py3-none-any.whl" , hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14" } ,
{ file = "packaging-21.0.tar.gz" , hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" } ,
2021-01-17 12:00:46 +01:00
]
pathspec = [
2021-10-10 14:35:06 +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" } ,
2021-01-17 12:00:46 +01:00
]
pillow = [
2021-10-10 14:35:06 +02:00
{ file = "Pillow-8.3.2-cp310-cp310-macosx_10_10_universal2.whl" , hash = "sha256:c691b26283c3a31594683217d746f1dad59a7ae1d4cfc24626d7a064a11197d4" } ,
{ file = "Pillow-8.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:f514c2717012859ccb349c97862568fdc0479aad85b0270d6b5a6509dbc142e2" } ,
{ file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:be25cb93442c6d2f8702c599b51184bd3ccd83adebd08886b682173e09ef0c3f" } ,
{ file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d675a876b295afa114ca8bf42d7f86b5fb1298e1b6bb9a24405a3f6c8338811c" } ,
{ file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:59697568a0455764a094585b2551fd76bfd6b959c9f92d4bdec9d0e14616303a" } ,
{ file = "Pillow-8.3.2-cp310-cp310-win32.whl" , hash = "sha256:2d5e9dc0bf1b5d9048a94c48d0813b6c96fccfa4ccf276d9c36308840f40c228" } ,
{ file = "Pillow-8.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:11c27e74bab423eb3c9232d97553111cc0be81b74b47165f07ebfdd29d825875" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-macosx_10_10_x86_64.whl" , hash = "sha256:11eb7f98165d56042545c9e6db3ce394ed8b45089a67124298f0473b29cb60b2" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2f23b2d3079522fdf3c09de6517f625f7a964f916c956527bed805ac043799b8" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:19ec4cfe4b961edc249b0e04b5618666c23a83bc35842dea2bfd5dfa0157f81b" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e5a31c07cea5edbaeb4bdba6f2b87db7d3dc0f446f379d907e51cc70ea375629" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:15ccb81a6ffc57ea0137f9f3ac2737ffa1d11f786244d719639df17476d399a7" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:8f284dc1695caf71a74f24993b7c7473d77bc760be45f776a2c2f4e04c170550" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-win32.whl" , hash = "sha256:4abc247b31a98f29e5224f2d31ef15f86a71f79c7f4d2ac345a5d551d6393073" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:a048dad5ed6ad1fad338c02c609b862dfaa921fcd065d747194a6805f91f2196" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:06d1adaa284696785375fa80a6a8eb309be722cf4ef8949518beb34487a3df71" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bd24054aaf21e70a51e2a2a5ed1183560d3a69e6f9594a4bfe360a46f94eba83" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:27a330bf7014ee034046db43ccbb05c766aa9e70b8d6c5260bfc38d73103b0ba" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:13654b521fb98abdecec105ea3fb5ba863d1548c9b58831dd5105bb3873569f1" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:a1bd983c565f92779be456ece2479840ec39d386007cd4ae83382646293d681b" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:4326ea1e2722f3dc00ed77c36d3b5354b8fb7399fb59230249ea6d59cbed90da" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-win32.whl" , hash = "sha256:085a90a99404b859a4b6c3daa42afde17cb3ad3115e44a75f0d7b4a32f06a6c9" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:18a07a683805d32826c09acfce44a90bf474e6a66ce482b1c7fcd3757d588df3" } ,
{ file = "Pillow-8.3.2-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:4e59e99fd680e2b8b11bbd463f3c9450ab799305d5f2bafb74fefba6ac058616" } ,
{ file = "Pillow-8.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4d89a2e9219a526401015153c0e9dd48319ea6ab9fe3b066a20aa9aee23d9fd3" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:56fd98c8294f57636084f4b076b75f86c57b2a63a8410c0cd172bc93695ee979" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2b11c9d310a3522b0fd3c35667914271f570576a0e387701f370eb39d45f08a4" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0412516dcc9de9b0a1e0ae25a280015809de8270f134cc2c1e32c4eeb397cf30" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:bcb04ff12e79b28be6c9988f275e7ab69f01cc2ba319fb3114f87817bb7c74b6" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:0b9911ec70731711c3b6ebcde26caea620cbdd9dcb73c67b0730c8817f24711b" } ,
{ file = "Pillow-8.3.2-cp38-cp38-win32.whl" , hash = "sha256:ce2e5e04bb86da6187f96d7bab3f93a7877830981b37f0287dd6479e27a10341" } ,
{ file = "Pillow-8.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:35d27687f027ad25a8d0ef45dd5208ef044c588003cdcedf05afb00dbc5c2deb" } ,
{ file = "Pillow-8.3.2-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:04835e68ef12904bc3e1fd002b33eea0779320d4346082bd5b24bec12ad9c3e9" } ,
{ file = "Pillow-8.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:10e00f7336780ca7d3653cf3ac26f068fa11b5a96894ea29a64d3dc4b810d630" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2cde7a4d3687f21cffdf5bb171172070bb95e02af448c4c8b2f223d783214056" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1c3ff00110835bdda2b1e2b07f4a2548a39744bb7de5946dc8e95517c4fb2ca6" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:35d409030bf3bd05fa66fb5fdedc39c521b397f61ad04309c90444e893d05f7d" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:6bff50ba9891be0a004ef48828e012babaaf7da204d81ab9be37480b9020a82b" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:7dbfbc0020aa1d9bc1b0b8bcf255a7d73f4ad0336f8fd2533fcc54a4ccfb9441" } ,
{ file = "Pillow-8.3.2-cp39-cp39-win32.whl" , hash = "sha256:963ebdc5365d748185fdb06daf2ac758116deecb2277ec5ae98139f93844bc09" } ,
{ file = "Pillow-8.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:cc9d0dec711c914ed500f1d0d3822868760954dce98dfb0b7382a854aee55d19" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:2c661542c6f71dfd9dc82d9d29a8386287e82813b0375b3a02983feac69ef864" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:548794f99ff52a73a156771a0402f5e1c35285bd981046a502d7e4793e8facaa" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8b68f565a4175e12e68ca900af8910e8fe48aaa48fd3ca853494f384e11c8bcd" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:838eb85de6d9307c19c655c726f8d13b8b646f144ca6b3771fa62b711ebf7624" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:feb5db446e96bfecfec078b943cc07744cc759893cef045aa8b8b6d6aaa8274e" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:fc0db32f7223b094964e71729c0361f93db43664dd1ec86d3df217853cedda87" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:fd4fd83aa912d7b89b4b4a1580d30e2a4242f3936882a3f433586e5ab97ed0d5" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d0c8ebbfd439c37624db98f3877d9ed12c137cadd99dde2d2eae0dab0bbfc355" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6cb3dd7f23b044b0737317f892d399f9e2f0b3a02b22b2c692851fb8120d82c6" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a66566f8a22561fc1a88dc87606c69b84fa9ce724f99522cf922c801ec68f5c1" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:ce651ca46d0202c302a535d3047c55a0131a720cf554a578fc1b8a2aff0e7d96" } ,
{ file = "Pillow-8.3.2.tar.gz" , hash = "sha256:dde3f3ed8d00c72631bc19cbfff8ad3b6215062a5eed402381ad365f82f0c18c" } ,
]
platformdirs = [
{ file = "platformdirs-2.4.0-py3-none-any.whl" , hash = "sha256:8868bbe3c3c80d42f20156f22e7131d2fb321f5bc86a2a345375c6481a67021d" } ,
{ file = "platformdirs-2.4.0.tar.gz" , hash = "sha256:367a5e80b3d04d2428ffa76d33f124cf11e8fff2acdaa9b43d545f5c7d661ef2" } ,
2021-01-17 12:00:46 +01:00
]
pluggy = [
2021-10-10 14:35:06 +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" } ,
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
psycopg2 = [
{ 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-01-17 12:00:46 +01:00
]
py = [
{ file = "py-1.10.0-py2.py3-none-any.whl" , hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a" } ,
{ file = "py-1.10.0.tar.gz" , hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3" } ,
]
pycodestyle = [
2021-10-10 14:35:06 +02:00
{ file = "pycodestyle-2.7.0-py2.py3-none-any.whl" , hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068" } ,
{ file = "pycodestyle-2.7.0.tar.gz" , hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef" } ,
2021-01-17 12:00:46 +01:00
]
pyflakes = [
2021-10-10 14:35:06 +02:00
{ file = "pyflakes-2.3.1-py2.py3-none-any.whl" , hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3" } ,
{ file = "pyflakes-2.3.1.tar.gz" , hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db" } ,
2021-01-17 12:00:46 +01:00
]
pyparsing = [
{ file = "pyparsing-2.4.7-py2.py3-none-any.whl" , hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" } ,
{ file = "pyparsing-2.4.7.tar.gz" , hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" } ,
]
pytest = [
2021-10-10 14:35:06 +02:00
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
2021-01-17 12:00:46 +01:00
]
pytest-cov = [
2021-10-10 14:35:06 +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" } ,
2021-01-17 12:00:46 +01:00
]
pytest-django = [
2021-10-10 14:35:06 +02:00
{ file = "pytest-django-4.4.0.tar.gz" , hash = "sha256:b5171e3798bf7e3fc5ea7072fe87324db67a4dd9f1192b037fed4cc3c1b7f455" } ,
{ file = "pytest_django-4.4.0-py3-none-any.whl" , hash = "sha256:65783e78382456528bd9d79a35843adde9e6a47347b20464eb2c885cb0f1f606" } ,
2021-01-17 12:00:46 +01:00
]
python-dateutil = [
2021-10-10 14:35:06 +02:00
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
2021-01-17 12:00:46 +01:00
]
2021-01-17 13:03:33 +01:00
python-stdnum = [
2021-10-10 14:35:06 +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" } ,
2021-01-17 13:03:33 +01:00
]
2021-01-17 12:00:46 +01:00
pytz = [
2021-10-10 14:35:06 +02:00
{ file = "pytz-2021.3-py2.py3-none-any.whl" , hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c" } ,
{ file = "pytz-2021.3.tar.gz" , hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326" } ,
2021-01-17 12:00:46 +01:00
]
pyupgrade = [
2021-10-10 14:35:06 +02:00
{ file = "pyupgrade-2.29.0-py2.py3-none-any.whl" , hash = "sha256:04938c7e8e4e8b476ae2b727306ecfaea95a83b707acbe6929864100dd6d9701" } ,
{ file = "pyupgrade-2.29.0.tar.gz" , hash = "sha256:27bfbc38854a40a70767ef6cbf3bf133c5472557905f0f9fe7ba5f58975701e4" } ,
2021-01-17 12:00:46 +01:00
]
pyyaml = [
2021-10-10 14:35:06 +02:00
{ file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win32.whl" , hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8" } ,
{ file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win32.whl" , hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win32.whl" , hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win32.whl" , hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win32.whl" , hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db" } ,
{ file = "PyYAML-5.4.1.tar.gz" , hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" } ,
2021-01-17 12:00:46 +01:00
]
redis = [
{ file = "redis-3.5.3-py2.py3-none-any.whl" , hash = "sha256:432b788c4530cfe16d8d943a09d40ca6c16149727e4afe8c2c9d5580c59d9f24" } ,
{ file = "redis-3.5.3.tar.gz" , hash = "sha256:0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2" } ,
]
regex = [
2021-10-10 14:35:06 +02:00
{ file = "regex-2021.10.8-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:981c786293a3115bc14c103086ae54e5ee50ca57f4c02ce7cf1b60318d1e8072" } ,
{ file = "regex-2021.10.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:51feefd58ac38eb91a21921b047da8644155e5678e9066af7bcb30ee0dca7361" } ,
{ file = "regex-2021.10.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ea8de658d7db5987b11097445f2b1f134400e2232cb40e614e5f7b6f5428710e" } ,
{ file = "regex-2021.10.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1ce02f420a7ec3b2480fe6746d756530f69769292eca363218c2291d0b116a01" } ,
{ file = "regex-2021.10.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:39079ebf54156be6e6902f5c70c078f453350616cfe7bfd2dd15bdb3eac20ccc" } ,
{ file = "regex-2021.10.8-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:ff24897f6b2001c38a805d53b6ae72267025878d35ea225aa24675fbff2dba7f" } ,
{ file = "regex-2021.10.8-cp310-cp310-win32.whl" , hash = "sha256:c6569ba7b948c3d61d27f04e2b08ebee24fec9ff8e9ea154d8d1e975b175bfa7" } ,
{ file = "regex-2021.10.8-cp310-cp310-win_amd64.whl" , hash = "sha256:45cb0f7ff782ef51bc79e227a87e4e8f24bc68192f8de4f18aae60b1d60bc152" } ,
{ file = "regex-2021.10.8-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:fab3ab8aedfb443abb36729410403f0fe7f60ad860c19a979d47fb3eb98ef820" } ,
{ file = "regex-2021.10.8-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:74e55f8d66f1b41d44bc44c891bcf2c7fad252f8f323ee86fba99d71fd1ad5e3" } ,
{ file = "regex-2021.10.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3d52c5e089edbdb6083391faffbe70329b804652a53c2fdca3533e99ab0580d9" } ,
{ file = "regex-2021.10.8-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1abbd95cbe9e2467cac65c77b6abd9223df717c7ae91a628502de67c73bf6838" } ,
{ file = "regex-2021.10.8-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b9b5c215f3870aa9b011c00daeb7be7e1ae4ecd628e9beb6d7e6107e07d81287" } ,
{ file = "regex-2021.10.8-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f540f153c4f5617bc4ba6433534f8916d96366a08797cbbe4132c37b70403e92" } ,
{ file = "regex-2021.10.8-cp36-cp36m-win32.whl" , hash = "sha256:1f51926db492440e66c89cd2be042f2396cf91e5b05383acd7372b8cb7da373f" } ,
{ file = "regex-2021.10.8-cp36-cp36m-win_amd64.whl" , hash = "sha256:5f55c4804797ef7381518e683249310f7f9646da271b71cb6b3552416c7894ee" } ,
{ file = "regex-2021.10.8-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:fb2baff66b7d2267e07ef71e17d01283b55b3cc51a81b54cc385e721ae172ba4" } ,
{ file = "regex-2021.10.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9e527ab1c4c7cf2643d93406c04e1d289a9d12966529381ce8163c4d2abe4faf" } ,
{ file = "regex-2021.10.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:36c98b013273e9da5790ff6002ab326e3f81072b4616fd95f06c8fa733d2745f" } ,
{ file = "regex-2021.10.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:55ef044899706c10bc0aa052f2fc2e58551e2510694d6aae13f37c50f3f6ff61" } ,
{ file = "regex-2021.10.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:aa0ab3530a279a3b7f50f852f1bab41bc304f098350b03e30a3876b7dd89840e" } ,
{ file = "regex-2021.10.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a37305eb3199d8f0d8125ec2fb143ba94ff6d6d92554c4b8d4a8435795a6eccd" } ,
{ file = "regex-2021.10.8-cp37-cp37m-win32.whl" , hash = "sha256:2efd47704bbb016136fe34dfb74c805b1ef5c7313aef3ce6dcb5ff844299f432" } ,
{ file = "regex-2021.10.8-cp37-cp37m-win_amd64.whl" , hash = "sha256:924079d5590979c0e961681507eb1773a142553564ccae18d36f1de7324e71ca" } ,
{ file = "regex-2021.10.8-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b09d3904bf312d11308d9a2867427479d277365b1617e48ad09696fa7dfcdf59" } ,
{ file = "regex-2021.10.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7f125fce0a0ae4fd5c3388d369d7a7d78f185f904c90dd235f7ecf8fe13fa741" } ,
{ file = "regex-2021.10.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5f199419a81c1016e0560c39773c12f0bd924c37715bffc64b97140d2c314354" } ,
{ file = "regex-2021.10.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:09e1031e2059abd91177c302da392a7b6859ceda038be9e015b522a182c89e4f" } ,
{ file = "regex-2021.10.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9c070d5895ac6aeb665bd3cd79f673775caf8d33a0b569e98ac434617ecea57d" } ,
{ file = "regex-2021.10.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:176796cb7f82a7098b0c436d6daac82f57b9101bb17b8e8119c36eecf06a60a3" } ,
{ file = "regex-2021.10.8-cp38-cp38-win32.whl" , hash = "sha256:5e5796d2f36d3c48875514c5cd9e4325a1ca172fc6c78b469faa8ddd3d770593" } ,
{ file = "regex-2021.10.8-cp38-cp38-win_amd64.whl" , hash = "sha256:e4204708fa116dd03436a337e8e84261bc8051d058221ec63535c9403a1582a1" } ,
{ file = "regex-2021.10.8-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b8b6ee6555b6fbae578f1468b3f685cdfe7940a65675611365a7ea1f8d724991" } ,
{ file = "regex-2021.10.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:973499dac63625a5ef9dfa4c791aa33a502ddb7615d992bdc89cf2cc2285daa3" } ,
{ file = "regex-2021.10.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:88dc3c1acd3f0ecfde5f95c32fcb9beda709dbdf5012acdcf66acbc4794468eb" } ,
{ file = "regex-2021.10.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:4786dae85c1f0624ac77cb3813ed99267c9adb72e59fdc7297e1cf4d6036d493" } ,
{ file = "regex-2021.10.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fe6ce4f3d3c48f9f402da1ceb571548133d3322003ce01b20d960a82251695d2" } ,
{ file = "regex-2021.10.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:9e3e2cea8f1993f476a6833ef157f5d9e8c75a59a8d8b0395a9a6887a097243b" } ,
{ file = "regex-2021.10.8-cp39-cp39-win32.whl" , hash = "sha256:82cfb97a36b1a53de32b642482c6c46b6ce80803854445e19bc49993655ebf3b" } ,
{ file = "regex-2021.10.8-cp39-cp39-win_amd64.whl" , hash = "sha256:b04e512eb628ea82ed86eb31c0f7fc6842b46bf2601b66b1356a7008327f7700" } ,
{ file = "regex-2021.10.8.tar.gz" , hash = "sha256:26895d7c9bbda5c52b3635ce5991caa90fbb1ddfac9c9ff1c7ce505e2282fb2a" } ,
2021-01-17 12:00:46 +01:00
]
requests = [
2021-10-10 14:35:06 +02:00
{ file = "requests-2.26.0-py2.py3-none-any.whl" , hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24" } ,
{ file = "requests-2.26.0.tar.gz" , hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" } ,
2021-01-17 12:00:46 +01:00
]
six = [
2021-10-10 14:35:06 +02:00
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
2021-01-17 12:00:46 +01:00
]
sqlparse = [
2021-10-10 14:35:06 +02:00
{ file = "sqlparse-0.4.2-py3-none-any.whl" , hash = "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d" } ,
{ file = "sqlparse-0.4.2.tar.gz" , hash = "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae" } ,
2021-01-17 12:00:46 +01:00
]
svgwrite = [
{ file = "svgwrite-1.4.1-py3-none-any.whl" , hash = "sha256:4b21652a1d9c543a6bf4f9f2a54146b214519b7540ca60cb99968ad09ef631d0" } ,
{ file = "svgwrite-1.4.1.zip" , hash = "sha256:e220a4bf189e7e214a55e8a11421d152b5b6fb1dd660c86a8b6b61fe8cc2ac48" } ,
]
tablib = [
{ file = "tablib-3.0.0-py3-none-any.whl" , hash = "sha256:41aa40981cddd7ec4d1fabeae7c38d271601b306386bd05b5c3bcae13e5aeb20" } ,
{ file = "tablib-3.0.0.tar.gz" , hash = "sha256:f83cac08454f225a34a305daa20e2110d5e6335135d505f93bc66583a5f9c10d" } ,
]
tokenize-rt = [
2021-10-10 14:35:06 +02:00
{ file = "tokenize_rt-4.1.0-py2.py3-none-any.whl" , hash = "sha256:b37251fa28c21e8cce2e42f7769a35fba2dd2ecafb297208f9a9a8add3ca7793" } ,
{ file = "tokenize_rt-4.1.0.tar.gz" , hash = "sha256:ab339b5ff829eb5e198590477f9c03c84e762b3e455e74c018956e7e326cbc70" } ,
2021-01-17 12:00:46 +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-10-10 14:35:06 +02:00
tomli = [
{ file = "tomli-1.2.1-py3-none-any.whl" , hash = "sha256:8dd0e9524d6f386271a36b41dbf6c57d8e32fd96fd22b6584679dc569d20899f" } ,
{ file = "tomli-1.2.1.tar.gz" , hash = "sha256:a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442" } ,
]
2021-01-17 12:00:46 +01:00
tox = [
2021-10-10 14:35:06 +02:00
{ file = "tox-3.24.4-py2.py3-none-any.whl" , hash = "sha256:5e274227a53dc9ef856767c21867377ba395992549f02ce55eb549f9fb9a8d10" } ,
{ file = "tox-3.24.4.tar.gz" , hash = "sha256:c30b57fa2477f1fb7c36aa1d83292d5c2336cd0018119e1b1c17340e2c2708ca" } ,
2021-01-17 12:00:46 +01:00
]
typed-ast = [
2021-10-10 14:35:06 +02:00
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:c907f561b1e83e93fad565bac5ba9c22d96a54e7ea0267c708bffe863cbe4075" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:1b3ead4a96c9101bef08f9f7d1217c096f31667617b58de957f690c92378b528" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-win32.whl" , hash = "sha256:dde816ca9dac1d9c01dd504ea5967821606f02e510438120091b84e852367428" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:777a26c84bea6cd934422ac2e3b78863a37017618b6e5c08f92ef69853e765d3" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f8afcf15cc511ada719a88e013cec87c11aff7b91f019295eb4530f96fe5ef2f" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:52b1eb8c83f178ab787f3a4283f68258525f8d70f778a2f6dd54d3b5e5fb4341" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:01ae5f73431d21eead5015997ab41afa53aa1fbe252f9da060be5dad2c730ace" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:c190f0899e9f9f8b6b7863debfb739abcb21a5c054f911ca3596d12b8a4c4c7f" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-win32.whl" , hash = "sha256:398e44cd480f4d2b7ee8d98385ca104e35c81525dd98c519acff1b79bdaac363" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:bff6ad71c81b3bba8fa35f0f1921fb24ff4476235a6e94a26ada2e54370e6da7" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0fb71b8c643187d7492c1f8352f2c15b4c4af3f6338f21681d3681b3dc31a266" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:760ad187b1041a154f0e4d0f6aae3e40fdb51d6de16e5c99aedadd9246450e9e" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5feca99c17af94057417d744607b82dd0a664fd5e4ca98061480fd8b14b18d04" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:95431a26309a21874005845c21118c83991c63ea800dd44843e42a916aec5899" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-win32.whl" , hash = "sha256:aee0c1256be6c07bd3e1263ff920c325b59849dc95392a05f258bb9b259cf39c" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:9ad2c92ec681e02baf81fdfa056fe0d818645efa9af1f1cd5fd6f1bd2bdfd805" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b36b4f3920103a25e1d5d024d155c504080959582b928e91cb608a65c3a49e1a" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:067a74454df670dcaa4e59349a2e5c81e567d8d65458d480a5b3dfecec08c5ff" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7538e495704e2ccda9b234b82423a4038f324f3a10c43bc088a1636180f11a41" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:af3d4a73793725138d6b334d9d247ce7e5f084d96284ed23f22ee626a7b88e39" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-win32.whl" , hash = "sha256:f2362f3cb0f3172c42938946dbc5b7843c2a28aec307c49100c8b38764eb6927" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-win_amd64.whl" , hash = "sha256:dd4a21253f42b8d2b48410cb31fe501d32f8b9fbeb1f55063ad102fe9c425e40" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f328adcfebed9f11301eaedfa48e15bdece9b519fb27e6a8c01aa52a17ec31b3" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:2c726c276d09fc5c414693a2de063f521052d9ea7c240ce553316f70656c84d4" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:cae53c389825d3b46fb37538441f75d6aecc4174f615d048321b716df2757fb0" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b9574c6f03f685070d859e75c7f9eeca02d6933273b5e69572e5ff9d5e3931c3" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-win32.whl" , hash = "sha256:209596a4ec71d990d71d5e0d312ac935d86930e6eecff6ccc7007fe54d703808" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-win_amd64.whl" , hash = "sha256:9c6d1a54552b5330bc657b7ef0eae25d00ba7ffe85d9ea8ae6540d2197a3788c" } ,
{ file = "typed_ast-1.4.3.tar.gz" , hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65" } ,
2021-01-17 12:00:46 +01:00
]
typing-extensions = [
2021-10-10 14:35:06 +02:00
{ file = "typing_extensions-3.10.0.2-py2-none-any.whl" , hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7" } ,
{ file = "typing_extensions-3.10.0.2-py3-none-any.whl" , hash = "sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34" } ,
{ file = "typing_extensions-3.10.0.2.tar.gz" , hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e" } ,
2021-01-17 12:00:46 +01:00
]
urllib3 = [
2021-10-10 14:35:06 +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" } ,
2021-01-17 12:00:46 +01:00
]
virtualenv = [
2021-10-10 14:35:06 +02:00
{ file = "virtualenv-20.8.1-py2.py3-none-any.whl" , hash = "sha256:10062e34c204b5e4ec5f62e6ef2473f8ba76513a9a617e873f1f8fb4a519d300" } ,
{ file = "virtualenv-20.8.1.tar.gz" , hash = "sha256:bcc17f0b3a29670dd777d6f0755a4c04f28815395bca279cdcb213b97199a6b8" } ,
2021-01-17 12:00:46 +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" } ,
]
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 = [
2021-10-10 14:35:06 +02:00
{ file = "zipp-3.6.0-py3-none-any.whl" , hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc" } ,
{ file = "zipp-3.6.0.tar.gz" , hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832" } ,
2021-01-17 12:00:46 +01:00
]