2019-08-31 22:25:25 +00:00
[ [ package ] ]
2021-01-26 19:37:50 +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"
optional = false
2021-01-26 19:37:50 +00:00
python-versions = "*"
2019-08-31 22:25:25 +00:00
2021-01-26 19:37:50 +00:00
[ [ package ] ]
name = "asgiref"
version = "3.3.1"
description = "ASGI specs, helper code, and adapters"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
tests = [ "pytest" , "pytest-asyncio" ]
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-01-26 19:37:50 +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.*"
2021-01-26 19:37:50 +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"
2021-01-26 19:37:50 +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 = "*"
2021-02-09 21:24:04 +00:00
[ [ package ] ]
name = "cffi"
version = "1.14.4"
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 ] ]
name = "cfgv"
2021-01-26 19:37:50 +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
2021-01-26 19:37:50 +00:00
python-versions = ">=3.6.1"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "chardet"
2021-01-26 19:37:50 +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
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
[ [ 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-09 21:24:04 +00:00
[ [ package ] ]
name = "cryptography"
version = "3.4.3"
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)" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "defusedxml"
2021-01-26 19:37:50 +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 ] ]
2021-01-26 19:37:50 +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"
2021-02-09 21:24:04 +00:00
version = "3.1.6"
2021-01-26 19:37:50 +00:00
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
2021-01-26 19:37:50 +00:00
python-versions = ">=3.6"
2019-08-31 22:25:25 +00:00
[ package . dependencies ]
2021-01-26 19:37:50 +00:00
asgiref = ">=3.2.10,<4"
2019-08-31 22:25:25 +00:00
pytz = "*"
2021-01-26 19:37:50 +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"
2021-02-09 21:24:04 +00:00
version = "0.44.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-09 21:24:04 +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"
[ [ package ] ]
name = "django-money"
2021-02-09 21:24:04 +00:00
version = "1.3.1"
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-02-09 21:24:04 +00:00
test = [ "pytest (>=3.1.0)" , "pytest-django" , "pytest-pythonpath" , "pytest-cov" , "mixer" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
2021-01-26 19:37:50 +00:00
name = "filelock"
version = "3.0.12"
description = "A platform independent file lock."
2019-08-31 22:25:25 +00:00
category = "dev"
2021-01-26 19:37:50 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2019-08-31 22:25:25 +00:00
name = "identify"
2021-01-26 19:37:50 +00:00
version = "1.5.13"
description = "File identification library for Python"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2021-01-26 19:37:50 +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"
2021-01-26 19:37:50 +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"
2021-01-26 19:37:50 +00:00
version = "3.4.0"
description = "Read metadata from Python packages"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2021-01-26 19:37:50 +00:00
python-versions = ">=3.6"
2019-08-31 22:25:25 +00:00
[ package . dependencies ]
2021-01-26 19:37:50 +00:00
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
2019-08-31 22:25:25 +00:00
zipp = ">=0.5"
2021-01-26 19:37:50 +00:00
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler" , "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"
2021-02-09 21:24:04 +00:00
version = "8.7.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 = "nodeenv"
2021-01-26 19:37:50 +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"
2021-01-26 19:37:50 +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.*"
2021-01-26 19:37:50 +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"
2021-02-09 21:24:04 +00:00
version = "20.9"
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
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ 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.*"
[ package . dependencies ]
2021-01-26 19:37:50 +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"
2021-02-09 21:24:04 +00:00
version = "2.10.1"
2021-01-26 19:37:50 +00:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2021-01-26 19:37:50 +00:00
python-versions = ">=3.6.1"
2019-08-31 22:25:25 +00:00
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
2021-01-26 19:37:50 +00:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2019-08-31 22:25:25 +00:00
nodeenv = ">=0.11.1"
2021-01-26 19:37:50 +00:00
pyyaml = ">=5.1"
2019-08-31 22:25:25 +00:00
toml = "*"
2021-01-26 19:37:50 +00:00
virtualenv = ">=20.0.8"
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-09 21:24:04 +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"
version = "2.0.1"
description = "JSON Web Token implementation in Python"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cryptography = { version = ">=3.3.1,<4.0.0" , optional = true , markers = "extra == \"crypto\"" }
[ package . extras ]
crypto = [ "cryptography (>=3.3.1,<4.0.0)" ]
dev = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" , "cryptography (>=3.3.1,<4.0.0)" , "pytest (>=6.0.0,<7.0.0)" , "coverage[toml] (==5.0.4)" , "mypy" , "pre-commit" ]
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-01-26 19:37:50 +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 ]
2021-01-26 19:37:50 +00:00
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
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\"" }
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 = "*"
2021-01-26 19:37:50 +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"
2021-01-26 19:37:50 +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"
2021-01-26 19:37:50 +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"
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 = "pytz"
2021-02-09 21:24:04 +00:00
version = "2021.1"
2021-01-26 19:37:50 +00:00
description = "World timezone definitions, modern and historical"
category = "main"
2019-08-31 22:25:25 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyyaml"
2021-01-26 19:37:50 +00:00
version = "5.4.1"
description = "YAML parser and emitter for Python"
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.*, !=3.5.*"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "requests"
2021-01-26 19:37:50 +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"
2021-01-26 19:37:50 +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"
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 = "six"
2021-01-26 19:37:50 +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
2021-01-26 19:37:50 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "sqlparse"
2021-01-26 19:37:50 +00:00
version = "0.4.1"
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 ] ]
name = "toml"
2021-01-26 19:37:50 +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"
2021-01-26 19:37:50 +00:00
version = "1.26.3"
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
[ [ package ] ]
name = "virtualenv"
2021-02-09 21:24:04 +00:00
version = "20.4.2"
2021-01-26 19:37:50 +00:00
description = "Virtual Python Environment builder"
category = "dev"
2019-08-31 22:25:25 +00:00
optional = false
2021-01-26 19:37:50 +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)" , "packaging (>=20.0)" , "xonsh (>=0.9.16)" ]
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 = "*"
[ [ package ] ]
name = "zipp"
2021-01-26 19:37:50 +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
2021-01-26 19:37:50 +00:00
python-versions = ">=3.6"
2019-08-31 22:25:25 +00:00
2021-01-26 19:37:50 +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 ]
2021-01-26 19:37:50 +00:00
lock-version = "1.1"
2019-08-31 22:25:25 +00:00
python-versions = "^3.7"
2021-02-09 21:24:04 +00:00
content-hash = "da57e323ba2dd8af6797adfc34c1335a21e84c0c967264576e8a465c4b409dc5"
2021-01-26 19:37:50 +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" } ,
]
asgiref = [
{ file = "asgiref-3.3.1-py3-none-any.whl" , hash = "sha256:5ee950735509d04eb673bd7f7120f8fa1c9e2df495394992c73234d526907e17" } ,
{ file = "asgiref-3.3.1.tar.gz" , hash = "sha256:7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0" } ,
]
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" } ,
]
2021-02-09 21:24:04 +00:00
cffi = [
{ file = "cffi-1.14.4-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:ebb253464a5d0482b191274f1c8bf00e33f7e0b9c66405fbffc61ed2c839c775" } ,
{ file = "cffi-1.14.4-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:2c24d61263f511551f740d1a065eb0212db1dbbbbd241db758f5244281590c06" } ,
{ file = "cffi-1.14.4-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:9f7a31251289b2ab6d4012f6e83e58bc3b96bd151f5b5262467f4bb6b34a7c26" } ,
{ file = "cffi-1.14.4-cp27-cp27m-win32.whl" , hash = "sha256:5cf4be6c304ad0b6602f5c4e90e2f59b47653ac1ed9c662ed379fe48a8f26b0c" } ,
{ file = "cffi-1.14.4-cp27-cp27m-win_amd64.whl" , hash = "sha256:f60567825f791c6f8a592f3c6e3bd93dd2934e3f9dac189308426bd76b00ef3b" } ,
{ file = "cffi-1.14.4-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:c6332685306b6417a91b1ff9fae889b3ba65c2292d64bd9245c093b1b284809d" } ,
{ file = "cffi-1.14.4-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:d9efd8b7a3ef378dd61a1e77367f1924375befc2eba06168b6ebfa903a5e59ca" } ,
{ file = "cffi-1.14.4-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:51a8b381b16ddd370178a65360ebe15fbc1c71cf6f584613a7ea08bfad946698" } ,
{ file = "cffi-1.14.4-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:1d2c4994f515e5b485fd6d3a73d05526aa0fcf248eb135996b088d25dfa1865b" } ,
{ file = "cffi-1.14.4-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:af5c59122a011049aad5dd87424b8e65a80e4a6477419c0c1015f73fb5ea0293" } ,
{ file = "cffi-1.14.4-cp35-cp35m-win32.whl" , hash = "sha256:594234691ac0e9b770aee9fcdb8fa02c22e43e5c619456efd0d6c2bf276f3eb2" } ,
{ file = "cffi-1.14.4-cp35-cp35m-win_amd64.whl" , hash = "sha256:64081b3f8f6f3c3de6191ec89d7dc6c86a8a43911f7ecb422c60e90c70be41c7" } ,
{ file = "cffi-1.14.4-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f803eaa94c2fcda012c047e62bc7a51b0bdabda1cad7a92a522694ea2d76e49f" } ,
{ file = "cffi-1.14.4-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:105abaf8a6075dc96c1fe5ae7aae073f4696f2905fde6aeada4c9d2926752362" } ,
{ file = "cffi-1.14.4-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:0638c3ae1a0edfb77c6765d487fee624d2b1ee1bdfeffc1f0b58c64d149e7eec" } ,
{ file = "cffi-1.14.4-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:7c6b1dece89874d9541fc974917b631406233ea0440d0bdfbb8e03bf39a49b3b" } ,
{ file = "cffi-1.14.4-cp36-cp36m-win32.whl" , hash = "sha256:155136b51fd733fa94e1c2ea5211dcd4c8879869008fc811648f16541bf99668" } ,
{ file = "cffi-1.14.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:6bc25fc545a6b3d57b5f8618e59fc13d3a3a68431e8ca5fd4c13241cd70d0009" } ,
{ file = "cffi-1.14.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a7711edca4dcef1a75257b50a2fbfe92a65187c47dab5a0f1b9b332c5919a3fb" } ,
{ file = "cffi-1.14.4-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:00e28066507bfc3fe865a31f325c8391a1ac2916219340f87dfad602c3e48e5d" } ,
{ file = "cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:798caa2a2384b1cbe8a2a139d80734c9db54f9cc155c99d7cc92441a23871c03" } ,
{ file = "cffi-1.14.4-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:a5ed8c05548b54b998b9498753fb9cadbfd92ee88e884641377d8a8b291bcc01" } ,
{ file = "cffi-1.14.4-cp37-cp37m-win32.whl" , hash = "sha256:00a1ba5e2e95684448de9b89888ccd02c98d512064b4cb987d48f4b40aa0421e" } ,
{ file = "cffi-1.14.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:9cc46bc107224ff5b6d04369e7c595acb700c3613ad7bcf2e2012f62ece80c35" } ,
{ file = "cffi-1.14.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:df5169c4396adc04f9b0a05f13c074df878b6052430e03f50e68adf3a57aa28d" } ,
{ file = "cffi-1.14.4-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:9ffb888f19d54a4d4dfd4b3f29bc2c16aa4972f1c2ab9c4ab09b8ab8685b9c2b" } ,
{ file = "cffi-1.14.4-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8d6603078baf4e11edc4168a514c5ce5b3ba6e3e9c374298cb88437957960a53" } ,
{ file = "cffi-1.14.4-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:d5ff0621c88ce83a28a10d2ce719b2ee85635e85c515f12bac99a95306da4b2e" } ,
{ file = "cffi-1.14.4-cp38-cp38-win32.whl" , hash = "sha256:b4e248d1087abf9f4c10f3c398896c87ce82a9856494a7155823eb45a892395d" } ,
{ file = "cffi-1.14.4-cp38-cp38-win_amd64.whl" , hash = "sha256:ec80dc47f54e6e9a78181ce05feb71a0353854cc26999db963695f950b5fb375" } ,
{ file = "cffi-1.14.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:840793c68105fe031f34d6a086eaea153a0cd5c491cde82a74b420edd0a2b909" } ,
{ file = "cffi-1.14.4-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:b18e0a9ef57d2b41f5c68beefa32317d286c3d6ac0484efd10d6e07491bb95dd" } ,
{ file = "cffi-1.14.4-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:045d792900a75e8b1e1b0ab6787dd733a8190ffcf80e8c8ceb2fb10a29ff238a" } ,
{ file = "cffi-1.14.4-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:7ef7d4ced6b325e92eb4d3502946c78c5367bc416398d387b39591532536734e" } ,
{ file = "cffi-1.14.4-cp39-cp39-win32.whl" , hash = "sha256:ba4e9e0ae13fc41c6b23299545e5ef73055213e466bd107953e4a013a5ddd7e3" } ,
{ file = "cffi-1.14.4-cp39-cp39-win_amd64.whl" , hash = "sha256:f032b34669220030f905152045dfa27741ce1a6db3324a5bc0b96b6c7420c87b" } ,
{ file = "cffi-1.14.4.tar.gz" , hash = "sha256:1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c" } ,
]
2021-01-26 19:37:50 +00:00
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" } ,
]
2021-02-09 21:24:04 +00:00
cryptography = [
{ file = "cryptography-3.4.3-cp36-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:3cce61b179ff415ccc67393c6d6fa577aedb23d776779527c79ebf2438d4d25b" } ,
{ file = "cryptography-3.4.3-cp36-abi3-manylinux2010_x86_64.whl" , hash = "sha256:bbce8faaaee586d5c84c5eacf77f227710b3bf24f229f6ced6f9fe3e7a662223" } ,
{ file = "cryptography-3.4.3-cp36-abi3-manylinux2014_aarch64.whl" , hash = "sha256:1a37179da6d3a67db8e324d60d9e421b3cfd5ca6467b6861d9b1ce86dd191be3" } ,
{ file = "cryptography-3.4.3-cp36-abi3-manylinux2014_x86_64.whl" , hash = "sha256:180baf51ad689b3b86bce7c2bf0cfff491fdea16fa2fe640a77e316ee26bad1e" } ,
{ file = "cryptography-3.4.3-cp36-abi3-win32.whl" , hash = "sha256:965fd6905f188876a49f1b9edadad0847ef8d056cd4995e82b9a4f03ac049bd0" } ,
{ file = "cryptography-3.4.3-cp36-abi3-win_amd64.whl" , hash = "sha256:c58467c96f3b79cf9eb4628371c235427db2c1ece210c2c539d38d23338875e4" } ,
{ file = "cryptography-3.4.3.tar.gz" , hash = "sha256:d70065c42de45e15776a53216000283a2a183ae37379badb37f527a2bdfd6221" } ,
]
2021-01-26 19:37:50 +00:00
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 = [
2021-02-09 21:24:04 +00:00
{ file = "Django-3.1.6-py3-none-any.whl" , hash = "sha256:169e2e7b4839a7910b393eec127fd7cbae62e80fa55f89c6510426abf673fe5f" } ,
{ file = "Django-3.1.6.tar.gz" , hash = "sha256:c6c0462b8b361f8691171af1fb87eceb4442da28477e12200c40420176206ba7" } ,
2021-01-26 19:37:50 +00:00
]
django-allauth = [
2021-02-09 21:24:04 +00:00
{ file = "django-allauth-0.44.0.tar.gz" , hash = "sha256:e51af457466022f52154d74c8523ac69375120fad2acce6e239635d85e610b25" } ,
2021-01-26 19:37:50 +00:00
]
django-money = [
2021-02-09 21:24:04 +00:00
{ file = "django-money-1.3.1.tar.gz" , hash = "sha256:a363ce16a23e403befdafa9895b2f538a10f9d390b160f12140094a6dfd55246" } ,
{ file = "django_money-1.3.1-py3-none-any.whl" , hash = "sha256:3b8fc751c8ae27cf877b8f3770ade1b63af97ee49a32ac08a6a1bc6d8d59f089" } ,
2021-01-26 19:37:50 +00:00
]
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.13-py2.py3-none-any.whl" , hash = "sha256:9dfb63a2e871b807e3ba62f029813552a24b5289504f5b071dea9b041aee9fe4" } ,
{ file = "identify-1.5.13.tar.gz" , hash = "sha256:70b638cf4743f33042bebb3b51e25261a0a10e80f978739f17e7fd4837664a66" } ,
]
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.4.0-py3-none-any.whl" , hash = "sha256:ace61d5fc652dc280e7b6b4ff732a9c2d40db2c0f92bc6cb74e07b73d53a1771" } ,
{ file = "importlib_metadata-3.4.0.tar.gz" , hash = "sha256:fa5daa4477a7414ae34e95942e4dd07f62adf589143c875c133c1e53c4eff38d" } ,
]
more-itertools = [
2021-02-09 21:24:04 +00:00
{ file = "more-itertools-8.7.0.tar.gz" , hash = "sha256:c5d6da9ca3ff65220c3bfd2a8db06d698f05d4d2b9be57e1deb2be5a45019713" } ,
{ file = "more_itertools-8.7.0-py3-none-any.whl" , hash = "sha256:5652a9ac72209ed7df8d9c15daf4e1aa0e3d2ccd3c87f8265a0673cd9cbc9ced" } ,
2021-01-26 19:37:50 +00:00
]
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 = [
2021-02-09 21:24:04 +00:00
{ file = "packaging-20.9-py2.py3-none-any.whl" , hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a" } ,
{ file = "packaging-20.9.tar.gz" , hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5" } ,
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" } ,
]
pre-commit = [
2021-02-09 21:24:04 +00:00
{ file = "pre_commit-2.10.1-py2.py3-none-any.whl" , hash = "sha256:16212d1fde2bed88159287da88ff03796863854b04dc9f838a55979325a3d20e" } ,
{ file = "pre_commit-2.10.1.tar.gz" , hash = "sha256:399baf78f13f4de82a29b649afd74bef2c4e28eb4f021661fc7f29246e8c7a3a" } ,
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-09 21:24:04 +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 = [
{ file = "PyJWT-2.0.1-py3-none-any.whl" , hash = "sha256:b70b15f89dc69b993d8a8d32c299032d5355c82f9b5b7e851d1a6d706dffe847" } ,
{ file = "PyJWT-2.0.1.tar.gz" , hash = "sha256:a5c70a06e1f33d81ef25eecd50d50bd30e34de1ca8b2b9fa3fe0daaabcf69bf7" } ,
]
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 = [
{ 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 = [
2021-02-09 21:24:04 +00:00
{ file = "pytz-2021.1-py2.py3-none-any.whl" , hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798" } ,
{ file = "pytz-2021.1.tar.gz" , hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da" } ,
2021-01-26 19:37:50 +00:00
]
pyyaml = [
{ file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win32.whl" , hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8" } ,
{ file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win32.whl" , hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win32.whl" , hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win32.whl" , hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win32.whl" , hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db" } ,
{ file = "PyYAML-5.4.1.tar.gz" , hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" } ,
]
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.3-py2.py3-none-any.whl" , hash = "sha256:1b465e494e3e0d8939b50680403e3aedaa2bc434b7d5af64dfd3c958d7f5ae80" } ,
{ file = "urllib3-1.26.3.tar.gz" , hash = "sha256:de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73" } ,
]
virtualenv = [
2021-02-09 21:24:04 +00:00
{ file = "virtualenv-20.4.2-py2.py3-none-any.whl" , hash = "sha256:2be72df684b74df0ea47679a7df93fd0e04e72520022c57b479d8f881485dbe3" } ,
{ file = "virtualenv-20.4.2.tar.gz" , hash = "sha256:147b43894e51dd6bba882cf9c282447f780e2251cd35172403745fc381a0a80d" } ,
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" } ,
]
zipp = [
{ file = "zipp-3.4.0-py3-none-any.whl" , hash = "sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108" } ,
{ file = "zipp-3.4.0.tar.gz" , hash = "sha256:ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb" } ,
]