2020-06-16 22:20:26 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Async http client/server framework (asyncio)"
|
|
|
|
name = "aiohttp"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5.3"
|
|
|
|
version = "3.6.2"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
async-timeout = ">=3.0,<4.0"
|
|
|
|
attrs = ">=17.3.0"
|
|
|
|
chardet = ">=2.0,<4.0"
|
|
|
|
multidict = ">=4.5,<5.0"
|
|
|
|
yarl = ">=1.0,<2.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
speedups = ["aiodns", "brotlipy", "cchardet"]
|
|
|
|
|
2020-06-14 12:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "ASGI specs, helper code, and adapters"
|
|
|
|
name = "asgiref"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
2020-09-15 20:53:59 +02:00
|
|
|
version = "3.2.10"
|
2020-06-14 12:08:11 +02:00
|
|
|
|
|
|
|
[package.extras]
|
2020-09-15 20:53:59 +02:00
|
|
|
tests = ["pytest", "pytest-asyncio"]
|
2020-06-14 12:08:11 +02:00
|
|
|
|
2020-06-16 22:20:26 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Timeout context manager for asyncio programs"
|
|
|
|
name = "async-timeout"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5.3"
|
|
|
|
version = "3.0.1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Classes Without Boilerplate"
|
|
|
|
name = "attrs"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "19.3.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
azure-pipelines = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "pytest-azurepipelines"]
|
|
|
|
dev = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "sphinx", "pre-commit"]
|
|
|
|
docs = ["sphinx", "zope.interface"]
|
|
|
|
tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
|
|
|
|
|
2020-06-14 12:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Screen-scraping library"
|
|
|
|
name = "beautifulsoup4"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "4.9.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
soupsieve = [">1.2", "<2.0"]
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
html5lib = ["html5lib"]
|
|
|
|
lxml = ["lxml"]
|
|
|
|
|
2020-07-15 13:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "An easy safelist-based HTML-sanitizing tool."
|
|
|
|
name = "bleach"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "3.1.5"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
packaging = "*"
|
|
|
|
six = ">=1.9.0"
|
|
|
|
webencodings = "*"
|
|
|
|
|
2020-06-16 22:20:26 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Universal encoding detector for Python 2 and 3"
|
|
|
|
name = "chardet"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "3.0.4"
|
|
|
|
|
2020-06-14 12:08:11 +02: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"
|
2020-09-15 20:53:59 +02:00
|
|
|
version = "3.0.8"
|
2020-06-14 12:08:11 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
asgiref = ">=3.2,<4.0"
|
|
|
|
pytz = "*"
|
|
|
|
sqlparse = ">=0.2.2"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
argon2 = ["argon2-cffi (>=16.1.0)"]
|
|
|
|
bcrypt = ["bcrypt"]
|
|
|
|
|
2020-07-15 13:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Easily use bleach with Django models and templates"
|
|
|
|
name = "django-bleach"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.6.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Django = ">=1.11"
|
|
|
|
bleach = ">=1.5.0"
|
|
|
|
|
2020-06-14 12:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Allows Django models to be ordered and provides a simple admin interface for reordering them."
|
|
|
|
name = "django-ordered-model"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "3.4.1"
|
|
|
|
|
2020-07-15 13:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds"
|
|
|
|
name = "feedparser"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "5.2.1"
|
|
|
|
|
2020-06-14 19:51:35 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python humanize utilities"
|
|
|
|
name = "humanize"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
2020-09-15 20:53:59 +02:00
|
|
|
version = "2.5.0"
|
2020-06-14 19:51:35 +02:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
tests = ["freezegun", "pytest", "pytest-cov"]
|
|
|
|
|
2020-06-16 22:20:26 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
|
name = "idna"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2020-09-15 20:53:59 +02:00
|
|
|
version = "2.10"
|
2020-06-16 22:20:26 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "multidict implementation"
|
|
|
|
name = "multidict"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "4.7.6"
|
|
|
|
|
2020-07-15 13:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
name = "packaging"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "20.4"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyparsing = ">=2.0.2"
|
|
|
|
six = "*"
|
|
|
|
|
2020-06-14 12:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python Imaging Library (Fork)"
|
|
|
|
name = "pillow"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
2020-09-15 20:53:59 +02:00
|
|
|
version = "7.2.0"
|
2020-06-14 12:08:11 +02:00
|
|
|
|
2020-06-14 18:45:58 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Cross-platform lib for process and system monitoring in Python."
|
|
|
|
name = "psutil"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2020-09-15 20:53:59 +02:00
|
|
|
version = "5.7.1"
|
2020-06-14 18:45:58 +02:00
|
|
|
|
|
|
|
[package.extras]
|
2020-09-15 20:53:59 +02:00
|
|
|
test = ["ipaddress", "mock", "unittest2", "enum34", "pywin32", "wmi"]
|
2020-06-14 18:45:58 +02:00
|
|
|
|
2020-07-15 13:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python parsing module"
|
|
|
|
name = "pyparsing"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
version = "2.4.7"
|
|
|
|
|
2020-06-14 12:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "World timezone definitions, modern and historical"
|
|
|
|
name = "pytz"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "2020.1"
|
|
|
|
|
2020-07-15 13:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
name = "six"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
version = "1.15.0"
|
|
|
|
|
2020-06-14 12:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A modern CSS selector implementation for Beautiful Soup."
|
|
|
|
name = "soupsieve"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "1.9.6"
|
|
|
|
|
|
|
|
[[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-07-15 13:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Character encoding aliases for legacy web content"
|
|
|
|
name = "webencodings"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.5.1"
|
|
|
|
|
2020-06-16 22:20:26 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Yet another URL library"
|
|
|
|
name = "yarl"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "1.4.2"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
idna = ">=2.0"
|
|
|
|
multidict = ">=4.0"
|
|
|
|
|
2020-06-14 12:08:11 +02:00
|
|
|
[metadata]
|
2020-09-15 20:53:59 +02:00
|
|
|
content-hash = "58ea408eb2f6968877f46b65522245bc3c4395f2f111dfa04b2a43f1d5a7dccc"
|
2020-06-14 12:08:11 +02:00
|
|
|
python-versions = "^3.7"
|
|
|
|
|
|
|
|
[metadata.files]
|
2020-06-16 22:20:26 +02:00
|
|
|
aiohttp = [
|
|
|
|
{file = "aiohttp-3.6.2-cp35-cp35m-macosx_10_13_x86_64.whl", hash = "sha256:1e984191d1ec186881ffaed4581092ba04f7c61582a177b187d3a2f07ed9719e"},
|
|
|
|
{file = "aiohttp-3.6.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:50aaad128e6ac62e7bf7bd1f0c0a24bc968a0c0590a726d5a955af193544bcec"},
|
|
|
|
{file = "aiohttp-3.6.2-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:65f31b622af739a802ca6fd1a3076fd0ae523f8485c52924a89561ba10c49b48"},
|
|
|
|
{file = "aiohttp-3.6.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:ae55bac364c405caa23a4f2d6cfecc6a0daada500274ffca4a9230e7129eac59"},
|
|
|
|
{file = "aiohttp-3.6.2-cp36-cp36m-win32.whl", hash = "sha256:344c780466b73095a72c616fac5ea9c4665add7fc129f285fbdbca3cccf4612a"},
|
|
|
|
{file = "aiohttp-3.6.2-cp36-cp36m-win_amd64.whl", hash = "sha256:4c6efd824d44ae697814a2a85604d8e992b875462c6655da161ff18fd4f29f17"},
|
|
|
|
{file = "aiohttp-3.6.2-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:2f4d1a4fdce595c947162333353d4a44952a724fba9ca3205a3df99a33d1307a"},
|
|
|
|
{file = "aiohttp-3.6.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:6206a135d072f88da3e71cc501c59d5abffa9d0bb43269a6dcd28d66bfafdbdd"},
|
|
|
|
{file = "aiohttp-3.6.2-cp37-cp37m-win32.whl", hash = "sha256:b778ce0c909a2653741cb4b1ac7015b5c130ab9c897611df43ae6a58523cb965"},
|
|
|
|
{file = "aiohttp-3.6.2-cp37-cp37m-win_amd64.whl", hash = "sha256:32e5f3b7e511aa850829fbe5aa32eb455e5534eaa4b1ce93231d00e2f76e5654"},
|
|
|
|
{file = "aiohttp-3.6.2-py3-none-any.whl", hash = "sha256:460bd4237d2dbecc3b5ed57e122992f60188afe46e7319116da5eb8a9dfedba4"},
|
|
|
|
{file = "aiohttp-3.6.2.tar.gz", hash = "sha256:259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326"},
|
|
|
|
]
|
2020-06-14 12:08:11 +02:00
|
|
|
asgiref = [
|
2020-09-15 20:53:59 +02:00
|
|
|
{file = "asgiref-3.2.10-py3-none-any.whl", hash = "sha256:9fc6fb5d39b8af147ba40765234fa822b39818b12cc80b35ad9b0cef3a476aed"},
|
|
|
|
{file = "asgiref-3.2.10.tar.gz", hash = "sha256:7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a"},
|
2020-06-14 12:08:11 +02:00
|
|
|
]
|
2020-06-16 22:20:26 +02:00
|
|
|
async-timeout = [
|
|
|
|
{file = "async-timeout-3.0.1.tar.gz", hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f"},
|
|
|
|
{file = "async_timeout-3.0.1-py3-none-any.whl", hash = "sha256:4291ca197d287d274d0b6cb5d6f8f8f82d434ed288f962539ff18cc9012f9ea3"},
|
|
|
|
]
|
|
|
|
attrs = [
|
|
|
|
{file = "attrs-19.3.0-py2.py3-none-any.whl", hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"},
|
|
|
|
{file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"},
|
|
|
|
]
|
2020-06-14 12:08:11 +02:00
|
|
|
beautifulsoup4 = [
|
|
|
|
{file = "beautifulsoup4-4.9.1-py2-none-any.whl", hash = "sha256:e718f2342e2e099b640a34ab782407b7b676f47ee272d6739e60b8ea23829f2c"},
|
|
|
|
{file = "beautifulsoup4-4.9.1-py3-none-any.whl", hash = "sha256:a6237df3c32ccfaee4fd201c8f5f9d9df619b93121d01353a64a73ce8c6ef9a8"},
|
|
|
|
{file = "beautifulsoup4-4.9.1.tar.gz", hash = "sha256:73cc4d115b96f79c7d77c1c7f7a0a8d4c57860d1041df407dd1aae7f07a77fd7"},
|
|
|
|
]
|
2020-07-15 13:50:52 +02:00
|
|
|
bleach = [
|
|
|
|
{file = "bleach-3.1.5-py2.py3-none-any.whl", hash = "sha256:2bce3d8fab545a6528c8fa5d9f9ae8ebc85a56da365c7f85180bfe96a35ef22f"},
|
|
|
|
{file = "bleach-3.1.5.tar.gz", hash = "sha256:3c4c520fdb9db59ef139915a5db79f8b51bc2a7257ea0389f30c846883430a4b"},
|
|
|
|
]
|
2020-06-16 22:20:26 +02:00
|
|
|
chardet = [
|
|
|
|
{file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
|
|
|
|
{file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"},
|
|
|
|
]
|
2020-06-14 12:08:11 +02:00
|
|
|
django = [
|
2020-09-15 20:53:59 +02:00
|
|
|
{file = "Django-3.0.8-py3-none-any.whl", hash = "sha256:5457fc953ec560c5521b41fad9e6734a4668b7ba205832191bbdff40ec61073c"},
|
|
|
|
{file = "Django-3.0.8.tar.gz", hash = "sha256:31a5fbbea5fc71c99e288ec0b2f00302a0a92c44b13ede80b73a6a4d6d205582"},
|
2020-06-14 12:08:11 +02:00
|
|
|
]
|
2020-07-15 13:50:52 +02:00
|
|
|
django-bleach = [
|
|
|
|
{file = "django-bleach-0.6.1.tar.gz", hash = "sha256:674709c26040618aff0741ce8261fd151e5ead405bd50568c2034662d69daac3"},
|
|
|
|
{file = "django_bleach-0.6.1-py2.py3-none-any.whl", hash = "sha256:59de95cd98f924992313821ab7f94cd64a03aa900ca980bd3b062d8aef1a7954"},
|
|
|
|
]
|
2020-06-14 12:08:11 +02:00
|
|
|
django-ordered-model = [
|
|
|
|
{file = "django-ordered-model-3.4.1.tar.gz", hash = "sha256:d867166ed4dd12501139e119cbbc5b4d19798a3e72740aef0af4879ba97102cf"},
|
|
|
|
{file = "django_ordered_model-3.4.1-py3-none-any.whl", hash = "sha256:29af6624cf3505daaf0df00e2df1d0726dd777b95e08f304d5ad0264092aa934"},
|
|
|
|
]
|
2020-07-15 13:50:52 +02:00
|
|
|
feedparser = [
|
|
|
|
{file = "feedparser-5.2.1.tar.bz2", hash = "sha256:ce875495c90ebd74b179855449040003a1beb40cd13d5f037a0654251e260b02"},
|
|
|
|
{file = "feedparser-5.2.1.tar.gz", hash = "sha256:bd030652c2d08532c034c27fcd7c85868e7fa3cb2b17f230a44a6bbc92519bf9"},
|
|
|
|
{file = "feedparser-5.2.1.zip", hash = "sha256:cd2485472e41471632ed3029d44033ee420ad0b57111db95c240c9160a85831c"},
|
|
|
|
]
|
2020-06-14 19:51:35 +02:00
|
|
|
humanize = [
|
2020-09-15 20:53:59 +02:00
|
|
|
{file = "humanize-2.5.0-py3-none-any.whl", hash = "sha256:89062c6db8601693b7d223443d0d7529aa9577df43a1387ddd4b9c273abb4a51"},
|
|
|
|
{file = "humanize-2.5.0.tar.gz", hash = "sha256:8a68bd9bccb899fd9bfb1e6d96c1e84e4475551cc9a5b5bdbd69b9b1cfd19c80"},
|
2020-06-14 19:51:35 +02:00
|
|
|
]
|
2020-06-16 22:20:26 +02:00
|
|
|
idna = [
|
2020-09-15 20:53:59 +02:00
|
|
|
{file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
|
|
|
|
{file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
|
2020-06-16 22:20:26 +02:00
|
|
|
]
|
|
|
|
multidict = [
|
|
|
|
{file = "multidict-4.7.6-cp35-cp35m-macosx_10_14_x86_64.whl", hash = "sha256:275ca32383bc5d1894b6975bb4ca6a7ff16ab76fa622967625baeebcf8079000"},
|
|
|
|
{file = "multidict-4.7.6-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:1ece5a3369835c20ed57adadc663400b5525904e53bae59ec854a5d36b39b21a"},
|
|
|
|
{file = "multidict-4.7.6-cp35-cp35m-win32.whl", hash = "sha256:5141c13374e6b25fe6bf092052ab55c0c03d21bd66c94a0e3ae371d3e4d865a5"},
|
|
|
|
{file = "multidict-4.7.6-cp35-cp35m-win_amd64.whl", hash = "sha256:9456e90649005ad40558f4cf51dbb842e32807df75146c6d940b6f5abb4a78f3"},
|
|
|
|
{file = "multidict-4.7.6-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:e0d072ae0f2a179c375f67e3da300b47e1a83293c554450b29c900e50afaae87"},
|
|
|
|
{file = "multidict-4.7.6-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:3750f2205b800aac4bb03b5ae48025a64e474d2c6cc79547988ba1d4122a09e2"},
|
|
|
|
{file = "multidict-4.7.6-cp36-cp36m-win32.whl", hash = "sha256:f07acae137b71af3bb548bd8da720956a3bc9f9a0b87733e0899226a2317aeb7"},
|
|
|
|
{file = "multidict-4.7.6-cp36-cp36m-win_amd64.whl", hash = "sha256:6513728873f4326999429a8b00fc7ceddb2509b01d5fd3f3be7881a257b8d463"},
|
|
|
|
{file = "multidict-4.7.6-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:feed85993dbdb1dbc29102f50bca65bdc68f2c0c8d352468c25b54874f23c39d"},
|
|
|
|
{file = "multidict-4.7.6-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:fcfbb44c59af3f8ea984de67ec7c306f618a3ec771c2843804069917a8f2e255"},
|
|
|
|
{file = "multidict-4.7.6-cp37-cp37m-win32.whl", hash = "sha256:4538273208e7294b2659b1602490f4ed3ab1c8cf9dbdd817e0e9db8e64be2507"},
|
|
|
|
{file = "multidict-4.7.6-cp37-cp37m-win_amd64.whl", hash = "sha256:d14842362ed4cf63751648e7672f7174c9818459d169231d03c56e84daf90b7c"},
|
|
|
|
{file = "multidict-4.7.6-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:c026fe9a05130e44157b98fea3ab12969e5b60691a276150db9eda71710cd10b"},
|
|
|
|
{file = "multidict-4.7.6-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:51a4d210404ac61d32dada00a50ea7ba412e6ea945bbe992e4d7a595276d2ec7"},
|
|
|
|
{file = "multidict-4.7.6-cp38-cp38-win32.whl", hash = "sha256:5cf311a0f5ef80fe73e4f4c0f0998ec08f954a6ec72b746f3c179e37de1d210d"},
|
|
|
|
{file = "multidict-4.7.6-cp38-cp38-win_amd64.whl", hash = "sha256:7388d2ef3c55a8ba80da62ecfafa06a1c097c18032a501ffd4cabbc52d7f2b19"},
|
|
|
|
{file = "multidict-4.7.6.tar.gz", hash = "sha256:fbb77a75e529021e7c4a8d4e823d88ef4d23674a202be4f5addffc72cbb91430"},
|
|
|
|
]
|
2020-07-15 13:50:52 +02:00
|
|
|
packaging = [
|
|
|
|
{file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"},
|
|
|
|
{file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"},
|
|
|
|
]
|
2020-06-14 12:08:11 +02:00
|
|
|
pillow = [
|
2020-09-15 20:53:59 +02:00
|
|
|
{file = "Pillow-7.2.0-cp35-cp35m-macosx_10_10_intel.whl", hash = "sha256:1ca594126d3c4def54babee699c055a913efb01e106c309fa6b04405d474d5ae"},
|
|
|
|
{file = "Pillow-7.2.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:c92302a33138409e8f1ad16731568c55c9053eee71bb05b6b744067e1b62380f"},
|
|
|
|
{file = "Pillow-7.2.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:8dad18b69f710bf3a001d2bf3afab7c432785d94fcf819c16b5207b1cfd17d38"},
|
|
|
|
{file = "Pillow-7.2.0-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:431b15cffbf949e89df2f7b48528be18b78bfa5177cb3036284a5508159492b5"},
|
|
|
|
{file = "Pillow-7.2.0-cp35-cp35m-win32.whl", hash = "sha256:09d7f9e64289cb40c2c8d7ad674b2ed6105f55dc3b09aa8e4918e20a0311e7ad"},
|
|
|
|
{file = "Pillow-7.2.0-cp35-cp35m-win_amd64.whl", hash = "sha256:0295442429645fa16d05bd567ef5cff178482439c9aad0411d3f0ce9b88b3a6f"},
|
|
|
|
{file = "Pillow-7.2.0-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:ec29604081f10f16a7aea809ad42e27764188fc258b02259a03a8ff7ded3808d"},
|
|
|
|
{file = "Pillow-7.2.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:612cfda94e9c8346f239bf1a4b082fdd5c8143cf82d685ba2dba76e7adeeb233"},
|
|
|
|
{file = "Pillow-7.2.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:0a80dd307a5d8440b0a08bd7b81617e04d870e40a3e46a32d9c246e54705e86f"},
|
|
|
|
{file = "Pillow-7.2.0-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:06aba4169e78c439d528fdeb34762c3b61a70813527a2c57f0540541e9f433a8"},
|
|
|
|
{file = "Pillow-7.2.0-cp36-cp36m-win32.whl", hash = "sha256:f7e30c27477dffc3e85c2463b3e649f751789e0f6c8456099eea7ddd53be4a8a"},
|
|
|
|
{file = "Pillow-7.2.0-cp36-cp36m-win_amd64.whl", hash = "sha256:ffe538682dc19cc542ae7c3e504fdf54ca7f86fb8a135e59dd6bc8627eae6cce"},
|
|
|
|
{file = "Pillow-7.2.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:94cf49723928eb6070a892cb39d6c156f7b5a2db4e8971cb958f7b6b104fb4c4"},
|
|
|
|
{file = "Pillow-7.2.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:6edb5446f44d901e8683ffb25ebdfc26988ee813da3bf91e12252b57ac163727"},
|
|
|
|
{file = "Pillow-7.2.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:52125833b070791fcb5710fabc640fc1df07d087fc0c0f02d3661f76c23c5b8b"},
|
|
|
|
{file = "Pillow-7.2.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:9ad7f865eebde135d526bb3163d0b23ffff365cf87e767c649550964ad72785d"},
|
|
|
|
{file = "Pillow-7.2.0-cp37-cp37m-win32.whl", hash = "sha256:c79f9c5fb846285f943aafeafda3358992d64f0ef58566e23484132ecd8d7d63"},
|
|
|
|
{file = "Pillow-7.2.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d350f0f2c2421e65fbc62690f26b59b0bcda1b614beb318c81e38647e0f673a1"},
|
|
|
|
{file = "Pillow-7.2.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:6d7741e65835716ceea0fd13a7d0192961212fd59e741a46bbed7a473c634ed6"},
|
|
|
|
{file = "Pillow-7.2.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:edf31f1150778abd4322444c393ab9c7bd2af271dd4dafb4208fb613b1f3cdc9"},
|
|
|
|
{file = "Pillow-7.2.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:d08b23fdb388c0715990cbc06866db554e1822c4bdcf6d4166cf30ac82df8c41"},
|
|
|
|
{file = "Pillow-7.2.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:5e51ee2b8114def244384eda1c82b10e307ad9778dac5c83fb0943775a653cd8"},
|
|
|
|
{file = "Pillow-7.2.0-cp38-cp38-win32.whl", hash = "sha256:725aa6cfc66ce2857d585f06e9519a1cc0ef6d13f186ff3447ab6dff0a09bc7f"},
|
|
|
|
{file = "Pillow-7.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:a060cf8aa332052df2158e5a119303965be92c3da6f2d93b6878f0ebca80b2f6"},
|
|
|
|
{file = "Pillow-7.2.0-pp36-pypy36_pp73-win32.whl", hash = "sha256:25930fadde8019f374400f7986e8404c8b781ce519da27792cbe46eabec00c4d"},
|
|
|
|
{file = "Pillow-7.2.0.tar.gz", hash = "sha256:97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626"},
|
2020-06-14 12:08:11 +02:00
|
|
|
]
|
2020-06-14 18:45:58 +02:00
|
|
|
psutil = [
|
2020-09-15 20:53:59 +02:00
|
|
|
{file = "psutil-5.7.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:2dfb7b5638ffaa33602a86b39cca60cded2324dabbe2617b1b5e65250e448769"},
|
|
|
|
{file = "psutil-5.7.1-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:36c5e6882caf3d385c6c3a0d2f3b302b4cc337c808ea589d9a8c563b545beb8b"},
|
|
|
|
{file = "psutil-5.7.1-cp35-cp35m-win32.whl", hash = "sha256:3c5ffd00bc1ee809350dca97613985d387a7e13dff61d62fc1bdf4dc10892ddd"},
|
|
|
|
{file = "psutil-5.7.1-cp35-cp35m-win_amd64.whl", hash = "sha256:4975c33aebe7de191d745ee3c545e907edd14d65c850a0b185c05024aa77cbcd"},
|
|
|
|
{file = "psutil-5.7.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:436a6e99098eba14b54a149f921c9d4e1df729f02645876af0c828396d36c46a"},
|
|
|
|
{file = "psutil-5.7.1-cp36-cp36m-win32.whl", hash = "sha256:630ceda48c16b24ffd981fe06ae1a43684af1a3a837d6a3496a1be3dd3c7d332"},
|
|
|
|
{file = "psutil-5.7.1-cp36-cp36m-win_amd64.whl", hash = "sha256:d3bb7f65199595a72a3ec53e4d05c159857ab832fadaae9d85e68db467d2d191"},
|
|
|
|
{file = "psutil-5.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:66d085317599684f70d995dd4a770894f518fb34d027d7f742b579bf47732858"},
|
|
|
|
{file = "psutil-5.7.1-cp37-cp37m-win32.whl", hash = "sha256:fb442b912fe28d80e0f966adcc3df4e394fbb7ef7575ae21fd171aeb06c8b0df"},
|
|
|
|
{file = "psutil-5.7.1-cp37-cp37m-win_amd64.whl", hash = "sha256:425d6c95ca3ece7ff4da7e67af2954b8eb56b0f15743b237dc84ad975f51c2a4"},
|
|
|
|
{file = "psutil-5.7.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f2817a763c33c19fdefbb832c790bc85b3de90b51fb69dae43097a9885be0332"},
|
|
|
|
{file = "psutil-5.7.1-cp38-cp38-win32.whl", hash = "sha256:3cf43d2265ee03fcf70f0f574487ed19435c92a330e15a3e773144811c1275f0"},
|
|
|
|
{file = "psutil-5.7.1-cp38-cp38-win_amd64.whl", hash = "sha256:006b720a67881037c8b02b1de012a39a2f007bd2b1b244b58fabef8eff0ad6d2"},
|
|
|
|
{file = "psutil-5.7.1-pp27-pypy_73-macosx_10_9_x86_64.whl", hash = "sha256:0c9187ec0c314a128362c3409afea2b80c6d6d2c2cb1d661fe20631a2ff8ad77"},
|
|
|
|
{file = "psutil-5.7.1.tar.gz", hash = "sha256:4ef6845b35e152e6937d4f28388c2440ca89a0089ced0a30a116fa3ceefdfa3a"},
|
2020-06-14 18:45:58 +02:00
|
|
|
]
|
2020-07-15 13:50:52 +02: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"},
|
|
|
|
]
|
2020-06-14 12:08:11 +02:00
|
|
|
pytz = [
|
|
|
|
{file = "pytz-2020.1-py2.py3-none-any.whl", hash = "sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed"},
|
|
|
|
{file = "pytz-2020.1.tar.gz", hash = "sha256:c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048"},
|
|
|
|
]
|
2020-07-15 13:50:52 +02:00
|
|
|
six = [
|
|
|
|
{file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
|
|
|
|
{file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
|
|
|
|
]
|
2020-06-14 12:08:11 +02:00
|
|
|
soupsieve = [
|
|
|
|
{file = "soupsieve-1.9.6-py2.py3-none-any.whl", hash = "sha256:feb1e937fa26a69e08436aad4a9037cd7e1d4c7212909502ba30701247ff8abd"},
|
|
|
|
{file = "soupsieve-1.9.6.tar.gz", hash = "sha256:7985bacc98c34923a439967c1a602dc4f1e15f923b6fcf02344184f86cc7efaa"},
|
|
|
|
]
|
|
|
|
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-07-15 13:50:52 +02:00
|
|
|
webencodings = [
|
|
|
|
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
|
|
|
|
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
|
|
|
|
]
|
2020-06-16 22:20:26 +02:00
|
|
|
yarl = [
|
|
|
|
{file = "yarl-1.4.2-cp35-cp35m-macosx_10_13_x86_64.whl", hash = "sha256:3ce3d4f7c6b69c4e4f0704b32eca8123b9c58ae91af740481aa57d7857b5e41b"},
|
|
|
|
{file = "yarl-1.4.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:a4844ebb2be14768f7994f2017f70aca39d658a96c786211be5ddbe1c68794c1"},
|
|
|
|
{file = "yarl-1.4.2-cp35-cp35m-win32.whl", hash = "sha256:d8cdee92bc930d8b09d8bd2043cedd544d9c8bd7436a77678dd602467a993080"},
|
|
|
|
{file = "yarl-1.4.2-cp35-cp35m-win_amd64.whl", hash = "sha256:c2b509ac3d4b988ae8769901c66345425e361d518aecbe4acbfc2567e416626a"},
|
|
|
|
{file = "yarl-1.4.2-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:308b98b0c8cd1dfef1a0311dc5e38ae8f9b58349226aa0533f15a16717ad702f"},
|
|
|
|
{file = "yarl-1.4.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:944494be42fa630134bf907714d40207e646fd5a94423c90d5b514f7b0713fea"},
|
|
|
|
{file = "yarl-1.4.2-cp36-cp36m-win32.whl", hash = "sha256:5b10eb0e7f044cf0b035112446b26a3a2946bca9d7d7edb5e54a2ad2f6652abb"},
|
|
|
|
{file = "yarl-1.4.2-cp36-cp36m-win_amd64.whl", hash = "sha256:a161de7e50224e8e3de6e184707476b5a989037dcb24292b391a3d66ff158e70"},
|
|
|
|
{file = "yarl-1.4.2-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:26d7c90cb04dee1665282a5d1a998defc1a9e012fdca0f33396f81508f49696d"},
|
|
|
|
{file = "yarl-1.4.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:0c2ab325d33f1b824734b3ef51d4d54a54e0e7a23d13b86974507602334c2cce"},
|
|
|
|
{file = "yarl-1.4.2-cp37-cp37m-win32.whl", hash = "sha256:e15199cdb423316e15f108f51249e44eb156ae5dba232cb73be555324a1d49c2"},
|
|
|
|
{file = "yarl-1.4.2-cp37-cp37m-win_amd64.whl", hash = "sha256:2098a4b4b9d75ee352807a95cdf5f10180db903bc5b7270715c6bbe2551f64ce"},
|
|
|
|
{file = "yarl-1.4.2-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:c9959d49a77b0e07559e579f38b2f3711c2b8716b8410b320bf9713013215a1b"},
|
|
|
|
{file = "yarl-1.4.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:25e66e5e2007c7a39541ca13b559cd8ebc2ad8fe00ea94a2aad28a9b1e44e5ae"},
|
|
|
|
{file = "yarl-1.4.2-cp38-cp38-win32.whl", hash = "sha256:6faa19d3824c21bcbfdfce5171e193c8b4ddafdf0ac3f129ccf0cdfcb083e462"},
|
|
|
|
{file = "yarl-1.4.2-cp38-cp38-win_amd64.whl", hash = "sha256:0ca2f395591bbd85ddd50a82eb1fde9c1066fafe888c5c7cc1d810cf03fd3cc6"},
|
|
|
|
{file = "yarl-1.4.2.tar.gz", hash = "sha256:58cd9c469eced558cd81aa3f484b2924e8897049e06889e8ff2510435b7ef74b"},
|
|
|
|
]
|