2021-01-26 19:37:50 +00:00
[ [ package ] ]
name = "asgiref"
2021-12-13 19:44:09 +00:00
version = "3.4.1"
2021-01-26 19:37:50 +00:00
description = "ASGI specs, helper code, and adapters"
category = "main"
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=3.6"
2021-01-26 19:37:50 +00:00
[ package . extras ]
2021-12-13 19:44:09 +00:00
tests = [ "pytest" , "pytest-asyncio" , "mypy (>=0.800)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "atomicwrites"
2021-01-26 19:37:50 +00:00
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
2021-12-13 19:44:09 +00:00
version = "21.2.0"
2021-01-26 19:37:50 +00:00
description = "Classes Without Boilerplate"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-01-26 19:37:50 +00:00
[ package . extras ]
2021-12-13 19:44:09 +00:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "certifi"
2021-12-13 19:44:09 +00:00
version = "2021.5.30"
2021-01-26 19:37:50 +00:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = "*"
2021-02-27 20:07:48 +00:00
[ [ package ] ]
name = "cffi"
2021-12-13 19:44:09 +00:00
version = "1.14.6"
2021-02-27 20:07:48 +00:00
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
2021-12-13 19:44:09 +00:00
name = "charset-normalizer"
version = "2.0.6"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-01-26 19:37:50 +00:00
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2019-08-31 22:25:25 +00:00
2021-03-01 13:13:19 +00:00
[ [ package ] ]
name = "click"
version = "7.1.2"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "colorama"
2021-01-26 19:37:50 +00:00
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2021-01-26 19:37:50 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-08-31 22:25:25 +00:00
2021-02-27 20:07:48 +00:00
[ [ package ] ]
name = "cryptography"
2021-12-13 19:44:09 +00:00
version = "35.0.0"
2021-02-27 20:07:48 +00:00
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" ]
2021-12-13 19:44:09 +00:00
sdist = [ "setuptools_rust (>=0.11.4)" ]
2021-02-27 20:07:48 +00:00
ssh = [ "bcrypt (>=3.1.5)" ]
2021-12-13 19:44:09 +00:00
test = [ "pytest (>=6.2.0)" , "pytest-cov" , "pytest-subtests" , "pytest-xdist" , "pretend" , "iso8601" , "pytz" , "hypothesis (>=1.11.4,!=3.79.2)" ]
2021-02-27 20:07:48 +00:00
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "defusedxml"
2021-12-13 19:44:09 +00:00
version = "0.7.1"
2021-01-26 19:37:50 +00:00
description = "XML bomb protection for Python stdlib modules"
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-02-27 20:07:48 +00:00
[ [ package ] ]
name = "dj-database-url"
version = "0.5.0"
description = "Use Database URLs in your Django Application."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "dj-email-url"
version = "1.0.2"
description = "Use an URL to configure email backend settings in your Django Application."
category = "main"
optional = false
python-versions = "*"
2021-01-26 19:37:50 +00:00
[ [ package ] ]
2019-08-31 22:25:25 +00:00
name = "django"
2021-12-13 19:44:09 +00:00
version = "4.0"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
2021-01-26 19:37:50 +00:00
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=3.8"
2019-08-31 22:25:25 +00:00
[ package . dependencies ]
2021-12-13 19:44:09 +00:00
asgiref = ">=3.4.1,<4"
2021-01-26 19:37:50 +00:00
sqlparse = ">=0.2.2"
2021-12-13 19:44:09 +00:00
tzdata = { version = "*" , markers = "sys_platform == \"win32\"" }
2021-01-26 19:37:50 +00:00
[ package . extras ]
2021-12-13 19:44:09 +00:00
argon2 = [ "argon2-cffi (>=19.1.0)" ]
2021-01-26 19:37:50 +00:00
bcrypt = [ "bcrypt" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "django-allauth"
2021-12-13 19:44:09 +00:00
version = "0.46.0"
2021-01-26 19:37:50 +00:00
description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
2021-02-27 20:07:48 +00:00
Django = ">=2.0"
pyjwt = { version = ">=1.7" , extras = [ "crypto" ] }
2019-08-31 22:25:25 +00:00
python3-openid = ">=3.0.8"
requests = "*"
requests-oauthlib = ">=0.3.0"
2021-02-27 20:07:48 +00:00
[ [ package ] ]
name = "django-cache-url"
version = "3.2.3"
description = "Use Cache URLs in your Django application."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "django-debug-toolbar"
version = "3.2"
description = "A configurable set of panels that display various debug information about the current request/response."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
Django = ">=2.2"
sqlparse = ">=0.2.0"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "django-money"
2021-12-13 19:44:09 +00:00
version = "1.3"
2021-01-26 19:37:50 +00:00
description = "Adds support for using money and currency fields in django models and forms. Uses py-moneyed as the money implementation."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2021-01-26 19:37:50 +00:00
python-versions = ">=3.5"
2019-08-31 22:25:25 +00:00
[ package . dependencies ]
2021-01-26 19:37:50 +00:00
Django = ">=1.11"
py-moneyed = ">=0.8,<1.0"
[ package . extras ]
exchange = [ "certifi" ]
2021-12-13 19:44:09 +00:00
test = [ "pytest (>=3.1.0)" , "pytest-django" , "pytest-pythonpath" , "pytest-cov" , "django-reversion" , "mixer" ]
2021-02-27 20:07:48 +00:00
[ [ package ] ]
name = "environs"
2021-12-13 19:44:09 +00:00
version = "9.3.5"
2021-02-27 20:07:48 +00:00
description = "simplified environment variable parsing"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
dj-database-url = { version = "*" , optional = true , markers = "extra == \"django\"" }
dj-email-url = { version = "*" , optional = true , markers = "extra == \"django\"" }
django-cache-url = { version = "*" , optional = true , markers = "extra == \"django\"" }
2021-12-13 19:44:09 +00:00
marshmallow = ">=3.0.0"
2021-02-27 20:07:48 +00:00
python-dotenv = "*"
[ package . extras ]
2021-12-13 19:44:09 +00:00
dev = [ "pytest" , "dj-database-url" , "dj-email-url" , "django-cache-url" , "flake8 (==4.0.1)" , "flake8-bugbear (==21.9.2)" , "mypy (==0.910)" , "pre-commit (>=2.4,<3.0)" , "tox" ]
2021-02-27 20:07:48 +00:00
django = [ "dj-database-url" , "dj-email-url" , "django-cache-url" ]
2021-12-13 19:44:09 +00:00
lint = [ "flake8 (==4.0.1)" , "flake8-bugbear (==21.9.2)" , "mypy (==0.910)" , "pre-commit (>=2.4,<3.0)" ]
2021-02-27 20:07:48 +00:00
tests = [ "pytest" , "dj-database-url" , "dj-email-url" , "django-cache-url" ]
2019-08-31 22:25:25 +00:00
2021-03-01 13:13:19 +00:00
[ [ package ] ]
name = "h11"
version = "0.12.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category = "main"
optional = false
python-versions = ">=3.6"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "idna"
2021-12-13 19:44:09 +00:00
version = "3.2"
2021-01-26 19:37:50 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=3.5"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
2021-02-27 20:07:48 +00:00
name = "marshmallow"
2021-12-13 19:44:09 +00:00
version = "3.13.0"
2021-02-27 20:07:48 +00:00
description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2021-02-27 20:07:48 +00:00
python-versions = ">=3.5"
2019-08-31 22:25:25 +00:00
2021-01-26 19:37:50 +00:00
[ package . extras ]
2021-12-13 19:44:09 +00:00
dev = [ "pytest" , "pytz" , "simplejson" , "mypy (==0.910)" , "flake8 (==3.9.2)" , "flake8-bugbear (==21.4.3)" , "pre-commit (>=2.4,<3.0)" , "tox" ]
docs = [ "sphinx (==4.1.1)" , "sphinx-issues (==1.2.0)" , "alabaster (==0.7.12)" , "sphinx-version-warning (==1.1.2)" , "autodocsumm (==0.2.6)" ]
lint = [ "mypy (==0.910)" , "flake8 (==3.9.2)" , "flake8-bugbear (==21.4.3)" , "pre-commit (>=2.4,<3.0)" ]
2021-02-27 20:07:48 +00:00
tests = [ "pytest" , "pytz" , "simplejson" ]
2021-01-26 19:37:50 +00:00
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "more-itertools"
2021-12-13 19:44:09 +00:00
version = "8.10.0"
2021-01-26 19:37:50 +00:00
description = "More routines for operating on iterables, beyond itertools"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2021-01-26 19:37:50 +00:00
python-versions = ">=3.5"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "oauthlib"
2021-12-13 19:44:09 +00:00
version = "3.1.1"
2021-01-26 19:37:50 +00:00
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=3.6"
2021-01-26 19:37:50 +00:00
[ package . extras ]
2021-12-13 19:44:09 +00:00
rsa = [ "cryptography (>=3.0.0,<4)" ]
signals = [ "blinker (>=1.4.0)" ]
signedtoken = [ "cryptography (>=3.0.0,<4)" , "pyjwt (>=2.0.0,<3)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "packaging"
2021-12-13 19:44:09 +00:00
version = "21.0"
2021-01-26 19:37:50 +00:00
description = "Core utilities for Python packages"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=3.6"
2019-08-31 22:25:25 +00:00
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
name = "pluggy"
2021-01-26 19:37:50 +00:00
version = "0.13.1"
description = "plugin and hook calling mechanisms for python"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-01-26 19:37:50 +00:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2019-08-31 22:25:25 +00:00
2021-02-09 21:18:54 +00:00
[ [ package ] ]
name = "psycopg2"
2021-12-13 19:44:09 +00:00
version = "2.9.2"
2021-02-09 21:18:54 +00:00
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=3.6"
2021-02-09 21:18:54 +00:00
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "py"
2021-01-26 19:37:50 +00:00
version = "1.10.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "py-moneyed"
2021-01-26 19:37:50 +00:00
version = "0.8.0"
description = "Provides Currency and Money classes for use in your Python code."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = "*"
2021-01-26 19:37:50 +00:00
[ package . extras ]
tests = [ "pytest (>=2.3.0)" , "tox (>=1.6.0)" ]
2019-08-31 22:25:25 +00:00
2021-02-27 20:07:48 +00:00
[ [ 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 = "pyjwt"
2021-12-13 19:44:09 +00:00
version = "2.3.0"
2021-02-27 20:07:48 +00:00
description = "JSON Web Token implementation in Python"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2021-12-13 19:44:09 +00:00
cryptography = { version = ">=3.3.1" , optional = true , markers = "extra == \"crypto\"" }
2021-02-27 20:07:48 +00:00
[ package . extras ]
2021-12-13 19:44:09 +00:00
crypto = [ "cryptography (>=3.3.1)" ]
dev = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" , "cryptography (>=3.3.1)" , "pytest (>=6.0.0,<7.0.0)" , "coverage[toml] (==5.0.4)" , "mypy" , "pre-commit" ]
2021-02-27 20:07:48 +00:00
docs = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" ]
tests = [ "pytest (>=6.0.0,<7.0.0)" , "coverage[toml] (==5.0.4)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "pyparsing"
2021-01-26 19:37:50 +00:00
version = "2.4.7"
description = "Python parsing module"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "pytest"
2021-12-13 19:44:09 +00:00
version = "5.1.0"
2021-01-26 19:37:50 +00:00
description = "pytest: simple powerful testing with Python"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
2021-12-13 19:44:09 +00:00
atomicwrites = ">=1.0"
2019-08-31 22:25:25 +00:00
attrs = ">=17.4.0"
2021-01-26 19:37:50 +00:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2019-08-31 22:25:25 +00:00
more-itertools = ">=4.0.0"
packaging = "*"
pluggy = ">=0.12,<1.0"
py = ">=1.5.0"
wcwidth = "*"
2021-01-26 19:37:50 +00:00
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "pytest-django"
2021-12-13 19:44:09 +00:00
version = "3.5.0"
2021-01-26 19:37:50 +00:00
description = "A Django plugin for pytest."
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pytest = ">=3.6"
2021-01-26 19:37:50 +00:00
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" ]
testing = [ "django" , "django-configurations (>=2.0)" , "six" ]
2021-02-27 20:07:48 +00:00
[ [ package ] ]
name = "python-dotenv"
2021-12-13 19:44:09 +00:00
version = "0.19.0"
description = "Read key-value pairs from a .env file and set them as environment variables"
2021-02-27 20:07:48 +00:00
category = "main"
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=3.5"
2021-02-27 20:07:48 +00:00
[ package . extras ]
cli = [ "click (>=5.0)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "python3-openid"
2021-01-26 19:37:50 +00:00
version = "3.2.0"
description = "OpenID support for modern servers and consumers."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
defusedxml = "*"
2021-01-26 19:37:50 +00:00
[ package . extras ]
mysql = [ "mysql-connector-python" ]
postgresql = [ "psycopg2" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "requests"
2021-12-13 19:44:09 +00:00
version = "2.26.0"
2021-01-26 19:37:50 +00:00
description = "Python HTTP for Humans."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2019-08-31 22:25:25 +00:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-12-13 19:44:09 +00:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2021-01-26 19:37:50 +00:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-12-13 19:44:09 +00:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "requests-oauthlib"
2021-01-26 19:37:50 +00:00
version = "1.3.0"
description = "OAuthlib authentication support for Requests."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
oauthlib = ">=3.0.0"
requests = ">=2.0.0"
2021-01-26 19:37:50 +00:00
[ package . extras ]
rsa = [ "oauthlib[signedtoken] (>=3.0.0)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "sqlparse"
2021-12-13 19:44:09 +00:00
version = "0.4.2"
2021-01-26 19:37:50 +00:00
description = "A non-validating SQL parser."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2021-01-26 19:37:50 +00:00
python-versions = ">=3.5"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
2021-12-13 19:44:09 +00:00
name = "tzdata"
version = "2021.5"
description = "Provider of IANA time zone data"
category = "main"
2021-01-26 19:37:50 +00:00
optional = false
2021-12-13 19:44:09 +00:00
python-versions = ">=2"
2021-01-26 19:37:50 +00:00
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "urllib3"
2021-12-13 19:44:09 +00:00
version = "1.26.7"
2021-01-26 19:37:50 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2021-01-26 19:37:50 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
brotli = [ "brotlipy (>=0.6.0)" ]
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2019-08-31 22:25:25 +00:00
2021-03-01 13:13:19 +00:00
[ [ package ] ]
name = "uvicorn"
version = "0.13.4"
description = "The lightning-fast ASGI server."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
click = ">=7.0.0,<8.0.0"
h11 = ">=0.8"
[ package . extras ]
standard = [ "websockets (>=8.0.0,<9.0.0)" , "watchgod (>=0.6)" , "python-dotenv (>=0.13)" , "PyYAML (>=5.1)" , "httptools (>=0.1.0,<0.2.0)" , "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)" , "colorama (>=0.4)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "wcwidth"
2021-01-26 19:37:50 +00:00
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = "*"
2021-03-01 19:34:51 +00:00
[ [ package ] ]
name = "whitenoise"
version = "5.2.0"
description = "Radically simplified static file serving for WSGI applications"
category = "main"
optional = false
python-versions = ">=3.5, <4"
[ package . extras ]
brotli = [ "brotli" ]
2019-08-31 22:25:25 +00:00
[ metadata ]
2021-01-26 19:37:50 +00:00
lock-version = "1.1"
2021-02-27 20:07:48 +00:00
python-versions = "^3.9"
2021-12-13 19:44:09 +00:00
content-hash = "502bc84545034235ba7c0ce9c5cbfdb8e66d43ae4cab2989690e98549923b2a0"
2021-01-26 19:37:50 +00:00
[ metadata . files ]
asgiref = [
2021-12-13 19:44:09 +00:00
{ file = "asgiref-3.4.1-py3-none-any.whl" , hash = "sha256:ffc141aa908e6f175673e7b1b3b7af4fdb0ecb738fc5c8b88f69f055c2415214" } ,
{ file = "asgiref-3.4.1.tar.gz" , hash = "sha256:4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9" } ,
2021-01-26 19:37:50 +00:00
]
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
attrs = [
2021-12-13 19:44:09 +00:00
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
2021-01-26 19:37:50 +00:00
]
certifi = [
2021-12-13 19:44:09 +00:00
{ file = "certifi-2021.5.30-py2.py3-none-any.whl" , hash = "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8" } ,
{ file = "certifi-2021.5.30.tar.gz" , hash = "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee" } ,
2021-01-26 19:37:50 +00:00
]
2021-02-27 20:07:48 +00:00
cffi = [
2021-12-13 19:44:09 +00:00
{ file = "cffi-1.14.6-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:22b9c3c320171c108e903d61a3723b51e37aaa8c81255b5e7ce102775bd01e2c" } ,
{ file = "cffi-1.14.6-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:f0c5d1acbfca6ebdd6b1e3eded8d261affb6ddcf2186205518f1428b8569bb99" } ,
{ file = "cffi-1.14.6-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:99f27fefe34c37ba9875f224a8f36e31d744d8083e00f520f133cab79ad5e819" } ,
{ file = "cffi-1.14.6-cp27-cp27m-win32.whl" , hash = "sha256:55af55e32ae468e9946f741a5d51f9896da6b9bf0bbdd326843fec05c730eb20" } ,
{ file = "cffi-1.14.6-cp27-cp27m-win_amd64.whl" , hash = "sha256:7bcac9a2b4fdbed2c16fa5681356d7121ecabf041f18d97ed5b8e0dd38a80224" } ,
{ file = "cffi-1.14.6-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:ed38b924ce794e505647f7c331b22a693bee1538fdf46b0222c4717b42f744e7" } ,
{ file = "cffi-1.14.6-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e22dcb48709fc51a7b58a927391b23ab37eb3737a98ac4338e2448bef8559b33" } ,
{ file = "cffi-1.14.6-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:aedb15f0a5a5949ecb129a82b72b19df97bbbca024081ed2ef88bd5c0a610534" } ,
{ file = "cffi-1.14.6-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:48916e459c54c4a70e52745639f1db524542140433599e13911b2f329834276a" } ,
{ file = "cffi-1.14.6-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:f627688813d0a4140153ff532537fbe4afea5a3dffce1f9deb7f91f848a832b5" } ,
{ file = "cffi-1.14.6-cp35-cp35m-win32.whl" , hash = "sha256:f0010c6f9d1a4011e429109fda55a225921e3206e7f62a0c22a35344bfd13cca" } ,
{ file = "cffi-1.14.6-cp35-cp35m-win_amd64.whl" , hash = "sha256:57e555a9feb4a8460415f1aac331a2dc833b1115284f7ded7278b54afc5bd218" } ,
{ file = "cffi-1.14.6-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e8c6a99be100371dbb046880e7a282152aa5d6127ae01783e37662ef73850d8f" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:19ca0dbdeda3b2615421d54bef8985f72af6e0c47082a8d26122adac81a95872" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:d950695ae4381ecd856bcaf2b1e866720e4ab9a1498cba61c602e56630ca7195" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e9dc245e3ac69c92ee4c167fbdd7428ec1956d4e754223124991ef29eb57a09d" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a8661b2ce9694ca01c529bfa204dbb144b275a31685a075ce123f12331be790b" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b315d709717a99f4b27b59b021e6207c64620790ca3e0bde636a6c7f14618abb" } ,
{ file = "cffi-1.14.6-cp36-cp36m-win32.whl" , hash = "sha256:80b06212075346b5546b0417b9f2bf467fea3bfe7352f781ffc05a8ab24ba14a" } ,
{ file = "cffi-1.14.6-cp36-cp36m-win_amd64.whl" , hash = "sha256:a9da7010cec5a12193d1af9872a00888f396aba3dc79186604a09ea3ee7c029e" } ,
{ file = "cffi-1.14.6-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4373612d59c404baeb7cbd788a18b2b2a8331abcc84c3ba40051fcd18b17a4d5" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:f10afb1004f102c7868ebfe91c28f4a712227fe4cb24974350ace1f90e1febbf" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fd4305f86f53dfd8cd3522269ed7fc34856a8ee3709a5e28b2836b2db9d4cd69" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6d6169cb3c6c2ad50db5b868db6491a790300ade1ed5d1da29289d73bbe40b56" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5d4b68e216fc65e9fe4f524c177b54964af043dde734807586cf5435af84045c" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:33791e8a2dc2953f28b8d8d300dde42dd929ac28f974c4b4c6272cb2955cb762" } ,
{ file = "cffi-1.14.6-cp37-cp37m-win32.whl" , hash = "sha256:0c0591bee64e438883b0c92a7bed78f6290d40bf02e54c5bf0978eaf36061771" } ,
{ file = "cffi-1.14.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:8eb687582ed7cd8c4bdbff3df6c0da443eb89c3c72e6e5dcdd9c81729712791a" } ,
{ file = "cffi-1.14.6-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ba6f2b3f452e150945d58f4badd92310449876c4c954836cfb1803bdd7b422f0" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:64fda793737bc4037521d4899be780534b9aea552eb673b9833b01f945904c2e" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:9f3e33c28cd39d1b655ed1ba7247133b6f7fc16fa16887b120c0c670e35ce346" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:26bb2549b72708c833f5abe62b756176022a7b9a7f689b571e74c8478ead51dc" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:eb687a11f0a7a1839719edd80f41e459cc5366857ecbed383ff376c4e3cc6afd" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d2ad4d668a5c0645d281dcd17aff2be3212bc109b33814bbb15c4939f44181cc" } ,
{ file = "cffi-1.14.6-cp38-cp38-win32.whl" , hash = "sha256:487d63e1454627c8e47dd230025780e91869cfba4c753a74fda196a1f6ad6548" } ,
{ file = "cffi-1.14.6-cp38-cp38-win_amd64.whl" , hash = "sha256:c33d18eb6e6bc36f09d793c0dc58b0211fccc6ae5149b808da4a62660678b156" } ,
{ file = "cffi-1.14.6-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:06c54a68935738d206570b20da5ef2b6b6d92b38ef3ec45c5422c0ebaf338d4d" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:f174135f5609428cc6e1b9090f9268f5c8935fddb1b25ccb8255a2d50de6789e" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f3ebe6e73c319340830a9b2825d32eb6d8475c1dac020b4f0aa774ee3b898d1c" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3c8d896becff2fa653dc4438b54a5a25a971d1f4110b32bd3068db3722c80202" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4922cd707b25e623b902c86188aca466d3620892db76c0bdd7b99a3d5e61d35f" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c9e005e9bd57bc987764c32a1bee4364c44fdc11a3cc20a40b93b444984f2b87" } ,
{ file = "cffi-1.14.6-cp39-cp39-win32.whl" , hash = "sha256:eb9e2a346c5238a30a746893f23a9535e700f8192a68c07c0258e7ece6ff3728" } ,
{ file = "cffi-1.14.6-cp39-cp39-win_amd64.whl" , hash = "sha256:818014c754cd3dba7229c0f5884396264d51ffb87ec86e927ef0be140bfdb0d2" } ,
{ file = "cffi-1.14.6.tar.gz" , hash = "sha256:c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd" } ,
]
charset-normalizer = [
{ file = "charset-normalizer-2.0.6.tar.gz" , hash = "sha256:5ec46d183433dcbd0ab716f2d7f29d8dee50505b3fdb40c6b985c7c4f5a3591f" } ,
{ file = "charset_normalizer-2.0.6-py3-none-any.whl" , hash = "sha256:5d209c0a931f215cee683b6445e2d77677e7e75e159f78def0db09d68fafcaa6" } ,
2021-01-26 19:37:50 +00:00
]
2021-03-01 13:13:19 +00:00
click = [
{ file = "click-7.1.2-py2.py3-none-any.whl" , hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc" } ,
{ file = "click-7.1.2.tar.gz" , hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a" } ,
]
2021-01-26 19:37:50 +00:00
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
2021-02-27 20:07:48 +00:00
cryptography = [
2021-12-13 19:44:09 +00:00
{ file = "cryptography-35.0.0-cp36-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:d57e0cdc1b44b6cdf8af1d01807db06886f10177469312fbde8f44ccbb284bc9" } ,
{ file = "cryptography-35.0.0-cp36-abi3-macosx_11_0_arm64.whl" , hash = "sha256:ced40344e811d6abba00295ced98c01aecf0c2de39481792d87af4fa58b7b4d6" } ,
{ file = "cryptography-35.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:54b2605e5475944e2213258e0ab8696f4f357a31371e538ef21e8d61c843c28d" } ,
{ file = "cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:7b7ceeff114c31f285528ba8b390d3e9cfa2da17b56f11d366769a807f17cbaa" } ,
{ file = "cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2d69645f535f4b2c722cfb07a8eab916265545b3475fdb34e0be2f4ee8b0b15e" } ,
{ file = "cryptography-35.0.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4a2d0e0acc20ede0f06ef7aa58546eee96d2592c00f450c9acb89c5879b61992" } ,
{ file = "cryptography-35.0.0-cp36-abi3-manylinux_2_24_x86_64.whl" , hash = "sha256:07bb7fbfb5de0980590ddfc7f13081520def06dc9ed214000ad4372fb4e3c7f6" } ,
{ file = "cryptography-35.0.0-cp36-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:7eba2cebca600a7806b893cb1d541a6e910afa87e97acf2021a22b32da1df52d" } ,
{ file = "cryptography-35.0.0-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:18d90f4711bf63e2fb21e8c8e51ed8189438e6b35a6d996201ebd98a26abbbe6" } ,
{ file = "cryptography-35.0.0-cp36-abi3-win32.whl" , hash = "sha256:c10c797ac89c746e488d2ee92bd4abd593615694ee17b2500578b63cad6b93a8" } ,
{ file = "cryptography-35.0.0-cp36-abi3-win_amd64.whl" , hash = "sha256:7075b304cd567694dc692ffc9747f3e9cb393cc4aa4fb7b9f3abd6f5c4e43588" } ,
{ file = "cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a688ebcd08250eab5bb5bca318cc05a8c66de5e4171a65ca51db6bd753ff8953" } ,
{ file = "cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d99915d6ab265c22873f1b4d6ea5ef462ef797b4140be4c9d8b179915e0985c6" } ,
{ file = "cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:928185a6d1ccdb816e883f56ebe92e975a262d31cc536429041921f8cb5a62fd" } ,
{ file = "cryptography-35.0.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:ebeddd119f526bcf323a89f853afb12e225902a24d29b55fe18dd6fcb2838a76" } ,
{ file = "cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:22a38e96118a4ce3b97509443feace1d1011d0571fae81fc3ad35f25ba3ea999" } ,
{ file = "cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eb80e8a1f91e4b7ef8b33041591e6d89b2b8e122d787e87eeb2b08da71bb16ad" } ,
{ file = "cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:abb5a361d2585bb95012a19ed9b2c8f412c5d723a9836418fab7aaa0243e67d2" } ,
{ file = "cryptography-35.0.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:1ed82abf16df40a60942a8c211251ae72858b25b7421ce2497c2eb7a1cee817c" } ,
{ file = "cryptography-35.0.0.tar.gz" , hash = "sha256:9933f28f70d0517686bd7de36166dda42094eac49415459d9bdf5e7df3e0086d" } ,
2021-02-27 20:07:48 +00:00
]
2021-01-26 19:37:50 +00:00
defusedxml = [
2021-12-13 19:44:09 +00:00
{ file = "defusedxml-0.7.1-py2.py3-none-any.whl" , hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61" } ,
{ file = "defusedxml-0.7.1.tar.gz" , hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" } ,
2021-01-26 19:37:50 +00:00
]
2021-02-27 20:07:48 +00:00
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" } ,
]
dj-email-url = [
{ file = "dj-email-url-1.0.2.tar.gz" , hash = "sha256:838fd4ded9deba53ae757debef431e25fa7fca31d3948b3c4808ccdc84fab2b7" } ,
{ file = "dj_email_url-1.0.2-py2.py3-none-any.whl" , hash = "sha256:15148141c6ef123636e4ca3663e95231ed94ca5ed267e91977e5a4397be8b34c" } ,
]
2021-01-26 19:37:50 +00:00
django = [
2021-12-13 19:44:09 +00:00
{ file = "Django-4.0-py3-none-any.whl" , hash = "sha256:59304646ebc6a77b9b6a59adc67d51ecb03c5e3d63ed1f14c909cdfda84e8010" } ,
{ file = "Django-4.0.tar.gz" , hash = "sha256:d5a8a14da819a8b9237ee4d8c78dfe056ff6e8a7511987be627192225113ee75" } ,
2021-01-26 19:37:50 +00:00
]
django-allauth = [
2021-12-13 19:44:09 +00:00
{ file = "django-allauth-0.46.0.tar.gz" , hash = "sha256:8217b8dc46f85812ff209fc542f4bf378f1751cdbe867008169d4c85685df50d" } ,
2021-02-27 20:07:48 +00:00
]
django-cache-url = [
{ file = "django-cache-url-3.2.3.tar.gz" , hash = "sha256:c1d45626ae8a206267c1263aa7a3461e2e186be2e939bcbd8c660e25851ddac8" } ,
{ file = "django_cache_url-3.2.3-py2.py3-none-any.whl" , hash = "sha256:5514ca3a2075c6b956b3d0a5c540654d32b004e76340d7bdabf6661135b5f218" } ,
]
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" } ,
2021-01-26 19:37:50 +00:00
]
django-money = [
2021-12-13 19:44:09 +00:00
{ file = "django-money-1.3.tar.gz" , hash = "sha256:da95f9a7174281eb2ef0f5f1584d5ee2670fc0d67707cd269816a73cae791eb3" } ,
{ file = "django_money-1.3-py3-none-any.whl" , hash = "sha256:09952d49f998d089b21eb0f552d6dcb40d82626ab674d1caf0535bbd83a1ea01" } ,
2021-02-27 20:07:48 +00:00
]
environs = [
2021-12-13 19:44:09 +00:00
{ file = "environs-9.3.5-py2.py3-none-any.whl" , hash = "sha256:f5a3ca00afd32a82e098597c7dc8899bea5ed451d31055e518e8c7681cdf1c2b" } ,
{ file = "environs-9.3.5.tar.gz" , hash = "sha256:47128992b854cf7e279e62127100767d765a1ead8d22f355e63c00661550131b" } ,
2021-01-26 19:37:50 +00:00
]
2021-03-01 13:13:19 +00:00
h11 = [
{ file = "h11-0.12.0-py3-none-any.whl" , hash = "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6" } ,
{ file = "h11-0.12.0.tar.gz" , hash = "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042" } ,
]
2021-01-26 19:37:50 +00:00
idna = [
2021-12-13 19:44:09 +00:00
{ file = "idna-3.2-py3-none-any.whl" , hash = "sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a" } ,
{ file = "idna-3.2.tar.gz" , hash = "sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3" } ,
2021-01-26 19:37:50 +00:00
]
2021-02-27 20:07:48 +00:00
marshmallow = [
2021-12-13 19:44:09 +00:00
{ file = "marshmallow-3.13.0-py2.py3-none-any.whl" , hash = "sha256:dd4724335d3c2b870b641ffe4a2f8728a1380cd2e7e2312756715ffeaa82b842" } ,
{ file = "marshmallow-3.13.0.tar.gz" , hash = "sha256:c67929438fd73a2be92128caa0325b1b5ed8b626d91a094d2f7f2771bf1f1c0e" } ,
2021-01-26 19:37:50 +00:00
]
more-itertools = [
2021-12-13 19:44:09 +00:00
{ file = "more-itertools-8.10.0.tar.gz" , hash = "sha256:1debcabeb1df793814859d64a81ad7cb10504c24349368ccf214c664c474f41f" } ,
{ file = "more_itertools-8.10.0-py3-none-any.whl" , hash = "sha256:56ddac45541718ba332db05f464bebfb0768110111affd27f66e0051f276fa43" } ,
2021-01-26 19:37:50 +00:00
]
oauthlib = [
2021-12-13 19:44:09 +00:00
{ file = "oauthlib-3.1.1-py2.py3-none-any.whl" , hash = "sha256:42bf6354c2ed8c6acb54d971fce6f88193d97297e18602a3a886603f9d7730cc" } ,
{ file = "oauthlib-3.1.1.tar.gz" , hash = "sha256:8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3" } ,
2021-01-26 19:37:50 +00:00
]
packaging = [
2021-12-13 19:44:09 +00:00
{ file = "packaging-21.0-py3-none-any.whl" , hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14" } ,
{ file = "packaging-21.0.tar.gz" , hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" } ,
2021-01-26 19:37:50 +00:00
]
pluggy = [
{ file = "pluggy-0.13.1-py2.py3-none-any.whl" , hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d" } ,
{ file = "pluggy-0.13.1.tar.gz" , hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" } ,
]
2021-02-09 21:18:54 +00:00
psycopg2 = [
2021-12-13 19:44:09 +00:00
{ file = "psycopg2-2.9.2-cp310-cp310-win32.whl" , hash = "sha256:6796ac614412ce374587147150e56d03b7845c9e031b88aacdcadc880e81bb38" } ,
{ file = "psycopg2-2.9.2-cp310-cp310-win_amd64.whl" , hash = "sha256:dfc32db6ce9ecc35a131320888b547199f79822b028934bb5b332f4169393e15" } ,
{ file = "psycopg2-2.9.2-cp36-cp36m-win32.whl" , hash = "sha256:77d09a79f9739b97099d2952bbbf18eaa4eaf825362387acbb9552ec1b3fa228" } ,
{ file = "psycopg2-2.9.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:f65cba7924363e0d2f416041b48ff69d559548f2cb168ff972c54e09e1e64db8" } ,
{ file = "psycopg2-2.9.2-cp37-cp37m-win32.whl" , hash = "sha256:b8816c6410fa08d2a022e4e38d128bae97c1855e176a00493d6ec62ccd606d57" } ,
{ file = "psycopg2-2.9.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:26322c3f114de1f60c1b0febf8fdd595c221b4f624524178f515d07350a71bd1" } ,
{ file = "psycopg2-2.9.2-cp38-cp38-win32.whl" , hash = "sha256:77b9105ef37bc005b8ffbcb1ed6d8685bb0e8ce84773738aa56421a007ec5a7a" } ,
{ file = "psycopg2-2.9.2-cp38-cp38-win_amd64.whl" , hash = "sha256:91c7fd0fe9e6c118e8ff5b665bc3445781d3615fa78e131d0b4f8c85e8ca9ec8" } ,
{ file = "psycopg2-2.9.2-cp39-cp39-win32.whl" , hash = "sha256:a761b60da0ecaf6a9866985bcde26327883ac3cdb90535ab68b8d784f02b05ef" } ,
{ file = "psycopg2-2.9.2-cp39-cp39-win_amd64.whl" , hash = "sha256:fd7ddab7d6afee4e21c03c648c8b667b197104713e57ec404d5b74097af21e31" } ,
{ file = "psycopg2-2.9.2.tar.gz" , hash = "sha256:a84da9fa891848e0270e8e04dcca073bc9046441eeb47069f5c0e36783debbea" } ,
2021-02-09 21:18:54 +00:00
]
2021-01-26 19:37:50 +00:00
py = [
{ file = "py-1.10.0-py2.py3-none-any.whl" , hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a" } ,
{ file = "py-1.10.0.tar.gz" , hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3" } ,
]
py-moneyed = [
{ file = "py-moneyed-0.8.0.tar.gz" , hash = "sha256:ec73795171919d537880a33c44d07fcdf0a5225e8368684fe02f0e75a6404742" } ,
{ file = "py_moneyed-0.8.0-py2.py3-none-any.whl" , hash = "sha256:c6691b914a5e4b5b2335cf113620479a52cc82988c0e143435a7c5c7d60cd4ad" } ,
]
2021-02-27 20:07:48 +00:00
pycparser = [
{ file = "pycparser-2.20-py2.py3-none-any.whl" , hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705" } ,
{ file = "pycparser-2.20.tar.gz" , hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0" } ,
]
pyjwt = [
2021-12-13 19:44:09 +00:00
{ file = "PyJWT-2.3.0-py3-none-any.whl" , hash = "sha256:e0c4bb8d9f0af0c7f5b1ec4c5036309617d03d56932877f2f7a0beeb5318322f" } ,
{ file = "PyJWT-2.3.0.tar.gz" , hash = "sha256:b888b4d56f06f6dcd777210c334e69c737be74755d3e5e9ee3fe67dc18a0ee41" } ,
2021-02-27 20:07:48 +00:00
]
2021-01-26 19:37:50 +00:00
pyparsing = [
{ file = "pyparsing-2.4.7-py2.py3-none-any.whl" , hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" } ,
{ file = "pyparsing-2.4.7.tar.gz" , hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" } ,
]
pytest = [
2021-12-13 19:44:09 +00:00
{ file = "pytest-5.1.0-py3-none-any.whl" , hash = "sha256:abc562321c2d190dd63c2faadf70b86b7af21a553b61f0df5f5e1270717dc5a3" } ,
{ file = "pytest-5.1.0.tar.gz" , hash = "sha256:3805d095f1ea279b9870c3eeae5dddf8a81b10952c8835cd628cf1875b0ef031" } ,
2021-01-26 19:37:50 +00:00
]
pytest-django = [
2021-12-13 19:44:09 +00:00
{ file = "pytest-django-3.5.0.tar.gz" , hash = "sha256:11a9ab9fceb2f819a0e94ba4eab791f998542f4e29eb36500cb9464dd3b4c3b6" } ,
{ file = "pytest_django-3.5.0-py2.py3-none-any.whl" , hash = "sha256:581d699fbe955ba40c2da9c9cd3b49442d95e9d1a3f8c4d13ca5a29332467fea" } ,
2021-01-26 19:37:50 +00:00
]
2021-02-27 20:07:48 +00:00
python-dotenv = [
2021-12-13 19:44:09 +00:00
{ file = "python-dotenv-0.19.0.tar.gz" , hash = "sha256:f521bc2ac9a8e03c736f62911605c5d83970021e3fa95b37d769e2bbbe9b6172" } ,
{ file = "python_dotenv-0.19.0-py2.py3-none-any.whl" , hash = "sha256:aae25dc1ebe97c420f50b81fb0e5c949659af713f31fdb63c749ca68748f34b1" } ,
2021-02-27 20:07:48 +00:00
]
2021-01-26 19:37:50 +00:00
python3-openid = [
{ file = "python3-openid-3.2.0.tar.gz" , hash = "sha256:33fbf6928f401e0b790151ed2b5290b02545e8775f982485205a066f874aaeaf" } ,
{ file = "python3_openid-3.2.0-py3-none-any.whl" , hash = "sha256:6626f771e0417486701e0b4daff762e7212e820ca5b29fcc0d05f6f8736dfa6b" } ,
]
requests = [
2021-12-13 19:44:09 +00:00
{ file = "requests-2.26.0-py2.py3-none-any.whl" , hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24" } ,
{ file = "requests-2.26.0.tar.gz" , hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" } ,
2021-01-26 19:37:50 +00:00
]
requests-oauthlib = [
{ file = "requests-oauthlib-1.3.0.tar.gz" , hash = "sha256:b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8beeaa6a" } ,
{ file = "requests_oauthlib-1.3.0-py2.py3-none-any.whl" , hash = "sha256:7f71572defaecd16372f9006f33c2ec8c077c3cfa6f5911a9a90202beb513f3d" } ,
{ file = "requests_oauthlib-1.3.0-py3.7.egg" , hash = "sha256:fa6c47b933f01060936d87ae9327fead68768b69c6c9ea2109c48be30f2d4dbc" } ,
]
sqlparse = [
2021-12-13 19:44:09 +00:00
{ file = "sqlparse-0.4.2-py3-none-any.whl" , hash = "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d" } ,
{ file = "sqlparse-0.4.2.tar.gz" , hash = "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae" } ,
2021-01-26 19:37:50 +00:00
]
2021-12-13 19:44:09 +00:00
tzdata = [
{ file = "tzdata-2021.5-py2.py3-none-any.whl" , hash = "sha256:3eee491e22ebfe1e5cfcc97a4137cd70f092ce59144d81f8924a844de05ba8f5" } ,
{ file = "tzdata-2021.5.tar.gz" , hash = "sha256:68dbe41afd01b867894bbdfd54fa03f468cfa4f0086bfb4adcd8de8f24f3ee21" } ,
2021-01-26 19:37:50 +00:00
]
urllib3 = [
2021-12-13 19:44:09 +00:00
{ file = "urllib3-1.26.7-py2.py3-none-any.whl" , hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844" } ,
{ file = "urllib3-1.26.7.tar.gz" , hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece" } ,
2021-01-26 19:37:50 +00:00
]
2021-03-01 13:13:19 +00:00
uvicorn = [
{ file = "uvicorn-0.13.4-py3-none-any.whl" , hash = "sha256:7587f7b08bd1efd2b9bad809a3d333e972f1d11af8a5e52a9371ee3a5de71524" } ,
{ file = "uvicorn-0.13.4.tar.gz" , hash = "sha256:3292251b3c7978e8e4a7868f4baf7f7f7bb7e40c759ecc125c37e99cdea34202" } ,
]
2021-01-26 19:37:50 +00:00
wcwidth = [
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
]
2021-03-01 19:34:51 +00:00
whitenoise = [
{ file = "whitenoise-5.2.0-py2.py3-none-any.whl" , hash = "sha256:05d00198c777028d72d8b0bbd234db605ef6d60e9410125124002518a48e515d" } ,
{ file = "whitenoise-5.2.0.tar.gz" , hash = "sha256:05ce0be39ad85740a78750c86a93485c40f08ad8c62a6006de0233765996e5c7" } ,
]