2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Disable App Nap on OS X 10.9"
|
|
|
|
marker = "sys_platform == \"darwin\""
|
|
|
|
name = "appnope"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "ASGI specs, helper code, and adapters"
|
|
|
|
name = "asgiref"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "3.2.5"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
tests = ["pytest (>=4.3.0,<4.4.0)", "pytest-asyncio (>=0.10.0,<0.11.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Specifications for callback functions passed in to an API"
|
|
|
|
name = "backcall"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "cffi-based cairo bindings for Python"
|
|
|
|
name = "cairocffi"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">= 3.5"
|
|
|
|
version = "1.1.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cffi = ">=1.1.0"
|
|
|
|
setuptools = ">=39.2.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
test = ["pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]
|
|
|
|
xcb = ["xcffib (>=0.3.2)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A Simple SVG Converter based on Cairo"
|
|
|
|
name = "cairosvg"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">= 3.5"
|
|
|
|
version = "2.4.2"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cairocffi = "*"
|
|
|
|
cssselect2 = "*"
|
|
|
|
defusedxml = "*"
|
|
|
|
pillow = "*"
|
|
|
|
tinycss2 = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
test = ["pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Foreign Function Interface for Python calling C code."
|
|
|
|
name = "cffi"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "1.14.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pycparser = "*"
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Cross-platform colored terminal text."
|
|
|
|
marker = "sys_platform == \"win32\""
|
|
|
|
name = "colorama"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "0.4.3"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "CSS selectors for Python ElementTree"
|
|
|
|
name = "cssselect2"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "0.3.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
setuptools = ">=39.2.0"
|
|
|
|
tinycss2 = "*"
|
|
|
|
webencodings = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
test = ["pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Decorators for Humans"
|
|
|
|
name = "decorator"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*"
|
|
|
|
version = "4.4.2"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "XML bomb protection for Python stdlib modules"
|
|
|
|
name = "defusedxml"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "0.6.0"
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
|
|
|
|
name = "django"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "3.0.4"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
asgiref = ">=3.2,<4.0"
|
|
|
|
pytz = "*"
|
|
|
|
sqlparse = ">=0.2.2"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
argon2 = ["argon2-cffi (>=16.1.0)"]
|
|
|
|
bcrypt = ["bcrypt"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Django model mixins and utilities"
|
|
|
|
name = "django-model-utils"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "4.0.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Django = ">=2.0.1"
|
|
|
|
|
2020-03-18 22:24:11 +01:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "WSGI HTTP Server for UNIX"
|
|
|
|
name = "gunicorn"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.4"
|
|
|
|
version = "20.0.4"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
setuptools = ">=3.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
eventlet = ["eventlet (>=0.9.7)"]
|
|
|
|
gevent = ["gevent (>=0.13)"]
|
|
|
|
setproctitle = ["setproctitle"]
|
|
|
|
tornado = ["tornado (>=0.2)"]
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "HTML parser based on the WHATWG HTML specification"
|
|
|
|
name = "html5lib"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "1.0.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
six = ">=1.9"
|
|
|
|
webencodings = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
all = ["genshi", "chardet (>=2.2)", "datrie", "lxml"]
|
|
|
|
chardet = ["chardet (>=2.2)"]
|
|
|
|
datrie = ["datrie"]
|
|
|
|
genshi = ["genshi"]
|
|
|
|
lxml = ["lxml"]
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "IPython: Productive Interactive Computing"
|
|
|
|
name = "ipython"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "7.13.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
appnope = "*"
|
|
|
|
backcall = "*"
|
|
|
|
colorama = "*"
|
|
|
|
decorator = "*"
|
|
|
|
jedi = ">=0.10"
|
|
|
|
pexpect = "*"
|
|
|
|
pickleshare = "*"
|
|
|
|
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
|
|
|
|
pygments = "*"
|
|
|
|
setuptools = ">=18.5"
|
|
|
|
traitlets = ">=4.2"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
all = ["numpy (>=1.14)", "testpath", "notebook", "nose (>=0.10.1)", "nbconvert", "requests", "ipywidgets", "qtconsole", "ipyparallel", "Sphinx (>=1.3)", "pygments", "nbformat", "ipykernel"]
|
|
|
|
doc = ["Sphinx (>=1.3)"]
|
|
|
|
kernel = ["ipykernel"]
|
|
|
|
nbconvert = ["nbconvert"]
|
|
|
|
nbformat = ["nbformat"]
|
|
|
|
notebook = ["notebook", "ipywidgets"]
|
|
|
|
parallel = ["ipyparallel"]
|
|
|
|
qtconsole = ["qtconsole"]
|
|
|
|
test = ["nose (>=0.10.1)", "requests", "testpath", "pygments", "nbformat", "ipykernel", "numpy (>=1.14)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Vestigial utilities from IPython"
|
|
|
|
name = "ipython-genutils"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.2.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "An autocompletion tool for Python that can be used for text editors."
|
|
|
|
name = "jedi"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "0.16.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
parso = ">=0.5.2"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
qa = ["flake8 (3.7.9)"]
|
|
|
|
testing = ["colorama (0.4.1)", "docopt", "pytest (>=3.9.0,<5.0.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "A Python Parser"
|
|
|
|
name = "parso"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "0.6.2"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
testing = ["docopt", "pytest (>=3.0.7)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Pexpect allows easy control of interactive console applications."
|
|
|
|
marker = "sys_platform != \"win32\""
|
|
|
|
name = "pexpect"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "4.8.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
ptyprocess = ">=0.5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Tiny 'shelve'-like database with concurrency support"
|
|
|
|
name = "pickleshare"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.7.5"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python Imaging Library (Fork)"
|
|
|
|
name = "pillow"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "7.0.0"
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Library for building powerful interactive command lines in Python"
|
|
|
|
name = "prompt-toolkit"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1"
|
|
|
|
version = "3.0.4"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
wcwidth = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Run a subprocess in a pseudo terminal"
|
|
|
|
marker = "sys_platform != \"win32\""
|
|
|
|
name = "ptyprocess"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.6.0"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "C parser in Python"
|
|
|
|
name = "pycparser"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "2.20"
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
|
|
name = "pygments"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "2.6.1"
|
|
|
|
|
2020-04-01 00:42:47 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "PDF toolkit"
|
|
|
|
name = "pypdf2"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "1.26.0"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Pure Python module to hyphenate text"
|
|
|
|
name = "pyphen"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.9.5"
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "World timezone definitions, modern and historical"
|
|
|
|
name = "pytz"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "2019.3"
|
|
|
|
|
|
|
|
[[package]]
|
2020-04-01 00:13:57 +02:00
|
|
|
category = "main"
|
2020-03-18 21:58:15 +01:00
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
name = "six"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
version = "1.14.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Non-validating SQL parser"
|
|
|
|
name = "sqlparse"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "0.3.1"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Low-level CSS parser for Python"
|
|
|
|
name = "tinycss2"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">= 3.5"
|
|
|
|
version = "1.0.2"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
setuptools = ">=39.2.0"
|
|
|
|
webencodings = ">=0.4"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
test = ["pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Traitlets Python config system"
|
|
|
|
name = "traitlets"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "4.3.3"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
decorator = "*"
|
|
|
|
ipython-genutils = "*"
|
|
|
|
six = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
test = ["pytest", "mock"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Measures number of Terminal column cells of wide-character codes"
|
|
|
|
name = "wcwidth"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.1.8"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "The Awesome Document Factory"
|
|
|
|
name = "weasyprint"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "51"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
CairoSVG = ">=2.4.0"
|
|
|
|
Pyphen = ">=0.9.1"
|
|
|
|
cairocffi = ">=0.9.0"
|
|
|
|
cffi = ">=0.6"
|
|
|
|
cssselect2 = ">=0.1"
|
|
|
|
html5lib = ">=0.999999999"
|
|
|
|
setuptools = ">=39.2.0"
|
|
|
|
tinycss2 = ">=1.0.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
test = ["pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Character encoding aliases for legacy web content"
|
|
|
|
name = "webencodings"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.5.1"
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[metadata]
|
2020-04-01 00:42:47 +02:00
|
|
|
content-hash = "56be8de37de7b07fbe5ca98c9ceea5ca22dbd2ddb2053e252bc41baf6293c373"
|
2020-03-18 21:58:15 +01:00
|
|
|
python-versions = "^3.8"
|
|
|
|
|
|
|
|
[metadata.files]
|
|
|
|
appnope = [
|
|
|
|
{file = "appnope-0.1.0-py2.py3-none-any.whl", hash = "sha256:5b26757dc6f79a3b7dc9fab95359328d5747fcb2409d331ea66d0272b90ab2a0"},
|
|
|
|
{file = "appnope-0.1.0.tar.gz", hash = "sha256:8b995ffe925347a2138d7ac0fe77155e4311a0ea6d6da4f5128fe4b3cbe5ed71"},
|
|
|
|
]
|
|
|
|
asgiref = [
|
|
|
|
{file = "asgiref-3.2.5-py2.py3-none-any.whl", hash = "sha256:3e4192eaec0758b99722f0b0666d5fbfaa713054d92e8de5b58ba84ec5ce696f"},
|
|
|
|
{file = "asgiref-3.2.5.tar.gz", hash = "sha256:c8f49dd3b42edcc51d09dd2eea8a92b3cfc987ff7e6486be734b4d0cbfd5d315"},
|
|
|
|
]
|
|
|
|
backcall = [
|
|
|
|
{file = "backcall-0.1.0.tar.gz", hash = "sha256:38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4"},
|
|
|
|
{file = "backcall-0.1.0.zip", hash = "sha256:bbbf4b1e5cd2bdb08f915895b51081c041bac22394fdfcfdfbe9f14b77c08bf2"},
|
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
cairocffi = [
|
|
|
|
{file = "cairocffi-1.1.0.tar.gz", hash = "sha256:f1c0c5878f74ac9ccb5d48b2601fcc75390c881ce476e79f4cfedd288b1b05db"},
|
|
|
|
]
|
|
|
|
cairosvg = [
|
|
|
|
{file = "CairoSVG-2.4.2-py3-none-any.whl", hash = "sha256:9cb1df7e9bc60f75fb87f67940a8fb805aad544337a67a40b67c05cfe33711a2"},
|
|
|
|
{file = "CairoSVG-2.4.2.tar.gz", hash = "sha256:4e668f96653326780036ebb0a9ff2bb59a8443d7bcfc51a14aab77b57a8e67ad"},
|
|
|
|
]
|
|
|
|
cffi = [
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1cae98a7054b5c9391eb3249b86e0e99ab1e02bb0cc0575da191aedadbdf4384"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:cf16e3cf6c0a5fdd9bc10c21687e19d29ad1fe863372b5543deaec1039581a30"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:f2b0fa0c01d8a0c7483afd9f31d7ecf2d71760ca24499c8697aeb5ca37dc090c"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27m-win32.whl", hash = "sha256:99f748a7e71ff382613b4e1acc0ac83bf7ad167fb3802e35e90d9763daba4d78"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27m-win_amd64.whl", hash = "sha256:c420917b188a5582a56d8b93bdd8e0f6eca08c84ff623a4c16e809152cd35793"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:399aed636c7d3749bbed55bc907c3288cb43c65c4389964ad5ff849b6370603e"},
|
|
|
|
{file = "cffi-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:cab50b8c2250b46fe738c77dbd25ce017d5e6fb35d3407606e7a4180656a5a6a"},
|
|
|
|
{file = "cffi-1.14.0-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:001bf3242a1bb04d985d63e138230802c6c8d4db3668fb545fb5005ddf5bb5ff"},
|
|
|
|
{file = "cffi-1.14.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:e56c744aa6ff427a607763346e4170629caf7e48ead6921745986db3692f987f"},
|
|
|
|
{file = "cffi-1.14.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:b8c78301cefcf5fd914aad35d3c04c2b21ce8629b5e4f4e45ae6812e461910fa"},
|
|
|
|
{file = "cffi-1.14.0-cp35-cp35m-win32.whl", hash = "sha256:8c0ffc886aea5df6a1762d0019e9cb05f825d0eec1f520c51be9d198701daee5"},
|
|
|
|
{file = "cffi-1.14.0-cp35-cp35m-win_amd64.whl", hash = "sha256:8a6c688fefb4e1cd56feb6c511984a6c4f7ec7d2a1ff31a10254f3c817054ae4"},
|
|
|
|
{file = "cffi-1.14.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:95cd16d3dee553f882540c1ffe331d085c9e629499ceadfbda4d4fde635f4b7d"},
|
|
|
|
{file = "cffi-1.14.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:66e41db66b47d0d8672d8ed2708ba91b2f2524ece3dee48b5dfb36be8c2f21dc"},
|
|
|
|
{file = "cffi-1.14.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:028a579fc9aed3af38f4892bdcc7390508adabc30c6af4a6e4f611b0c680e6ac"},
|
|
|
|
{file = "cffi-1.14.0-cp36-cp36m-win32.whl", hash = "sha256:cef128cb4d5e0b3493f058f10ce32365972c554572ff821e175dbc6f8ff6924f"},
|
|
|
|
{file = "cffi-1.14.0-cp36-cp36m-win_amd64.whl", hash = "sha256:337d448e5a725bba2d8293c48d9353fc68d0e9e4088d62a9571def317797522b"},
|
|
|
|
{file = "cffi-1.14.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e577934fc5f8779c554639376beeaa5657d54349096ef24abe8c74c5d9c117c3"},
|
|
|
|
{file = "cffi-1.14.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:62ae9af2d069ea2698bf536dcfe1e4eed9090211dbaafeeedf5cb6c41b352f66"},
|
|
|
|
{file = "cffi-1.14.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:14491a910663bf9f13ddf2bc8f60562d6bc5315c1f09c704937ef17293fb85b0"},
|
|
|
|
{file = "cffi-1.14.0-cp37-cp37m-win32.whl", hash = "sha256:c43866529f2f06fe0edc6246eb4faa34f03fe88b64a0a9a942561c8e22f4b71f"},
|
|
|
|
{file = "cffi-1.14.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2089ed025da3919d2e75a4d963d008330c96751127dd6f73c8dc0c65041b4c26"},
|
|
|
|
{file = "cffi-1.14.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:3b911c2dbd4f423b4c4fcca138cadde747abdb20d196c4a48708b8a2d32b16dd"},
|
|
|
|
{file = "cffi-1.14.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:7e63cbcf2429a8dbfe48dcc2322d5f2220b77b2e17b7ba023d6166d84655da55"},
|
|
|
|
{file = "cffi-1.14.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:3d311bcc4a41408cf5854f06ef2c5cab88f9fded37a3b95936c9879c1640d4c2"},
|
|
|
|
{file = "cffi-1.14.0-cp38-cp38-win32.whl", hash = "sha256:675686925a9fb403edba0114db74e741d8181683dcf216be697d208857e04ca8"},
|
|
|
|
{file = "cffi-1.14.0-cp38-cp38-win_amd64.whl", hash = "sha256:00789914be39dffba161cfc5be31b55775de5ba2235fe49aa28c148236c4e06b"},
|
|
|
|
{file = "cffi-1.14.0.tar.gz", hash = "sha256:2d384f4a127a15ba701207f7639d94106693b6cd64173d6c8988e2c25f3ac2b6"},
|
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
colorama = [
|
|
|
|
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
|
|
|
|
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
|
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
cssselect2 = [
|
|
|
|
{file = "cssselect2-0.3.0-py3-none-any.whl", hash = "sha256:97d7d4234f846f9996d838964d38e13b45541c18143bc55cf00e4bc1281ace76"},
|
|
|
|
{file = "cssselect2-0.3.0.tar.gz", hash = "sha256:5c2716f06b5de93f701d5755a9666f2ee22cbcd8b4da8adddfc30095ffea3abc"},
|
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
decorator = [
|
|
|
|
{file = "decorator-4.4.2-py2.py3-none-any.whl", hash = "sha256:41fa54c2a0cc4ba648be4fd43cff00aedf5b9465c9bf18d64325bc225f08f760"},
|
|
|
|
{file = "decorator-4.4.2.tar.gz", hash = "sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"},
|
|
|
|
]
|
2020-04-01 00:13:57 +02: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"},
|
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
django = [
|
|
|
|
{file = "Django-3.0.4-py3-none-any.whl", hash = "sha256:89e451bfbb815280b137e33e454ddd56481fdaa6334054e6e031041ee1eda360"},
|
|
|
|
{file = "Django-3.0.4.tar.gz", hash = "sha256:50b781f6cbeb98f673aa76ed8e572a019a45e52bdd4ad09001072dfd91ab07c8"},
|
|
|
|
]
|
|
|
|
django-model-utils = [
|
|
|
|
{file = "django-model-utils-4.0.0.tar.gz", hash = "sha256:adf09e5be15122a7f4e372cb5a6dd512bbf8d78a23a90770ad0983ee9d909061"},
|
|
|
|
{file = "django_model_utils-4.0.0-py2.py3-none-any.whl", hash = "sha256:9cf882e5b604421b62dbe57ad2b18464dc9c8f963fc3f9831badccae66c1139c"},
|
|
|
|
]
|
2020-03-18 22:24:11 +01:00
|
|
|
gunicorn = [
|
|
|
|
{file = "gunicorn-20.0.4-py2.py3-none-any.whl", hash = "sha256:cd4a810dd51bf497552cf3f863b575dabd73d6ad6a91075b65936b151cbf4f9c"},
|
|
|
|
{file = "gunicorn-20.0.4.tar.gz", hash = "sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626"},
|
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
html5lib = [
|
|
|
|
{file = "html5lib-1.0.1-py2.py3-none-any.whl", hash = "sha256:20b159aa3badc9d5ee8f5c647e5efd02ed2a66ab8d354930bd9ff139fc1dc0a3"},
|
|
|
|
{file = "html5lib-1.0.1.tar.gz", hash = "sha256:66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736"},
|
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
ipython = [
|
|
|
|
{file = "ipython-7.13.0-py3-none-any.whl", hash = "sha256:eb8d075de37f678424527b5ef6ea23f7b80240ca031c2dd6de5879d687a65333"},
|
|
|
|
{file = "ipython-7.13.0.tar.gz", hash = "sha256:ca478e52ae1f88da0102360e57e528b92f3ae4316aabac80a2cd7f7ab2efb48a"},
|
|
|
|
]
|
|
|
|
ipython-genutils = [
|
|
|
|
{file = "ipython_genutils-0.2.0-py2.py3-none-any.whl", hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8"},
|
|
|
|
{file = "ipython_genutils-0.2.0.tar.gz", hash = "sha256:eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8"},
|
|
|
|
]
|
|
|
|
jedi = [
|
|
|
|
{file = "jedi-0.16.0-py2.py3-none-any.whl", hash = "sha256:b4f4052551025c6b0b0b193b29a6ff7bdb74c52450631206c262aef9f7159ad2"},
|
|
|
|
{file = "jedi-0.16.0.tar.gz", hash = "sha256:d5c871cb9360b414f981e7072c52c33258d598305280fef91c6cae34739d65d5"},
|
|
|
|
]
|
|
|
|
parso = [
|
|
|
|
{file = "parso-0.6.2-py2.py3-none-any.whl", hash = "sha256:8515fc12cfca6ee3aa59138741fc5624d62340c97e401c74875769948d4f2995"},
|
|
|
|
{file = "parso-0.6.2.tar.gz", hash = "sha256:0c5659e0c6eba20636f99a04f469798dca8da279645ce5c387315b2c23912157"},
|
|
|
|
]
|
|
|
|
pexpect = [
|
|
|
|
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
|
|
|
|
{file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"},
|
|
|
|
]
|
|
|
|
pickleshare = [
|
|
|
|
{file = "pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"},
|
|
|
|
{file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"},
|
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
pillow = [
|
|
|
|
{file = "Pillow-7.0.0-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:5f3546ceb08089cedb9e8ff7e3f6a7042bb5b37c2a95d392fb027c3e53a2da00"},
|
|
|
|
{file = "Pillow-7.0.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:9d2ba4ed13af381233e2d810ff3bab84ef9f18430a9b336ab69eaf3cd24299ff"},
|
|
|
|
{file = "Pillow-7.0.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:ff3797f2f16bf9d17d53257612da84dd0758db33935777149b3334c01ff68865"},
|
|
|
|
{file = "Pillow-7.0.0-cp35-cp35m-win32.whl", hash = "sha256:c18f70dc27cc5d236f10e7834236aff60aadc71346a5bc1f4f83a4b3abee6386"},
|
|
|
|
{file = "Pillow-7.0.0-cp35-cp35m-win_amd64.whl", hash = "sha256:875358310ed7abd5320f21dd97351d62de4929b0426cdb1eaa904b64ac36b435"},
|
|
|
|
{file = "Pillow-7.0.0-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:ab76e5580b0ed647a8d8d2d2daee170e8e9f8aad225ede314f684e297e3643c2"},
|
|
|
|
{file = "Pillow-7.0.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:a62ec5e13e227399be73303ff301f2865bf68657d15ea50b038d25fc41097317"},
|
|
|
|
{file = "Pillow-7.0.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:8ac6ce7ff3892e5deaab7abaec763538ffd011f74dc1801d93d3c5fc541feee2"},
|
|
|
|
{file = "Pillow-7.0.0-cp36-cp36m-win32.whl", hash = "sha256:91b710e3353aea6fc758cdb7136d9bbdcb26b53cefe43e2cba953ac3ee1d3313"},
|
|
|
|
{file = "Pillow-7.0.0-cp36-cp36m-win_amd64.whl", hash = "sha256:bf598d2e37cf8edb1a2f26ed3fb255191f5232badea4003c16301cb94ac5bdd0"},
|
|
|
|
{file = "Pillow-7.0.0-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:5bfef0b1cdde9f33881c913af14e43db69815c7e8df429ceda4c70a5e529210f"},
|
|
|
|
{file = "Pillow-7.0.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:dc058b7833184970d1248135b8b0ab702e6daa833be14035179f2acb78ff5636"},
|
|
|
|
{file = "Pillow-7.0.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:c5ed816632204a2fc9486d784d8e0d0ae754347aba99c811458d69fcdfd2a2f9"},
|
|
|
|
{file = "Pillow-7.0.0-cp37-cp37m-win32.whl", hash = "sha256:54ebae163e8412aff0b9df1e88adab65788f5f5b58e625dc5c7f51eaf14a6837"},
|
|
|
|
{file = "Pillow-7.0.0-cp37-cp37m-win_amd64.whl", hash = "sha256:87269cc6ce1e3dee11f23fa515e4249ae678dbbe2704598a51cee76c52e19cda"},
|
|
|
|
{file = "Pillow-7.0.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0a628977ac2e01ca96aaae247ec2bd38e729631ddf2221b4b715446fd45505be"},
|
|
|
|
{file = "Pillow-7.0.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:62a889aeb0a79e50ecf5af272e9e3c164148f4bd9636cc6bcfa182a52c8b0533"},
|
|
|
|
{file = "Pillow-7.0.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:bf4003aa538af3f4205c5fac56eacaa67a6dd81e454ffd9e9f055fff9f1bc614"},
|
|
|
|
{file = "Pillow-7.0.0-cp38-cp38-win32.whl", hash = "sha256:7406f5a9b2fd966e79e6abdaf700585a4522e98d6559ce37fc52e5c955fade0a"},
|
|
|
|
{file = "Pillow-7.0.0-cp38-cp38-win_amd64.whl", hash = "sha256:5f7ae9126d16194f114435ebb79cc536b5682002a4fa57fa7bb2cbcde65f2f4d"},
|
|
|
|
{file = "Pillow-7.0.0-pp373-pypy36_pp73-win32.whl", hash = "sha256:8453f914f4e5a3d828281a6628cf517832abfa13ff50679a4848926dac7c0358"},
|
|
|
|
{file = "Pillow-7.0.0.tar.gz", hash = "sha256:4d9ed9a64095e031435af120d3c910148067087541131e82b3e8db302f4c8946"},
|
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
prompt-toolkit = [
|
|
|
|
{file = "prompt_toolkit-3.0.4-py3-none-any.whl", hash = "sha256:859e1b205b6cf6a51fa57fa34202e45365cf58f8338f0ee9f4e84a4165b37d5b"},
|
|
|
|
{file = "prompt_toolkit-3.0.4.tar.gz", hash = "sha256:ebe6b1b08c888b84c50d7f93dee21a09af39860144ff6130aadbd61ae8d29783"},
|
|
|
|
]
|
|
|
|
ptyprocess = [
|
|
|
|
{file = "ptyprocess-0.6.0-py2.py3-none-any.whl", hash = "sha256:d7cc528d76e76342423ca640335bd3633420dc1366f258cb31d05e865ef5ca1f"},
|
|
|
|
{file = "ptyprocess-0.6.0.tar.gz", hash = "sha256:923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0"},
|
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
pycparser = [
|
|
|
|
{file = "pycparser-2.20-py2.py3-none-any.whl", hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705"},
|
|
|
|
{file = "pycparser-2.20.tar.gz", hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"},
|
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
pygments = [
|
|
|
|
{file = "Pygments-2.6.1-py3-none-any.whl", hash = "sha256:ff7a40b4860b727ab48fad6360eb351cc1b33cbf9b15a0f689ca5353e9463324"},
|
|
|
|
{file = "Pygments-2.6.1.tar.gz", hash = "sha256:647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44"},
|
|
|
|
]
|
2020-04-01 00:42:47 +02:00
|
|
|
pypdf2 = [
|
|
|
|
{file = "PyPDF2-1.26.0.tar.gz", hash = "sha256:e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385"},
|
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
pyphen = [
|
|
|
|
{file = "Pyphen-0.9.5-py2.py3-none-any.whl", hash = "sha256:e172faf10992c8c9d369bdc83e36dbcf1121f4ed0d881f1a0b521935aee583b5"},
|
|
|
|
{file = "Pyphen-0.9.5.tar.gz", hash = "sha256:3b633a50873156d777e1f1075ba4d8e96a6ad0a3ca42aa3ea9a6259f93f18921"},
|
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
pytz = [
|
|
|
|
{file = "pytz-2019.3-py2.py3-none-any.whl", hash = "sha256:1c557d7d0e871de1f5ccd5833f60fb2550652da6be2693c1e02300743d21500d"},
|
|
|
|
{file = "pytz-2019.3.tar.gz", hash = "sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be"},
|
|
|
|
]
|
|
|
|
six = [
|
|
|
|
{file = "six-1.14.0-py2.py3-none-any.whl", hash = "sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c"},
|
|
|
|
{file = "six-1.14.0.tar.gz", hash = "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a"},
|
|
|
|
]
|
|
|
|
sqlparse = [
|
|
|
|
{file = "sqlparse-0.3.1-py2.py3-none-any.whl", hash = "sha256:022fb9c87b524d1f7862b3037e541f68597a730a8843245c349fc93e1643dc4e"},
|
|
|
|
{file = "sqlparse-0.3.1.tar.gz", hash = "sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548"},
|
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
tinycss2 = [
|
|
|
|
{file = "tinycss2-1.0.2-py3-none-any.whl", hash = "sha256:9fdacc0e22d344ddd2ca053837c133900fe820ae1222f63b79617490a498507a"},
|
|
|
|
{file = "tinycss2-1.0.2.tar.gz", hash = "sha256:6427d0e3faa0a5e0e8c9f6437e2de26148a7a197a8b0992789f23d9a802788cf"},
|
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
traitlets = [
|
|
|
|
{file = "traitlets-4.3.3-py2.py3-none-any.whl", hash = "sha256:70b4c6a1d9019d7b4f6846832288f86998aa3b9207c6821f3578a6a6a467fe44"},
|
|
|
|
{file = "traitlets-4.3.3.tar.gz", hash = "sha256:d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7"},
|
|
|
|
]
|
|
|
|
wcwidth = [
|
|
|
|
{file = "wcwidth-0.1.8-py2.py3-none-any.whl", hash = "sha256:8fd29383f539be45b20bd4df0dc29c20ba48654a41e661925e612311e9f3c603"},
|
|
|
|
{file = "wcwidth-0.1.8.tar.gz", hash = "sha256:f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8"},
|
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
weasyprint = [
|
|
|
|
{file = "WeasyPrint-51-py3-none-any.whl", hash = "sha256:469974f6e74b1eef71dc56a9b80cc17621f319234d2a4ab656ddd0fd9e66c27f"},
|
|
|
|
{file = "WeasyPrint-51.tar.gz", hash = "sha256:b3e971973a4f03c1430e6b838b75b5b57630415fcae8666d2be1347630ff6d6a"},
|
|
|
|
]
|
|
|
|
webencodings = [
|
|
|
|
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
|
|
|
|
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
|
|
|
|
]
|