diff --git a/poetry.lock b/poetry.lock index d9f44cae1ad07fb73649c911f86f6075c9b32767..d17c205957deba17b6678ce27e594ea5a3ed3c1d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -8,11 +8,11 @@ python-versions = "*" [[package]] name = "aleksis-builddeps" -version = "2" +version = "3" description = "AlekSIS (School Information System) — Build/Dev dependencies for apps" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.6,<4.0" [package.dependencies] black = ">=19.10b0,<20.0" @@ -27,7 +27,8 @@ flake8-docstrings = ">=1.5.0,<2.0.0" flake8-fixme = ">=1.1.1,<2.0.0" flake8-isort = ">=4.0.0,<5.0.0" flake8-mypy = ">=17.8.0,<18.0.0" -flake8-rst-docstrings = ">=0.0.14,<0.0.15" +flake8-rst-docstrings = ">=0.1.0,<0.2.0" +freezegun = ">=1.1.0,<2.0.0" isort = ">=5.0.0,<6.0.0" pytest = ">=6.0,<7.0" pytest-cov = ">=2.8.1,<3.0.0" @@ -47,7 +48,7 @@ reference = "gitlab" [[package]] name = "aleksis-core" -version = "2.0a5.dev0+20210215073735.26fabd33" +version = "2.0a5.dev0+20210514142604.3c24658f" description = "AlekSIS (School Information System) — Core" category = "main" optional = false @@ -61,7 +62,7 @@ celery-haystack-ng = ">=0.20,<0.21" celery-progress = ">=0.1.0,<0.2.0" colour = ">=0.1.5,<0.2.0" Django = ">=3.2,<4.0" -django-any-js = ">=1.0,<2.0" +django-any-js = ">=1.1,<2.0" django-bleach = ">=0.6.1,<0.7.0" django-cachalot = ">=2.3.2,<3.0.0" django-cache-memoize = ">=0.1.6,<0.2.0" @@ -69,6 +70,7 @@ django-celery-beat = ">=2.2.0,<3.0.0" django-celery-email = ">=3.0.0,<4.0.0" django-celery-results = ">=2.0.1,<3.0.0" django-ckeditor = ">=6.0.0,<7.0.0" +django-cleanup = ">=5.1.0,<6.0.0" django-colorfield = ">=0.4.0,<0.5.0" django-dbbackup = ">=3.3.0,<4.0.0" django-debug-toolbar = ">=3.2,<4.0" @@ -87,9 +89,9 @@ django-jsonstore = ">=0.5.0,<0.6.0" django-maintenance-mode = ">=0.16.0,<0.17.0" django-material = ">=1.6.0,<2.0.0" django-menu-generator-ng = ">=1.2.3,<2.0.0" -django-middleware-global-request = ">=0.1.2,<0.2.0" django-model-utils = ">=4.0.0,<5.0.0" -django-phonenumber-field = {version = "<5.1", extras = ["phonenumbers"]} +django-oauth-toolkit = ">=1.5.0,<2.0.0" +django-phonenumber-field = {version = "<5.2", extras = ["phonenumbers"]} django-polymorphic = ">=3.0.0,<4.0.0" django-prometheus = ">=2.1.0,<3.0.0" django-pwa = ">=1.0.8,<2.0.0" @@ -104,9 +106,10 @@ django-two-factor-auth = {version = ">=1.12.1,<2.0.0", extras = ["call", "phonen django-uwsgi-ng = ">=1.1.0,<2.0.0" django_widget_tweaks = ">=1.4.5,<2.0.0" django-yarnpkg = ">=6.0,<7.0" +djangorestframework = ">=3.12.4,<4.0.0" dynaconf = {version = ">=3.1,<4.0", extras = ["ini", "toml", "yaml"]} html2text = ">=2020.0.0,<2021.0.0" -importlib-metadata = {version = ">=3.0.0,<4.0.0", markers = "python_version < \"3.9\""} +importlib-metadata = {version = ">=4.0.0,<5.0.0", markers = "python_version < \"3.9\""} ipython = ">=7.20.0,<8.0.0" libsass = ">=0.20.0,<0.21.0" license-expression = ">=1.2,<2.0" @@ -185,21 +188,21 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "attrs" -version = "20.3.0" +version = "21.2.0" description = "Classes Without Boilerplate" category = "dev" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.extras] -dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"] -docs = ["furo", "sphinx", "zope.interface"] -tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"] -tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"] +dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit"] +docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"] +tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface"] +tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins"] [[package]] name = "babel" -version = "2.9.0" +version = "2.9.1" description = "Internationalization utilities" category = "dev" optional = false @@ -405,6 +408,17 @@ category = "main" optional = false python-versions = "*" +[[package]] +name = "cffi" +version = "1.14.5" +description = "Foreign Function Interface for Python calling C code." +category = "main" +optional = false +python-versions = "*" + +[package.dependencies] +pycparser = "*" + [[package]] name = "chardet" version = "4.0.0" @@ -497,9 +511,31 @@ category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" +[package.dependencies] +toml = {version = "*", optional = true, markers = "extra == \"toml\""} + [package.extras] toml = ["toml"] +[[package]] +name = "cryptography" +version = "3.4.7" +description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." +category = "main" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +cffi = ">=1.12" + +[package.extras] +docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"] +docstest = ["doc8", "pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"] +pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"] +sdist = ["setuptools-rust (>=0.11.4)"] +ssh = ["bcrypt (>=3.1.5)"] +test = ["pytest (>=6.0)", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"] + [[package]] name = "curlylint" version = "0.12.2" @@ -520,7 +556,7 @@ dev = ["black (==19.10b0)", "flake8 (==3.8.4)", "mypy (==0.812)", "pytest (==6.2 [[package]] name = "decorator" -version = "5.0.6" +version = "5.0.8" description = "Decorators for Humans" category = "main" optional = false @@ -536,7 +572,7 @@ python-versions = "*" [[package]] name = "django" -version = "3.2" +version = "3.2.3" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false @@ -553,14 +589,14 @@ bcrypt = ["bcrypt"] [[package]] name = "django-any-js" -version = "1.0.3.post1" -description = "Include JavaScript libraries with readable template tags" +version = "1.1" +description = "Include JavaScript/CSS libraries with readable template tags" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.7,<4.0" [package.dependencies] -Django = ">=1.11" +Django = ">=2.2,<4.0" [[package]] name = "django-appconf" @@ -598,18 +634,18 @@ Django = ">=1.8" [[package]] name = "django-cachalot" -version = "2.3.5" +version = "2.4.1" description = "Caches your Django ORM queries and automatically invalidates them." category = "main" optional = false python-versions = "*" [package.dependencies] -Django = ">=2" +Django = ">=2.2,<3.3" [[package]] name = "django-cache-memoize" -version = "0.1.8" +version = "0.1.9" description = "Django utility for a memoization decorator that uses the Django cache framework." category = "main" optional = false @@ -667,6 +703,14 @@ python-versions = "*" [package.dependencies] django-js-asset = ">=1.2.2" +[[package]] +name = "django-cleanup" +version = "5.2.0" +description = "Deletes old files." +category = "main" +optional = false +python-versions = "*" + [[package]] name = "django-colorfield" version = "0.4.1" @@ -690,7 +734,7 @@ six = "*" [[package]] name = "django-debug-toolbar" -version = "3.2" +version = "3.2.1" description = "A configurable set of panels that display various debug information about the current request/response." category = "main" optional = false @@ -715,7 +759,7 @@ six = "*" [[package]] name = "django-extensions" -version = "3.1.2" +version = "3.1.3" description = "Extensions for Django" category = "main" optional = false @@ -749,14 +793,14 @@ Django = ">=2.2" [[package]] name = "django-formtools" -version = "2.2" +version = "2.3" description = "A set of high-level abstractions for Django forms" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.6" [package.dependencies] -Django = ">=1.11" +Django = ">=2.2" [[package]] name = "django-guardian" @@ -797,14 +841,14 @@ Django = ">=2.2" [[package]] name = "django-health-check" -version = "3.16.3" +version = "3.16.4" description = "Run checks on services like databases, queue servers, celery processes, etc." category = "main" optional = false python-versions = "*" [package.dependencies] -django = ">=1.11" +django = ">=2.2" [[package]] name = "django-impersonate" @@ -863,7 +907,7 @@ python-versions = "*" [[package]] name = "django-material" -version = "1.7.6" +version = "1.9.0" description = "Material design for django forms and admin" category = "main" optional = false @@ -881,30 +925,34 @@ optional = false python-versions = "*" [[package]] -name = "django-middleware-global-request" -version = "0.1.2" -description = "Django middleware that keep request instance for every thread." +name = "django-model-utils" +version = "4.1.1" +description = "Django model mixins and utilities" category = "main" optional = false python-versions = "*" [package.dependencies] -django = "*" +Django = ">=2.0.1" [[package]] -name = "django-model-utils" -version = "4.1.1" -description = "Django model mixins and utilities" +name = "django-oauth-toolkit" +version = "1.5.0" +description = "OAuth2 Provider for Django" category = "main" optional = false python-versions = "*" [package.dependencies] -Django = ">=2.0.1" +django = ">=2.2" +jwcrypto = ">=0.8.0" +oauthlib = ">=3.1.0" +requests = ">=2.13.0" +six = "*" [[package]] name = "django-otp" -version = "1.0.3" +version = "1.0.5" description = "A pluggable framework for adding two-factor authentication to Django using one-time passwords." category = "main" optional = false @@ -930,11 +978,11 @@ YubiOTP = ">=0.2.2" [[package]] name = "django-phonenumber-field" -version = "5.0.0" +version = "5.1.0" description = "An international phone number field for django models." category = "main" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.dependencies] Django = ">=2.2" @@ -1013,7 +1061,7 @@ django = ">=1.11" [[package]] name = "django-sass-processor" -version = "1.0.0" +version = "1.0.1" description = "SASS processor to compile SCSS files into *.css, while rendering, or offline." category = "main" optional = false @@ -1024,7 +1072,7 @@ management_command = ["django-compressor (>=2.4)"] [[package]] name = "django-select2" -version = "7.7.0" +version = "7.7.1" description = "Select2 option fields for Django" category = "main" optional = false @@ -1047,7 +1095,7 @@ python-versions = "*" [[package]] name = "django-stubs" -version = "1.7.0" +version = "1.8.0" description = "Mypy stubs for Django" category = "dev" optional = false @@ -1055,12 +1103,24 @@ python-versions = ">=3.6" [package.dependencies] django = "*" +django-stubs-ext = "*" mypy = ">=0.790" typing-extensions = "*" +[[package]] +name = "django-stubs-ext" +version = "0.2.0" +description = "Monkey-patching and extensions for django-stubs" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +django = "*" + [[package]] name = "django-tables2" -version = "2.3.4" +version = "2.4.0" description = "Table/data-grid framework for Django" category = "main" optional = false @@ -1126,7 +1186,7 @@ yubikey = ["django-otp-yubikey"] [[package]] name = "django-uwsgi-ng" -version = "1.1.1" +version = "1.1.2" description = "uWSGI stuff for Django projects" category = "main" optional = false @@ -1155,9 +1215,20 @@ python-versions = "*" django = "*" six = "*" +[[package]] +name = "djangorestframework" +version = "3.12.4" +description = "Web APIs for Django, made easy." +category = "main" +optional = false +python-versions = ">=3.5" + +[package.dependencies] +django = ">=2.2" + [[package]] name = "docutils" -version = "0.17" +version = "0.16" description = "Docutils -- Python Documentation Utilities" category = "dev" optional = false @@ -1203,7 +1274,7 @@ yaml = ["ruamel.yaml"] [[package]] name = "faker" -version = "8.0.0" +version = "8.1.4" description = "Faker is a Python package that generates fake data for you." category = "main" optional = false @@ -1215,7 +1286,7 @@ text-unidecode = "1.3" [[package]] name = "flake8" -version = "3.9.0" +version = "3.9.2" description = "the modular source code checker: pep8 pyflakes and co" category = "dev" optional = false @@ -1269,14 +1340,14 @@ test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"] [[package]] name = "flake8-django" -version = "1.1.1" -description = "Plugin to catch bad style specific to Django Projects" +version = "1.1.2" +description = "Plugin to catch bad style specific to Django Projects." category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.6,<4.0" [package.dependencies] -flake8 = "*" +flake8 = ">=3.8.4,<4.0.0" [[package]] name = "flake8-docstrings" @@ -1340,15 +1411,28 @@ flake8 = "*" [[package]] name = "flake8-rst-docstrings" -version = "0.0.14" +version = "0.1.2" description = "Python docstring reStructuredText (RST) validator" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.3" [package.dependencies] flake8 = ">=3.0.0" -restructuredtext_lint = "*" +pydocstyle = ">=3.0.0" +pygments = "*" +restructuredtext-lint = "*" + +[[package]] +name = "freezegun" +version = "1.1.0" +description = "Let your Python tests travel through time" +category = "dev" +optional = false +python-versions = ">=3.5" + +[package.dependencies] +python-dateutil = ">=2.7" [[package]] name = "gitdb" @@ -1363,14 +1447,15 @@ smmap = ">=3.0.1,<5" [[package]] name = "gitpython" -version = "3.1.14" +version = "3.1.17" description = "Python Git Library" category = "dev" optional = false -python-versions = ">=3.4" +python-versions = ">=3.5" [package.dependencies] gitdb = ">=4.0.1,<5" +typing-extensions = {version = ">=3.7.4.0", markers = "python_version < \"3.8\""} [[package]] name = "html2text" @@ -1398,7 +1483,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "importlib-metadata" -version = "3.10.0" +version = "4.0.1" description = "Read metadata from Python packages" category = "main" optional = false @@ -1422,7 +1507,7 @@ python-versions = "*" [[package]] name = "ipython" -version = "7.22.0" +version = "7.23.1" description = "IPython: Productive Interactive Computing" category = "main" optional = false @@ -1434,6 +1519,7 @@ backcall = "*" colorama = {version = "*", markers = "sys_platform == \"win32\""} decorator = "*" jedi = ">=0.16" +matplotlib-inline = "*" pexpect = {version = ">4.3", markers = "sys_platform != \"win32\""} pickleshare = "*" prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0" @@ -1489,17 +1575,28 @@ testing = ["Django (<3.1)", "colorama", "docopt", "pytest (<6.0.0)"] [[package]] name = "jinja2" -version = "2.11.3" +version = "3.0.0" description = "A very fast and expressive template engine." category = "dev" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.6" [package.dependencies] -MarkupSafe = ">=0.23" +MarkupSafe = ">=2.0.0rc2" [package.extras] -i18n = ["Babel (>=0.8)"] +i18n = ["Babel (>=2.7)"] + +[[package]] +name = "jwcrypto" +version = "0.8" +description = "Implementation of JOSE Web standards" +category = "main" +optional = false +python-versions = "*" + +[package.dependencies] +cryptography = ">=2.3" [[package]] name = "kombu" @@ -1553,11 +1650,22 @@ python-versions = "*" [[package]] name = "markupsafe" -version = "1.1.1" +version = "2.0.0" description = "Safely add untrusted strings to HTML/XML markup." category = "dev" optional = false -python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" +python-versions = ">=3.6" + +[[package]] +name = "matplotlib-inline" +version = "0.1.2" +description = "Inline Matplotlib backend for Jupyter" +category = "main" +optional = false +python-versions = ">=3.5" + +[package.dependencies] +traitlets = "*" [[package]] name = "mccabe" @@ -1591,6 +1699,19 @@ category = "dev" optional = false python-versions = "*" +[[package]] +name = "oauthlib" +version = "3.1.0" +description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[package.extras] +rsa = ["cryptography"] +signals = ["blinker"] +signedtoken = ["cryptography", "pyjwt (>=1.0.0)"] + [[package]] name = "packaging" version = "20.9" @@ -1632,7 +1753,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "pbr" -version = "5.5.1" +version = "5.6.0" description = "Python Build Reasonableness" category = "dev" optional = false @@ -1659,7 +1780,7 @@ ptyprocess = ">=0.5" [[package]] name = "pg8000" -version = "1.19.2" +version = "1.19.4" description = "PostgreSQL interface library" category = "dev" optional = false @@ -1670,7 +1791,7 @@ scramp = "1.4.0" [[package]] name = "phonenumbers" -version = "8.12.21" +version = "8.12.23" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." category = "main" optional = false @@ -1771,6 +1892,14 @@ category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +[[package]] +name = "pycparser" +version = "2.20" +description = "C parser in Python" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + [[package]] name = "pycryptodome" version = "3.10.1" @@ -1800,7 +1929,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pygments" -version = "2.8.1" +version = "2.9.0" description = "Pygments is a syntax highlighting package written in Python." category = "main" optional = false @@ -1829,7 +1958,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "pytest" -version = "6.2.3" +version = "6.2.4" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -1851,14 +1980,14 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-cov" -version = "2.11.1" +version = "2.12.0" description = "Pytest plugin for measuring coverage." category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.dependencies] -coverage = ">=5.2.1" +coverage = {version = ">=5.2.1", extras = ["toml"]} pytest = ">=4.6" [package.extras] @@ -1866,7 +1995,7 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "pytest-xdist", [[package]] name = "pytest-django" -version = "4.1.0" +version = "4.2.0" description = "A Django plugin for pytest." category = "dev" optional = false @@ -2081,7 +2210,7 @@ urllib3 = "*" [[package]] name = "six" -version = "1.15.0" +version = "1.16.0" description = "Python 2 and 3 compatibility utilities" category = "main" optional = false @@ -2121,7 +2250,7 @@ python-versions = "*" [[package]] name = "sphinx" -version = "3.5.3" +version = "3.5.4" description = "Python documentation generator" category = "dev" optional = false @@ -2131,7 +2260,7 @@ python-versions = ">=3.5" alabaster = ">=0.7,<0.8" babel = ">=1.3" colorama = {version = ">=0.3.5", markers = "sys_platform == \"win32\""} -docutils = ">=0.12" +docutils = ">=0.12,<0.17" imagesize = "*" Jinja2 = ">=2.3" packaging = "*" @@ -2152,11 +2281,11 @@ test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.11.1" +version = "1.12.0" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" category = "dev" optional = false -python-versions = ">=3.5.2" +python-versions = ">=3.6" [package.dependencies] Sphinx = ">=3.0" @@ -2356,7 +2485,7 @@ test = ["pytest"] [[package]] name = "twilio" -version = "6.56.0" +version = "6.58.0" description = "Twilio API client and TwiML generator" category = "main" optional = false @@ -2370,7 +2499,7 @@ six = "*" [[package]] name = "typed-ast" -version = "1.4.2" +version = "1.4.3" description = "a fork of Python 2 and 3 ast modules with type comment support" category = "dev" optional = false @@ -2378,7 +2507,7 @@ python-versions = "*" [[package]] name = "typing-extensions" -version = "3.7.4.3" +version = "3.10.0.0" description = "Backported and Experimental Type Hints for Python 3.5+" category = "main" optional = false @@ -2455,11 +2584,9 @@ alabaster = [ {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"}, ] aleksis-builddeps = [ - {file = "AlekSIS-Builddeps-2.tar.gz", hash = "sha256:fdf8b230ba4a690c279d99004316e84d7d9d72962768ca6b3205df54db9abaab"}, + {file = "AlekSIS-Builddeps-3.tar.gz", hash = "sha256:04597e29a861e576d78adc068c9f1bf85450c81dc43cb1f7db0ed43e975b64a2"}, ] aleksis-core = [ - {file = "AlekSIS-Core-2.0a5.dev0+20210215073735.26fabd33.tar.gz", hash = "sha256:e367f4f23061435d8df7492eea3658dcf26a429c9ac95d58923e82e80ed52dac"}, - {file = "AlekSIS-Core-2.0a5.dev0+20210217102451.bbdb8454.tar.gz", hash = "sha256:77dfe5726d2014afae043320da8552526cfa850ecae1a316cd3f8f24bf955930"}, {file = "AlekSIS-Core-2.0a5.dev0+20210217123802.d23be3b6.tar.gz", hash = "sha256:1489d70f360d0edf46d84d141f01af3fe3f12332b0bc99921ad20a174b4c211b"}, {file = "AlekSIS-Core-2.0a5.dev0+20210221200356.d50b445b.tar.gz", hash = "sha256:47c2dd168483dcfca23ade2d454cc9f067634ce379d85d4ddc8d5fd4d4b65d4e"}, {file = "AlekSIS-Core-2.0a5.dev0+20210221211436.3e258294.tar.gz", hash = "sha256:3602ed8c09f3c51db5924cc8f51f698cca4335f3b06653f681df47b64e3b7da1"}, @@ -2658,8 +2785,106 @@ aleksis-core = [ {file = "AlekSIS-Core-2.0a5.dev0+20210407100203.cb16c7ce.tar.gz", hash = "sha256:5b2ba3b2c54e5472b90184bfe1c301e4de20d2d27f122562fec3129d8ccaa7c9"}, {file = "AlekSIS-Core-2.0a5.dev0+20210408144309.a23d091a.tar.gz", hash = "sha256:0809dff9eebb99a7f1aff9c581587246df733a1f650212b366bd329f90523db1"}, {file = "AlekSIS-Core-2.0a5.dev0+20210408145707.9ade2048.tar.gz", hash = "sha256:ae91b544f6bd756ddcdd33caf37719253240d8b390c8388e02ba6b5906563308"}, - {file = "AlekSIS_Core-2.0a5.dev0+20210215073735.26fabd33-py3-none-any.whl", hash = "sha256:9dbe21e49d7aa24f02a6f86ea0c4be8f36bc869bf01382a5bd16271c76cdf2ab"}, - {file = "AlekSIS_Core-2.0a5.dev0+20210217102451.bbdb8454-py3-none-any.whl", hash = "sha256:0c5359f23d48e3d8482c2e13c973f76ec314c0a11241186affaad0a7c8ed655d"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210408191547.c6bbf577.tar.gz", hash = "sha256:1c0cecd2a7276f6aa335831ec37be75a9934265500dda257b11319be26218d03"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210408192808.873a673d.tar.gz", hash = "sha256:0b4135d2a6cf64880b083d215eb8dac166125525184afcf92bd062578a18e855"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210408202102.04a696db.tar.gz", hash = "sha256:c231a8743418edcefd6784bba4699aae6401df3da9b8dd4f4528874c780ef3bf"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210408203115.94c4c291.tar.gz", hash = "sha256:196df5034a0d2a72c9aa013ce99150c789f5d4b138e44878233e1c81253d0fd1"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210408204951.30cdc3a0.tar.gz", hash = "sha256:93381241fac16ffe516db55d5a8232f6aeab1cc987ad1bdf08f3f2b8f42ebbab"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210411154713.b03040bd.tar.gz", hash = "sha256:28043bc9bf1be5bfb242e256796f64e64521009b3ced454d736fb85015a56de9"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210413120325.47d8e6c3.tar.gz", hash = "sha256:ed7feaa15bd3b6537190b607867bb9fbc293a69847ca01c5d85d84df9950acae"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210413125407.466a6e29.tar.gz", hash = "sha256:46cbccae7ea6a7def08bd1ec6881feade7681906b480090ddea1b3db68ed976e"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210413170223.83fc8097.tar.gz", hash = "sha256:1eb08d87033928080c6fb30c4bfe756ad21c110c21236f0ef21a2a130cf0c6cc"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210413171814.97e442b6.tar.gz", hash = "sha256:e5091f608a6fbec65e4bc3f0ac89a6401a3516a36e84229aea3f620ebb3c58a4"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210413205314.a990b99b.tar.gz", hash = "sha256:b1e70a2965c4c6bfe440b99a1208482f68928e5a95875e63a0caed65ba087187"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210414131048.3333d61a.tar.gz", hash = "sha256:ce88fa6d5a4b70b8a4846410fdeaa3b369a64ef69fa222faa8ba32f69a263735"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210414162612.8251a782.tar.gz", hash = "sha256:c57e2ded72874d2f6784bc2ec38c7731d0a5fd9564195a6d7d0b29f467b03a40"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210414173418.d859205b.tar.gz", hash = "sha256:2d95f13cf7c1537a9d48f2ccbcceb68f780a54739c8996c77f858d15e0662dfc"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210414185256.a52afb05.tar.gz", hash = "sha256:4112081bf169fb83b2bfe96c8eb5d11eb9a3a011d00e34b9dd59f81b9d0ec37a"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210414210640.719faa35.tar.gz", hash = "sha256:2cf45a6fb10f283e1c8e2f78ea61c1222a396733dbc1b428e3194c722f1a5cc4"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210414211751.3bfcc9c2.tar.gz", hash = "sha256:9d11b8f1ad28d86ab15cbd4b0c44f98860216fafb788d52a8c05a2d01bdd626d"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210415075328.eb22ff04.tar.gz", hash = "sha256:4f1b238ebd124a0a9107f2ac6df0a2eb1e30f43847cea798c0d105b9ff975693"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210415081501.ab7953bf.tar.gz", hash = "sha256:b53603bfff230fc8a5fb36b52bf9176a198e64b5a2705819694466f2f2727ef7"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210415193215.2a851f31.tar.gz", hash = "sha256:4e2321518290b6453a9514164e6448c407742b1fc9fc4f62bc396a2bd16b834f"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210415205640.e3bed4c2.tar.gz", hash = "sha256:0e0e1c13393dba4c3cace9d060eda1c7159e46beea2108b2face9fe95e3e2c17"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210415212302.b200ef3e.tar.gz", hash = "sha256:9f6d9840223618f8d3549f19dedae0f173ca03a18adb639bb2c49dfecea47d92"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210415222556.37d73508.tar.gz", hash = "sha256:5a00085a71ced055c9e71903bc608919029a8de297b6987d8e1263cbc5925390"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416094627.29e673dd.tar.gz", hash = "sha256:8613c0458dcfb7fe88a481b5193dc74c95f09bb04c3458d8c028ec62b3a8f429"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416180926.e07a8fa9.tar.gz", hash = "sha256:e2b56145cd93ca60ec2f88bd880699670c46795d714999311012aec24898e185"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416182514.a9e12912.tar.gz", hash = "sha256:85da6db5a3787d4cc254b19a1d7ad324d7ea632b4cadf3ef2fd6a950dc287ca1"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416185404.87cda3a7.tar.gz", hash = "sha256:13053dbcea14bad3d026ec288aae89f3f35866b19691e606db9bb14380331b4e"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416190643.ce484b16.tar.gz", hash = "sha256:4a64e59bd22bf467b8ff0c1b77f26b965eb6411f7731d66a9cff597bdebf436a"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416190706.2dba6aa3.tar.gz", hash = "sha256:72f22af9dbb0d5eb19629c0d05af7e92063f4ba6142aa0a6950d80a463bc96b9"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416202532.7675da51.tar.gz", hash = "sha256:c3a68e71ee69fc71aa0fca0ed3b4eac544403387262d6836086224597ba47787"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416204906.bf5ffd15.tar.gz", hash = "sha256:ee4187fe246409b5819677ed8f97e0f1f3a5255864f88ffa4ffc7a0a2d54cbe7"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416205923.c8d07af1.tar.gz", hash = "sha256:b0a5171d60896d6dd9215dcc133042770f056482a31b987b3a39f8867db7f9ba"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416214418.a53d3a1a.tar.gz", hash = "sha256:dc2964aefe73d628a62139f23894ec3bc7c55e2da597d3b6d2308d9525a0ab9d"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416215531.63a42cdf.tar.gz", hash = "sha256:e84b70d5b9b5a6616427d8471e55787628bc9ba1a6f6fabefc4c2b4abd69ba93"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210416221013.ee8679da.tar.gz", hash = "sha256:c5497b2f56cc3955da48cfe4b98cc8fff1e2a6da481ddf183af18319460f53c0"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210417103737.29fbbeb0.tar.gz", hash = "sha256:2f288b5615bbe51d79e980422deaf311902d3020b8fdb943b37bc96eabc20383"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210417122516.5168ee93.tar.gz", hash = "sha256:2ca4d50e81e27c51496dd8549de6357f0dd1c9c8c5bd48717935b7887859b02d"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210417124934.183a0dbf.tar.gz", hash = "sha256:85063cddf42699c7d2bea4372de50dec7c380c74235e6f9ed27daeb1b8c1ff65"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210417131248.76d5fcc3.tar.gz", hash = "sha256:3f399c795e824e8e3892c38c0b01af19ef3b0b827d942a0f8294e3711e7272a4"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210417132234.f0e29a55.tar.gz", hash = "sha256:cceacddc3f24b74b6c3b2178fb9a17b64f87987c64a35cc6bd45e39e229f8e44"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210417152537.178df480.tar.gz", hash = "sha256:c52ec0e59ba626f53c797d4e29452254103181be1ef7375b1be3d7a657dc7e4d"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210417170003.1fd6195e.tar.gz", hash = "sha256:0bbf1ee8631e85c7e1acf52e912945f6618d417926334c66c8bdf72c7bd729a1"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210417173610.6b514d1e.tar.gz", hash = "sha256:58d25c13526211df291b998b2d36c6a4680ff195b146ee2cb3a7e499f41db42b"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210417184746.82178a16.tar.gz", hash = "sha256:9b936c04f45f4898cd7bf8877a0227dc65f4dc332f23bf727dd0a6b22ffb1137"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210418150411.327549b6.tar.gz", hash = "sha256:bd49c92da1687335fd66ef7ed11e2d197f8985fda39463208adb434a2432eff7"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210418195231.9cc26eb6.tar.gz", hash = "sha256:42a6e4ead770974caf6e0c9ae09888ccf75597adc5a1c1b1efb10ecfc8cb6734"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210418201326.a659c916.tar.gz", hash = "sha256:2062d99ac8eca6d488fcf8b074f57c9adc87b0765875cfaabefff8a25a81af40"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210420063518.52e4b4c8.tar.gz", hash = "sha256:20775c936a7d2cf34836e2f691c1819799032529796c7fcea435befdfba590a9"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210420081335.b9fe9e08.tar.gz", hash = "sha256:ab7bb92f9279602a9edec202d8568506f69601d6fce529f8cd4ab86f41ee553c"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210420083403.072a542e.tar.gz", hash = "sha256:a70cf54dc3b7de1ccfd10930f02e26630c480c5d1ca663be165444ccb0f6e6cf"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210420195745.c64671b6.tar.gz", hash = "sha256:6b4efaa632a2c23d5f46a6ebde3b8bea276c4d7f3f69356942500c8960844ba0"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210420211222.e8dc50c3.tar.gz", hash = "sha256:542a36216af6e9c1d39a72cced0c2eaef4a829518b252c61af714d4a8eae37e5"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210420212018.e71f1ea9.tar.gz", hash = "sha256:47b6014f8e47ba57150367036fe9762164e22e13daad778643f73dee95b71c5a"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210420215134.3f447b3b.tar.gz", hash = "sha256:66678439151443f83f9533f5a17ff4cf127d1267fd40d205e580fdd7aed8bc5d"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210421185152.6631ab3b.tar.gz", hash = "sha256:c951a32009596d38723b0839c401133641470cde739ecff4a3ca94d8701b0543"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210421192142.4c0c841f.tar.gz", hash = "sha256:22db093afce9b65d3d11e8a0ffca3d9441e465ac5d16126925584c5c355286e0"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210421193251.6fc69398.tar.gz", hash = "sha256:ecaf52c30363d7cf5333312c021cffbd0f3146dbc906b6a5dcfe7dbba1f74e82"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210421194328.54077d6f.tar.gz", hash = "sha256:30236b78a30ab680fdfcff7d7b3b3cff1619b9035d7943d1efa98b39c1c67f59"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210421195054.92b9b545.tar.gz", hash = "sha256:83a6e5ea8397c8a8eea1a68fff02152a428ce64d5d7d761d7599a7056727af28"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210422185706.c7fae2a0.tar.gz", hash = "sha256:b30ea4decb40e1e872ecf821ef7678a8238077ba4eec46d2a5a7cb4b5c19b7b9"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210422190231.915790ff.tar.gz", hash = "sha256:67324172b76867a38087928f80cd3a6065be11a842f9d82d8870dfc77d1cd908"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210422191150.17189375.tar.gz", hash = "sha256:a05b3635414a0c04baabeb538971163fe05d74f240ad2b771b481efd8c9fdc0f"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210425125708.0c3778c8.tar.gz", hash = "sha256:b8de9a26b2e57edeefb626e7ac4681557c5e38f8fbdeb2a9d2ac72389320a1ef"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210425131027.639e74e1.tar.gz", hash = "sha256:4a6a1dc452994b0c3348949286a614cf6fa6a165c1b3bdb322ad0aa880368336"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210425141833.291781db.tar.gz", hash = "sha256:54f69ad0ee44982c9ede9e4baa851e55084c39692eefb52c79427ba7e8372746"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210428141608.7dcdd1e1.tar.gz", hash = "sha256:960c2bf0495d59e10f9d9a94d7c6211d3ace9124345437e55db768b3127772b9"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210429100850.2da5f8cd.tar.gz", hash = "sha256:b2bf53a6560b1357435f8e3ac675b0c87faafb8a9bc20df48aabceea2c1f8033"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210429154305.220887cd.tar.gz", hash = "sha256:2302c6257fb2094a5807d7473ba2e0f04ffd8eb9982e8ca4c7f262f8ba74305a"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210429172736.9525df89.tar.gz", hash = "sha256:4a118d38df89e1560a77d867b991cef3aa82bb8727da615da7d0cc3b43ed5ca8"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210429195720.62ce6f82.tar.gz", hash = "sha256:c0b6598ba6bf892fb22dd93351fa4673629114a2a7a97227a09c8e80ed5875f2"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210430141509.72bcb568.tar.gz", hash = "sha256:a6af0c8d9985ebada82d8a8514ba01ac5822ef9ee680b4fbb83dc71b79261dab"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210430194309.1b350d89.tar.gz", hash = "sha256:ac4ef788f015e34781c8149e62d1c409e7809286e1a8aea2cf62cecb74edbc3d"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210430195057.6e478f1d.tar.gz", hash = "sha256:1c8407626ce8e3938f8ede2df9c0e923e22fc5e665caafe5f7083f8bf00c9c2c"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210430195631.db66c5d5.tar.gz", hash = "sha256:ed7d03e7076b8a6298786b76a960fb7825f6a4716a7a9119baee42fdc3a252fb"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210430202402.d3bf1dd6.tar.gz", hash = "sha256:a5664fc8b5e00b3a0f2edaff852f81793ae2f2c76153b9eb168704ec4c61ec68"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210504095553.39c31522.tar.gz", hash = "sha256:eb4268453ab8addd48ae9c51187f30d0c19ed172b089739dd282d179cf591b78"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210504134810.f8be13d3.tar.gz", hash = "sha256:d241d0881859998bc94a701adf7e35d9bdecb7a38691af117757f95653ac62a5"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210505085047.6f50ca62.tar.gz", hash = "sha256:208e3a2a475173270382b2b527a9feded37ccce16cdf509169dc956e5915b60e"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210505115346.ffbd558c.tar.gz", hash = "sha256:48a66432535572adffb9d90eea4f148bc84ee3fde083b689d24a464097a8f18e"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210505205213.2b4f916a.tar.gz", hash = "sha256:7956413a437d4ace322561b3a0b0b0e7b41f94cc259f981d21f062457ff38c7b"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210505210433.3e2d51fa.tar.gz", hash = "sha256:65f8ca36ef10ccda57a5796613a4ff6c1bb086996c98848140e1fd8998bdc7bc"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210506211427.00df4740.tar.gz", hash = "sha256:0bdc33b99ef8194c5480aec70eb2acd58489015285f63808b6e179c277b8c980"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210506212736.c53285d4.tar.gz", hash = "sha256:b92568b880033e050e3aed5bdca55d13d733ea88697f4582799598cf76d62169"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210507082045.8927daaf.tar.gz", hash = "sha256:d70528ad58aa218110e61e88ca0799b7a7cc1358a75daf77473ba26fe0216532"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210507142755.8509b309.tar.gz", hash = "sha256:11dea307c78a635a835710128a8a3bd23229f8e9343c9f2f0d50ab5dbc8facc7"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210511161336.22bb1f89.tar.gz", hash = "sha256:b11deb17f943088994d351a05e63cdc90815a0ad578f009dc214342c474c8b37"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210513082907.67fa51e1.tar.gz", hash = "sha256:e0c9e8c17bbf8e79c6064e1f844445accfc4caa26912ec3b1409702d5d977409"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210513083505.0f7f8cfd.tar.gz", hash = "sha256:c628083624c2572d4ce91bd83ee1e8f0939ed01d14f83b7e048a846a2b837904"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210514142604.3c24658f.tar.gz", hash = "sha256:aed411190e2e01b915e202d16587c7c8a39d3b93f8c5494988ef49bef9da3871"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210514144313.18757130.tar.gz", hash = "sha256:59e045668f22127f68babf83c558dc04095d3da9a401194f453cc64a32f4403f"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210514200007.b0f8938c.tar.gz", hash = "sha256:f33996c3e1bd3029471fd0340b94e99d091e363a174d068f7b2b0cd41641638f"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210514201303.23db9744.tar.gz", hash = "sha256:a5f64d592a2604de9905ee8d3c97680bdbfb8080b216ea7164b64b6547c5e6d3"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210514202717.1902d134.tar.gz", hash = "sha256:1c4fdf7402455bbf057239d2328bb241b29ee26a05b56a962dc27765a14fd799"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210514205129.d6a555e0.tar.gz", hash = "sha256:ffac7c240f5c7218eaadd95b7d0bbe1b1f388c550704c32a664c9d6324936962"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210514212730.fb0bb11b.tar.gz", hash = "sha256:1ff43572954bc0841f9232f766cc4f05237b93955ffda4298c4168608d825ec4"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210515093925.c3b8dd95.tar.gz", hash = "sha256:6aadc852e6f06b895a2e0573c053ba4dc4391aa7d81c11e5bde189ebc7d8a670"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210515095059.bf7dffbe.tar.gz", hash = "sha256:6ef4d86c054bce28a26b393c7672b77c5c8cc9f21eb09a03e6f287dc757c071f"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210515100129.a01a2b2e.tar.gz", hash = "sha256:ebb21cc23105a2e22e07fe99407fcce65b8f1496c4ab7937ab0845171223b5b3"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210515101222.2115bf81.tar.gz", hash = "sha256:fd3a3cd8aa0384106b36244a2fb7a1e28e073675a0b27cfaa73c106a3e2b5115"}, + {file = "AlekSIS-Core-2.0a5.dev0+20210515110339.17805fce.tar.gz", hash = "sha256:c49e46f487c60340b53c9670b0f7b4b02137d5dc6a4f2567d02bc6b15428a905"}, {file = "AlekSIS_Core-2.0a5.dev0+20210217123802.d23be3b6-py3-none-any.whl", hash = "sha256:381bb46e98b9dd6dfef638ade1cbfe837dd7c72779b6250819f99897c7050c6d"}, {file = "AlekSIS_Core-2.0a5.dev0+20210221200356.d50b445b-py3-none-any.whl", hash = "sha256:9375fc896a88143afc986d6c7ab7f77a0bd778f4b72d3790f4f46b313ba7c03f"}, {file = "AlekSIS_Core-2.0a5.dev0+20210221211436.3e258294-py3-none-any.whl", hash = "sha256:7071cb659ce20697b6e9eb026d081e4f3d9e4ede6c62b24f7181a99a4bb0be87"}, @@ -2858,6 +3083,106 @@ aleksis-core = [ {file = "AlekSIS_Core-2.0a5.dev0+20210407100203.cb16c7ce-py3-none-any.whl", hash = "sha256:3cfa05bba50134b206eb9e7087083240315537e1495c8dd12899925e990b6a32"}, {file = "AlekSIS_Core-2.0a5.dev0+20210408144309.a23d091a-py3-none-any.whl", hash = "sha256:97c9f476b8ee20ab101777d406cfbd3b5f8b09b0137c308236aba7ff99f1419b"}, {file = "AlekSIS_Core-2.0a5.dev0+20210408145707.9ade2048-py3-none-any.whl", hash = "sha256:8ac1c697d4838c2a58a81de7d721ce0b21eb674eeb82c96f542fc956a76cd449"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210408191547.c6bbf577-py3-none-any.whl", hash = "sha256:e18ffee1d734a76e5bde8b0cd27e371620185bd94b196a45210ad043956db60b"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210408192808.873a673d-py3-none-any.whl", hash = "sha256:8ef51c43c2da554a88270d02f1429144d0ea72efd3b332406f7a35c1b0102374"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210408202102.04a696db-py3-none-any.whl", hash = "sha256:3559ad1759c446012234b80d6d3569a8039bfc334040809e689b063523926f8e"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210408203115.94c4c291-py3-none-any.whl", hash = "sha256:5fe2b7a821d51054b8772d258f11c8ce4c2bec32b11dc79b0427d05ba0f71e29"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210408204951.30cdc3a0-py3-none-any.whl", hash = "sha256:d20155d5b0ead95c69edb14d171c720ad6c9b5019d9112072f632def8d0dc486"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210411154713.b03040bd-py3-none-any.whl", hash = "sha256:ba3e5331c9c8baf6a546ebc33b8d55bb94cc3c4fdb21a5db411ed4442dd84fe6"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210413120325.47d8e6c3-py3-none-any.whl", hash = "sha256:41d7dae47c1df34ff6ddaa41a9ede52e0d8fb41dc931ed2ca7ca25341e12c83f"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210413125407.466a6e29-py3-none-any.whl", hash = "sha256:c200be1445d85d1b015fa931538ccdc45f2d70ba3ebc069ec18dcb54f0ca02ff"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210413170223.83fc8097-py3-none-any.whl", hash = "sha256:80425453d0c5b38cef44891a69d49359882e1df60066a989d31bcb4f1185f9b5"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210413171814.97e442b6-py3-none-any.whl", hash = "sha256:d22595b02f64f09c1dccfbaad10cb1c58f6dd1c23a45213bd9c5235918c66119"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210413205314.a990b99b-py3-none-any.whl", hash = "sha256:284f1c77a1abf306e94835e6dc2be73bbd35f47f257a07a3c627d522d48a819a"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210414131048.3333d61a-py3-none-any.whl", hash = "sha256:d74d576aedbaece72128584989f2d1799566bca5fdf81e84af158c24fdfa368f"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210414162612.8251a782-py3-none-any.whl", hash = "sha256:fd44740f6fae596cffcdc90da4c79e46dc2fdfb297331539fcde29a38c2906ee"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210414173418.d859205b-py3-none-any.whl", hash = "sha256:c3fb99293dea28d2f39e045b69892e383f6012577b470d36a605df5ad624e68d"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210414185256.a52afb05-py3-none-any.whl", hash = "sha256:1e9d918ab216d210eb073a20669cb235129f4f8a1a64246b718107ed38158132"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210414210640.719faa35-py3-none-any.whl", hash = "sha256:de03d1ecd2637de7b271cb77fbbc0f65d803369e19eb52e100597a0806d49338"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210414211751.3bfcc9c2-py3-none-any.whl", hash = "sha256:3405db22c30a7b752d20bce3cd5067b17dade48b743877687c32fc47cf84f3e8"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210415075328.eb22ff04-py3-none-any.whl", hash = "sha256:d9959a8319267e642d49cdfeb773c6846190db8fdf68d0911a680f5d5c119dd9"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210415081501.ab7953bf-py3-none-any.whl", hash = "sha256:4e00bb9abf0238bbf8ecaaf2dd2d869ebcb3e4a2fd64c2772107e1c34c17fa2c"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210415193215.2a851f31-py3-none-any.whl", hash = "sha256:78bacd79cb3512fb09eff0ea90ff40f2508221bd34f951e39c1bf29819940aa4"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210415205640.e3bed4c2-py3-none-any.whl", hash = "sha256:39a56da60ef1b2649188257bc5a86b2f5b04f6f305e24ae9890f097fdb1827b7"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210415212302.b200ef3e-py3-none-any.whl", hash = "sha256:e3f5a534ebeb80c00dbed52621ab63b7825062617f0048fc3ae014472f56709c"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210415222556.37d73508-py3-none-any.whl", hash = "sha256:8312198c3f4a5832e4a6380f59262873419076206a9ded1a33073c6c2799ccf6"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416094627.29e673dd-py3-none-any.whl", hash = "sha256:4b92638293b94cc74cdb992f1dd14aa1b63530e72622c403d94c47dd8d9d9059"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416180926.e07a8fa9-py3-none-any.whl", hash = "sha256:54c1070e1cc6111527c9419a3dba0894e6daf100934da3fb67c06df837c9ef81"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416182514.a9e12912-py3-none-any.whl", hash = "sha256:f76f1553ea6443deadd79aa2e50bf86627971433f5b72e20858df381759f87de"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416185404.87cda3a7-py3-none-any.whl", hash = "sha256:e5c09c418bc63e142d79e06006580ee7ce091da980ec6391c7d7a4223fbac508"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416190643.ce484b16-py3-none-any.whl", hash = "sha256:48c63f8c148d50ac1fa87e623b68cd18566a2b44b1aa2fc060daa9675bd769e2"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416190706.2dba6aa3-py3-none-any.whl", hash = "sha256:b97fecef8461c78a28f32e5b505fa21279e67ebe902c3f17ab2a5f6233b380fc"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416202532.7675da51-py3-none-any.whl", hash = "sha256:e612d7eb41ffe3e52d706e6d17667a8d7df3668c4d0b15bdfac4570e6656ed74"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416204906.bf5ffd15-py3-none-any.whl", hash = "sha256:84475f3c88848cdbbc13af987e07b314d48316f9d3d8b72d9974335032c969fa"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416205923.c8d07af1-py3-none-any.whl", hash = "sha256:0b9866cbe02296827b8a7611a246df7e94b2be01608d3c9aec5a26c2250849aa"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416214418.a53d3a1a-py3-none-any.whl", hash = "sha256:d0cce9f7e86eb7a898474ef303a723a57ae426d15da061c453e0e36c9b4773ba"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416215531.63a42cdf-py3-none-any.whl", hash = "sha256:6c13ab00f7397f462b9fde816dcb9bb735fa5b45dbcd79eb403801ad61294939"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210416221013.ee8679da-py3-none-any.whl", hash = "sha256:fb2ab235aaa88f8f6a2fe7e84444c7fda5bf88a8df06a2a7b84500de8136f388"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210417103737.29fbbeb0-py3-none-any.whl", hash = "sha256:d7227a1635cc805e519bb5141c52f909e6f5354b5a99928e362e0194ea048960"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210417122516.5168ee93-py3-none-any.whl", hash = "sha256:4588275418158f8a7c265a0c12cf5995f10611ac75f155a49797ae0e929ddb07"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210417124934.183a0dbf-py3-none-any.whl", hash = "sha256:0a8e28d2ea9d94acf256a167509f5146e149f147daa4b52c8b372f1c65c7db90"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210417131248.76d5fcc3-py3-none-any.whl", hash = "sha256:e0fd85fbcdbcdbcdd6e0f838071f8c79c38a9b8b310627c27cd9528587b7eeda"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210417132234.f0e29a55-py3-none-any.whl", hash = "sha256:631b0fee9e6ef25bea004f027577b91c9361b2f79ce552673078a8f06f7ebc96"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210417152537.178df480-py3-none-any.whl", hash = "sha256:cd43a1262cebb2a4053daf9c1a1f5dfcfc51bccd10f752c7c25edca871e0a8ea"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210417170003.1fd6195e-py3-none-any.whl", hash = "sha256:3c58d423fa6519a4a4a92fa74e9fdf3cce647bcb8fd6eaf0b927cadcfddad692"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210417173610.6b514d1e-py3-none-any.whl", hash = "sha256:9e689d7cbe4887e64215053b8f6ad100756ebb09333ba31e864d3252aa22e32c"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210417184746.82178a16-py3-none-any.whl", hash = "sha256:2a2633212c9f0ee95d834941410398f71924592d9075ff9130c8e6d1285ae0ab"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210418150411.327549b6-py3-none-any.whl", hash = "sha256:18088bd855093b168eb4e2d0fa855ab2f21cf5190e67ecefab035324a8882319"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210418195231.9cc26eb6-py3-none-any.whl", hash = "sha256:607c7d5a7dfa69d948f545f77bc8a063efd788c7df9a22808060dff3735d2b72"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210418201326.a659c916-py3-none-any.whl", hash = "sha256:5b1860be9dffe1468b953f0a52b2a684f3c961a61f0493657e0402e8af0375c1"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210420063518.52e4b4c8-py3-none-any.whl", hash = "sha256:72d3077361aab8c6c38e79477bbc1cb1b0f02eba78331c8e3cd3d47c42858b3e"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210420081335.b9fe9e08-py3-none-any.whl", hash = "sha256:c09c413e760f7cdd9606240d0ea27d52df49637779307893eaec0dc4592a5191"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210420083403.072a542e-py3-none-any.whl", hash = "sha256:2546b709eb4c082d16ade6966ef6114e34a488376057d70e8ed2a8c5feb7ac40"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210420195745.c64671b6-py3-none-any.whl", hash = "sha256:64d3b99971e0ec8e39f1d50f5c10930a47c3907ae23b53fb6dbb258b15191843"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210420211222.e8dc50c3-py3-none-any.whl", hash = "sha256:6fb32bd922ca8fe5d71ae6b0d2604896158bcd6a3e3655dabc004c5c04227e40"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210420212018.e71f1ea9-py3-none-any.whl", hash = "sha256:257112ee50228b33006118530201582f3dd154c560f8ec9e7b76a54b9fe53a0c"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210420215134.3f447b3b-py3-none-any.whl", hash = "sha256:3ecc844a3afd2d8c5e03ce21c93f1800d40d008ae2a9815dd8458ec19e5b6e88"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210421185152.6631ab3b-py3-none-any.whl", hash = "sha256:8f36be4b880149417e3c55b75041d990e8ae062a45b5b0f0e4df6fea8b6e3dcd"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210421192142.4c0c841f-py3-none-any.whl", hash = "sha256:d0c0bb622f36ab3a494d4582053ef1d33e9fd42837346f6c8d1211647b7e8bf7"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210421193251.6fc69398-py3-none-any.whl", hash = "sha256:2a6af4b1244bb2df53ee2636728778a7d6b075285d91e927652777ecbd5f6aa5"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210421194328.54077d6f-py3-none-any.whl", hash = "sha256:1aa0c2ef25c2cb61ad555d27dfddd520d72da98d75e3aabb5653d1c5041c948d"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210421195054.92b9b545-py3-none-any.whl", hash = "sha256:21df57a8cfaa69de00862194ffe7dfa89ce9b598f52d63870656451be0f707ef"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210422185706.c7fae2a0-py3-none-any.whl", hash = "sha256:ac551d4c5a56bfa715485aa942b007175cf5a2f86b5528c61ffe7236af5af93d"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210422190231.915790ff-py3-none-any.whl", hash = "sha256:4f3ff2c17524997c625478753c791a641371983d26bcf770dbe1692b145535ea"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210422191150.17189375-py3-none-any.whl", hash = "sha256:8e6b98cedefa2a226a55fc32424a31ec646cd6def1c962ef1c4b58b36ca058c3"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210425125708.0c3778c8-py3-none-any.whl", hash = "sha256:35f8041dfc1d44665a840e0f9244e36462da89fe25efb34bfc63868120355abc"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210425131027.639e74e1-py3-none-any.whl", hash = "sha256:112c80bae68070b5d297d87b5d0c822f1a1f128c15fda4360841d5f27db06585"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210425141833.291781db-py3-none-any.whl", hash = "sha256:00b287ee78f84db2bd47d19c4ad95dd7580b01290460133422d1d296147ecc96"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210428141608.7dcdd1e1-py3-none-any.whl", hash = "sha256:cf013317fb03df60ac8be049afc68fe86850fca3d36446f6cdfba25c9915028e"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210429100850.2da5f8cd-py3-none-any.whl", hash = "sha256:a93721f0437f50e54c13e5f7de86a6f07a58f64785f75d9952a5e6965abfc6fa"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210429154305.220887cd-py3-none-any.whl", hash = "sha256:b6d03daa5f91d9ce8586dd1e0d1413e84876d96f4716cc04d4f36c19c7e28e80"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210429172736.9525df89-py3-none-any.whl", hash = "sha256:0cf3f8ed6714c4fd162e3e48fd71df4a231a4ef7494283fb79d7d596c34df7ca"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210429195720.62ce6f82-py3-none-any.whl", hash = "sha256:18834339d892fd40a3248b966dea177f213c645cdf3e514b0481cf08fb5bcde4"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210430141509.72bcb568-py3-none-any.whl", hash = "sha256:b9084e21c5765b0895a1eb2be26ecc99f2fd0778a116cd320fd56dc19b314e78"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210430194309.1b350d89-py3-none-any.whl", hash = "sha256:ef0778ab1a305cb839b098c69887bea6a965c90698f18aa396760fa365fd156c"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210430195057.6e478f1d-py3-none-any.whl", hash = "sha256:1ce4afab4712246e366672b1662a4afcd13d1f4bb2b77d2ba501224c7176e7e6"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210430195631.db66c5d5-py3-none-any.whl", hash = "sha256:cb39f4fac529427e7d67ac40bff8019597d8a038bbfbcdbe7648f1c1391119e3"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210430202402.d3bf1dd6-py3-none-any.whl", hash = "sha256:8dceef1e4f3a41d73dc170f069095c4a3e82c93f8ad64acb523ce4886ccc4af1"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210504095553.39c31522-py3-none-any.whl", hash = "sha256:3c8121b7fc13d7c892d00f44544ede2d816fca4157651303467036d6aaab7d59"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210504134810.f8be13d3-py3-none-any.whl", hash = "sha256:b83e49d5c1d51cc0c108ead014a2ecb382a0e23c9253fae613efc7ab78516a5e"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210505085047.6f50ca62-py3-none-any.whl", hash = "sha256:fc85cbb6a40a0587a07e9dfb484ae73532afb8bc05b1665301f9b9918465264d"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210505115346.ffbd558c-py3-none-any.whl", hash = "sha256:f3c9270d9c8abb7785f57c359cb7c464c69d045105f1ed6af921c8b57a006721"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210505205213.2b4f916a-py3-none-any.whl", hash = "sha256:ca6b3274eb1855cc5075f747ac89dbd1ddc17613c992c2ef05892408973c6d2c"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210505210433.3e2d51fa-py3-none-any.whl", hash = "sha256:e4c5d18a53238df3a31ebd0feb3f7f0b9a8cf2577d03189ca0edab18f9dddd35"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210506211427.00df4740-py3-none-any.whl", hash = "sha256:8d1b0947fd0b6fe45d3b91f1cc8f3117d3235f4609eb9cced9937f24b30ee6ef"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210506212736.c53285d4-py3-none-any.whl", hash = "sha256:6d234778e900cf9c617d0c448fe7fc386fba50e839bd50a6df6230662ffbd77c"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210507082045.8927daaf-py3-none-any.whl", hash = "sha256:abffde6182d65341632185c448d97579b34f5a1d7491dc2b3600742225e8d49e"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210507142755.8509b309-py3-none-any.whl", hash = "sha256:9807b9f4d181c519b5476003c922f4e5d3c3ec32c283c537c32b9ed7ff5dc04b"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210511161336.22bb1f89-py3-none-any.whl", hash = "sha256:7de937d55f2b44346b7f9de13e4186434962e5973899c20e9ed1a36b94571de4"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210513082907.67fa51e1-py3-none-any.whl", hash = "sha256:7ddef3bbf5aa54b71bf41faf635e51a9c7151f08893583288d792ac5bfbfe089"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210513083505.0f7f8cfd-py3-none-any.whl", hash = "sha256:47868d35a6218540cb032fb3bb33775c250abec812cec75913c580c1f2614a4d"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210514142604.3c24658f-py3-none-any.whl", hash = "sha256:ffa2ab83873d21819ff00062cb53c1eae4c1ce9d50fa27187a1ac4e101fc3391"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210514144313.18757130-py3-none-any.whl", hash = "sha256:c618c2f70ba7018ccddd265dfc1b0360bc2870d02a92fc288cbcb3de7a238579"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210514200007.b0f8938c-py3-none-any.whl", hash = "sha256:e685a511f20d428ff067d87ada8ff9fb68e6db5ab856de72c404c6ac125af29b"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210514201303.23db9744-py3-none-any.whl", hash = "sha256:468987f76df0b781885febbe2be1831acf2408828b1dc3f49a474a03e1956ad6"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210514202717.1902d134-py3-none-any.whl", hash = "sha256:0984f920d3e4fee78a1f79de9aadd0340ef5aea2fefc245ed8a9b121afa3c2e1"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210514205129.d6a555e0-py3-none-any.whl", hash = "sha256:63d4bda10fc3f32ea97d5e2c346f9260b93fcf30ae4f7d62670c592634c334c6"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210514212730.fb0bb11b-py3-none-any.whl", hash = "sha256:9c190736b528f7dffa93e80bac16da454831aeb605b3851d426b939e6bda63a4"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210515093925.c3b8dd95-py3-none-any.whl", hash = "sha256:6cdb1d2ffadcec2cec9a94a2ac7adc4eb2fd7b8668d8ac6b9f9e99f121e73286"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210515095059.bf7dffbe-py3-none-any.whl", hash = "sha256:bfb53e951b6e7c157f60d30e59d4ca3ea7999b3c10395753d9bf69644911f508"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210515100129.a01a2b2e-py3-none-any.whl", hash = "sha256:f42080d503e8cd9e15f45dde4dc889743f3b64f0a864529ba3184f2500d926c8"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210515101222.2115bf81-py3-none-any.whl", hash = "sha256:69e120b3789e27d11d1d81e0edf84cd8280190ae5759b72c8b10163db7df8e50"}, + {file = "AlekSIS_Core-2.0a5.dev0+20210515110339.17805fce-py3-none-any.whl", hash = "sha256:ed5afc5dd60281fe0a6a30fd2eaeb326aef20155c2e67981b0ded40c97cadd91"}, ] amqp = [ {file = "amqp-5.0.6-py3-none-any.whl", hash = "sha256:493a2ac6788ce270a2f6a765b017299f60c1998f5a8617908ee9be082f7300fb"}, @@ -2884,12 +3209,12 @@ atomicwrites = [ {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"}, ] attrs = [ - {file = "attrs-20.3.0-py2.py3-none-any.whl", hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6"}, - {file = "attrs-20.3.0.tar.gz", hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"}, + {file = "attrs-21.2.0-py2.py3-none-any.whl", hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1"}, + {file = "attrs-21.2.0.tar.gz", hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb"}, ] babel = [ - {file = "Babel-2.9.0-py2.py3-none-any.whl", hash = "sha256:9d35c22fcc79893c3ecc85ac4a56cde1ecf3f19c540bba0922308a6c06ca6fa5"}, - {file = "Babel-2.9.0.tar.gz", hash = "sha256:da031ab54472314f210b0adcff1588ee5d1d1d0ba4dbd07b94dba82bde791e05"}, + {file = "Babel-2.9.1-py2.py3-none-any.whl", hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9"}, + {file = "Babel-2.9.1.tar.gz", hash = "sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0"}, ] backcall = [ {file = "backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255"}, @@ -2942,6 +3267,45 @@ certifi = [ {file = "certifi-2020.12.5-py2.py3-none-any.whl", hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"}, {file = "certifi-2020.12.5.tar.gz", hash = "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c"}, ] +cffi = [ + {file = "cffi-1.14.5-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:bb89f306e5da99f4d922728ddcd6f7fcebb3241fc40edebcb7284d7514741991"}, + {file = "cffi-1.14.5-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:34eff4b97f3d982fb93e2831e6750127d1355a923ebaeeb565407b3d2f8d41a1"}, + {file = "cffi-1.14.5-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:99cd03ae7988a93dd00bcd9d0b75e1f6c426063d6f03d2f90b89e29b25b82dfa"}, + {file = "cffi-1.14.5-cp27-cp27m-win32.whl", hash = "sha256:65fa59693c62cf06e45ddbb822165394a288edce9e276647f0046e1ec26920f3"}, + {file = "cffi-1.14.5-cp27-cp27m-win_amd64.whl", hash = "sha256:51182f8927c5af975fece87b1b369f722c570fe169f9880764b1ee3bca8347b5"}, + {file = "cffi-1.14.5-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:43e0b9d9e2c9e5d152946b9c5fe062c151614b262fda2e7b201204de0b99e482"}, + {file = "cffi-1.14.5-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:cbde590d4faaa07c72bf979734738f328d239913ba3e043b1e98fe9a39f8b2b6"}, + {file = "cffi-1.14.5-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:5de7970188bb46b7bf9858eb6890aad302577a5f6f75091fd7cdd3ef13ef3045"}, + {file = "cffi-1.14.5-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:a465da611f6fa124963b91bf432d960a555563efe4ed1cc403ba5077b15370aa"}, + {file = "cffi-1.14.5-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:d42b11d692e11b6634f7613ad8df5d6d5f8875f5d48939520d351007b3c13406"}, + {file = "cffi-1.14.5-cp35-cp35m-win32.whl", hash = "sha256:72d8d3ef52c208ee1c7b2e341f7d71c6fd3157138abf1a95166e6165dd5d4369"}, + {file = "cffi-1.14.5-cp35-cp35m-win_amd64.whl", hash = "sha256:29314480e958fd8aab22e4a58b355b629c59bf5f2ac2492b61e3dc06d8c7a315"}, + {file = "cffi-1.14.5-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:3d3dd4c9e559eb172ecf00a2a7517e97d1e96de2a5e610bd9b68cea3925b4892"}, + {file = "cffi-1.14.5-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:48e1c69bbacfc3d932221851b39d49e81567a4d4aac3b21258d9c24578280058"}, + {file = "cffi-1.14.5-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:69e395c24fc60aad6bb4fa7e583698ea6cc684648e1ffb7fe85e3c1ca131a7d5"}, + {file = "cffi-1.14.5-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:9e93e79c2551ff263400e1e4be085a1210e12073a31c2011dbbda14bda0c6132"}, + {file = "cffi-1.14.5-cp36-cp36m-win32.whl", hash = "sha256:58e3f59d583d413809d60779492342801d6e82fefb89c86a38e040c16883be53"}, + {file = "cffi-1.14.5-cp36-cp36m-win_amd64.whl", hash = "sha256:005a36f41773e148deac64b08f233873a4d0c18b053d37da83f6af4d9087b813"}, + {file = "cffi-1.14.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:2894f2df484ff56d717bead0a5c2abb6b9d2bf26d6960c4604d5c48bbc30ee73"}, + {file = "cffi-1.14.5-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:0857f0ae312d855239a55c81ef453ee8fd24136eaba8e87a2eceba644c0d4c06"}, + {file = "cffi-1.14.5-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:cd2868886d547469123fadc46eac7ea5253ea7fcb139f12e1dfc2bbd406427d1"}, + {file = "cffi-1.14.5-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:35f27e6eb43380fa080dccf676dece30bef72e4a67617ffda586641cd4508d49"}, + {file = "cffi-1.14.5-cp37-cp37m-win32.whl", hash = "sha256:9ff227395193126d82e60319a673a037d5de84633f11279e336f9c0f189ecc62"}, + {file = "cffi-1.14.5-cp37-cp37m-win_amd64.whl", hash = "sha256:9cf8022fb8d07a97c178b02327b284521c7708d7c71a9c9c355c178ac4bbd3d4"}, + {file = "cffi-1.14.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8b198cec6c72df5289c05b05b8b0969819783f9418e0409865dac47288d2a053"}, + {file = "cffi-1.14.5-cp38-cp38-manylinux1_i686.whl", hash = "sha256:ad17025d226ee5beec591b52800c11680fca3df50b8b29fe51d882576e039ee0"}, + {file = "cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:6c97d7350133666fbb5cf4abdc1178c812cb205dc6f41d174a7b0f18fb93337e"}, + {file = "cffi-1.14.5-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:8ae6299f6c68de06f136f1f9e69458eae58f1dacf10af5c17353eae03aa0d827"}, + {file = "cffi-1.14.5-cp38-cp38-win32.whl", hash = "sha256:b85eb46a81787c50650f2392b9b4ef23e1f126313b9e0e9013b35c15e4288e2e"}, + {file = "cffi-1.14.5-cp38-cp38-win_amd64.whl", hash = "sha256:1f436816fc868b098b0d63b8920de7d208c90a67212546d02f84fe78a9c26396"}, + {file = "cffi-1.14.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:1071534bbbf8cbb31b498d5d9db0f274f2f7a865adca4ae429e147ba40f73dea"}, + {file = "cffi-1.14.5-cp39-cp39-manylinux1_i686.whl", hash = "sha256:9de2e279153a443c656f2defd67769e6d1e4163952b3c622dcea5b08a6405322"}, + {file = "cffi-1.14.5-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:6e4714cc64f474e4d6e37cfff31a814b509a35cb17de4fb1999907575684479c"}, + {file = "cffi-1.14.5-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:158d0d15119b4b7ff6b926536763dc0714313aa59e320ddf787502c70c4d4bee"}, + {file = "cffi-1.14.5-cp39-cp39-win32.whl", hash = "sha256:afb29c1ba2e5a3736f1c301d9d0abe3ec8b86957d04ddfa9d7a6a42b9367e396"}, + {file = "cffi-1.14.5-cp39-cp39-win_amd64.whl", hash = "sha256:f2d45f97ab6bb54753eab54fffe75aaf3de4ff2341c9daee1987ee1837636f1d"}, + {file = "cffi-1.14.5.tar.gz", hash = "sha256:fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c"}, +] chardet = [ {file = "chardet-4.0.0-py2.py3-none-any.whl", hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5"}, {file = "chardet-4.0.0.tar.gz", hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"}, @@ -3026,24 +3390,39 @@ coverage = [ {file = "coverage-5.5-pp37-none-any.whl", hash = "sha256:2a3859cb82dcbda1cfd3e6f71c27081d18aa251d20a17d87d26d4cd216fb0af4"}, {file = "coverage-5.5.tar.gz", hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c"}, ] +cryptography = [ + {file = "cryptography-3.4.7-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:3d8427734c781ea5f1b41d6589c293089704d4759e34597dce91014ac125aad1"}, + {file = "cryptography-3.4.7-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:8e56e16617872b0957d1c9742a3f94b43533447fd78321514abbe7db216aa250"}, + {file = "cryptography-3.4.7-cp36-abi3-manylinux2010_x86_64.whl", hash = "sha256:37340614f8a5d2fb9aeea67fd159bfe4f5f4ed535b1090ce8ec428b2f15a11f2"}, + {file = "cryptography-3.4.7-cp36-abi3-manylinux2014_aarch64.whl", hash = "sha256:240f5c21aef0b73f40bb9f78d2caff73186700bf1bc6b94285699aff98cc16c6"}, + {file = "cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl", hash = "sha256:1e056c28420c072c5e3cb36e2b23ee55e260cb04eee08f702e0edfec3fb51959"}, + {file = "cryptography-3.4.7-cp36-abi3-win32.whl", hash = "sha256:0f1212a66329c80d68aeeb39b8a16d54ef57071bf22ff4e521657b27372e327d"}, + {file = "cryptography-3.4.7-cp36-abi3-win_amd64.whl", hash = "sha256:de4e5f7f68220d92b7637fc99847475b59154b7a1b3868fb7385337af54ac9ca"}, + {file = "cryptography-3.4.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl", hash = "sha256:26965837447f9c82f1855e0bc8bc4fb910240b6e0d16a664bb722df3b5b06873"}, + {file = "cryptography-3.4.7-pp36-pypy36_pp73-manylinux2014_x86_64.whl", hash = "sha256:eb8cc2afe8b05acbd84a43905832ec78e7b3873fb124ca190f574dca7389a87d"}, + {file = "cryptography-3.4.7-pp37-pypy37_pp73-manylinux2010_x86_64.whl", hash = "sha256:7ec5d3b029f5fa2b179325908b9cd93db28ab7b85bb6c1db56b10e0b54235177"}, + {file = "cryptography-3.4.7-pp37-pypy37_pp73-manylinux2014_x86_64.whl", hash = "sha256:ee77aa129f481be46f8d92a1a7db57269a2f23052d5f2433b4621bb457081cc9"}, + {file = "cryptography-3.4.7.tar.gz", hash = "sha256:3d10de8116d25649631977cb37da6cbdd2d6fa0e0281d014a5b7d337255ca713"}, +] curlylint = [ {file = "curlylint-0.12.2-py3-none-any.whl", hash = "sha256:98bc15609ce858387dd70a28c7ddda96e82d0f1cb8bf51b8902532ce0fc1a97e"}, {file = "curlylint-0.12.2.tar.gz", hash = "sha256:76b557cf8d007bd92df2dae61a02e65f8aa2ff3e05c6398b1314d92692fbb0d8"}, ] decorator = [ - {file = "decorator-5.0.6-py3-none-any.whl", hash = "sha256:d9f2d2863183a3c0df05f4b786f2e6b8752c093b3547a558f287bf3022fd2bf4"}, - {file = "decorator-5.0.6.tar.gz", hash = "sha256:f2e71efb39412bfd23d878e896a51b07744f2e2250b2e87d158e76828c5ae202"}, + {file = "decorator-5.0.8-py3-none-any.whl", hash = "sha256:77a3141f7f5837b5de43569c35508ca4570022ba501db8c8a2a8b292bd35772a"}, + {file = "decorator-5.0.8.tar.gz", hash = "sha256:bff00cfb18698f9a19fa6400451fd7ea894f3845cedd7b8b7b0ce9c53171fefb"}, ] dj-database-url = [ {file = "dj-database-url-0.5.0.tar.gz", hash = "sha256:4aeaeb1f573c74835b0686a2b46b85990571159ffc21aa57ecd4d1e1cb334163"}, {file = "dj_database_url-0.5.0-py2.py3-none-any.whl", hash = "sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"}, ] django = [ - {file = "Django-3.2-py3-none-any.whl", hash = "sha256:0604e84c4fb698a5e53e5857b5aea945b2f19a18f25f10b8748dbdf935788927"}, - {file = "Django-3.2.tar.gz", hash = "sha256:21f0f9643722675976004eb683c55d33c05486f94506672df3d6a141546f389d"}, + {file = "Django-3.2.3-py3-none-any.whl", hash = "sha256:7e0a1393d18c16b503663752a8b6790880c5084412618990ce8a81cc908b4962"}, + {file = "Django-3.2.3.tar.gz", hash = "sha256:13ac78dbfd189532cad8f383a27e58e18b3d33f80009ceb476d7fcbfc5dcebd8"}, ] django-any-js = [ - {file = "django-any-js-1.0.3.post1.tar.gz", hash = "sha256:32306643d4989b3cdbbf6a87bb43ca4d5ca35863c96ad96a8bc0d50bcf9d4ab4"}, + {file = "django-any-js-1.1.tar.gz", hash = "sha256:2972946902ba049f73bf8bb87e0a0118f77a8c9dca89438f193598bff758422f"}, + {file = "django_any_js-1.1-py3-none-any.whl", hash = "sha256:1499934e293bbcaad29b8edaaefca87dda79eb3df1faeaaea67b80e2866ae1f8"}, ] django-appconf = [ {file = "django-appconf-1.0.4.tar.gz", hash = "sha256:be58deb54a43d77d2e1621fe59f787681376d3cd0b8bd8e4758ef6c3a6453380"}, @@ -3058,12 +3437,12 @@ django-bulk-update = [ {file = "django_bulk_update-2.2.0-py2.py3-none-any.whl", hash = "sha256:49a403392ae05ea872494d74fb3dfa3515f8df5c07cc277c3dc94724c0ee6985"}, ] django-cachalot = [ - {file = "django-cachalot-2.3.5.tar.gz", hash = "sha256:02afabb6e83f5f06c87a7e6f01ebcdbc52a4156ec849da8e68b14498bc474d3e"}, - {file = "django_cachalot-2.3.5-py3-none-any.whl", hash = "sha256:ed0782f9702ead95337692f0fae8bbb9352a106490f272d9b76e86b1da81c7e3"}, + {file = "django-cachalot-2.4.1.tar.gz", hash = "sha256:9859ed59f215090c24ad6a5d654b693c47a8d802132695cf238a1d384df1e245"}, + {file = "django_cachalot-2.4.1-py3-none-any.whl", hash = "sha256:744e4ec03cc5a440303524f759f637b1ecc1cbf1232f36ebd1dae835da5853d1"}, ] django-cache-memoize = [ - {file = "django-cache-memoize-0.1.8.tar.gz", hash = "sha256:f85ca71ddfe3d61d561d5a382736f83148fb75e542585e7028b65d6d3681ec85"}, - {file = "django_cache_memoize-0.1.8-py3-none-any.whl", hash = "sha256:81b00714b50917431ce12a4544e0630a70c86fed27755a82186efc2945b8f8b3"}, + {file = "django-cache-memoize-0.1.9.tar.gz", hash = "sha256:31f9d45fc1374d64963c5490877b857d3160d9b9047e40e40ed721345ca32bf3"}, + {file = "django_cache_memoize-0.1.9-py3-none-any.whl", hash = "sha256:01b209488d3b62d2de362de82d55098f7393e36d31c6e220fa88165e3556aa28"}, ] django-celery-beat = [ {file = "django-celery-beat-2.2.0.tar.gz", hash = "sha256:b8a13afb15e7c53fc04f4f847ac71a6d32088959aba701eb7c4a59f0c28ba543"}, @@ -3081,6 +3460,10 @@ django-ckeditor = [ {file = "django-ckeditor-6.0.0.tar.gz", hash = "sha256:29fd1a333cb9741ac2c3fd4e427a5c00115ed33a2389716a09af7656022dcdde"}, {file = "django_ckeditor-6.0.0-py2.py3-none-any.whl", hash = "sha256:cc2d377f1bdcd4ca1540caeebe85f7e2cd006198d57328ef6c718d3eaa5a0846"}, ] +django-cleanup = [ + {file = "django-cleanup-5.2.0.tar.gz", hash = "sha256:909d10ff574f5ce1a40fa63bd5c94c9ed866fd7ae770994c46cdf66c3db3e846"}, + {file = "django_cleanup-5.2.0-py2.py3-none-any.whl", hash = "sha256:193cf69de54b9fc0a0f4547edbb3a63bbe01728cb029f9f4b7912098cc1bced7"}, +] django-colorfield = [ {file = "django-colorfield-0.4.1.tar.gz", hash = "sha256:63a542c417b72d0dac898a0f61a2a00aed3c9aabc2f5057c926efccf421f7887"}, {file = "django_colorfield-0.4.1-py3-none-any.whl", hash = "sha256:e38f8b9dabbab48a6dab3d1eb5bd802decb92970d56a28128c9a70cdbf383e30"}, @@ -3089,16 +3472,16 @@ django-dbbackup = [ {file = "django-dbbackup-3.3.0.tar.gz", hash = "sha256:bb109735cae98b64ad084e5b461b7aca2d7b39992f10c9ed9435e3ebb6fb76c8"}, ] django-debug-toolbar = [ - {file = "django-debug-toolbar-3.2.tar.gz", hash = "sha256:84e2607d900dbd571df0a2acf380b47c088efb787dce9805aefeb407341961d2"}, - {file = "django_debug_toolbar-3.2-py3-none-any.whl", hash = "sha256:9e5a25d0c965f7e686f6a8ba23613ca9ca30184daa26487706d4829f5cfb697a"}, + {file = "django-debug-toolbar-3.2.1.tar.gz", hash = "sha256:a5ff2a54f24bf88286f9872836081078f4baa843dc3735ee88524e89f8821e33"}, + {file = "django_debug_toolbar-3.2.1-py3-none-any.whl", hash = "sha256:e759e63e3fe2d3110e0e519639c166816368701eab4a47fed75d7de7018467b9"}, ] django-dynamic-preferences = [ {file = "django-dynamic-preferences-1.10.1.tar.gz", hash = "sha256:e4b2bb7b2563c5064ba56dd76441c77e06b850ff1466a386a1cd308909a6c7de"}, {file = "django_dynamic_preferences-1.10.1-py2.py3-none-any.whl", hash = "sha256:9419fa925fd2cbb665269ae72059eb3058bf080913d853419b827e4e7a141902"}, ] django-extensions = [ - {file = "django-extensions-3.1.2.tar.gz", hash = "sha256:081828e985485662f62a22340c1506e37989d14b927652079a5b7cd84a82368b"}, - {file = "django_extensions-3.1.2-py3-none-any.whl", hash = "sha256:17f85f4dcdd5eea09b8c4f0bad8f0370bf2db6d03e61b431fa7103fee29888de"}, + {file = "django-extensions-3.1.3.tar.gz", hash = "sha256:5f0fea7bf131ca303090352577a9e7f8bfbf5489bd9d9c8aea9401db28db34a0"}, + {file = "django_extensions-3.1.3-py3-none-any.whl", hash = "sha256:50de8977794a66a91575dd40f87d5053608f679561731845edbd325ceeb387e3"}, ] django-favicon-plus-reloaded = [ {file = "django-favicon-plus-reloaded-1.0.4.tar.gz", hash = "sha256:90c761c636a338e6e9fb1d086649d82095085f92cff816c9cf074607f28c85a5"}, @@ -3109,8 +3492,8 @@ django-filter = [ {file = "django_filter-2.4.0-py3-none-any.whl", hash = "sha256:e00d32cebdb3d54273c48f4f878f898dced8d5dfaad009438fe61ebdf535ace1"}, ] django-formtools = [ - {file = "django-formtools-2.2.tar.gz", hash = "sha256:c5272c03c1cd51b2375abf7397a199a3148a9fbbf2f100e186467a84025d13b2"}, - {file = "django_formtools-2.2-py2.py3-none-any.whl", hash = "sha256:304fa777b8ef9e0693ce7833f885cb89ba46b0e46fc23b01176900a93f46742f"}, + {file = "django-formtools-2.3.tar.gz", hash = "sha256:9663b6eca64777b68d6d4142efad8597fe9a685924673b25aa8a1dcff4db00c3"}, + {file = "django_formtools-2.3-py3-none-any.whl", hash = "sha256:4699937e19ee041d803943714fe0c1c7ad4cab802600eb64bbf4cdd0a1bfe7d9"}, ] django-guardian = [ {file = "django-guardian-2.3.0.tar.gz", hash = "sha256:ed2de26e4defb800919c5749fb1bbe370d72829fbd72895b6cf4f7f1a7607e1b"}, @@ -3124,8 +3507,8 @@ django-haystack = [ {file = "django-haystack-3.0.tar.gz", hash = "sha256:d490f920afa85471dd1fa5000bc8eff4b704daacbe09aee1a64e75cbc426f3be"}, ] django-health-check = [ - {file = "django-health-check-3.16.3.tar.gz", hash = "sha256:a6aa6ea423eae4fd0665f6372b826af1ed20dfc3e88cf52789d0b49cfb64969c"}, - {file = "django_health_check-3.16.3-py2.py3-none-any.whl", hash = "sha256:d0628ffc11aee7e62e73b58ff39179ea2a9ca5abfbc92cb345ceca268593dd71"}, + {file = "django-health-check-3.16.4.tar.gz", hash = "sha256:334bcbbb9273a6dbd9c928e78474306e623dfb38cc442281cb9fd230a20a7fdb"}, + {file = "django_health_check-3.16.4-py2.py3-none-any.whl", hash = "sha256:86a8869d67e72394a1dd73e37819a7d2cfd915588b96927fda611d7451fd4735"}, ] django-impersonate = [ {file = "django-impersonate-1.7.3.tar.gz", hash = "sha256:282003957577c7143fe31e5861f8fffdf6fe0c25557aedb28fcf8b11474eaa23"}, @@ -3150,30 +3533,31 @@ django-maintenance-mode = [ {file = "django_maintenance_mode-0.16.0-py3-none-any.whl", hash = "sha256:88287573b4e95285052f664d4f08e15ac4c350c1a6c77bc743ca3fc6e1f6410c"}, ] django-material = [ - {file = "django-material-1.7.6.tar.gz", hash = "sha256:5488e8fe24069cc6682801692ad05293a4b60a637a87a31e0ebd9f3319cd371d"}, - {file = "django_material-1.7.6-py2.py3-none-any.whl", hash = "sha256:b5496505da7dd92f23ca694bc411c6bf0ff584fc30f4239d890ab29f9260160c"}, + {file = "django-material-1.9.0.tar.gz", hash = "sha256:5a7144d1029b4a2bfee2e5d0d8d00f30742dd7e3f868b3787d8cd61e54f26437"}, + {file = "django_material-1.9.0-py2.py3-none-any.whl", hash = "sha256:816513170771bcb2540b5ce314fbef1a906906220587a9cb9521e61092a6f610"}, ] django-menu-generator-ng = [ {file = "django-menu-generator-ng-1.2.3.tar.gz", hash = "sha256:0c21a094b094add909655728b6b2d4a8baa5a2047da8f649be52589bea0e3ba2"}, ] -django-middleware-global-request = [ - {file = "django-middleware-global-request-0.1.2.tar.gz", hash = "sha256:f6490759bc9f7dbde4001709554e29ca715daf847f2222914b4e47117dca9313"}, -] django-model-utils = [ {file = "django-model-utils-4.1.1.tar.gz", hash = "sha256:eb5dd05ef7d7ce6bc79cae54ea7c4a221f6f81e2aad7722933aee66489e7264b"}, {file = "django_model_utils-4.1.1-py3-none-any.whl", hash = "sha256:ef7c440024e797796a3811432abdd2be8b5225ae64ef346f8bfc6de7d8e5d73c"}, ] +django-oauth-toolkit = [ + {file = "django-oauth-toolkit-1.5.0.tar.gz", hash = "sha256:650e5ef2244d1d8db8f507137e0d1e8b8aad1f4086a4a610526e8851f9a38308"}, + {file = "django_oauth_toolkit-1.5.0-py3-none-any.whl", hash = "sha256:b2e346a7c1e222774bfb370f21b556b92b408395b4c23914e2d1b241b2e5376a"}, +] django-otp = [ - {file = "django-otp-1.0.3.tar.gz", hash = "sha256:381a15e65293b8b06d47b7d6b306e0b7af2e104137ac92f6c566d3b9b90b6244"}, - {file = "django_otp-1.0.3-py3-none-any.whl", hash = "sha256:f4ab096b424c33ffe69453620356e1b7517f30dfb9ba13bfeaa1d1f20faddc13"}, + {file = "django-otp-1.0.5.tar.gz", hash = "sha256:cc657a0e7266cda6ab42f861bdc3840ed24f7e441bc7f249916174dd1a6375a0"}, + {file = "django_otp-1.0.5-py3-none-any.whl", hash = "sha256:75a815747a0542cc5442e3a6396dfd272c49a0866bee2149ac57ecc36ddd3961"}, ] django-otp-yubikey = [ {file = "django-otp-yubikey-1.0.0.post1.tar.gz", hash = "sha256:1da060257611d06e681848b7923fd788d878a79e8c358a373374deab13a085af"}, {file = "django_otp_yubikey-1.0.0.post1-py2.py3-none-any.whl", hash = "sha256:613c96be211c1267400a5a78ae63f212c722f82dffb9daef3c8b1df370abb9be"}, ] django-phonenumber-field = [ - {file = "django-phonenumber-field-5.0.0.tar.gz", hash = "sha256:1eb7af3a108744665f7c3939d38aa15b3728c57d13d45d656b0a2aa11e8cdc3c"}, - {file = "django_phonenumber_field-5.0.0-py3-none-any.whl", hash = "sha256:adb46905cc4ecb19d8494424e1c4352f24946bb472340a2a17257d44bf8228e6"}, + {file = "django-phonenumber-field-5.1.0.tar.gz", hash = "sha256:9eda963ac15b363393f677cc084efd45c3bd97bb5a0cdb4a06409ac99e05dd4b"}, + {file = "django_phonenumber_field-5.1.0-py3-none-any.whl", hash = "sha256:48724ba235ee8248a474204faa0934c5baf9536f429859d05cb131fbd6b1c695"}, ] django-polymorphic = [ {file = "django-polymorphic-3.0.0.tar.gz", hash = "sha256:9d886f19f031d26bb1391c055ed9be06fb226a04a4cec1842b372c58873b3caa"}, @@ -3200,22 +3584,27 @@ django-reversion = [ {file = "django_reversion-3.0.9-py3-none-any.whl", hash = "sha256:1b57127a136b969f4b843a915c72af271febe7f336469db6c27121f8adcad35c"}, ] django-sass-processor = [ - {file = "django-sass-processor-1.0.0.tar.gz", hash = "sha256:cb90efee38cd7b0fe727c78d8993ad7804de33f40328200dfc1a481307ef0466"}, + {file = "django-sass-processor-1.0.1.tar.gz", hash = "sha256:dcaad47c591a2d52689c1bd209259e922e902d886293f0d5c9e0d1a4eb85eda2"}, + {file = "django_sass_processor-1.0.1-py3-none-any.whl", hash = "sha256:1f043180c47754018e803a77da003377f5ea6558de57cd6946eb27a32e9c16a2"}, ] django-select2 = [ - {file = "django-select2-7.7.0.tar.gz", hash = "sha256:26b4c59cbeba57aea1737187b930a83c8070788286b4236b13f7873c01b32684"}, - {file = "django_select2-7.7.0-py2.py3-none-any.whl", hash = "sha256:e56bfe3074d6b87524c5dbc139884c18c74a5e7324d66f0b93e42b6012ea0dc0"}, + {file = "django-select2-7.7.1.tar.gz", hash = "sha256:dd091342e99436818b3fa98783ae6c24fb2a0cbc37ebd3faa0aef68422b6e416"}, + {file = "django_select2-7.7.1-py2.py3-none-any.whl", hash = "sha256:8c54984bb931d842eab6a46d1b427c6883e5f5347529cda27dcd942fb37d87b9"}, ] django-settings-context-processor = [ {file = "django-settings-context-processor-0.2.tar.gz", hash = "sha256:d37c853d69a3069f5abbf94c7f4f6fc0fac38bbd0524190cd5a250ba800e496a"}, ] django-stubs = [ - {file = "django-stubs-1.7.0.tar.gz", hash = "sha256:ddd190aca5b9adb4d30760d5c64f67cb3658703f5f42c3bb0c2c71ff4d752c39"}, - {file = "django_stubs-1.7.0-py3-none-any.whl", hash = "sha256:30a7d99c694acf79c5d93d69a5a8e4b54d2a8c11dd672aa869006789e2189fa6"}, + {file = "django-stubs-1.8.0.tar.gz", hash = "sha256:717967d7fee0a6af0746724a0be80d72831a982a40fa8f245a6a46f4cafd157b"}, + {file = "django_stubs-1.8.0-py3-none-any.whl", hash = "sha256:bde9e44e3c4574c2454e74a3e607cc3bc23b0441bb7d1312cd677d5e30984b74"}, +] +django-stubs-ext = [ + {file = "django-stubs-ext-0.2.0.tar.gz", hash = "sha256:c14f297835a42c1122421ec7e2d06579996b29d33b8016002762afa5d78863af"}, + {file = "django_stubs_ext-0.2.0-py3-none-any.whl", hash = "sha256:bd4a1e36ef2ba0ef15801933c85c68e59b383302c873795c6ecfc25950c7ecdb"}, ] django-tables2 = [ - {file = "django-tables2-2.3.4.tar.gz", hash = "sha256:50ccadbd13740a996d8a4d4f144ef80134745cd0b5ec278061537e341f5ef7a2"}, - {file = "django_tables2-2.3.4-py2.py3-none-any.whl", hash = "sha256:af5f70a9845fd8690c6b44120b065e55b9771cae99c1dcd0eb4f1cfa3f0a71e4"}, + {file = "django-tables2-2.4.0.tar.gz", hash = "sha256:4eb526464ee56a0b7d827d1da9a4f257e44edb5e1cbb6a0cfb6ca0fed70d8e4f"}, + {file = "django_tables2-2.4.0-py2.py3-none-any.whl", hash = "sha256:0f10ecef25708385a9d32d68d7c9478ca8dda31569410cb05a025be3f2c57593"}, ] django-templated-email = [ {file = "django-templated-email-2.3.0.tar.gz", hash = "sha256:536c4e5ae099eabfb9aab36087d4d7799948c654e73da55a744213d086d5bb33"}, @@ -3229,7 +3618,8 @@ django-two-factor-auth = [ {file = "django_two_factor_auth-1.13.1-py2.py3-none-any.whl", hash = "sha256:d270d4288731233621a9462a89a8dfed2dcb86fa354125c816a89772d55f9e29"}, ] django-uwsgi-ng = [ - {file = "django-uwsgi-ng-1.1.1.tar.gz", hash = "sha256:777023fd291c5408f18e2ac4922faf25f161075699e11bf40f86dd90c9b9f1d4"}, + {file = "django-uwsgi-ng-1.1.2.tar.gz", hash = "sha256:1df2ffa642f7a831bd8d7f7e459f7b0821113b37174ccf4bf977e4467d45d9b3"}, + {file = "django_uwsgi_ng-1.1.2-py3-none-any.whl", hash = "sha256:8b1a489a1ed9e56da0efadfa86ec306b532e5cd953fe34b234aaefc26898c649"}, ] django-widget-tweaks = [ {file = "django-widget-tweaks-1.4.8.tar.gz", hash = "sha256:9f91ca4217199b7671971d3c1f323a2bec71a0c27dec6260b3c006fa541bc489"}, @@ -3238,9 +3628,13 @@ django-widget-tweaks = [ django-yarnpkg = [ {file = "django-yarnpkg-6.0.1.tar.gz", hash = "sha256:aa059347b246c6f242401581d2c129bdcb45aa726be59fe2f288762a9843348a"}, ] +djangorestframework = [ + {file = "djangorestframework-3.12.4-py3-none-any.whl", hash = "sha256:6d1d59f623a5ad0509fe0d6bfe93cbdfe17b8116ebc8eda86d45f6e16e819aaf"}, + {file = "djangorestframework-3.12.4.tar.gz", hash = "sha256:f747949a8ddac876e879190df194b925c177cdeb725a099db1460872f7c0a7f2"}, +] docutils = [ - {file = "docutils-0.17-py2.py3-none-any.whl", hash = "sha256:a71042bb7207c03d5647f280427f14bfbd1a65c9eb84f4b341d85fafb6bb4bdf"}, - {file = "docutils-0.17.tar.gz", hash = "sha256:e2ffeea817964356ba4470efba7c2f42b6b0de0b04e66378507e3e2504bbff4c"}, + {file = "docutils-0.16-py2.py3-none-any.whl", hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af"}, + {file = "docutils-0.16.tar.gz", hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc"}, ] dparse = [ {file = "dparse-0.5.1-py3-none-any.whl", hash = "sha256:e953a25e44ebb60a5c6efc2add4420c177f1d8404509da88da9729202f306994"}, @@ -3251,12 +3645,12 @@ dynaconf = [ {file = "dynaconf-3.1.4.tar.gz", hash = "sha256:b2f472d83052f809c5925565b8a2ba76a103d5dc1dbb9748b693ed67212781b9"}, ] faker = [ - {file = "Faker-8.0.0-py3-none-any.whl", hash = "sha256:225314932de94c282b096f6c3aac32db50119922747ac09a8350310da44241e5"}, - {file = "Faker-8.0.0.tar.gz", hash = "sha256:fe4bc214ba448ca52b20a0ee0ed16ded3e1ddce7874f2a95cd321d21e2e388d9"}, + {file = "Faker-8.1.4-py3-none-any.whl", hash = "sha256:73562fb99b6046c5d26b8dd98a1437a896f8601c96382d835c656166159f4f59"}, + {file = "Faker-8.1.4.tar.gz", hash = "sha256:c6a4a0a1dde71f16d489a3097661a87ae96329dbde4c3ece8a5ccc340441ade1"}, ] flake8 = [ - {file = "flake8-3.9.0-py2.py3-none-any.whl", hash = "sha256:12d05ab02614b6aee8df7c36b97d1a3b2372761222b19b58621355e82acddcff"}, - {file = "flake8-3.9.0.tar.gz", hash = "sha256:78873e372b12b093da7b5e5ed302e8ad9e988b38b063b61ad937f26ca58fc5f0"}, + {file = "flake8-3.9.2-py2.py3-none-any.whl", hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907"}, + {file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"}, ] flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, @@ -3269,8 +3663,8 @@ flake8-builtins = [ {file = "flake8_builtins-1.5.3-py2.py3-none-any.whl", hash = "sha256:7706babee43879320376861897e5d1468e396a40b8918ed7bccf70e5f90b8687"}, ] flake8-django = [ - {file = "flake8-django-1.1.1.tar.gz", hash = "sha256:fb4e8f669d3cf44297bb6e1c5d0a358ab0aba373cd4c69268cf2798de6bcbd9b"}, - {file = "flake8_django-1.1.1-py3-none-any.whl", hash = "sha256:c71da0e61b6119dae91cbffdbdb00f1d6ebe3f5d0c43f5bf136929997ab0b72d"}, + {file = "flake8-django-1.1.2.tar.gz", hash = "sha256:b4314abb5bacda450d2eae564a0604447111b1b98188e46bca41682ad2ab59d6"}, + {file = "flake8_django-1.1.2-py3-none-any.whl", hash = "sha256:f8bfdbe8352c2c5f3788c2a2f6652dd2604af24af07a5aa112206d63ae228fdc"}, ] flake8-docstrings = [ {file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"}, @@ -3293,15 +3687,20 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-rst-docstrings = [ - {file = "flake8-rst-docstrings-0.0.14.tar.gz", hash = "sha256:8f8bcb18f1408b506dd8ba2c99af3eac6128f6911d4bf6ff874b94caa70182a2"}, + {file = "flake8-rst-docstrings-0.1.2.tar.gz", hash = "sha256:7d34d2175a0cd92aba0872ade74268b2f2c12582c7267d4a0e6ef1c32a828ce3"}, + {file = "flake8_rst_docstrings-0.1.2-py3-none-any.whl", hash = "sha256:73b5db2fd9d4d7c7e6b7767931730c4570e5a89f34a1501b837afb3b6d31537a"}, +] +freezegun = [ + {file = "freezegun-1.1.0-py2.py3-none-any.whl", hash = "sha256:2ae695f7eb96c62529f03a038461afe3c692db3465e215355e1bb4b0ab408712"}, + {file = "freezegun-1.1.0.tar.gz", hash = "sha256:177f9dd59861d871e27a484c3332f35a6e3f5d14626f2bf91be37891f18927f3"}, ] gitdb = [ {file = "gitdb-4.0.7-py3-none-any.whl", hash = "sha256:6c4cc71933456991da20917998acbe6cf4fb41eeaab7d6d67fbc05ecd4c865b0"}, {file = "gitdb-4.0.7.tar.gz", hash = "sha256:96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005"}, ] gitpython = [ - {file = "GitPython-3.1.14-py3-none-any.whl", hash = "sha256:3283ae2fba31c913d857e12e5ba5f9a7772bbc064ae2bb09efafa71b0dd4939b"}, - {file = "GitPython-3.1.14.tar.gz", hash = "sha256:be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61"}, + {file = "GitPython-3.1.17-py3-none-any.whl", hash = "sha256:29fe82050709760081f588dd50ce83504feddbebdc4da6956d02351552b1c135"}, + {file = "GitPython-3.1.17.tar.gz", hash = "sha256:ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e"}, ] html2text = [ {file = "html2text-2020.1.16-py3-none-any.whl", hash = "sha256:c7c629882da0cf377d66f073329ccf34a12ed2adf0169b9285ae4e63ef54c82b"}, @@ -3316,16 +3715,16 @@ imagesize = [ {file = "imagesize-1.2.0.tar.gz", hash = "sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"}, ] importlib-metadata = [ - {file = "importlib_metadata-3.10.0-py3-none-any.whl", hash = "sha256:d2d46ef77ffc85cbf7dac7e81dd663fde71c45326131bea8033b9bad42268ebe"}, - {file = "importlib_metadata-3.10.0.tar.gz", hash = "sha256:c9db46394197244adf2f0b08ec5bc3cf16757e9590b02af1fca085c16c0d600a"}, + {file = "importlib_metadata-4.0.1-py3-none-any.whl", hash = "sha256:d7eb1dea6d6a6086f8be21784cc9e3bcfa55872b52309bc5fad53a8ea444465d"}, + {file = "importlib_metadata-4.0.1.tar.gz", hash = "sha256:8c501196e49fb9df5df43833bdb1e4328f64847763ec8a50703148b73784d581"}, ] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] ipython = [ - {file = "ipython-7.22.0-py3-none-any.whl", hash = "sha256:c0ce02dfaa5f854809ab7413c601c4543846d9da81010258ecdab299b542d199"}, - {file = "ipython-7.22.0.tar.gz", hash = "sha256:9c900332d4c5a6de534b4befeeb7de44ad0cc42e8327fa41b7685abde58cec74"}, + {file = "ipython-7.23.1-py3-none-any.whl", hash = "sha256:f78c6a3972dde1cc9e4041cbf4de583546314ba52d3c97208e5b6b2221a9cb7d"}, + {file = "ipython-7.23.1.tar.gz", hash = "sha256:714810a5c74f512b69d5f3b944c86e592cee0a5fb9c728e582f074610f6cf038"}, ] ipython-genutils = [ {file = "ipython_genutils-0.2.0-py2.py3-none-any.whl", hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8"}, @@ -3340,8 +3739,12 @@ jedi = [ {file = "jedi-0.18.0.tar.gz", hash = "sha256:92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707"}, ] jinja2 = [ - {file = "Jinja2-2.11.3-py2.py3-none-any.whl", hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419"}, - {file = "Jinja2-2.11.3.tar.gz", hash = "sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6"}, + {file = "Jinja2-3.0.0-py3-none-any.whl", hash = "sha256:2f2de5285cf37f33d33ecd4a9080b75c87cd0c1994d5a9c6df17131ea1f049c6"}, + {file = "Jinja2-3.0.0.tar.gz", hash = "sha256:ea8d7dd814ce9df6de6a761ec7f1cac98afe305b8cdc4aaae4e114b8d8ce24c5"}, +] +jwcrypto = [ + {file = "jwcrypto-0.8-py2.py3-none-any.whl", hash = "sha256:16e17faa4dce36551ade3a3ccb06236a61e5924ea1db163c9be9827acf935a82"}, + {file = "jwcrypto-0.8.tar.gz", hash = "sha256:b7fee2635bbefdf145399392f5be26ad54161c8271c66b5fe107b4b452f06c24"}, ] kombu = [ {file = "kombu-5.0.2-py2.py3-none-any.whl", hash = "sha256:6dc509178ac4269b0e66ab4881f70a2035c33d3a622e20585f965986a5182006"}, @@ -3367,58 +3770,44 @@ license-expression = [ {file = "license_expression-1.2-py2.py3-none-any.whl", hash = "sha256:6d97906380cecfc758a77f6d38c6760f2afade7e83d2b8295e234fe21f486fb8"}, ] markupsafe = [ - {file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"}, - {file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7"}, - {file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183"}, - {file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl", hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b"}, - {file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl", hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e"}, - {file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f"}, - {file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1"}, - {file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5"}, - {file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1"}, - {file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735"}, - {file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl", hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21"}, - {file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl", hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235"}, - {file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b"}, - {file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f"}, - {file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905"}, - {file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl", hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1"}, - {file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl", hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d"}, - {file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff"}, - {file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:d53bc011414228441014aa71dbec320c66468c1030aae3a6e29778a3382d96e5"}, - {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473"}, - {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e"}, - {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:3b8a6499709d29c2e2399569d96719a1b21dcd94410a586a18526b143ec8470f"}, - {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:84dee80c15f1b560d55bcfe6d47b27d070b4681c699c572af2e3c7cc90a3b8e0"}, - {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:b1dba4527182c95a0db8b6060cc98ac49b9e2f5e64320e2b56e47cb2831978c7"}, - {file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl", hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66"}, - {file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5"}, - {file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d"}, - {file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:bf5aa3cbcfdf57fa2ee9cd1822c862ef23037f5c832ad09cfea57fa846dec193"}, - {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e"}, - {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"}, - {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:6fffc775d90dcc9aed1b89219549b329a9250d918fd0b8fa8d93d154918422e1"}, - {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:a6a744282b7718a2a62d2ed9d993cad6f5f585605ad352c11de459f4108df0a1"}, - {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:195d7d2c4fbb0ee8139a6cf67194f3973a6b3042d742ebe0a9ed36d8b6f0c07f"}, - {file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl", hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"}, - {file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"}, - {file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15"}, - {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2"}, - {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42"}, - {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:acf08ac40292838b3cbbb06cfe9b2cb9ec78fce8baca31ddb87aaac2e2dc3bc2"}, - {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:d9be0ba6c527163cbed5e0857c451fcd092ce83947944d6c14bc95441203f032"}, - {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:caabedc8323f1e93231b52fc32bdcde6db817623d33e100708d9a68e1f53b26b"}, - {file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl", hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b"}, - {file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be"}, - {file = "MarkupSafe-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d73a845f227b0bfe8a7455ee623525ee656a9e2e749e4742706d80a6065d5e2c"}, - {file = "MarkupSafe-1.1.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:98bae9582248d6cf62321dcb52aaf5d9adf0bad3b40582925ef7c7f0ed85fceb"}, - {file = "MarkupSafe-1.1.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:2beec1e0de6924ea551859edb9e7679da6e4870d32cb766240ce17e0a0ba2014"}, - {file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:7fed13866cf14bba33e7176717346713881f56d9d2bcebab207f7a036f41b850"}, - {file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:6f1e273a344928347c1290119b493a1f0303c52f5a5eae5f16d74f48c15d4a85"}, - {file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:feb7b34d6325451ef96bc0e36e1a6c0c1c64bc1fbec4b854f4529e51887b1621"}, - {file = "MarkupSafe-1.1.1-cp39-cp39-win32.whl", hash = "sha256:22c178a091fc6630d0d045bdb5992d2dfe14e3259760e713c490da5323866c39"}, - {file = "MarkupSafe-1.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:b7d644ddb4dbd407d31ffb699f1d140bc35478da613b441c582aeb7c43838dd8"}, - {file = "MarkupSafe-1.1.1.tar.gz", hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"}, + {file = "MarkupSafe-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:2efaeb1baff547063bad2b2893a8f5e9c459c4624e1a96644bbba08910ae34e0"}, + {file = "MarkupSafe-2.0.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:441ce2a8c17683d97e06447fcbccbdb057cbf587c78eb75ae43ea7858042fe2c"}, + {file = "MarkupSafe-2.0.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:45535241baa0fc0ba2a43961a1ac7562ca3257f46c4c3e9c0de38b722be41bd1"}, + {file = "MarkupSafe-2.0.0-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:90053234a6479738fd40d155268af631c7fca33365f964f2208867da1349294b"}, + {file = "MarkupSafe-2.0.0-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:3b54a9c68995ef4164567e2cd1a5e16db5dac30b2a50c39c82db8d4afaf14f63"}, + {file = "MarkupSafe-2.0.0-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:f58b5ba13a5689ca8317b98439fccfbcc673acaaf8241c1869ceea40f5d585bf"}, + {file = "MarkupSafe-2.0.0-cp36-cp36m-win32.whl", hash = "sha256:a00dce2d96587651ef4fa192c17e039e8cfab63087c67e7d263a5533c7dad715"}, + {file = "MarkupSafe-2.0.0-cp36-cp36m-win_amd64.whl", hash = "sha256:007dc055dbce5b1104876acee177dbfd18757e19d562cd440182e1f492e96b95"}, + {file = "MarkupSafe-2.0.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a08cd07d3c3c17cd33d9e66ea9dee8f8fc1c48e2d11bd88fd2dc515a602c709b"}, + {file = "MarkupSafe-2.0.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:3c352ff634e289061711608f5e474ec38dbaa21e3e168820d53d5f4015e5b91b"}, + {file = "MarkupSafe-2.0.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:32200f562daaab472921a11cbb63780f1654552ae49518196fc361ed8e12e901"}, + {file = "MarkupSafe-2.0.0-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:fef86115fdad7ae774720d7103aa776144cf9b66673b4afa9bcaa7af990ed07b"}, + {file = "MarkupSafe-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:e79212d09fc0e224d20b43ad44bb0a0a3416d1e04cf6b45fed265114a5d43d20"}, + {file = "MarkupSafe-2.0.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:79b2ae94fa991be023832e6bcc00f41dbc8e5fe9d997a02db965831402551730"}, + {file = "MarkupSafe-2.0.0-cp37-cp37m-win32.whl", hash = "sha256:3261fae28155e5c8634dd7710635fe540a05b58f160cef7713c7700cb9980e66"}, + {file = "MarkupSafe-2.0.0-cp37-cp37m-win_amd64.whl", hash = "sha256:e4570d16f88c7f3032ed909dc9e905a17da14a1c4cfd92608e3fda4cb1208bbd"}, + {file = "MarkupSafe-2.0.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8f806bfd0f218477d7c46a11d3e52dc7f5fdfaa981b18202b7dc84bbc287463b"}, + {file = "MarkupSafe-2.0.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e77e4b983e2441aff0c0d07ee711110c106b625f440292dfe02a2f60c8218bd6"}, + {file = "MarkupSafe-2.0.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:031bf79a27d1c42f69c276d6221172417b47cb4b31cdc73d362a9bf5a1889b9f"}, + {file = "MarkupSafe-2.0.0-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:83cf0228b2f694dcdba1374d5312f2277269d798e65f40344964f642935feac1"}, + {file = "MarkupSafe-2.0.0-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:4cc563836f13c57f1473bc02d1e01fc37bab70ad4ee6be297d58c1d66bc819bf"}, + {file = "MarkupSafe-2.0.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:d00a669e4a5bec3ee6dbeeeedd82a405ced19f8aeefb109a012ea88a45afff96"}, + {file = "MarkupSafe-2.0.0-cp38-cp38-win32.whl", hash = "sha256:161d575fa49395860b75da5135162481768b11208490d5a2143ae6785123e77d"}, + {file = "MarkupSafe-2.0.0-cp38-cp38-win_amd64.whl", hash = "sha256:58bc9fce3e1557d463ef5cee05391a05745fd95ed660f23c1742c711712c0abb"}, + {file = "MarkupSafe-2.0.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3fb47f97f1d338b943126e90b79cad50d4fcfa0b80637b5a9f468941dbbd9ce5"}, + {file = "MarkupSafe-2.0.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dab0c685f21f4a6c95bfc2afd1e7eae0033b403dd3d8c1b6d13a652ada75b348"}, + {file = "MarkupSafe-2.0.0-cp39-cp39-manylinux1_i686.whl", hash = "sha256:664832fb88b8162268928df233f4b12a144a0c78b01d38b81bdcf0fc96668ecb"}, + {file = "MarkupSafe-2.0.0-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:df561f65049ed3556e5b52541669310e88713fdae2934845ec3606f283337958"}, + {file = "MarkupSafe-2.0.0-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:24bbc3507fb6dfff663af7900a631f2aca90d5a445f272db5fc84999fa5718bc"}, + {file = "MarkupSafe-2.0.0-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:87de598edfa2230ff274c4de7fcf24c73ffd96208c8e1912d5d0fee459767d75"}, + {file = "MarkupSafe-2.0.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:a19d39b02a24d3082856a5b06490b714a9d4179321225bbf22809ff1e1887cc8"}, + {file = "MarkupSafe-2.0.0-cp39-cp39-win32.whl", hash = "sha256:4aca81a687975b35e3e80bcf9aa93fe10cd57fac37bf18b2314c186095f57e05"}, + {file = "MarkupSafe-2.0.0-cp39-cp39-win_amd64.whl", hash = "sha256:70820a1c96311e02449591cbdf5cd1c6a34d5194d5b55094ab725364375c9eb2"}, + {file = "MarkupSafe-2.0.0.tar.gz", hash = "sha256:4fae0677f712ee090721d8b17f412f1cbceefbf0dc180fe91bab3232f38b4527"}, +] +matplotlib-inline = [ + {file = "matplotlib-inline-0.1.2.tar.gz", hash = "sha256:f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e"}, + {file = "matplotlib_inline-0.1.2-py3-none-any.whl", hash = "sha256:5cf1176f554abb4fa98cb362aa2b55c500147e4bdbb07e3fda359143e1da0811"}, ] mccabe = [ {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, @@ -3452,6 +3841,10 @@ 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"}, ] +oauthlib = [ + {file = "oauthlib-3.1.0-py2.py3-none-any.whl", hash = "sha256:df884cd6cbe20e32633f1db1072e9356f53638e4361bef4e8b03c9127c9328ea"}, + {file = "oauthlib-3.1.0.tar.gz", hash = "sha256:bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889"}, +] packaging = [ {file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"}, {file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"}, @@ -3469,8 +3862,8 @@ pathspec = [ {file = "pathspec-0.8.1.tar.gz", hash = "sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd"}, ] pbr = [ - {file = "pbr-5.5.1-py2.py3-none-any.whl", hash = "sha256:b236cde0ac9a6aedd5e3c34517b423cd4fd97ef723849da6b0d2231142d89c00"}, - {file = "pbr-5.5.1.tar.gz", hash = "sha256:5fad80b613c402d5b7df7bd84812548b2a61e9977387a80a5fc5c396492b13c9"}, + {file = "pbr-5.6.0-py2.py3-none-any.whl", hash = "sha256:c68c661ac5cc81058ac94247278eeda6d2e6aecb3e227b0387c30d277e7ef8d4"}, + {file = "pbr-5.6.0.tar.gz", hash = "sha256:42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd"}, ] persisting-theory = [ {file = "persisting-theory-0.2.1.tar.gz", hash = "sha256:00ff7dcc8f481ff75c770ca5797d968e8725b6df1f77fe0cf7d20fa1e5790c0a"}, @@ -3480,12 +3873,12 @@ pexpect = [ {file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"}, ] pg8000 = [ - {file = "pg8000-1.19.2-py3-none-any.whl", hash = "sha256:53924c8d7566cc66aaf4aecb3d8128703ef4054a510602290d62e607398e8d72"}, - {file = "pg8000-1.19.2.tar.gz", hash = "sha256:44cbb4d3c912f2da167ca02bf98a0040f7e93260e4ef114c28d5d6152012ea07"}, + {file = "pg8000-1.19.4-py3-none-any.whl", hash = "sha256:510db12be8ad85488289bd0b97bc340202cf6749da08cf8588032a047fb5d0ba"}, + {file = "pg8000-1.19.4.tar.gz", hash = "sha256:7c9c6d57541b0f2153e23a8d759ceb3d7cb9308918fba6ad9e92f8e0e5a90bc8"}, ] phonenumbers = [ - {file = "phonenumbers-8.12.21-py2.py3-none-any.whl", hash = "sha256:7d66d6f09541568941e51fe2275de0f2d519b3234c80c8c166c56d01d098d3fc"}, - {file = "phonenumbers-8.12.21.tar.gz", hash = "sha256:271f26271338616460eef8b878e5879401299adfc0cd0891c48b4744afbb45b2"}, + {file = "phonenumbers-8.12.23-py2.py3-none-any.whl", hash = "sha256:4b9d2f2165309613f32fe5057ff0604eb8e4bbb7be44f7ba77baef760d7d60e2"}, + {file = "phonenumbers-8.12.23.tar.gz", hash = "sha256:8b0cf3df6ab75d22717af91014ca690423a85e77abc7b199748d1b3598b49a37"}, ] pickleshare = [ {file = "pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"}, @@ -3597,6 +3990,10 @@ pycodestyle = [ {file = "pycodestyle-2.7.0-py2.py3-none-any.whl", hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068"}, {file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"}, ] +pycparser = [ + {file = "pycparser-2.20-py2.py3-none-any.whl", hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705"}, + {file = "pycparser-2.20.tar.gz", hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"}, +] pycryptodome = [ {file = "pycryptodome-3.10.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1c5e1ca507de2ad93474be5cfe2bfa76b7cf039a1a32fc196f40935944871a06"}, {file = "pycryptodome-3.10.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:6260e24d41149268122dd39d4ebd5941e9d107f49463f7e071fd397e29923b0c"}, @@ -3638,8 +4035,8 @@ pyflakes = [ {file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"}, ] pygments = [ - {file = "Pygments-2.8.1-py3-none-any.whl", hash = "sha256:534ef71d539ae97d4c3a4cf7d6f110f214b0e687e92f9cb9d2a3b0d3101289c8"}, - {file = "Pygments-2.8.1.tar.gz", hash = "sha256:2656e1a6edcdabf4275f9a3640db59fd5de107d88e8663c5d4e9a0fa62f77f94"}, + {file = "Pygments-2.9.0-py3-none-any.whl", hash = "sha256:d66e804411278594d764fc69ec36ec13d9ae9147193a1740cd34d272ca383b8e"}, + {file = "Pygments-2.9.0.tar.gz", hash = "sha256:a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f"}, ] pyjwt = [ {file = "PyJWT-1.7.1-py2.py3-none-any.whl", hash = "sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e"}, @@ -3650,16 +4047,16 @@ pyparsing = [ {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, ] pytest = [ - {file = "pytest-6.2.3-py3-none-any.whl", hash = "sha256:6ad9c7bdf517a808242b998ac20063c41532a570d088d77eec1ee12b0b5574bc"}, - {file = "pytest-6.2.3.tar.gz", hash = "sha256:671238a46e4df0f3498d1c3270e5deb9b32d25134c99b7d75370a68cfbe9b634"}, + {file = "pytest-6.2.4-py3-none-any.whl", hash = "sha256:91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890"}, + {file = "pytest-6.2.4.tar.gz", hash = "sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b"}, ] pytest-cov = [ - {file = "pytest-cov-2.11.1.tar.gz", hash = "sha256:359952d9d39b9f822d9d29324483e7ba04a3a17dd7d05aa6beb7ea01e359e5f7"}, - {file = "pytest_cov-2.11.1-py2.py3-none-any.whl", hash = "sha256:bdb9fdb0b85a7cc825269a4c56b48ccaa5c7e365054b6038772c32ddcdc969da"}, + {file = "pytest-cov-2.12.0.tar.gz", hash = "sha256:8535764137fecce504a49c2b742288e3d34bc09eed298ad65963616cc98fd45e"}, + {file = "pytest_cov-2.12.0-py2.py3-none-any.whl", hash = "sha256:95d4933dcbbacfa377bb60b29801daa30d90c33981ab2a79e9ab4452c165066e"}, ] pytest-django = [ - {file = "pytest-django-4.1.0.tar.gz", hash = "sha256:26f02c16d36fd4c8672390deebe3413678d89f30720c16efb8b2a6bf63b9041f"}, - {file = "pytest_django-4.1.0-py3-none-any.whl", hash = "sha256:10e384e6b8912ded92db64c58be8139d9ae23fb8361e5fc139d8e4f8fc601bc2"}, + {file = "pytest-django-4.2.0.tar.gz", hash = "sha256:80f8875226ec4dc0b205f0578072034563879d98d9b1bec143a80b9045716cb0"}, + {file = "pytest_django-4.2.0-py3-none-any.whl", hash = "sha256:a51150d8962200250e850c6adcab670779b9c2aa07271471059d1fb92a843fa9"}, ] pytest-django-testing-postgresql = [ {file = "pytest-django-testing-postgresql-0.1.post0.tar.gz", hash = "sha256:78b0c58930084cb4393407b2e5a2a3b8734c627b841ecef7d62d39bbfb8e8a45"}, @@ -3821,8 +4218,8 @@ selenium = [ {file = "selenium-3.141.0.tar.gz", hash = "sha256:deaf32b60ad91a4611b98d8002757f29e6f2c2d5fcaf202e1c9ad06d6772300d"}, ] six = [ - {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, - {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"}, + {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, + {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, ] smmap = [ {file = "smmap-4.0.0-py2.py3-none-any.whl", hash = "sha256:a9a7479e4c572e2e775c404dcd3080c8dc49f39918c2cf74913d30c4c478e3c2"}, @@ -3841,12 +4238,12 @@ spdx-license-list = [ {file = "spdx_license_list-0.5.2.tar.gz", hash = "sha256:952996f72ab807972dc2278bb9b91e5294767211e51f09aad9c0e2ff5b82a31b"}, ] sphinx = [ - {file = "Sphinx-3.5.3-py3-none-any.whl", hash = "sha256:3f01732296465648da43dec8fb40dc451ba79eb3e2cc5c6d79005fd98197107d"}, - {file = "Sphinx-3.5.3.tar.gz", hash = "sha256:ce9c228456131bab09a3d7d10ae58474de562a6f79abb3dc811ae401cf8c1abc"}, + {file = "Sphinx-3.5.4-py3-none-any.whl", hash = "sha256:2320d4e994a191f4b4be27da514e46b3d6b420f2ff895d064f52415d342461e8"}, + {file = "Sphinx-3.5.4.tar.gz", hash = "sha256:19010b7b9fa0dc7756a6e105b2aacd3a80f798af3c25c273be64d7beeb482cb1"}, ] sphinx-autodoc-typehints = [ - {file = "sphinx-autodoc-typehints-1.11.1.tar.gz", hash = "sha256:244ba6d3e2fdb854622f643c7763d6f95b6886eba24bec28e86edf205e4ddb20"}, - {file = "sphinx_autodoc_typehints-1.11.1-py3-none-any.whl", hash = "sha256:da049791d719f4c9813642496ee4764203e317f0697eb75446183fa2a68e3f77"}, + {file = "sphinx-autodoc-typehints-1.12.0.tar.gz", hash = "sha256:193617d9dbe0847281b1399d369e74e34cd959c82e02c7efde077fca908a9f52"}, + {file = "sphinx_autodoc_typehints-1.12.0-py3-none-any.whl", hash = "sha256:5e81776ec422dd168d688ab60f034fccfafbcd94329e9537712c93003bddc04a"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, @@ -3916,44 +4313,44 @@ traitlets = [ {file = "traitlets-5.0.5.tar.gz", hash = "sha256:178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396"}, ] twilio = [ - {file = "twilio-6.56.0.tar.gz", hash = "sha256:f3d65dcea106383e005460d1cd71703d4f106bcef1e8d289720009ef0f219f28"}, + {file = "twilio-6.58.0.tar.gz", hash = "sha256:9ef381a62b06e79dfd310712087293d51514b12966cfb67fbebf6c8244d6a8ef"}, ] typed-ast = [ - {file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:7703620125e4fb79b64aa52427ec192822e9f45d37d4b6625ab37ef403e1df70"}, - {file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:c9aadc4924d4b5799112837b226160428524a9a45f830e0d0f184b19e4090487"}, - {file = "typed_ast-1.4.2-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:9ec45db0c766f196ae629e509f059ff05fc3148f9ffd28f3cfe75d4afb485412"}, - {file = "typed_ast-1.4.2-cp35-cp35m-win32.whl", hash = "sha256:85f95aa97a35bdb2f2f7d10ec5bbdac0aeb9dafdaf88e17492da0504de2e6400"}, - {file = "typed_ast-1.4.2-cp35-cp35m-win_amd64.whl", hash = "sha256:9044ef2df88d7f33692ae3f18d3be63dec69c4fb1b5a4a9ac950f9b4ba571606"}, - {file = "typed_ast-1.4.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c1c876fd795b36126f773db9cbb393f19808edd2637e00fd6caba0e25f2c7b64"}, - {file = "typed_ast-1.4.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:5dcfc2e264bd8a1db8b11a892bd1647154ce03eeba94b461effe68790d8b8e07"}, - {file = "typed_ast-1.4.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:8db0e856712f79c45956da0c9a40ca4246abc3485ae0d7ecc86a20f5e4c09abc"}, - {file = "typed_ast-1.4.2-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:d003156bb6a59cda9050e983441b7fa2487f7800d76bdc065566b7d728b4581a"}, - {file = "typed_ast-1.4.2-cp36-cp36m-win32.whl", hash = "sha256:4c790331247081ea7c632a76d5b2a265e6d325ecd3179d06e9cf8d46d90dd151"}, - {file = "typed_ast-1.4.2-cp36-cp36m-win_amd64.whl", hash = "sha256:d175297e9533d8d37437abc14e8a83cbc68af93cc9c1c59c2c292ec59a0697a3"}, - {file = "typed_ast-1.4.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:cf54cfa843f297991b7388c281cb3855d911137223c6b6d2dd82a47ae5125a41"}, - {file = "typed_ast-1.4.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:b4fcdcfa302538f70929eb7b392f536a237cbe2ed9cba88e3bf5027b39f5f77f"}, - {file = "typed_ast-1.4.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:987f15737aba2ab5f3928c617ccf1ce412e2e321c77ab16ca5a293e7bbffd581"}, - {file = "typed_ast-1.4.2-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:37f48d46d733d57cc70fd5f30572d11ab8ed92da6e6b28e024e4a3edfb456e37"}, - {file = "typed_ast-1.4.2-cp37-cp37m-win32.whl", hash = "sha256:36d829b31ab67d6fcb30e185ec996e1f72b892255a745d3a82138c97d21ed1cd"}, - {file = "typed_ast-1.4.2-cp37-cp37m-win_amd64.whl", hash = "sha256:8368f83e93c7156ccd40e49a783a6a6850ca25b556c0fa0240ed0f659d2fe496"}, - {file = "typed_ast-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:963c80b583b0661918718b095e02303d8078950b26cc00b5e5ea9ababe0de1fc"}, - {file = "typed_ast-1.4.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e683e409e5c45d5c9082dc1daf13f6374300806240719f95dc783d1fc942af10"}, - {file = "typed_ast-1.4.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:84aa6223d71012c68d577c83f4e7db50d11d6b1399a9c779046d75e24bed74ea"}, - {file = "typed_ast-1.4.2-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:a38878a223bdd37c9709d07cd357bb79f4c760b29210e14ad0fb395294583787"}, - {file = "typed_ast-1.4.2-cp38-cp38-win32.whl", hash = "sha256:a2c927c49f2029291fbabd673d51a2180038f8cd5a5b2f290f78c4516be48be2"}, - {file = "typed_ast-1.4.2-cp38-cp38-win_amd64.whl", hash = "sha256:c0c74e5579af4b977c8b932f40a5464764b2f86681327410aa028a22d2f54937"}, - {file = "typed_ast-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:07d49388d5bf7e863f7fa2f124b1b1d89d8aa0e2f7812faff0a5658c01c59aa1"}, - {file = "typed_ast-1.4.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:240296b27397e4e37874abb1df2a608a92df85cf3e2a04d0d4d61055c8305ba6"}, - {file = "typed_ast-1.4.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:d746a437cdbca200622385305aedd9aef68e8a645e385cc483bdc5e488f07166"}, - {file = "typed_ast-1.4.2-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:14bf1522cdee369e8f5581238edac09150c765ec1cb33615855889cf33dcb92d"}, - {file = "typed_ast-1.4.2-cp39-cp39-win32.whl", hash = "sha256:cc7b98bf58167b7f2db91a4327da24fb93368838eb84a44c472283778fc2446b"}, - {file = "typed_ast-1.4.2-cp39-cp39-win_amd64.whl", hash = "sha256:7147e2a76c75f0f64c4319886e7639e490fee87c9d25cb1d4faef1d8cf83a440"}, - {file = "typed_ast-1.4.2.tar.gz", hash = "sha256:9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a"}, + {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"}, ] typing-extensions = [ - {file = "typing_extensions-3.7.4.3-py2-none-any.whl", hash = "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"}, - {file = "typing_extensions-3.7.4.3-py3-none-any.whl", hash = "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918"}, - {file = "typing_extensions-3.7.4.3.tar.gz", hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"}, + {file = "typing_extensions-3.10.0.0-py2-none-any.whl", hash = "sha256:0ac0f89795dd19de6b97debb0c6af1c70987fd80a2d62d1958f7e56fcc31b497"}, + {file = "typing_extensions-3.10.0.0-py3-none-any.whl", hash = "sha256:779383f6086d90c99ae41cf0ff39aac8a7937a9283ce0a414e5dd782f4c94a84"}, + {file = "typing_extensions-3.10.0.0.tar.gz", hash = "sha256:50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342"}, ] urllib3 = [ {file = "urllib3-1.26.4-py2.py3-none-any.whl", hash = "sha256:2f4da4594db7e1e110a944bb1b551fdf4e6c136ad42e4234131391e21eb5b0df"},