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-27 20:07:48 +00:00
[ [ package ] ]
name = "cffi"
version = "1.14.5"
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
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-27 20:07:48 +00:00
[ [ package ] ]
name = "cryptography"
version = "3.4.6"
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 = "*"
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-02-27 20:07:48 +00:00
version = "3.1.7"
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-27 20:07:48 +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-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-02-27 20:07:48 +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-27 20:07:48 +00:00
test = [ "pytest (>=3.1.0)" , "pytest-django" , "pytest-pythonpath" , "pytest-cov" , "mixer" ]
[ [ package ] ]
name = "environs"
version = "9.3.1"
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\"" }
marshmallow = ">=2.7.0"
python-dotenv = "*"
[ package . extras ]
dev = [ "pytest" , "dj-database-url" , "dj-email-url" , "django-cache-url" , "flake8 (==3.8.4)" , "flake8-bugbear (==20.11.1)" , "mypy (==0.800)" , "pre-commit (>=2.4,<3.0)" , "tox" ]
django = [ "dj-database-url" , "dj-email-url" , "django-cache-url" ]
lint = [ "flake8 (==3.8.4)" , "flake8-bugbear (==20.11.1)" , "mypy (==0.800)" , "pre-commit (>=2.4,<3.0)" ]
tests = [ "pytest" , "dj-database-url" , "dj-email-url" , "django-cache-url" ]
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-02-27 20:07:48 +00:00
version = "1.6.0"
2021-01-26 19:37:50 +00:00
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 ] ]
2021-02-27 20:07:48 +00:00
name = "marshmallow"
version = "3.10.0"
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-02-27 20:07:48 +00:00
dev = [ "pytest" , "pytz" , "simplejson" , "mypy (==0.790)" , "flake8 (==3.8.4)" , "flake8-bugbear (==20.11.1)" , "pre-commit (>=2.4,<3.0)" , "tox" ]
docs = [ "sphinx (==3.3.1)" , "sphinx-issues (==1.2.0)" , "alabaster (==0.7.12)" , "sphinx-version-warning (==1.1.2)" , "autodocsumm (==0.2.2)" ]
lint = [ "mypy (==0.790)" , "flake8 (==3.8.4)" , "flake8-bugbear (==20.11.1)" , "pre-commit (>=2.4,<3.0)" ]
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-02-27 20:07:48 +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-27 20:07:48 +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.*"
2021-01-26 19:37:50 +00:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2019-08-31 22:25:25 +00:00
[ [ package ] ]
name = "pre-commit"
2021-02-27 20:07:48 +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"
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
2021-02-09 21:18:54 +00:00
[ [ package ] ]
name = "psycopg2"
version = "2.8.6"
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
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"
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\"" }
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" ]
2021-02-27 20:07:48 +00:00
[ [ package ] ]
name = "python-dotenv"
version = "0.15.0"
description = "Add .env support to your django/flask apps in development and deployments"
category = "main"
optional = false
python-versions = "*"
[ 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 = "pytz"
2021-02-27 20:07:48 +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.*"
2019-08-31 22:25:25 +00:00
[ [ 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-27 20:07:48 +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"
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 = "*"
[ 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"
content-hash = "8a01d7c9866e867f833f218d11a56cdebbcb9c5d1d24b636fe44e6393f2652d6"
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-27 20:07:48 +00:00
cffi = [
{ file = "cffi-1.14.5-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:bb89f306e5da99f4d922728ddcd6f7fcebb3241fc40edebcb7284d7514741991" } ,
{ file = "cffi-1.14.5-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:34eff4b97f3d982fb93e2831e6750127d1355a923ebaeeb565407b3d2f8d41a1" } ,
{ file = "cffi-1.14.5-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:99cd03ae7988a93dd00bcd9d0b75e1f6c426063d6f03d2f90b89e29b25b82dfa" } ,
{ file = "cffi-1.14.5-cp27-cp27m-win32.whl" , hash = "sha256:65fa59693c62cf06e45ddbb822165394a288edce9e276647f0046e1ec26920f3" } ,
{ file = "cffi-1.14.5-cp27-cp27m-win_amd64.whl" , hash = "sha256:51182f8927c5af975fece87b1b369f722c570fe169f9880764b1ee3bca8347b5" } ,
{ file = "cffi-1.14.5-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:43e0b9d9e2c9e5d152946b9c5fe062c151614b262fda2e7b201204de0b99e482" } ,
{ file = "cffi-1.14.5-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:cbde590d4faaa07c72bf979734738f328d239913ba3e043b1e98fe9a39f8b2b6" } ,
{ file = "cffi-1.14.5-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:5de7970188bb46b7bf9858eb6890aad302577a5f6f75091fd7cdd3ef13ef3045" } ,
{ file = "cffi-1.14.5-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:a465da611f6fa124963b91bf432d960a555563efe4ed1cc403ba5077b15370aa" } ,
{ file = "cffi-1.14.5-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:d42b11d692e11b6634f7613ad8df5d6d5f8875f5d48939520d351007b3c13406" } ,
{ file = "cffi-1.14.5-cp35-cp35m-win32.whl" , hash = "sha256:72d8d3ef52c208ee1c7b2e341f7d71c6fd3157138abf1a95166e6165dd5d4369" } ,
{ file = "cffi-1.14.5-cp35-cp35m-win_amd64.whl" , hash = "sha256:29314480e958fd8aab22e4a58b355b629c59bf5f2ac2492b61e3dc06d8c7a315" } ,
{ file = "cffi-1.14.5-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:3d3dd4c9e559eb172ecf00a2a7517e97d1e96de2a5e610bd9b68cea3925b4892" } ,
{ file = "cffi-1.14.5-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:48e1c69bbacfc3d932221851b39d49e81567a4d4aac3b21258d9c24578280058" } ,
{ file = "cffi-1.14.5-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:69e395c24fc60aad6bb4fa7e583698ea6cc684648e1ffb7fe85e3c1ca131a7d5" } ,
{ file = "cffi-1.14.5-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:9e93e79c2551ff263400e1e4be085a1210e12073a31c2011dbbda14bda0c6132" } ,
{ file = "cffi-1.14.5-cp36-cp36m-win32.whl" , hash = "sha256:58e3f59d583d413809d60779492342801d6e82fefb89c86a38e040c16883be53" } ,
{ file = "cffi-1.14.5-cp36-cp36m-win_amd64.whl" , hash = "sha256:005a36f41773e148deac64b08f233873a4d0c18b053d37da83f6af4d9087b813" } ,
{ file = "cffi-1.14.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:2894f2df484ff56d717bead0a5c2abb6b9d2bf26d6960c4604d5c48bbc30ee73" } ,
{ file = "cffi-1.14.5-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:0857f0ae312d855239a55c81ef453ee8fd24136eaba8e87a2eceba644c0d4c06" } ,
{ file = "cffi-1.14.5-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:cd2868886d547469123fadc46eac7ea5253ea7fcb139f12e1dfc2bbd406427d1" } ,
{ file = "cffi-1.14.5-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:35f27e6eb43380fa080dccf676dece30bef72e4a67617ffda586641cd4508d49" } ,
{ file = "cffi-1.14.5-cp37-cp37m-win32.whl" , hash = "sha256:9ff227395193126d82e60319a673a037d5de84633f11279e336f9c0f189ecc62" } ,
{ file = "cffi-1.14.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:9cf8022fb8d07a97c178b02327b284521c7708d7c71a9c9c355c178ac4bbd3d4" } ,
{ file = "cffi-1.14.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8b198cec6c72df5289c05b05b8b0969819783f9418e0409865dac47288d2a053" } ,
{ file = "cffi-1.14.5-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:ad17025d226ee5beec591b52800c11680fca3df50b8b29fe51d882576e039ee0" } ,
{ file = "cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:6c97d7350133666fbb5cf4abdc1178c812cb205dc6f41d174a7b0f18fb93337e" } ,
{ file = "cffi-1.14.5-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:8ae6299f6c68de06f136f1f9e69458eae58f1dacf10af5c17353eae03aa0d827" } ,
{ file = "cffi-1.14.5-cp38-cp38-win32.whl" , hash = "sha256:b85eb46a81787c50650f2392b9b4ef23e1f126313b9e0e9013b35c15e4288e2e" } ,
{ file = "cffi-1.14.5-cp38-cp38-win_amd64.whl" , hash = "sha256:1f436816fc868b098b0d63b8920de7d208c90a67212546d02f84fe78a9c26396" } ,
{ file = "cffi-1.14.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:1071534bbbf8cbb31b498d5d9db0f274f2f7a865adca4ae429e147ba40f73dea" } ,
{ file = "cffi-1.14.5-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:9de2e279153a443c656f2defd67769e6d1e4163952b3c622dcea5b08a6405322" } ,
{ file = "cffi-1.14.5-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:6e4714cc64f474e4d6e37cfff31a814b509a35cb17de4fb1999907575684479c" } ,
{ file = "cffi-1.14.5-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:158d0d15119b4b7ff6b926536763dc0714313aa59e320ddf787502c70c4d4bee" } ,
{ file = "cffi-1.14.5-cp39-cp39-win32.whl" , hash = "sha256:afb29c1ba2e5a3736f1c301d9d0abe3ec8b86957d04ddfa9d7a6a42b9367e396" } ,
{ file = "cffi-1.14.5-cp39-cp39-win_amd64.whl" , hash = "sha256:f2d45f97ab6bb54753eab54fffe75aaf3de4ff2341c9daee1987ee1837636f1d" } ,
{ file = "cffi-1.14.5.tar.gz" , hash = "sha256:fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c" } ,
]
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-27 20:07:48 +00:00
cryptography = [
{ file = "cryptography-3.4.6-cp36-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:57ad77d32917bc55299b16d3b996ffa42a1c73c6cfa829b14043c561288d2799" } ,
{ file = "cryptography-3.4.6-cp36-abi3-macosx_11_0_arm64.whl" , hash = "sha256:4169a27b818de4a1860720108b55a2801f32b6ae79e7f99c00d79f2a2822eeb7" } ,
{ file = "cryptography-3.4.6-cp36-abi3-manylinux2010_x86_64.whl" , hash = "sha256:93cfe5b7ff006de13e1e89830810ecbd014791b042cbe5eec253be11ac2b28f3" } ,
{ file = "cryptography-3.4.6-cp36-abi3-manylinux2014_aarch64.whl" , hash = "sha256:5ecf2bcb34d17415e89b546dbb44e73080f747e504273e4d4987630493cded1b" } ,
{ file = "cryptography-3.4.6-cp36-abi3-manylinux2014_x86_64.whl" , hash = "sha256:fec7fb46b10da10d9e1d078d1ff8ed9e05ae14f431fdbd11145edd0550b9a964" } ,
{ file = "cryptography-3.4.6-cp36-abi3-win32.whl" , hash = "sha256:df186fcbf86dc1ce56305becb8434e4b6b7504bc724b71ad7a3239e0c9d14ef2" } ,
{ file = "cryptography-3.4.6-cp36-abi3-win_amd64.whl" , hash = "sha256:66b57a9ca4b3221d51b237094b0303843b914b7d5afd4349970bb26518e350b0" } ,
{ file = "cryptography-3.4.6-pp36-pypy36_pp73-manylinux2010_x86_64.whl" , hash = "sha256:066bc53f052dfeda2f2d7c195cf16fb3e5ff13e1b6b7415b468514b40b381a5b" } ,
{ file = "cryptography-3.4.6-pp36-pypy36_pp73-manylinux2014_x86_64.whl" , hash = "sha256:600cf9bfe75e96d965509a4c0b2b183f74a4fa6f5331dcb40fb7b77b7c2484df" } ,
{ file = "cryptography-3.4.6-pp37-pypy37_pp73-manylinux2010_x86_64.whl" , hash = "sha256:0923ba600d00718d63a3976f23cab19aef10c1765038945628cd9be047ad0336" } ,
{ file = "cryptography-3.4.6-pp37-pypy37_pp73-manylinux2014_x86_64.whl" , hash = "sha256:9e98b452132963678e3ac6c73f7010fe53adf72209a32854d55690acac3f6724" } ,
{ file = "cryptography-3.4.6.tar.gz" , hash = "sha256:2d32223e5b0ee02943f32b19245b61a62db83a882f0e76cc564e1cec60d48f87" } ,
]
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" } ,
]
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-02-27 20:07:48 +00:00
{ file = "Django-3.1.7-py3-none-any.whl" , hash = "sha256:baf099db36ad31f970775d0be5587cc58a6256a6771a44eb795b554d45f211b8" } ,
{ file = "Django-3.1.7.tar.gz" , hash = "sha256:32ce792ee9b6a0cbbec340123e229ac9f765dff8c2a4ae9247a14b2ba3a365a7" } ,
2021-01-26 19:37:50 +00:00
]
django-allauth = [
2021-02-27 20:07:48 +00:00
{ file = "django-allauth-0.44.0.tar.gz" , hash = "sha256:e51af457466022f52154d74c8523ac69375120fad2acce6e239635d85e610b25" } ,
]
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-02-27 20:07:48 +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" } ,
]
environs = [
{ file = "environs-9.3.1-py2.py3-none-any.whl" , hash = "sha256:2da44b7c30114415aa858577fa6396ee326fc76a0a60f0f15e8260ba554f19dc" } ,
{ file = "environs-9.3.1.tar.gz" , hash = "sha256:3f6def554abb5455141b540e6e0b72fda3853404f2b0d31658aab1bf95410db3" } ,
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 = [
2021-02-27 20:07:48 +00:00
{ file = "identify-1.6.0-py2.py3-none-any.whl" , hash = "sha256:63e8105ec44c16d96beb33a0ae5d5ed1bbefd72415ea7e9d684b2f9b4a1cabf9" } ,
{ file = "identify-1.6.0.tar.gz" , hash = "sha256:41b6bed56f30150b25ef4c2724688d9d202fcebc448ad243fd9df4e4856c81fc" } ,
2021-01-26 19:37:50 +00:00
]
idna = [
{ file = "idna-2.10-py2.py3-none-any.whl" , hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0" } ,
{ file = "idna-2.10.tar.gz" , hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6" } ,
]
2021-02-27 20:07:48 +00:00
marshmallow = [
{ file = "marshmallow-3.10.0-py2.py3-none-any.whl" , hash = "sha256:eca81d53aa4aafbc0e20566973d0d2e50ce8bf0ee15165bb799bec0df1e50177" } ,
{ file = "marshmallow-3.10.0.tar.gz" , hash = "sha256:4ab2fdb7f36eb61c3665da67a7ce281c8900db08d72ba6bf0e695828253581f7" } ,
2021-01-26 19:37:50 +00:00
]
more-itertools = [
2021-02-27 20:07:48 +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-27 20:07:48 +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-27 20:07:48 +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
]
2021-02-09 21:18:54 +00:00
psycopg2 = [
{ file = "psycopg2-2.8.6-cp27-cp27m-win32.whl" , hash = "sha256:068115e13c70dc5982dfc00c5d70437fe37c014c808acce119b5448361c03725" } ,
{ file = "psycopg2-2.8.6-cp27-cp27m-win_amd64.whl" , hash = "sha256:d160744652e81c80627a909a0e808f3c6653a40af435744de037e3172cf277f5" } ,
{ file = "psycopg2-2.8.6-cp34-cp34m-win32.whl" , hash = "sha256:b8cae8b2f022efa1f011cc753adb9cbadfa5a184431d09b273fb49b4167561ad" } ,
{ file = "psycopg2-2.8.6-cp34-cp34m-win_amd64.whl" , hash = "sha256:f22ea9b67aea4f4a1718300908a2fb62b3e4276cf00bd829a97ab5894af42ea3" } ,
{ file = "psycopg2-2.8.6-cp35-cp35m-win32.whl" , hash = "sha256:26e7fd115a6db75267b325de0fba089b911a4a12ebd3d0b5e7acb7028bc46821" } ,
{ file = "psycopg2-2.8.6-cp35-cp35m-win_amd64.whl" , hash = "sha256:00195b5f6832dbf2876b8bf77f12bdce648224c89c880719c745b90515233301" } ,
{ file = "psycopg2-2.8.6-cp36-cp36m-win32.whl" , hash = "sha256:a49833abfdede8985ba3f3ec641f771cca215479f41523e99dace96d5b8cce2a" } ,
{ file = "psycopg2-2.8.6-cp36-cp36m-win_amd64.whl" , hash = "sha256:f974c96fca34ae9e4f49839ba6b78addf0346777b46c4da27a7bf54f48d3057d" } ,
{ file = "psycopg2-2.8.6-cp37-cp37m-win32.whl" , hash = "sha256:6a3d9efb6f36f1fe6aa8dbb5af55e067db802502c55a9defa47c5a1dad41df84" } ,
{ file = "psycopg2-2.8.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:56fee7f818d032f802b8eed81ef0c1232b8b42390df189cab9cfa87573fe52c5" } ,
{ file = "psycopg2-2.8.6-cp38-cp38-win32.whl" , hash = "sha256:ad2fe8a37be669082e61fb001c185ffb58867fdbb3e7a6b0b0d2ffe232353a3e" } ,
{ file = "psycopg2-2.8.6-cp38-cp38-win_amd64.whl" , hash = "sha256:56007a226b8e95aa980ada7abdea6b40b75ce62a433bd27cec7a8178d57f4051" } ,
{ file = "psycopg2-2.8.6-cp39-cp39-win32.whl" , hash = "sha256:2c93d4d16933fea5bbacbe1aaf8fa8c1348740b2e50b3735d1b0bf8154cbf0f3" } ,
{ file = "psycopg2-2.8.6-cp39-cp39-win_amd64.whl" , hash = "sha256:d5062ae50b222da28253059880a871dc87e099c25cb68acf613d9d227413d6f7" } ,
{ file = "psycopg2-2.8.6.tar.gz" , hash = "sha256:fb23f6c71107c37fd667cb4ea363ddeb936b348bbd6449278eb92c189699f543" } ,
]
2021-01-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 = [
{ 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" } ,
]
2021-02-27 20:07:48 +00:00
python-dotenv = [
{ file = "python-dotenv-0.15.0.tar.gz" , hash = "sha256:587825ed60b1711daea4832cf37524dfd404325b7db5e25ebe88c495c9f807a0" } ,
{ file = "python_dotenv-0.15.0-py2.py3-none-any.whl" , hash = "sha256:0c8d1b80d1a1e91717ea7d526178e3882732420b03f08afea0406db6402e220e" } ,
]
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" } ,
]
pytz = [
2021-02-27 20:07:48 +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" } ,
]
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-27 20:07:48 +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" } ,
]