2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "appnope"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "0.1.2"
|
|
|
|
description = "Disable App Nap on macOS >= 10.9"
|
2021-01-02 13:09:03 +01:00
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asgiref"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "3.4.1"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "ASGI specs, helper code, and adapters"
|
|
|
|
category = "main"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.6"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[package.extras]
|
2021-10-05 23:41:01 +02:00
|
|
|
tests = ["pytest", "pytest-asyncio", "mypy (>=0.800)"]
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backcall"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "0.2.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Specifications for callback functions passed in to an API"
|
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-04-01 19:10:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bleach"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "3.3.1"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "An easy safelist-based HTML-sanitizing tool."
|
|
|
|
category = "main"
|
2020-04-01 19:10:35 +02:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2021-10-05 23:41:01 +02:00
|
|
|
packaging = "*"
|
2020-04-01 19:10:35 +02:00
|
|
|
six = ">=1.9.0"
|
|
|
|
webencodings = "*"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cairocffi"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "1.3.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "cffi-based cairo bindings for Python"
|
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cffi = ">=1.1.0"
|
2020-04-01 00:13:57 +02:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
test = ["pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]
|
|
|
|
xcb = ["xcffib (>=0.3.2)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cairosvg"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "2.5.2"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "A Simple SVG Converter based on Cairo"
|
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.5"
|
2020-04-01 00:13:57 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cairocffi = "*"
|
|
|
|
cssselect2 = "*"
|
|
|
|
defusedxml = "*"
|
|
|
|
pillow = "*"
|
|
|
|
tinycss2 = "*"
|
|
|
|
|
2021-10-05 23:41:01 +02:00
|
|
|
[package.extras]
|
|
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
test = ["pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cffi"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "1.14.6"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Foreign Function Interface for Python calling C code."
|
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pycparser = "*"
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "colorama"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "0.4.4"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Cross-platform colored terminal text."
|
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cssselect2"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "0.4.1"
|
|
|
|
description = "cssselect2"
|
2021-01-02 13:09:03 +01:00
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.6"
|
2020-04-01 00:13:57 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
tinycss2 = "*"
|
|
|
|
webencodings = "*"
|
|
|
|
|
2021-10-05 23:41:01 +02:00
|
|
|
[package.extras]
|
|
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
test = ["pytest", "pytest-cov", "pytest-flake8", "pytest-isort", "coverage"]
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "decorator"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "5.1.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Decorators for Humans"
|
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.5"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "defusedxml"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "0.7.1"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "XML bomb protection for Python stdlib modules"
|
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "django"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "3.2.8"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
|
|
|
|
category = "main"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2021-01-02 13:09:03 +01:00
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[package.dependencies]
|
2021-10-05 23:41:01 +02:00
|
|
|
asgiref = ">=3.3.2,<4"
|
2020-03-18 21:58:15 +01:00
|
|
|
pytz = "*"
|
|
|
|
sqlparse = ">=0.2.2"
|
|
|
|
|
2021-10-05 23:41:01 +02:00
|
|
|
[package.extras]
|
|
|
|
argon2 = ["argon2-cffi (>=19.1.0)"]
|
|
|
|
bcrypt = ["bcrypt"]
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "django-model-utils"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "4.1.1"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Django model mixins and utilities"
|
|
|
|
category = "main"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Django = ">=2.0.1"
|
|
|
|
|
2020-07-30 23:43:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "django-ordered-model"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "3.4.3"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Allows Django models to be ordered and provides a simple admin interface for reordering them."
|
|
|
|
category = "main"
|
2020-07-30 23:43:39 +02:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-03-18 22:24:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gunicorn"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "20.1.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "WSGI HTTP Server for UNIX"
|
|
|
|
category = "dev"
|
2020-03-18 22:24:11 +01:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.5"
|
2020-03-18 22:24:11 +01:00
|
|
|
|
|
|
|
[package.extras]
|
2021-10-05 23:41:01 +02:00
|
|
|
eventlet = ["eventlet (>=0.24.1)"]
|
|
|
|
gevent = ["gevent (>=1.4.0)"]
|
2020-03-18 22:24:11 +01:00
|
|
|
setproctitle = ["setproctitle"]
|
|
|
|
tornado = ["tornado (>=0.2)"]
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "html5lib"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "1.1"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "HTML parser based on the WHATWG HTML specification"
|
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
six = ">=1.9"
|
|
|
|
webencodings = "*"
|
2020-04-01 00:13:57 +02:00
|
|
|
|
|
|
|
[package.extras]
|
2021-10-05 23:41:01 +02:00
|
|
|
all = ["genshi", "chardet (>=2.2)", "lxml"]
|
2020-04-01 00:13:57 +02:00
|
|
|
chardet = ["chardet (>=2.2)"]
|
|
|
|
genshi = ["genshi"]
|
|
|
|
lxml = ["lxml"]
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ipython"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "7.28.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "IPython: Productive Interactive Computing"
|
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
appnope = {version = "*", markers = "sys_platform == \"darwin\""}
|
|
|
|
backcall = "*"
|
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
decorator = "*"
|
|
|
|
jedi = ">=0.16"
|
|
|
|
matplotlib-inline = "*"
|
|
|
|
pexpect = {version = ">4.3", markers = "sys_platform != \"win32\""}
|
|
|
|
pickleshare = "*"
|
|
|
|
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
|
|
|
|
pygments = "*"
|
|
|
|
traitlets = ">=4.2"
|
2021-01-02 13:09:03 +01:00
|
|
|
|
|
|
|
[package.extras]
|
2021-10-05 23:41:01 +02:00
|
|
|
all = ["Sphinx (>=1.3)", "ipykernel", "ipyparallel", "ipywidgets", "nbconvert", "nbformat", "nose (>=0.10.1)", "notebook", "numpy (>=1.17)", "pygments", "qtconsole", "requests", "testpath"]
|
2021-01-02 13:09:03 +01:00
|
|
|
doc = ["Sphinx (>=1.3)"]
|
|
|
|
kernel = ["ipykernel"]
|
|
|
|
nbconvert = ["nbconvert"]
|
|
|
|
nbformat = ["nbformat"]
|
|
|
|
notebook = ["notebook", "ipywidgets"]
|
|
|
|
parallel = ["ipyparallel"]
|
|
|
|
qtconsole = ["qtconsole"]
|
2021-10-05 23:41:01 +02:00
|
|
|
test = ["nose (>=0.10.1)", "requests", "testpath", "pygments", "nbformat", "ipykernel", "numpy (>=1.17)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jedi"
|
|
|
|
version = "0.18.0"
|
|
|
|
description = "An autocompletion tool for Python that can be used for text editors."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-10-05 23:41:01 +02:00
|
|
|
parso = ">=0.8.0,<0.9.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
|
|
|
|
testing = ["Django (<3.1)", "colorama", "docopt", "pytest (<6.0.0)"]
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-10-05 23:41:01 +02:00
|
|
|
name = "markdown2"
|
|
|
|
version = "2.4.1"
|
|
|
|
description = "A fast and complete Python implementation of Markdown"
|
|
|
|
category = "main"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.5, <4"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-10-05 23:41:01 +02:00
|
|
|
name = "matplotlib-inline"
|
|
|
|
version = "0.1.3"
|
|
|
|
description = "Inline Matplotlib backend for Jupyter"
|
2021-01-02 13:09:03 +01:00
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.5"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
2021-01-02 13:09:03 +01:00
|
|
|
[package.dependencies]
|
2021-10-05 23:41:01 +02:00
|
|
|
traitlets = "*"
|
2021-01-02 13:09:03 +01:00
|
|
|
|
2020-04-01 19:10:35 +02:00
|
|
|
[[package]]
|
2021-10-05 23:41:01 +02:00
|
|
|
name = "packaging"
|
|
|
|
version = "21.0"
|
|
|
|
description = "Core utilities for Python packages"
|
2021-01-02 13:09:03 +01:00
|
|
|
category = "main"
|
2020-04-01 19:10:35 +02:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyparsing = ">=2.0.2"
|
2020-04-01 19:10:35 +02:00
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parso"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "0.8.2"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "A Python Parser"
|
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.6"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[package.extras]
|
2021-10-05 23:41:01 +02:00
|
|
|
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
|
|
|
|
testing = ["docopt", "pytest (<6.0.0)"]
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-01-02 13:09:03 +01:00
|
|
|
name = "pdf2image"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "1.16.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list."
|
|
|
|
category = "main"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2021-01-02 13:09:03 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pillow = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pexpect"
|
2020-03-18 21:58:15 +01:00
|
|
|
version = "4.8.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Pexpect allows easy control of interactive console applications."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
ptyprocess = ">=0.5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pickleshare"
|
2021-01-02 13:09:03 +01:00
|
|
|
version = "0.7.5"
|
|
|
|
description = "Tiny 'shelve'-like database with concurrency support"
|
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pillow"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "8.3.2"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Python Imaging Library (Fork)"
|
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
2021-01-02 13:09:03 +01:00
|
|
|
python-versions = ">=3.6"
|
2020-04-01 00:13:57 +02:00
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "prompt-toolkit"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "3.0.20"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Library for building powerful interactive command lines in Python"
|
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.6.2"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
wcwidth = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptyprocess"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "0.7.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Run a subprocess in a pseudo terminal"
|
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pycparser"
|
2021-01-02 13:09:03 +01:00
|
|
|
version = "2.20"
|
|
|
|
description = "C parser in Python"
|
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pygments"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "2.10.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
|
2021-10-05 23:41:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pyparsing"
|
|
|
|
version = "2.4.7"
|
|
|
|
description = "Python parsing module"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
2020-04-01 00:42:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pypdf2"
|
2021-01-02 13:09:03 +01:00
|
|
|
version = "1.26.0"
|
|
|
|
description = "PDF toolkit"
|
|
|
|
category = "main"
|
2020-04-01 00:42:47 +02:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pyphen"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "0.11.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Pure Python module to hyphenate text"
|
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
test = ["pytest", "pytest-cov", "pytest-flake8", "pytest-isort", "coverage"]
|
2020-04-01 00:13:57 +02:00
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pytz"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "2021.3"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "World timezone definitions, modern and historical"
|
|
|
|
category = "main"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "six"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "1.16.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
category = "main"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlparse"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "0.4.2"
|
|
|
|
description = "A non-validating SQL parser."
|
2021-01-02 13:09:03 +01:00
|
|
|
category = "main"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.5"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinycss2"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "1.1.0"
|
|
|
|
description = "tinycss2"
|
2021-01-02 13:09:03 +01:00
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.6"
|
2020-04-01 00:13:57 +02:00
|
|
|
|
2021-01-02 13:09:03 +01:00
|
|
|
[package.dependencies]
|
|
|
|
webencodings = ">=0.4"
|
|
|
|
|
2021-10-05 23:41:01 +02:00
|
|
|
[package.extras]
|
|
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
test = ["pytest", "pytest-cov", "pytest-flake8", "pytest-isort", "coverage"]
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "traitlets"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "5.1.0"
|
|
|
|
description = "Traitlets Python configuration system"
|
2021-01-02 13:09:03 +01:00
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
2021-10-05 23:41:01 +02:00
|
|
|
python-versions = ">=3.7"
|
2021-01-02 13:09:03 +01:00
|
|
|
|
|
|
|
[package.extras]
|
2021-10-05 23:41:01 +02:00
|
|
|
test = ["pytest"]
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wcwidth"
|
2021-10-05 23:41:01 +02:00
|
|
|
version = "0.2.5"
|
|
|
|
description = "Measures the displayed width of unicode strings in a terminal"
|
2021-01-02 13:09:03 +01:00
|
|
|
category = "dev"
|
2020-03-18 21:58:15 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "weasyprint"
|
2021-01-02 13:09:03 +01:00
|
|
|
version = "51"
|
|
|
|
description = "The Awesome Document Factory"
|
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
2021-01-02 13:09:03 +01:00
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[package.dependencies]
|
|
|
|
cairocffi = ">=0.9.0"
|
2021-01-02 13:09:03 +01:00
|
|
|
CairoSVG = ">=2.4.0"
|
2020-04-01 00:13:57 +02:00
|
|
|
cffi = ">=0.6"
|
|
|
|
cssselect2 = ">=0.1"
|
|
|
|
html5lib = ">=0.999999999"
|
2021-01-02 13:09:03 +01:00
|
|
|
Pyphen = ">=0.9.1"
|
2020-04-01 00:13:57 +02:00
|
|
|
tinycss2 = ">=1.0.0"
|
|
|
|
|
2021-10-05 23:41:01 +02:00
|
|
|
[package.extras]
|
|
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
|
|
|
test = ["pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]
|
|
|
|
|
2020-04-01 00:13:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "webencodings"
|
2021-01-02 13:09:03 +01:00
|
|
|
version = "0.5.1"
|
|
|
|
description = "Character encoding aliases for legacy web content"
|
|
|
|
category = "main"
|
2020-04-01 00:13:57 +02:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2020-03-18 21:58:15 +01:00
|
|
|
[metadata]
|
2021-10-05 23:41:01 +02:00
|
|
|
lock-version = "1.1"
|
2020-03-18 21:58:15 +01:00
|
|
|
python-versions = "^3.8"
|
2021-01-02 13:09:03 +01:00
|
|
|
content-hash = "6d4369e2d21c34afe8c416e78d96e7de712a26b80781513d0296f32c5a556f26"
|
2020-03-18 21:58:15 +01:00
|
|
|
|
|
|
|
[metadata.files]
|
|
|
|
appnope = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "appnope-0.1.2-py2.py3-none-any.whl", hash = "sha256:93aa393e9d6c54c5cd570ccadd8edad61ea0c4b9ea7a01409020c9aa019eb442"},
|
|
|
|
{file = "appnope-0.1.2.tar.gz", hash = "sha256:dd83cd4b5b460958838f6eb3000c660b1f9caf2a5b1de4264e941512f603258a"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
|
|
|
asgiref = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "asgiref-3.4.1-py3-none-any.whl", hash = "sha256:ffc141aa908e6f175673e7b1b3b7af4fdb0ecb738fc5c8b88f69f055c2415214"},
|
|
|
|
{file = "asgiref-3.4.1.tar.gz", hash = "sha256:4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
|
|
|
backcall = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255"},
|
|
|
|
{file = "backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
2020-04-01 19:10:35 +02:00
|
|
|
bleach = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "bleach-3.3.1-py2.py3-none-any.whl", hash = "sha256:ae976d7174bba988c0b632def82fdc94235756edfb14e6558a9c5be555c9fb78"},
|
|
|
|
{file = "bleach-3.3.1.tar.gz", hash = "sha256:306483a5a9795474160ad57fce3ddd1b50551e981eed8e15a582d34cef28aafa"},
|
2020-04-01 19:10:35 +02:00
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
cairocffi = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "cairocffi-1.3.0.tar.gz", hash = "sha256:108a3a7cb09e203bdd8501d9baad91d786d204561bd71e9364e8b34897c47b91"},
|
2020-04-01 00:13:57 +02:00
|
|
|
]
|
|
|
|
cairosvg = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "CairoSVG-2.5.2-py3-none-any.whl", hash = "sha256:98c276b7e4f0caf01e5c7176765c104ffa1aa1461d63b2053b04ab663cf7052b"},
|
|
|
|
{file = "CairoSVG-2.5.2.tar.gz", hash = "sha256:b0b9929cf5dba005178d746a8036fcf0025550f498ca54db61873322384783bc"},
|
2020-04-01 00:13:57 +02:00
|
|
|
]
|
|
|
|
cffi = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "cffi-1.14.6-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:22b9c3c320171c108e903d61a3723b51e37aaa8c81255b5e7ce102775bd01e2c"},
|
|
|
|
{file = "cffi-1.14.6-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:f0c5d1acbfca6ebdd6b1e3eded8d261affb6ddcf2186205518f1428b8569bb99"},
|
|
|
|
{file = "cffi-1.14.6-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:99f27fefe34c37ba9875f224a8f36e31d744d8083e00f520f133cab79ad5e819"},
|
|
|
|
{file = "cffi-1.14.6-cp27-cp27m-win32.whl", hash = "sha256:55af55e32ae468e9946f741a5d51f9896da6b9bf0bbdd326843fec05c730eb20"},
|
|
|
|
{file = "cffi-1.14.6-cp27-cp27m-win_amd64.whl", hash = "sha256:7bcac9a2b4fdbed2c16fa5681356d7121ecabf041f18d97ed5b8e0dd38a80224"},
|
|
|
|
{file = "cffi-1.14.6-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:ed38b924ce794e505647f7c331b22a693bee1538fdf46b0222c4717b42f744e7"},
|
|
|
|
{file = "cffi-1.14.6-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e22dcb48709fc51a7b58a927391b23ab37eb3737a98ac4338e2448bef8559b33"},
|
|
|
|
{file = "cffi-1.14.6-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:aedb15f0a5a5949ecb129a82b72b19df97bbbca024081ed2ef88bd5c0a610534"},
|
|
|
|
{file = "cffi-1.14.6-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:48916e459c54c4a70e52745639f1db524542140433599e13911b2f329834276a"},
|
|
|
|
{file = "cffi-1.14.6-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:f627688813d0a4140153ff532537fbe4afea5a3dffce1f9deb7f91f848a832b5"},
|
|
|
|
{file = "cffi-1.14.6-cp35-cp35m-win32.whl", hash = "sha256:f0010c6f9d1a4011e429109fda55a225921e3206e7f62a0c22a35344bfd13cca"},
|
|
|
|
{file = "cffi-1.14.6-cp35-cp35m-win_amd64.whl", hash = "sha256:57e555a9feb4a8460415f1aac331a2dc833b1115284f7ded7278b54afc5bd218"},
|
|
|
|
{file = "cffi-1.14.6-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e8c6a99be100371dbb046880e7a282152aa5d6127ae01783e37662ef73850d8f"},
|
|
|
|
{file = "cffi-1.14.6-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:19ca0dbdeda3b2615421d54bef8985f72af6e0c47082a8d26122adac81a95872"},
|
|
|
|
{file = "cffi-1.14.6-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:d950695ae4381ecd856bcaf2b1e866720e4ab9a1498cba61c602e56630ca7195"},
|
|
|
|
{file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e9dc245e3ac69c92ee4c167fbdd7428ec1956d4e754223124991ef29eb57a09d"},
|
|
|
|
{file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a8661b2ce9694ca01c529bfa204dbb144b275a31685a075ce123f12331be790b"},
|
|
|
|
{file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b315d709717a99f4b27b59b021e6207c64620790ca3e0bde636a6c7f14618abb"},
|
|
|
|
{file = "cffi-1.14.6-cp36-cp36m-win32.whl", hash = "sha256:80b06212075346b5546b0417b9f2bf467fea3bfe7352f781ffc05a8ab24ba14a"},
|
|
|
|
{file = "cffi-1.14.6-cp36-cp36m-win_amd64.whl", hash = "sha256:a9da7010cec5a12193d1af9872a00888f396aba3dc79186604a09ea3ee7c029e"},
|
|
|
|
{file = "cffi-1.14.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4373612d59c404baeb7cbd788a18b2b2a8331abcc84c3ba40051fcd18b17a4d5"},
|
|
|
|
{file = "cffi-1.14.6-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:f10afb1004f102c7868ebfe91c28f4a712227fe4cb24974350ace1f90e1febbf"},
|
|
|
|
{file = "cffi-1.14.6-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:fd4305f86f53dfd8cd3522269ed7fc34856a8ee3709a5e28b2836b2db9d4cd69"},
|
|
|
|
{file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6d6169cb3c6c2ad50db5b868db6491a790300ade1ed5d1da29289d73bbe40b56"},
|
|
|
|
{file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5d4b68e216fc65e9fe4f524c177b54964af043dde734807586cf5435af84045c"},
|
|
|
|
{file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:33791e8a2dc2953f28b8d8d300dde42dd929ac28f974c4b4c6272cb2955cb762"},
|
|
|
|
{file = "cffi-1.14.6-cp37-cp37m-win32.whl", hash = "sha256:0c0591bee64e438883b0c92a7bed78f6290d40bf02e54c5bf0978eaf36061771"},
|
|
|
|
{file = "cffi-1.14.6-cp37-cp37m-win_amd64.whl", hash = "sha256:8eb687582ed7cd8c4bdbff3df6c0da443eb89c3c72e6e5dcdd9c81729712791a"},
|
|
|
|
{file = "cffi-1.14.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ba6f2b3f452e150945d58f4badd92310449876c4c954836cfb1803bdd7b422f0"},
|
|
|
|
{file = "cffi-1.14.6-cp38-cp38-manylinux1_i686.whl", hash = "sha256:64fda793737bc4037521d4899be780534b9aea552eb673b9833b01f945904c2e"},
|
|
|
|
{file = "cffi-1.14.6-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:9f3e33c28cd39d1b655ed1ba7247133b6f7fc16fa16887b120c0c670e35ce346"},
|
|
|
|
{file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:26bb2549b72708c833f5abe62b756176022a7b9a7f689b571e74c8478ead51dc"},
|
|
|
|
{file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:eb687a11f0a7a1839719edd80f41e459cc5366857ecbed383ff376c4e3cc6afd"},
|
|
|
|
{file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d2ad4d668a5c0645d281dcd17aff2be3212bc109b33814bbb15c4939f44181cc"},
|
|
|
|
{file = "cffi-1.14.6-cp38-cp38-win32.whl", hash = "sha256:487d63e1454627c8e47dd230025780e91869cfba4c753a74fda196a1f6ad6548"},
|
|
|
|
{file = "cffi-1.14.6-cp38-cp38-win_amd64.whl", hash = "sha256:c33d18eb6e6bc36f09d793c0dc58b0211fccc6ae5149b808da4a62660678b156"},
|
|
|
|
{file = "cffi-1.14.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:06c54a68935738d206570b20da5ef2b6b6d92b38ef3ec45c5422c0ebaf338d4d"},
|
|
|
|
{file = "cffi-1.14.6-cp39-cp39-manylinux1_i686.whl", hash = "sha256:f174135f5609428cc6e1b9090f9268f5c8935fddb1b25ccb8255a2d50de6789e"},
|
|
|
|
{file = "cffi-1.14.6-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:f3ebe6e73c319340830a9b2825d32eb6d8475c1dac020b4f0aa774ee3b898d1c"},
|
|
|
|
{file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c8d896becff2fa653dc4438b54a5a25a971d1f4110b32bd3068db3722c80202"},
|
|
|
|
{file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4922cd707b25e623b902c86188aca466d3620892db76c0bdd7b99a3d5e61d35f"},
|
|
|
|
{file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c9e005e9bd57bc987764c32a1bee4364c44fdc11a3cc20a40b93b444984f2b87"},
|
|
|
|
{file = "cffi-1.14.6-cp39-cp39-win32.whl", hash = "sha256:eb9e2a346c5238a30a746893f23a9535e700f8192a68c07c0258e7ece6ff3728"},
|
|
|
|
{file = "cffi-1.14.6-cp39-cp39-win_amd64.whl", hash = "sha256:818014c754cd3dba7229c0f5884396264d51ffb87ec86e927ef0be140bfdb0d2"},
|
|
|
|
{file = "cffi-1.14.6.tar.gz", hash = "sha256:c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd"},
|
2020-04-01 00:13:57 +02:00
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
colorama = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
|
|
|
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
cssselect2 = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "cssselect2-0.4.1-py3-none-any.whl", hash = "sha256:2f4a9f20965367bae459e3bb42561f7927e0cfe5b7ea1692757cf67ef5d7dace"},
|
|
|
|
{file = "cssselect2-0.4.1.tar.gz", hash = "sha256:93fbb9af860e95dd40bf18c3b2b6ed99189a07c0f29ba76f9c5be71344664ec8"},
|
2020-04-01 00:13:57 +02:00
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
decorator = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "decorator-5.1.0-py3-none-any.whl", hash = "sha256:7b12e7c3c6ab203a29e157335e9122cb03de9ab7264b137594103fd4a683b374"},
|
|
|
|
{file = "decorator-5.1.0.tar.gz", hash = "sha256:e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
defusedxml = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"},
|
|
|
|
{file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"},
|
2020-04-01 00:13:57 +02:00
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
django = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "Django-3.2.8-py3-none-any.whl", hash = "sha256:42573831292029639b798fe4d3812996bfe4ff3275f04566da90764daec011a5"},
|
|
|
|
{file = "Django-3.2.8.tar.gz", hash = "sha256:f6d2c4069c9b9bfac03bedff927ea1f9e0d29e34525cec8a68fd28eb2a8df7af"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
|
|
|
django-model-utils = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "django-model-utils-4.1.1.tar.gz", hash = "sha256:eb5dd05ef7d7ce6bc79cae54ea7c4a221f6f81e2aad7722933aee66489e7264b"},
|
|
|
|
{file = "django_model_utils-4.1.1-py3-none-any.whl", hash = "sha256:ef7c440024e797796a3811432abdd2be8b5225ae64ef346f8bfc6de7d8e5d73c"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
2020-07-30 23:43:39 +02:00
|
|
|
django-ordered-model = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "django-ordered-model-3.4.3.tar.gz", hash = "sha256:3a8a0259bfd73a0c0b124932bb1fe59a6d2f4cbea096b20634d2a2d1f5d585cc"},
|
|
|
|
{file = "django_ordered_model-3.4.3-py3-none-any.whl", hash = "sha256:5aa58277b81b4ca93fb18caf15069af604bac5c5146d2c29aae56da07a86ef1b"},
|
2020-07-30 23:43:39 +02:00
|
|
|
]
|
2020-03-18 22:24:11 +01:00
|
|
|
gunicorn = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "gunicorn-20.1.0-py3-none-any.whl", hash = "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e"},
|
|
|
|
{file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"},
|
2020-03-18 22:24:11 +01:00
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
html5lib = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "html5lib-1.1-py2.py3-none-any.whl", hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d"},
|
|
|
|
{file = "html5lib-1.1.tar.gz", hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"},
|
2020-04-01 00:13:57 +02:00
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
ipython = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "ipython-7.28.0-py3-none-any.whl", hash = "sha256:f16148f9163e1e526f1008d7c8d966d9c15600ca20d1a754287cf96d00ba6f1d"},
|
|
|
|
{file = "ipython-7.28.0.tar.gz", hash = "sha256:2097be5c814d1b974aea57673176a924c4c8c9583890e7a5f082f547b9975b11"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
|
|
|
jedi = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "jedi-0.18.0-py2.py3-none-any.whl", hash = "sha256:18456d83f65f400ab0c2d3319e48520420ef43b23a086fdc05dff34132f0fb93"},
|
|
|
|
{file = "jedi-0.18.0.tar.gz", hash = "sha256:92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
2020-04-01 19:10:35 +02:00
|
|
|
markdown2 = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "markdown2-2.4.1-py2.py3-none-any.whl", hash = "sha256:93a29c5cad95b00d82908590548479638251c9188df449561f614d2f9756e15a"},
|
|
|
|
{file = "markdown2-2.4.1.tar.gz", hash = "sha256:ce9265cf179c4e07934e7b6a4b03f3edb7891e66e6d0f7017755f6064bbbe13f"},
|
|
|
|
]
|
|
|
|
matplotlib-inline = [
|
|
|
|
{file = "matplotlib-inline-0.1.3.tar.gz", hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee"},
|
|
|
|
{file = "matplotlib_inline-0.1.3-py3-none-any.whl", hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c"},
|
|
|
|
]
|
|
|
|
packaging = [
|
|
|
|
{file = "packaging-21.0-py3-none-any.whl", hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14"},
|
|
|
|
{file = "packaging-21.0.tar.gz", hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"},
|
2020-04-01 19:10:35 +02:00
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
parso = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "parso-0.8.2-py2.py3-none-any.whl", hash = "sha256:a8c4922db71e4fdb90e0d0bc6e50f9b273d3397925e5e60a717e719201778d22"},
|
|
|
|
{file = "parso-0.8.2.tar.gz", hash = "sha256:12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
2021-01-02 13:09:03 +01:00
|
|
|
pdf2image = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "pdf2image-1.16.0-py3-none-any.whl", hash = "sha256:84f79f2b8fad943e36323ea4e937fcb05f26ded0caa0a01181df66049e42fb65"},
|
|
|
|
{file = "pdf2image-1.16.0.tar.gz", hash = "sha256:d58ed94d978a70c73c2bb7fdf8acbaf2a7089c29ff8141be5f45433c0c4293bb"},
|
2021-01-02 13:09:03 +01:00
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
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 = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "Pillow-8.3.2-cp310-cp310-macosx_10_10_universal2.whl", hash = "sha256:c691b26283c3a31594683217d746f1dad59a7ae1d4cfc24626d7a064a11197d4"},
|
|
|
|
{file = "Pillow-8.3.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f514c2717012859ccb349c97862568fdc0479aad85b0270d6b5a6509dbc142e2"},
|
|
|
|
{file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:be25cb93442c6d2f8702c599b51184bd3ccd83adebd08886b682173e09ef0c3f"},
|
|
|
|
{file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d675a876b295afa114ca8bf42d7f86b5fb1298e1b6bb9a24405a3f6c8338811c"},
|
|
|
|
{file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:59697568a0455764a094585b2551fd76bfd6b959c9f92d4bdec9d0e14616303a"},
|
|
|
|
{file = "Pillow-8.3.2-cp310-cp310-win32.whl", hash = "sha256:2d5e9dc0bf1b5d9048a94c48d0813b6c96fccfa4ccf276d9c36308840f40c228"},
|
|
|
|
{file = "Pillow-8.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:11c27e74bab423eb3c9232d97553111cc0be81b74b47165f07ebfdd29d825875"},
|
|
|
|
{file = "Pillow-8.3.2-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:11eb7f98165d56042545c9e6db3ce394ed8b45089a67124298f0473b29cb60b2"},
|
|
|
|
{file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2f23b2d3079522fdf3c09de6517f625f7a964f916c956527bed805ac043799b8"},
|
|
|
|
{file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:19ec4cfe4b961edc249b0e04b5618666c23a83bc35842dea2bfd5dfa0157f81b"},
|
|
|
|
{file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e5a31c07cea5edbaeb4bdba6f2b87db7d3dc0f446f379d907e51cc70ea375629"},
|
|
|
|
{file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:15ccb81a6ffc57ea0137f9f3ac2737ffa1d11f786244d719639df17476d399a7"},
|
|
|
|
{file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:8f284dc1695caf71a74f24993b7c7473d77bc760be45f776a2c2f4e04c170550"},
|
|
|
|
{file = "Pillow-8.3.2-cp36-cp36m-win32.whl", hash = "sha256:4abc247b31a98f29e5224f2d31ef15f86a71f79c7f4d2ac345a5d551d6393073"},
|
|
|
|
{file = "Pillow-8.3.2-cp36-cp36m-win_amd64.whl", hash = "sha256:a048dad5ed6ad1fad338c02c609b862dfaa921fcd065d747194a6805f91f2196"},
|
|
|
|
{file = "Pillow-8.3.2-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:06d1adaa284696785375fa80a6a8eb309be722cf4ef8949518beb34487a3df71"},
|
|
|
|
{file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd24054aaf21e70a51e2a2a5ed1183560d3a69e6f9594a4bfe360a46f94eba83"},
|
|
|
|
{file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:27a330bf7014ee034046db43ccbb05c766aa9e70b8d6c5260bfc38d73103b0ba"},
|
|
|
|
{file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:13654b521fb98abdecec105ea3fb5ba863d1548c9b58831dd5105bb3873569f1"},
|
|
|
|
{file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a1bd983c565f92779be456ece2479840ec39d386007cd4ae83382646293d681b"},
|
|
|
|
{file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:4326ea1e2722f3dc00ed77c36d3b5354b8fb7399fb59230249ea6d59cbed90da"},
|
|
|
|
{file = "Pillow-8.3.2-cp37-cp37m-win32.whl", hash = "sha256:085a90a99404b859a4b6c3daa42afde17cb3ad3115e44a75f0d7b4a32f06a6c9"},
|
|
|
|
{file = "Pillow-8.3.2-cp37-cp37m-win_amd64.whl", hash = "sha256:18a07a683805d32826c09acfce44a90bf474e6a66ce482b1c7fcd3757d588df3"},
|
|
|
|
{file = "Pillow-8.3.2-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:4e59e99fd680e2b8b11bbd463f3c9450ab799305d5f2bafb74fefba6ac058616"},
|
|
|
|
{file = "Pillow-8.3.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4d89a2e9219a526401015153c0e9dd48319ea6ab9fe3b066a20aa9aee23d9fd3"},
|
|
|
|
{file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:56fd98c8294f57636084f4b076b75f86c57b2a63a8410c0cd172bc93695ee979"},
|
|
|
|
{file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2b11c9d310a3522b0fd3c35667914271f570576a0e387701f370eb39d45f08a4"},
|
|
|
|
{file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0412516dcc9de9b0a1e0ae25a280015809de8270f134cc2c1e32c4eeb397cf30"},
|
|
|
|
{file = "Pillow-8.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:bcb04ff12e79b28be6c9988f275e7ab69f01cc2ba319fb3114f87817bb7c74b6"},
|
|
|
|
{file = "Pillow-8.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:0b9911ec70731711c3b6ebcde26caea620cbdd9dcb73c67b0730c8817f24711b"},
|
|
|
|
{file = "Pillow-8.3.2-cp38-cp38-win32.whl", hash = "sha256:ce2e5e04bb86da6187f96d7bab3f93a7877830981b37f0287dd6479e27a10341"},
|
|
|
|
{file = "Pillow-8.3.2-cp38-cp38-win_amd64.whl", hash = "sha256:35d27687f027ad25a8d0ef45dd5208ef044c588003cdcedf05afb00dbc5c2deb"},
|
|
|
|
{file = "Pillow-8.3.2-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:04835e68ef12904bc3e1fd002b33eea0779320d4346082bd5b24bec12ad9c3e9"},
|
|
|
|
{file = "Pillow-8.3.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:10e00f7336780ca7d3653cf3ac26f068fa11b5a96894ea29a64d3dc4b810d630"},
|
|
|
|
{file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2cde7a4d3687f21cffdf5bb171172070bb95e02af448c4c8b2f223d783214056"},
|
|
|
|
{file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1c3ff00110835bdda2b1e2b07f4a2548a39744bb7de5946dc8e95517c4fb2ca6"},
|
|
|
|
{file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:35d409030bf3bd05fa66fb5fdedc39c521b397f61ad04309c90444e893d05f7d"},
|
|
|
|
{file = "Pillow-8.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6bff50ba9891be0a004ef48828e012babaaf7da204d81ab9be37480b9020a82b"},
|
|
|
|
{file = "Pillow-8.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:7dbfbc0020aa1d9bc1b0b8bcf255a7d73f4ad0336f8fd2533fcc54a4ccfb9441"},
|
|
|
|
{file = "Pillow-8.3.2-cp39-cp39-win32.whl", hash = "sha256:963ebdc5365d748185fdb06daf2ac758116deecb2277ec5ae98139f93844bc09"},
|
|
|
|
{file = "Pillow-8.3.2-cp39-cp39-win_amd64.whl", hash = "sha256:cc9d0dec711c914ed500f1d0d3822868760954dce98dfb0b7382a854aee55d19"},
|
|
|
|
{file = "Pillow-8.3.2-pp36-pypy36_pp73-macosx_10_10_x86_64.whl", hash = "sha256:2c661542c6f71dfd9dc82d9d29a8386287e82813b0375b3a02983feac69ef864"},
|
|
|
|
{file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:548794f99ff52a73a156771a0402f5e1c35285bd981046a502d7e4793e8facaa"},
|
|
|
|
{file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8b68f565a4175e12e68ca900af8910e8fe48aaa48fd3ca853494f384e11c8bcd"},
|
|
|
|
{file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:838eb85de6d9307c19c655c726f8d13b8b646f144ca6b3771fa62b711ebf7624"},
|
|
|
|
{file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:feb5db446e96bfecfec078b943cc07744cc759893cef045aa8b8b6d6aaa8274e"},
|
|
|
|
{file = "Pillow-8.3.2-pp37-pypy37_pp73-macosx_10_10_x86_64.whl", hash = "sha256:fc0db32f7223b094964e71729c0361f93db43664dd1ec86d3df217853cedda87"},
|
|
|
|
{file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:fd4fd83aa912d7b89b4b4a1580d30e2a4242f3936882a3f433586e5ab97ed0d5"},
|
|
|
|
{file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d0c8ebbfd439c37624db98f3877d9ed12c137cadd99dde2d2eae0dab0bbfc355"},
|
|
|
|
{file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6cb3dd7f23b044b0737317f892d399f9e2f0b3a02b22b2c692851fb8120d82c6"},
|
|
|
|
{file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a66566f8a22561fc1a88dc87606c69b84fa9ce724f99522cf922c801ec68f5c1"},
|
|
|
|
{file = "Pillow-8.3.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:ce651ca46d0202c302a535d3047c55a0131a720cf554a578fc1b8a2aff0e7d96"},
|
|
|
|
{file = "Pillow-8.3.2.tar.gz", hash = "sha256:dde3f3ed8d00c72631bc19cbfff8ad3b6215062a5eed402381ad365f82f0c18c"},
|
2020-04-01 00:13:57 +02:00
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
prompt-toolkit = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "prompt_toolkit-3.0.20-py3-none-any.whl", hash = "sha256:6076e46efae19b1e0ca1ec003ed37a933dc94b4d20f486235d436e64771dcd5c"},
|
|
|
|
{file = "prompt_toolkit-3.0.20.tar.gz", hash = "sha256:eb71d5a6b72ce6db177af4a7d4d7085b99756bf656d98ffcc4fecd36850eea6c"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
|
|
|
ptyprocess = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"},
|
|
|
|
{file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
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 = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "Pygments-2.10.0-py3-none-any.whl", hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380"},
|
|
|
|
{file = "Pygments-2.10.0.tar.gz", hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6"},
|
|
|
|
]
|
|
|
|
pyparsing = [
|
|
|
|
{file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
|
|
|
|
{file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
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 = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "pyphen-0.11.0-py3-none-any.whl", hash = "sha256:e3c1b1d05deaa31acdd78e2e24005402358feb7a4b407c4af7e5cc2e41c4d608"},
|
|
|
|
{file = "pyphen-0.11.0.tar.gz", hash = "sha256:e2c3ed82c3a04317df5102addafe89652b0876bc6c6265f5dd4c3efaf02315e8"},
|
2020-04-01 00:13:57 +02:00
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
pytz = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"},
|
|
|
|
{file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
|
|
|
six = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
|
|
|
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
|
|
|
sqlparse = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "sqlparse-0.4.2-py3-none-any.whl", hash = "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d"},
|
|
|
|
{file = "sqlparse-0.4.2.tar.gz", hash = "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
2020-04-01 00:13:57 +02:00
|
|
|
tinycss2 = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "tinycss2-1.1.0-py3-none-any.whl", hash = "sha256:0353b5234bcaee7b1ac7ca3dea7e02cd338a9f8dcbb8f2dcd32a5795ec1e5f9a"},
|
|
|
|
{file = "tinycss2-1.1.0.tar.gz", hash = "sha256:fbdcac3044d60eb85fdb2aa840ece43cf7dbe798e373e6ee0be545d4d134e18a"},
|
2020-04-01 00:13:57 +02:00
|
|
|
]
|
2020-03-18 21:58:15 +01:00
|
|
|
traitlets = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "traitlets-5.1.0-py3-none-any.whl", hash = "sha256:03f172516916220b58c9f19d7f854734136dd9528103d04e9bf139a92c9f54c4"},
|
|
|
|
{file = "traitlets-5.1.0.tar.gz", hash = "sha256:bd382d7ea181fbbcce157c133db9a829ce06edffe097bcf3ab945b435452b46d"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
|
|
|
wcwidth = [
|
2021-10-05 23:41:01 +02:00
|
|
|
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
|
|
|
|
{file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
|
2020-03-18 21:58:15 +01:00
|
|
|
]
|
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"},
|
|
|
|
]
|