2019-08-31 22:25:25 +00:00
[ [ package ] ]
2020-12-22 19:32:21 +00:00
name = "appdirs"
version = "1.4.4"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
2019-08-31 22:25:25 +00:00
category = "dev"
2020-12-22 19:32:21 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2019-08-31 22:25:25 +00:00
name = "aspy.yaml"
2020-12-22 19:32:21 +00:00
version = "1.3.0"
description = "A few extensions to pyyaml."
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 ]
pyyaml = "*"
[ [ package ] ]
name = "atomicwrites"
2020-12-22 19:32:21 +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"
2020-12-22 19:32:21 +00:00
version = "20.3.0"
description = "Classes Without Boilerplate"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-12-22 19:32:21 +00:00
[ 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" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "certifi"
2020-12-22 19:32:21 +00:00
version = "2020.12.5"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "cfgv"
2020-12-22 19:32:21 +00:00
version = "3.2.0"
description = "Validate configuration and produce human readable error messages."
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = ">=3.6.1"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "chardet"
2020-12-22 19:32:21 +00:00
version = "4.0.0"
description = "Universal encoding detector for Python 2 and 3"
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
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"
2020-12-22 19:32:21 +00:00
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "defusedxml"
2020-12-22 19:32:21 +00:00
version = "0.6.0"
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.*"
[ [ package ] ]
2020-12-22 19:32:21 +00:00
name = "distlib"
version = "0.3.1"
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
2019-08-31 22:25:25 +00:00
name = "django"
2020-12-22 19:32:21 +00:00
version = "2.2.17"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
pytz = "*"
2020-12-22 19:32:21 +00:00
sqlparse = ">=0.2.2"
[ package . extras ]
argon2 = [ "argon2-cffi (>=16.1.0)" ]
bcrypt = [ "bcrypt" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "django-allauth"
2020-12-22 19:32:21 +00:00
version = "0.40.0"
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 ]
Django = ">=1.11"
python3-openid = ">=3.0.8"
requests = "*"
requests-oauthlib = ">=0.3.0"
[ [ package ] ]
name = "django-money"
2020-12-22 19:32:21 +00:00
version = "0.15.1"
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
python-versions = "*"
[ package . dependencies ]
Django = ">=1.8"
py-moneyed = ">=0.8"
2020-12-22 19:32:21 +00:00
[ package . extras ]
exchange = [ "certifi" ]
test = [ "mock" , "pytest (>=3.1.0)" , "pytest-django" , "pytest-pythonpath" , "pytest-cov" , "django-reversion" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
2020-12-22 19:32:21 +00:00
name = "filelock"
version = "3.0.12"
description = "A platform independent file lock."
2019-08-31 22:25:25 +00:00
category = "dev"
2020-12-22 19:32:21 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2019-08-31 22:25:25 +00:00
name = "identify"
2020-12-22 19:32:21 +00:00
version = "1.5.10"
description = "File identification library for Python"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . extras ]
license = [ "editdistance" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "idna"
2020-12-22 19:32:21 +00:00
version = "2.10"
description = "Internationalized Domain Names in Applications (IDNA)"
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 ] ]
name = "importlib-metadata"
2020-12-22 19:32:21 +00:00
version = "3.3.0"
description = "Read metadata from Python packages"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = ">=3.6"
2019-08-31 22:25:25 +00:00
[ package . dependencies ]
2020-12-22 19:32:21 +00:00
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
2019-08-31 22:25:25 +00:00
zipp = ">=0.5"
2020-12-22 19:32:21 +00:00
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "jaraco.test (>=3.2.0)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "more-itertools"
2020-12-22 19:32:21 +00:00
version = "8.6.0"
description = "More routines for operating on iterables, beyond itertools"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = ">=3.5"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "nodeenv"
2020-12-22 19:32:21 +00:00
version = "1.5.0"
description = "Node.js virtual environment builder"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "oauthlib"
2020-12-22 19:32:21 +00:00
version = "3.1.0"
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
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-12-22 19:32:21 +00:00
[ package . extras ]
rsa = [ "cryptography" ]
signals = [ "blinker" ]
signedtoken = [ "cryptography" , "pyjwt (>=1.0.0)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "packaging"
2020-12-22 19:32:21 +00:00
version = "20.8"
description = "Core utilities for Python packages"
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 ]
pyparsing = ">=2.0.2"
[ [ package ] ]
name = "pluggy"
2020-12-22 19:32:21 +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.*"
[ package . dependencies ]
2020-12-22 19:32:21 +00:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "pre-commit"
2020-12-22 19:32:21 +00:00
version = "1.21.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2019-08-31 22:25:25 +00:00
[ package . dependencies ]
"aspy.yaml" = "*"
cfgv = ">=2.0.0"
identify = ">=1.0.0"
2020-12-22 19:32:21 +00:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2019-08-31 22:25:25 +00:00
nodeenv = ">=0.11.1"
pyyaml = "*"
six = "*"
toml = "*"
virtualenv = ">=15.2"
[ [ package ] ]
name = "py"
2020-12-22 19:32:21 +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"
2020-12-22 19:32:21 +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 = "*"
2020-12-22 19:32:21 +00:00
[ package . extras ]
tests = [ "pytest (>=2.3.0)" , "tox (>=1.6.0)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "pyparsing"
2020-12-22 19:32:21 +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"
2020-12-22 19:32:21 +00:00
version = "5.4.3"
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 ]
2020-12-22 19:32:21 +00:00
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
2019-08-31 22:25:25 +00:00
attrs = ">=17.4.0"
2020-12-22 19:32:21 +00:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2019-08-31 22:25:25 +00:00
more-itertools = ">=4.0.0"
packaging = "*"
pluggy = ">=0.12,<1.0"
py = ">=1.5.0"
wcwidth = "*"
2020-12-22 19:32:21 +00:00
[ package . extras ]
checkqa-mypy = [ "mypy (==v0.761)" ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "pytest-django"
2020-12-22 19:32:21 +00:00
version = "3.10.0"
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"
2020-12-22 19:32:21 +00:00
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" ]
testing = [ "django" , "django-configurations (>=2.0)" , "six" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "python3-openid"
2020-12-22 19:32:21 +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 = "*"
2020-12-22 19:32:21 +00:00
[ package . extras ]
mysql = [ "mysql-connector-python" ]
postgresql = [ "psycopg2" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "pytz"
2020-12-22 19:32:21 +00:00
version = "2020.4"
description = "World timezone definitions, modern and historical"
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyyaml"
2020-12-22 19:32:21 +00:00
version = "5.3.1"
description = "YAML parser and emitter for Python"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "requests"
2020-12-22 19:32:21 +00:00
version = "2.25.1"
description = "Python HTTP for Humans."
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.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
2020-12-22 19:32:21 +00:00
chardet = ">=3.0.2,<5"
idna = ">=2.5,<3"
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
security = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "requests-oauthlib"
2020-12-22 19:32:21 +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"
2020-12-22 19:32:21 +00:00
[ package . extras ]
rsa = [ "oauthlib[signedtoken] (>=3.0.0)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "six"
2020-12-22 19:32:21 +00:00
version = "1.15.0"
description = "Python 2 and 3 compatibility utilities"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "sqlparse"
2020-12-22 19:32:21 +00:00
version = "0.4.1"
description = "A non-validating SQL parser."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = ">=3.5"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "toml"
2020-12-22 19:32:21 +00:00
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "typing-extensions"
version = "3.7.4.3"
description = "Backported and Experimental Type Hints for Python 3.5+"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "urllib3"
2020-12-22 19:32:21 +00:00
version = "1.26.2"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +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
[ [ package ] ]
name = "virtualenv"
2020-12-22 19:32:21 +00:00
version = "20.2.2"
description = "Virtual Python Environment builder"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
appdirs = ">=1.4.3,<2"
distlib = ">=0.3.1,<1"
filelock = ">=3.0.0,<4"
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
six = ">=1.9.0,<2"
[ package . extras ]
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=19.9.0rc1)" ]
testing = [ "coverage (>=4)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3)" , "pytest (>=4)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.1)" , "pytest-mock (>=2)" , "pytest-randomly (>=1)" , "pytest-timeout (>=1)" , "pytest-xdist (>=1.31.0)" , "packaging (>=20.0)" , "xonsh (>=0.9.16)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "wcwidth"
2020-12-22 19:32:21 +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 = "*"
[ [ package ] ]
name = "zipp"
2020-12-22 19:32:21 +00:00
version = "3.4.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2020-12-22 19:32:21 +00:00
python-versions = ">=3.6"
2019-08-31 22:25:25 +00:00
2020-12-22 19:32:21 +00:00
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "jaraco.test (>=3.2.0)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2019-08-31 22:25:25 +00:00
[ metadata ]
2020-12-22 19:32:21 +00:00
lock-version = "1.1"
2019-08-31 22:25:25 +00:00
python-versions = "^3.7"
2020-12-22 19:32:21 +00:00
content-hash = "2ce01170127003b7107bd9d94d7225f3860356ebb3cda1bee98f894e82cf8d99"
2019-08-31 22:25:25 +00:00
2020-12-22 19:32:21 +00:00
[ metadata . files ]
appdirs = [
{ file = "appdirs-1.4.4-py2.py3-none-any.whl" , hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" } ,
{ file = "appdirs-1.4.4.tar.gz" , hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" } ,
]
"aspy.yaml" = [
{ file = "aspy.yaml-1.3.0-py2.py3-none-any.whl" , hash = "sha256:463372c043f70160a9ec950c3f1e4c3a82db5fca01d334b6bc89c7164d744bdc" } ,
{ file = "aspy.yaml-1.3.0.tar.gz" , hash = "sha256:e7c742382eff2caed61f87a39d13f99109088e5e93f04d76eb8d4b28aa143f45" } ,
]
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 = [
{ file = "attrs-20.3.0-py2.py3-none-any.whl" , hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6" } ,
{ file = "attrs-20.3.0.tar.gz" , hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700" } ,
]
certifi = [
{ file = "certifi-2020.12.5-py2.py3-none-any.whl" , hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830" } ,
{ file = "certifi-2020.12.5.tar.gz" , hash = "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c" } ,
]
cfgv = [
{ file = "cfgv-3.2.0-py2.py3-none-any.whl" , hash = "sha256:32e43d604bbe7896fe7c248a9c2276447dbef840feb28fe20494f62af110211d" } ,
{ file = "cfgv-3.2.0.tar.gz" , hash = "sha256:cf22deb93d4bcf92f345a5c3cd39d3d41d6340adc60c78bbbd6588c384fda6a1" } ,
]
chardet = [
{ file = "chardet-4.0.0-py2.py3-none-any.whl" , hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" } ,
{ file = "chardet-4.0.0.tar.gz" , hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" } ,
]
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
defusedxml = [
{ file = "defusedxml-0.6.0-py2.py3-none-any.whl" , hash = "sha256:6687150770438374ab581bb7a1b327a847dd9c5749e396102de3fad4e8a3ef93" } ,
{ file = "defusedxml-0.6.0.tar.gz" , hash = "sha256:f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5" } ,
]
distlib = [
{ file = "distlib-0.3.1-py2.py3-none-any.whl" , hash = "sha256:8c09de2c67b3e7deef7184574fc060ab8a793e7adbb183d942c389c8b13c52fb" } ,
{ file = "distlib-0.3.1.zip" , hash = "sha256:edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1" } ,
]
django = [
{ file = "Django-2.2.17-py3-none-any.whl" , hash = "sha256:558cb27930defd9a6042133258caf797b2d1dee233959f537e3dc475cb49bd7c" } ,
{ file = "Django-2.2.17.tar.gz" , hash = "sha256:cf5370a4d7765a9dd6d42a7b96b53c74f9446cd38209211304b210fe0404b861" } ,
]
django-allauth = [
{ file = "django-allauth-0.40.0.tar.gz" , hash = "sha256:6a189fc4d3ee23596c3fd6e9f49c59b5b15618980118171a50675dd6a27cc589" } ,
]
django-money = [
{ file = "django-money-0.15.1.tar.gz" , hash = "sha256:88b5a0ee36565a87c39581efedbe4834b6f3f4a9a348887678ed2f45f4f8a192" } ,
{ file = "django_money-0.15.1-py2.py3-none-any.whl" , hash = "sha256:61b06e495f5c08795504bd0f8708295e3db3649aae7db8297f1a55a9755b5611" } ,
]
filelock = [
{ file = "filelock-3.0.12-py3-none-any.whl" , hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836" } ,
{ file = "filelock-3.0.12.tar.gz" , hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59" } ,
]
identify = [
{ file = "identify-1.5.10-py2.py3-none-any.whl" , hash = "sha256:cc86e6a9a390879dcc2976cef169dd9cc48843ed70b7380f321d1b118163c60e" } ,
{ file = "identify-1.5.10.tar.gz" , hash = "sha256:943cd299ac7f5715fcb3f684e2fc1594c1e0f22a90d15398e5888143bd4144b5" } ,
]
idna = [
{ file = "idna-2.10-py2.py3-none-any.whl" , hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0" } ,
{ file = "idna-2.10.tar.gz" , hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6" } ,
]
importlib-metadata = [
{ file = "importlib_metadata-3.3.0-py3-none-any.whl" , hash = "sha256:bf792d480abbd5eda85794e4afb09dd538393f7d6e6ffef6e9f03d2014cf9450" } ,
{ file = "importlib_metadata-3.3.0.tar.gz" , hash = "sha256:5c5a2720817414a6c41f0a49993908068243ae02c1635a228126519b509c8aed" } ,
]
more-itertools = [
{ file = "more-itertools-8.6.0.tar.gz" , hash = "sha256:b3a9005928e5bed54076e6e549c792b306fddfe72b2d1d22dd63d42d5d3899cf" } ,
{ file = "more_itertools-8.6.0-py3-none-any.whl" , hash = "sha256:8e1a2a43b2f2727425f2b5839587ae37093f19153dc26c0927d1048ff6557330" } ,
]
nodeenv = [
{ file = "nodeenv-1.5.0-py2.py3-none-any.whl" , hash = "sha256:5304d424c529c997bc888453aeaa6362d242b6b4631e90f3d4bf1b290f1c84a9" } ,
{ file = "nodeenv-1.5.0.tar.gz" , hash = "sha256:ab45090ae383b716c4ef89e690c41ff8c2b257b85b309f01f3654df3d084bd7c" } ,
]
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.8-py2.py3-none-any.whl" , hash = "sha256:24e0da08660a87484d1602c30bb4902d74816b6985b93de36926f5bc95741858" } ,
{ file = "packaging-20.8.tar.gz" , hash = "sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093" } ,
]
pluggy = [
{ file = "pluggy-0.13.1-py2.py3-none-any.whl" , hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d" } ,
{ file = "pluggy-0.13.1.tar.gz" , hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" } ,
]
pre-commit = [
{ file = "pre_commit-1.21.0-py2.py3-none-any.whl" , hash = "sha256:f92a359477f3252452ae2e8d3029de77aec59415c16ae4189bcfba40b757e029" } ,
{ file = "pre_commit-1.21.0.tar.gz" , hash = "sha256:8f48d8637bdae6fa70cc97db9c1dd5aa7c5c8bf71968932a380628c25978b850" } ,
]
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" } ,
]
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 = [
{ file = "pytest-5.4.3-py3-none-any.whl" , hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1" } ,
{ file = "pytest-5.4.3.tar.gz" , hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8" } ,
]
pytest-django = [
{ file = "pytest-django-3.10.0.tar.gz" , hash = "sha256:4de6dbd077ed8606616958f77655fed0d5e3ee45159475671c7fa67596c6dba6" } ,
{ file = "pytest_django-3.10.0-py2.py3-none-any.whl" , hash = "sha256:c33e3d3da14d8409b125d825d4e74da17bb252191bf6fc3da6856e27a8b73ea4" } ,
]
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" } ,
]
pytz = [
{ file = "pytz-2020.4-py2.py3-none-any.whl" , hash = "sha256:5c55e189b682d420be27c6995ba6edce0c0a77dd67bfbe2ae6607134d5851ffd" } ,
{ file = "pytz-2020.4.tar.gz" , hash = "sha256:3e6b7dd2d1e0a59084bcee14a17af60c5c562cdc16d828e8eba2e683d3a7e268" } ,
]
pyyaml = [
{ file = "PyYAML-5.3.1-cp27-cp27m-win32.whl" , hash = "sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f" } ,
{ file = "PyYAML-5.3.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:240097ff019d7c70a4922b6869d8a86407758333f02203e0fc6ff79c5dcede76" } ,
{ file = "PyYAML-5.3.1-cp35-cp35m-win32.whl" , hash = "sha256:4f4b913ca1a7319b33cfb1369e91e50354d6f07a135f3b901aca02aa95940bd2" } ,
{ file = "PyYAML-5.3.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:cc8955cfbfc7a115fa81d85284ee61147059a753344bc51098f3ccd69b0d7e0c" } ,
{ file = "PyYAML-5.3.1-cp36-cp36m-win32.whl" , hash = "sha256:7739fc0fa8205b3ee8808aea45e968bc90082c10aef6ea95e855e10abf4a37b2" } ,
{ file = "PyYAML-5.3.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:69f00dca373f240f842b2931fb2c7e14ddbacd1397d57157a9b005a6a9942648" } ,
{ file = "PyYAML-5.3.1-cp37-cp37m-win32.whl" , hash = "sha256:d13155f591e6fcc1ec3b30685d50bf0711574e2c0dfffd7644babf8b5102ca1a" } ,
{ file = "PyYAML-5.3.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:73f099454b799e05e5ab51423c7bcf361c58d3206fa7b0d555426b1f4d9a3eaf" } ,
{ file = "PyYAML-5.3.1-cp38-cp38-win32.whl" , hash = "sha256:06a0d7ba600ce0b2d2fe2e78453a470b5a6e000a985dd4a4e54e436cc36b0e97" } ,
{ file = "PyYAML-5.3.1-cp38-cp38-win_amd64.whl" , hash = "sha256:95f71d2af0ff4227885f7a6605c37fd53d3a106fcab511b8860ecca9fcf400ee" } ,
{ file = "PyYAML-5.3.1-cp39-cp39-win32.whl" , hash = "sha256:ad9c67312c84def58f3c04504727ca879cb0013b2517c85a9a253f0cb6380c0a" } ,
{ file = "PyYAML-5.3.1-cp39-cp39-win_amd64.whl" , hash = "sha256:6034f55dab5fea9e53f436aa68fa3ace2634918e8b5994d82f3621c04ff5ed2e" } ,
{ file = "PyYAML-5.3.1.tar.gz" , hash = "sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d" } ,
]
requests = [
{ file = "requests-2.25.1-py2.py3-none-any.whl" , hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e" } ,
{ file = "requests-2.25.1.tar.gz" , hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804" } ,
]
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" } ,
]
six = [
{ file = "six-1.15.0-py2.py3-none-any.whl" , hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced" } ,
{ file = "six-1.15.0.tar.gz" , hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259" } ,
]
sqlparse = [
{ file = "sqlparse-0.4.1-py3-none-any.whl" , hash = "sha256:017cde379adbd6a1f15a61873f43e8274179378e95ef3fede90b5aa64d304ed0" } ,
{ file = "sqlparse-0.4.1.tar.gz" , hash = "sha256:0f91fd2e829c44362cbcfab3e9ae12e22badaa8a29ad5ff599f9ec109f0454e8" } ,
]
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
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" } ,
]
urllib3 = [
{ file = "urllib3-1.26.2-py2.py3-none-any.whl" , hash = "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473" } ,
{ file = "urllib3-1.26.2.tar.gz" , hash = "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08" } ,
]
virtualenv = [
{ file = "virtualenv-20.2.2-py2.py3-none-any.whl" , hash = "sha256:54b05fc737ea9c9ee9f8340f579e5da5b09fb64fd010ab5757eb90268616907c" } ,
{ file = "virtualenv-20.2.2.tar.gz" , hash = "sha256:b7a8ec323ee02fb2312f098b6b4c9de99559b462775bc8fe3627a73706603c1b" } ,
]
wcwidth = [
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
]
zipp = [
{ file = "zipp-3.4.0-py3-none-any.whl" , hash = "sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108" } ,
{ file = "zipp-3.4.0.tar.gz" , hash = "sha256:ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb" } ,
]