392 lines
15 KiB
TOML
392 lines
15 KiB
TOML
|
[[package]]
|
||
|
category = "dev"
|
||
|
description = "Atomic file writes."
|
||
|
marker = "sys_platform == \"win32\""
|
||
|
name = "atomicwrites"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||
|
version = "1.4.0"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
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"]
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "Composable command line interface toolkit"
|
||
|
name = "click"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||
|
version = "7.1.2"
|
||
|
|
||
|
[[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"
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "Config file reading, writing and validation."
|
||
|
name = "configobj"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
version = "5.0.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
six = "*"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
description = "Read metadata from Python packages"
|
||
|
marker = "python_version < \"3.8\""
|
||
|
name = "importlib-metadata"
|
||
|
optional = false
|
||
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
||
|
version = "1.6.1"
|
||
|
|
||
|
[package.dependencies]
|
||
|
zipp = ">=0.5"
|
||
|
|
||
|
[package.extras]
|
||
|
docs = ["sphinx", "rst.linker"]
|
||
|
testing = ["packaging", "pep517", "importlib-resources (>=1.3)"]
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "Read resources from Python packages"
|
||
|
name = "importlib-resources"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3"
|
||
|
version = "1.0.2"
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "The fastest markdown parser in pure Python"
|
||
|
name = "mistune"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
version = "0.8.4"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
description = "More routines for operating on iterables, beyond itertools"
|
||
|
name = "more-itertools"
|
||
|
optional = false
|
||
|
python-versions = ">=3.5"
|
||
|
version = "8.4.0"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
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 = "*"
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "Python datetimes made easy"
|
||
|
name = "pendulum"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||
|
version = "2.1.0"
|
||
|
|
||
|
[package.dependencies]
|
||
|
python-dateutil = ">=2.6,<3.0"
|
||
|
pytzdata = ">=2018.3"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
description = "Pexpect allows easy control of interactive console applications."
|
||
|
name = "pexpect"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
version = "4.8.0"
|
||
|
|
||
|
[package.dependencies]
|
||
|
ptyprocess = ">=0.5"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
description = "plugin and hook calling mechanisms for python"
|
||
|
name = "pluggy"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||
|
version = "0.13.1"
|
||
|
|
||
|
[package.dependencies]
|
||
|
[package.dependencies.importlib-metadata]
|
||
|
python = "<3.8"
|
||
|
version = ">=0.12"
|
||
|
|
||
|
[package.extras]
|
||
|
dev = ["pre-commit", "tox"]
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "Library for building powerful interactive command lines in Python"
|
||
|
name = "prompt-toolkit"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
version = "3.0.3"
|
||
|
|
||
|
[package.dependencies]
|
||
|
wcwidth = "*"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
description = "Run a subprocess in a pseudo terminal"
|
||
|
name = "ptyprocess"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
version = "0.6.0"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
||
|
name = "py"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||
|
version = "1.8.2"
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "Pygments is a syntax highlighting package written in Python."
|
||
|
name = "pygments"
|
||
|
optional = false
|
||
|
python-versions = ">=3.5"
|
||
|
version = "2.6.1"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
description = "Python parsing module"
|
||
|
name = "pyparsing"
|
||
|
optional = false
|
||
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
||
|
version = "2.4.7"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
description = "pytest: simple powerful testing with Python"
|
||
|
name = "pytest"
|
||
|
optional = false
|
||
|
python-versions = ">=3.5"
|
||
|
version = "5.4.3"
|
||
|
|
||
|
[package.dependencies]
|
||
|
atomicwrites = ">=1.0"
|
||
|
attrs = ">=17.4.0"
|
||
|
colorama = "*"
|
||
|
more-itertools = ">=4.0.0"
|
||
|
packaging = "*"
|
||
|
pluggy = ">=0.12,<1.0"
|
||
|
py = ">=1.5.0"
|
||
|
wcwidth = "*"
|
||
|
|
||
|
[package.dependencies.importlib-metadata]
|
||
|
python = "<3.8"
|
||
|
version = ">=0.12"
|
||
|
|
||
|
[package.extras]
|
||
|
checkqa-mypy = ["mypy (v0.761)"]
|
||
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "Extensions to the standard Python datetime module"
|
||
|
name = "python-dateutil"
|
||
|
optional = false
|
||
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
||
|
version = "2.8.1"
|
||
|
|
||
|
[package.dependencies]
|
||
|
six = ">=1.5"
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "The Olson timezone database for Python."
|
||
|
name = "pytzdata"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||
|
version = "2019.3"
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "Python client for Redis key-value store"
|
||
|
name = "redis"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||
|
version = "3.5.3"
|
||
|
|
||
|
[package.extras]
|
||
|
hiredis = ["hiredis (>=0.1.3)"]
|
||
|
|
||
|
[[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"
|
||
|
|
||
|
[[package]]
|
||
|
category = "main"
|
||
|
description = "Measures number of Terminal column cells of wide-character codes"
|
||
|
name = "wcwidth"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
version = "0.1.9"
|
||
|
|
||
|
[[package]]
|
||
|
category = "dev"
|
||
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
||
|
marker = "python_version < \"3.8\""
|
||
|
name = "zipp"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
version = "3.1.0"
|
||
|
|
||
|
[package.extras]
|
||
|
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
|
||
|
testing = ["jaraco.itertools", "func-timeout"]
|
||
|
|
||
|
[metadata]
|
||
|
content-hash = "50616ff2ae7105090d8555ffaae4bceb8cfc92d7fddb70635202a5eb8b4cf701"
|
||
|
python-versions = "^3.6"
|
||
|
|
||
|
[metadata.files]
|
||
|
atomicwrites = [
|
||
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
|
||
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
|
||
|
]
|
||
|
attrs = [
|
||
|
{file = "attrs-19.3.0-py2.py3-none-any.whl", hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"},
|
||
|
{file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"},
|
||
|
]
|
||
|
click = [
|
||
|
{file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
|
||
|
{file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
|
||
|
]
|
||
|
colorama = [
|
||
|
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
|
||
|
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
|
||
|
]
|
||
|
configobj = [
|
||
|
{file = "configobj-5.0.6.tar.gz", hash = "sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"},
|
||
|
]
|
||
|
importlib-metadata = [
|
||
|
{file = "importlib_metadata-1.6.1-py2.py3-none-any.whl", hash = "sha256:15ec6c0fd909e893e3a08b3a7c76ecb149122fb14b7efe1199ddd4c7c57ea958"},
|
||
|
{file = "importlib_metadata-1.6.1.tar.gz", hash = "sha256:0505dd08068cfec00f53a74a0ad927676d7757da81b7436a6eefe4c7cf75c545"},
|
||
|
]
|
||
|
importlib-resources = [
|
||
|
{file = "importlib_resources-1.0.2-py2.py3-none-any.whl", hash = "sha256:6e2783b2538bd5a14678284a3962b0660c715e5a0f10243fd5e00a4b5974f50b"},
|
||
|
{file = "importlib_resources-1.0.2.tar.gz", hash = "sha256:d3279fd0f6f847cced9f7acc19bd3e5df54d34f93a2e7bb5f238f81545787078"},
|
||
|
]
|
||
|
mistune = [
|
||
|
{file = "mistune-0.8.4-py2.py3-none-any.whl", hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4"},
|
||
|
{file = "mistune-0.8.4.tar.gz", hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e"},
|
||
|
]
|
||
|
more-itertools = [
|
||
|
{file = "more-itertools-8.4.0.tar.gz", hash = "sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5"},
|
||
|
{file = "more_itertools-8.4.0-py3-none-any.whl", hash = "sha256:b78134b2063dd214000685165d81c154522c3ee0a1c0d4d113c80361c234c5a2"},
|
||
|
]
|
||
|
packaging = [
|
||
|
{file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"},
|
||
|
{file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"},
|
||
|
]
|
||
|
pendulum = [
|
||
|
{file = "pendulum-2.1.0-cp27-cp27m-macosx_10_13_x86_64.whl", hash = "sha256:9eda38ff65b1f297d860d3f562480e048673fb4b81fdd5c8c55decb519b97ed2"},
|
||
|
{file = "pendulum-2.1.0-cp27-cp27m-win_amd64.whl", hash = "sha256:70007aebc4494163f8705909a1996ce21ab853801b57fba4c2dd53c3df5c38f0"},
|
||
|
{file = "pendulum-2.1.0-cp35-cp35m-macosx_10_13_x86_64.whl", hash = "sha256:575934b65b298eeb99c5a5b1673c945fc5c99e2b56caff772a91bc4b1eba7b82"},
|
||
|
{file = "pendulum-2.1.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:d42d1e870541eeaf3fe0500aac0c76a85bd4bd53ebed74f9a7daf8f01ac77374"},
|
||
|
{file = "pendulum-2.1.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:ff7f3420de0c0cf21c1fc813d581fcfa4a1fb6d87f09485880b3e1204eb9cdd7"},
|
||
|
{file = "pendulum-2.1.0-cp35-cp35m-win_amd64.whl", hash = "sha256:ac3c6a992beeb4c9bd90c317a1bb2a6cba159b49a49b6dd3c86b5bacb86f3d50"},
|
||
|
{file = "pendulum-2.1.0-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:75a62e3f98499283fafe8ef4b44f81052e84825b00a0b64609dd8a06985382b9"},
|
||
|
{file = "pendulum-2.1.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:a79a72a7fd1092a7c69ddd8580a0be5365ded40c9f9c865623c7665742e3b888"},
|
||
|
{file = "pendulum-2.1.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:701127e1f0ff7c253cc0c07f29becc5f9210547914e0bbe59ffd9fa064d7c3c8"},
|
||
|
{file = "pendulum-2.1.0-cp36-cp36m-win_amd64.whl", hash = "sha256:816e01dcb0ba4ffcf2ceaafe4d644174fea680361e909f6f8ba0a4fdb2ccae24"},
|
||
|
{file = "pendulum-2.1.0-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:edd00e6b43698762e10bfda508cc9c06bad88c0703a9b37e412aec1189e06e23"},
|
||
|
{file = "pendulum-2.1.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:4420e058110740a8193fb0709350dfc6ac790a99c345fc4e92e24df0f834ddcb"},
|
||
|
{file = "pendulum-2.1.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:aa560bd39d94f3889646422f1e65b8dfd025bf6288d43e5c2e31d4f972aaf2e4"},
|
||
|
{file = "pendulum-2.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2788945a0111d5325fd27ae3e3b18b741e440d20bdb7d4ea22fce7c9a4fbbf40"},
|
||
|
{file = "pendulum-2.1.0-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:eb7e349bb2d1b2b418d094e2179d6768561e8242fd8cb640b5aaba735f3e91d1"},
|
||
|
{file = "pendulum-2.1.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:6cf0f876cd088ee1578266f4231121376747aa90c3ed3b8e212a8344a9920061"},
|
||
|
{file = "pendulum-2.1.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:aa13ddea12fd871d3191f633f08090b91ea2e80fb0ed50a7a149add7f680b12d"},
|
||
|
{file = "pendulum-2.1.0-cp38-cp38m-win_amd64.whl", hash = "sha256:0cbbd4f30c69a283690d9ed8e58e44a990e067e59ee05b5ef55d022b38659aeb"},
|
||
|
{file = "pendulum-2.1.0.tar.gz", hash = "sha256:093cab342e10516660e64b935a6da1a043e0286de36cc229fb48471415981ffe"},
|
||
|
]
|
||
|
pexpect = [
|
||
|
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
|
||
|
{file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"},
|
||
|
]
|
||
|
pluggy = [
|
||
|
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
|
||
|
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
|
||
|
]
|
||
|
prompt-toolkit = [
|
||
|
{file = "prompt_toolkit-3.0.3-py3-none-any.whl", hash = "sha256:c93e53af97f630f12f5f62a3274e79527936ed466f038953dfa379d4941f651a"},
|
||
|
{file = "prompt_toolkit-3.0.3.tar.gz", hash = "sha256:a402e9bf468b63314e37460b68ba68243d55b2f8c4d0192f85a019af3945050e"},
|
||
|
]
|
||
|
ptyprocess = [
|
||
|
{file = "ptyprocess-0.6.0-py2.py3-none-any.whl", hash = "sha256:d7cc528d76e76342423ca640335bd3633420dc1366f258cb31d05e865ef5ca1f"},
|
||
|
{file = "ptyprocess-0.6.0.tar.gz", hash = "sha256:923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0"},
|
||
|
]
|
||
|
py = [
|
||
|
{file = "py-1.8.2-py2.py3-none-any.whl", hash = "sha256:a673fa23d7000440cc885c17dbd34fafcb7d7a6e230b29f6766400de36a33c44"},
|
||
|
{file = "py-1.8.2.tar.gz", hash = "sha256:f3b3a4c36512a4c4f024041ab51866f11761cc169670204b235f6b20523d4e6b"},
|
||
|
]
|
||
|
pygments = [
|
||
|
{file = "Pygments-2.6.1-py2.py3-none-any.whl", hash = "sha256:aa931c0bd5daa25c475afadb2147115134cfe501f0656828cbe7cb566c7123bc"},
|
||
|
{file = "Pygments-2.6.1.tar.gz", hash = "sha256:647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44"},
|
||
|
]
|
||
|
pyparsing = [
|
||
|
{file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
|
||
|
{file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
|
||
|
]
|
||
|
pytest = [
|
||
|
{file = "pytest-5.4.3-py3-none-any.whl", hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1"},
|
||
|
{file = "pytest-5.4.3.tar.gz", hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8"},
|
||
|
]
|
||
|
python-dateutil = [
|
||
|
{file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"},
|
||
|
{file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"},
|
||
|
]
|
||
|
pytzdata = [
|
||
|
{file = "pytzdata-2019.3-py2.py3-none-any.whl", hash = "sha256:84c52b9a47d097fcd483f047a544979de6c3a86e94c845e3569e9f8acd0fa071"},
|
||
|
{file = "pytzdata-2019.3.tar.gz", hash = "sha256:fac06f7cdfa903188dc4848c655e4adaee67ee0f2fe08e7daf815cf2a761ee5e"},
|
||
|
]
|
||
|
redis = [
|
||
|
{file = "redis-3.5.3-py2.py3-none-any.whl", hash = "sha256:432b788c4530cfe16d8d943a09d40ca6c16149727e4afe8c2c9d5580c59d9f24"},
|
||
|
{file = "redis-3.5.3.tar.gz", hash = "sha256:0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"},
|
||
|
]
|
||
|
six = [
|
||
|
{file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
|
||
|
{file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
|
||
|
]
|
||
|
wcwidth = [
|
||
|
{file = "wcwidth-0.1.9-py2.py3-none-any.whl", hash = "sha256:cafe2186b3c009a04067022ce1dcd79cb38d8d65ee4f4791b8888d6599d1bbe1"},
|
||
|
{file = "wcwidth-0.1.9.tar.gz", hash = "sha256:ee73862862a156bf77ff92b09034fc4825dd3af9cf81bc5b360668d425f3c5f1"},
|
||
|
]
|
||
|
zipp = [
|
||
|
{file = "zipp-3.1.0-py3-none-any.whl", hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"},
|
||
|
{file = "zipp-3.1.0.tar.gz", hash = "sha256:c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96"},
|
||
|
]
|