2022-12-20 19:18:37 +00:00
|
|
|
# This file is automatically @generated by Poetry and should not be changed by hand.
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aiosmtpd"
|
2022-12-26 13:53:47 +00:00
|
|
|
version = "1.4.3"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "aiosmtpd - asyncio based SMTP server"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-12-26 13:53:47 +00:00
|
|
|
python-versions = "~=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "aiosmtpd-1.4.3-py3-none-any.whl", hash = "sha256:ad256187daadc0de03964d32386994f77c747e52f574bbce9e50cb92c1d53203"},
|
|
|
|
{file = "aiosmtpd-1.4.3.tar.gz", hash = "sha256:c4928b527455304ebf4cbb141bfede06ec4d4c4695967ce7d2c4721c73cbf81c"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
atpublic = "*"
|
|
|
|
attrs = "*"
|
|
|
|
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alabaster"
|
|
|
|
version = "0.7.12"
|
|
|
|
description = "A configurable sidebar-enabled Sphinx theme"
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"},
|
|
|
|
{file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atpublic"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "3.1.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Keep all y'all's __all__'s in sync"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "atpublic-3.1.1-py3-none-any.whl", hash = "sha256:37f714748e77b8a7b34d59b7b485fd452a0d5906be52cb1bd28d29a2bd84f295"},
|
|
|
|
{file = "atpublic-3.1.1.tar.gz", hash = "sha256:3098ee12d0107cc5009d61f4e80e5edcfac4cda2bdaa04644af75827cb121b18"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "attrs"
|
2022-12-26 13:53:47 +00:00
|
|
|
version = "22.2.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Classes Without Boilerplate"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-12-26 13:53:47 +00:00
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "attrs-22.2.0-py3-none-any.whl", hash = "sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836"},
|
|
|
|
{file = "attrs-22.2.0.tar.gz", hash = "sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-12-26 13:53:47 +00:00
|
|
|
cov = ["attrs[tests]", "coverage-enable-subprocess", "coverage[toml] (>=5.3)"]
|
|
|
|
dev = ["attrs[docs,tests]"]
|
|
|
|
docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope.interface"]
|
|
|
|
tests = ["attrs[tests-no-zope]", "zope.interface"]
|
|
|
|
tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy (>=0.971,<0.990)", "mypy (>=0.971,<0.990)", "pympler", "pympler", "pytest (>=4.3.0)", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-mypy-plugins", "pytest-xdist[psutil]", "pytest-xdist[psutil]"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "authlib"
|
2022-12-06 16:46:24 +00:00
|
|
|
version = "1.2.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "Authlib-1.2.0-py2.py3-none-any.whl", hash = "sha256:4ddf4fd6cfa75c9a460b361d4bd9dac71ffda0be879dbe4292a02e92349ad55a"},
|
|
|
|
{file = "Authlib-1.2.0.tar.gz", hash = "sha256:4fa3e80883a5915ef9f5bc28630564bc4ed5b5af39812a3ff130ec76bd631e9d"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cryptography = ">=3.2"
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "babel"
|
2022-11-01 11:03:43 +00:00
|
|
|
version = "2.11.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Internationalization utilities"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "Babel-2.11.0-py3-none-any.whl", hash = "sha256:1ad3eca1c885218f6dce2ab67291178944f810a10a9b5f3cb8382a5a232b64fe"},
|
|
|
|
{file = "Babel-2.11.0.tar.gz", hash = "sha256:5ef4b3226b0180dedded4229651c8b0e1a3a6a2837d45a073272f313e4cf97f6"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pytz = ">=2015.7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "beautifulsoup4"
|
|
|
|
version = "4.11.1"
|
|
|
|
description = "Screen-scraping library"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.0"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "beautifulsoup4-4.11.1-py3-none-any.whl", hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30"},
|
|
|
|
{file = "beautifulsoup4-4.11.1.tar.gz", hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
soupsieve = ">1.2"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
html5lib = ["html5lib"]
|
|
|
|
lxml = ["lxml"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blinker"
|
2022-07-20 09:16:38 +00:00
|
|
|
version = "1.5"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Fast, simple object-to-object and broadcast signaling"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-20 09:16:38 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "blinker-1.5-py2.py3-none-any.whl", hash = "sha256:1eb563df6fdbc39eeddc177d953203f99f097e9bf0e2b8f9f3cf18b6ca425e36"},
|
|
|
|
{file = "blinker-1.5.tar.gz", hash = "sha256:923e5e2f69c155f2cc42dafbbd70e16e3fde24d2d4aa2ab72fbe386238892462"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "certifi"
|
2022-12-20 19:18:37 +00:00
|
|
|
version = "2022.12.7"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
|
|
category = "main"
|
2022-07-20 09:16:38 +00:00
|
|
|
optional = true
|
2022-06-02 13:44:59 +00:00
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"},
|
|
|
|
{file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cffi"
|
2022-07-20 09:16:38 +00:00
|
|
|
version = "1.15.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Foreign Function Interface for Python calling C code."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27m-win32.whl", hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl", hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162"},
|
|
|
|
{file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-win32.whl", hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2"},
|
|
|
|
{file = "cffi-1.15.1-cp310-cp310-win_amd64.whl", hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-win32.whl", hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d"},
|
|
|
|
{file = "cffi-1.15.1-cp311-cp311-win_amd64.whl", hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-win32.whl", hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf"},
|
|
|
|
{file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl", hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-win32.whl", hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9"},
|
|
|
|
{file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-win32.whl", hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314"},
|
|
|
|
{file = "cffi-1.15.1-cp38-cp38-win_amd64.whl", hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-win32.whl", hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee"},
|
|
|
|
{file = "cffi-1.15.1-cp39-cp39-win_amd64.whl", hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c"},
|
|
|
|
{file = "cffi-1.15.1.tar.gz", hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pycparser = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfgv"
|
|
|
|
version = "3.3.1"
|
|
|
|
description = "Validate configuration and produce human readable error messages."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "cfgv-3.3.1-py2.py3-none-any.whl", hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426"},
|
|
|
|
{file = "cfgv-3.3.1.tar.gz", hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "charset-normalizer"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "2.1.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.6.0"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"},
|
|
|
|
{file = "charset_normalizer-2.1.1-py3-none-any.whl", hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-24 08:28:36 +00:00
|
|
|
unicode-backport = ["unicodedata2"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "click"
|
|
|
|
version = "8.1.3"
|
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
|
|
|
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorama"
|
2022-11-01 11:03:43 +00:00
|
|
|
version = "0.4.6"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Cross-platform colored terminal text."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-11-01 11:03:43 +00:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
|
|
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coverage"
|
2022-12-26 13:53:47 +00:00
|
|
|
version = "7.0.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Code coverage measurement for Python"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "coverage-7.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b3695c4f4750bca943b3e1f74ad4be8d29e4aeab927d50772c41359107bd5d5c"},
|
|
|
|
{file = "coverage-7.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fa6a5a224b7f4cfb226f4fc55a57e8537fcc096f42219128c2c74c0e7d0953e1"},
|
|
|
|
{file = "coverage-7.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:74f70cd92669394eaf8d7756d1b195c8032cf7bbbdfce3bc489d4e15b3b8cf73"},
|
|
|
|
{file = "coverage-7.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b66bb21a23680dee0be66557dc6b02a3152ddb55edf9f6723fa4a93368f7158d"},
|
|
|
|
{file = "coverage-7.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d87717959d4d0ee9db08a0f1d80d21eb585aafe30f9b0a54ecf779a69cb015f6"},
|
|
|
|
{file = "coverage-7.0.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:854f22fa361d1ff914c7efa347398374cc7d567bdafa48ac3aa22334650dfba2"},
|
|
|
|
{file = "coverage-7.0.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:1e414dc32ee5c3f36544ea466b6f52f28a7af788653744b8570d0bf12ff34bc0"},
|
|
|
|
{file = "coverage-7.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:6c5ad996c6fa4d8ed669cfa1e8551348729d008a2caf81489ab9ea67cfbc7498"},
|
|
|
|
{file = "coverage-7.0.1-cp310-cp310-win32.whl", hash = "sha256:691571f31ace1837838b7e421d3a09a8c00b4aac32efacb4fc9bd0a5c647d25a"},
|
|
|
|
{file = "coverage-7.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:89caf4425fe88889e2973a8e9a3f6f5f9bbe5dd411d7d521e86428c08a873a4a"},
|
|
|
|
{file = "coverage-7.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:63d56165a7c76265468d7e0c5548215a5ba515fc2cba5232d17df97bffa10f6c"},
|
|
|
|
{file = "coverage-7.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4f943a3b2bc520102dd3e0bb465e1286e12c9a54f58accd71b9e65324d9c7c01"},
|
|
|
|
{file = "coverage-7.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:830525361249dc4cd013652b0efad645a385707a5ae49350c894b67d23fbb07c"},
|
|
|
|
{file = "coverage-7.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd1b9c5adc066db699ccf7fa839189a649afcdd9e02cb5dc9d24e67e7922737d"},
|
|
|
|
{file = "coverage-7.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e00c14720b8b3b6c23b487e70bd406abafc976ddc50490f645166f111c419c39"},
|
|
|
|
{file = "coverage-7.0.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:6d55d840e1b8c0002fce66443e124e8581f30f9ead2e54fbf6709fb593181f2c"},
|
|
|
|
{file = "coverage-7.0.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:66b18c3cf8bbab0cce0d7b9e4262dc830e93588986865a8c78ab2ae324b3ed56"},
|
|
|
|
{file = "coverage-7.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:12a5aa77783d49e05439fbe6e6b427484f8a0f9f456b46a51d8aac022cfd024d"},
|
|
|
|
{file = "coverage-7.0.1-cp311-cp311-win32.whl", hash = "sha256:b77015d1cb8fe941be1222a5a8b4e3fbca88180cfa7e2d4a4e58aeabadef0ab7"},
|
|
|
|
{file = "coverage-7.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:fb992c47cb1e5bd6a01e97182400bcc2ba2077080a17fcd7be23aaa6e572e390"},
|
|
|
|
{file = "coverage-7.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e78e9dcbf4f3853d3ae18a8f9272111242531535ec9e1009fa8ec4a2b74557dc"},
|
|
|
|
{file = "coverage-7.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e60bef2e2416f15fdc05772bf87db06c6a6f9870d1db08fdd019fbec98ae24a9"},
|
|
|
|
{file = "coverage-7.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9823e4789ab70f3ec88724bba1a203f2856331986cd893dedbe3e23a6cfc1e4e"},
|
|
|
|
{file = "coverage-7.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9158f8fb06747ac17bd237930c4372336edc85b6e13bdc778e60f9d685c3ca37"},
|
|
|
|
{file = "coverage-7.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:486ee81fa694b4b796fc5617e376326a088f7b9729c74d9defa211813f3861e4"},
|
|
|
|
{file = "coverage-7.0.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:1285648428a6101b5f41a18991c84f1c3959cee359e51b8375c5882fc364a13f"},
|
|
|
|
{file = "coverage-7.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2c44fcfb3781b41409d0f060a4ed748537557de9362a8a9282182fafb7a76ab4"},
|
|
|
|
{file = "coverage-7.0.1-cp37-cp37m-win32.whl", hash = "sha256:d6814854c02cbcd9c873c0f3286a02e3ac1250625cca822ca6bc1018c5b19f1c"},
|
|
|
|
{file = "coverage-7.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:f66460f17c9319ea4f91c165d46840314f0a7c004720b20be58594d162a441d8"},
|
|
|
|
{file = "coverage-7.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9b373c9345c584bb4b5f5b8840df7f4ab48c4cbb7934b58d52c57020d911b856"},
|
|
|
|
{file = "coverage-7.0.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:d3022c3007d3267a880b5adcf18c2a9bf1fc64469b394a804886b401959b8742"},
|
|
|
|
{file = "coverage-7.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:92651580bd46519067e36493acb394ea0607b55b45bd81dd4e26379ed1871f55"},
|
|
|
|
{file = "coverage-7.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3cfc595d2af13856505631be072835c59f1acf30028d1c860b435c5fc9c15b69"},
|
|
|
|
{file = "coverage-7.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0b4b3a4d9915b2be879aff6299c0a6129f3d08a775d5a061f503cf79571f73e4"},
|
|
|
|
{file = "coverage-7.0.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b6f22bb64cc39bcb883e5910f99a27b200fdc14cdd79df8696fa96b0005c9444"},
|
|
|
|
{file = "coverage-7.0.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:72d1507f152abacea81f65fee38e4ef3ac3c02ff8bc16f21d935fd3a8a4ad910"},
|
|
|
|
{file = "coverage-7.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:0a79137fc99815fff6a852c233628e735ec15903cfd16da0f229d9c4d45926ab"},
|
|
|
|
{file = "coverage-7.0.1-cp38-cp38-win32.whl", hash = "sha256:b3763e7fcade2ff6c8e62340af9277f54336920489ceb6a8cd6cc96da52fcc62"},
|
|
|
|
{file = "coverage-7.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:09f6b5a8415b6b3e136d5fec62b552972187265cb705097bf030eb9d4ffb9b60"},
|
|
|
|
{file = "coverage-7.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:978258fec36c154b5e250d356c59af7d4c3ba02bef4b99cda90b6029441d797d"},
|
|
|
|
{file = "coverage-7.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:19ec666533f0f70a0993f88b8273057b96c07b9d26457b41863ccd021a043b9a"},
|
|
|
|
{file = "coverage-7.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cfded268092a84605f1cc19e5c737f9ce630a8900a3589e9289622db161967e9"},
|
|
|
|
{file = "coverage-7.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:07bcfb1d8ac94af886b54e18a88b393f6a73d5959bb31e46644a02453c36e475"},
|
|
|
|
{file = "coverage-7.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:397b4a923cc7566bbc7ae2dfd0ba5a039b61d19c740f1373791f2ebd11caea59"},
|
|
|
|
{file = "coverage-7.0.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:aec2d1515d9d39ff270059fd3afbb3b44e6ec5758af73caf18991807138c7118"},
|
|
|
|
{file = "coverage-7.0.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:c20cfebcc149a4c212f6491a5f9ff56f41829cd4f607b5be71bb2d530ef243b1"},
|
|
|
|
{file = "coverage-7.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:fd556ff16a57a070ce4f31c635953cc44e25244f91a0378c6e9bdfd40fdb249f"},
|
|
|
|
{file = "coverage-7.0.1-cp39-cp39-win32.whl", hash = "sha256:b9ea158775c7c2d3e54530a92da79496fb3fb577c876eec761c23e028f1e216c"},
|
|
|
|
{file = "coverage-7.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:d1991f1dd95eba69d2cd7708ff6c2bbd2426160ffc73c2b81f617a053ebcb1a8"},
|
|
|
|
{file = "coverage-7.0.1-pp37.pp38.pp39-none-any.whl", hash = "sha256:3dd4ee135e08037f458425b8842d24a95a0961831a33f89685ff86b77d378f89"},
|
|
|
|
{file = "coverage-7.0.1.tar.gz", hash = "sha256:a4a574a19eeb67575a5328a5760bbbb737faa685616586a9f9da4281f940109c"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-06-02 13:44:59 +00:00
|
|
|
tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\""}
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
toml = ["tomli"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cryptography"
|
2022-12-06 16:46:24 +00:00
|
|
|
version = "38.0.4"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:2fa36a7b2cc0998a3a4d5af26ccb6273f3df133d61da2ba13b3286261e7efb70"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:1f13ddda26a04c06eb57119caf27a524ccae20533729f4b1e4a69b54e07035eb"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:2ec2a8714dd005949d4019195d72abed84198d877112abb5a27740e217e0ea8d"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50a1494ed0c3f5b4d07650a68cd6ca62efe8b596ce743a5c94403e6f11bf06c1"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a10498349d4c8eab7357a8f9aa3463791292845b79597ad1b98a543686fb1ec8"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:10652dd7282de17990b88679cb82f832752c4e8237f0c714be518044269415db"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:bfe6472507986613dc6cc00b3d492b2f7564b02b3b3682d25ca7f40fa3fd321b"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:ce127dd0a6a0811c251a6cddd014d292728484e530d80e872ad9806cfb1c5b3c"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:53049f3379ef05182864d13bb9686657659407148f901f3f1eee57a733fb4b00"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:8a4b2bdb68a447fadebfd7d24855758fe2d6fecc7fed0b78d190b1af39a8e3b0"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-win32.whl", hash = "sha256:1d7e632804a248103b60b16fb145e8df0bc60eed790ece0d12efe8cd3f3e7744"},
|
|
|
|
{file = "cryptography-38.0.4-cp36-abi3-win_amd64.whl", hash = "sha256:8e45653fb97eb2f20b8c96f9cd2b3a0654d742b47d638cf2897afbd97f80fa6d"},
|
|
|
|
{file = "cryptography-38.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca57eb3ddaccd1112c18fc80abe41db443cc2e9dcb1917078e02dfa010a4f353"},
|
|
|
|
{file = "cryptography-38.0.4-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:c9e0d79ee4c56d841bd4ac6e7697c8ff3c8d6da67379057f29e66acffcd1e9a7"},
|
|
|
|
{file = "cryptography-38.0.4-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:0e70da4bdff7601b0ef48e6348339e490ebfb0cbe638e083c9c41fb49f00c8bd"},
|
|
|
|
{file = "cryptography-38.0.4-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:998cd19189d8a747b226d24c0207fdaa1e6658a1d3f2494541cb9dfbf7dcb6d2"},
|
|
|
|
{file = "cryptography-38.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:67461b5ebca2e4c2ab991733f8ab637a7265bb582f07c7c88914b5afb88cb95b"},
|
|
|
|
{file = "cryptography-38.0.4-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:4eb85075437f0b1fd8cd66c688469a0c4119e0ba855e3fef86691971b887caf6"},
|
|
|
|
{file = "cryptography-38.0.4-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:3178d46f363d4549b9a76264f41c6948752183b3f587666aff0555ac50fd7876"},
|
|
|
|
{file = "cryptography-38.0.4-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:6391e59ebe7c62d9902c24a4d8bcbc79a68e7c4ab65863536127c8a9cd94043b"},
|
|
|
|
{file = "cryptography-38.0.4-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:78e47e28ddc4ace41dd38c42e6feecfdadf9c3be2af389abbfeef1ff06822285"},
|
|
|
|
{file = "cryptography-38.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2fb481682873035600b5502f0015b664abc26466153fab5c6bc92c1ea69d478b"},
|
|
|
|
{file = "cryptography-38.0.4-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:4367da5705922cf7070462e964f66e4ac24162e22ab0a2e9d31f1b270dd78083"},
|
|
|
|
{file = "cryptography-38.0.4-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:b4cad0cea995af760f82820ab4ca54e5471fc782f70a007f31531957f43e9dee"},
|
|
|
|
{file = "cryptography-38.0.4-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:80ca53981ceeb3241998443c4964a387771588c4e4a5d92735a493af868294f9"},
|
|
|
|
{file = "cryptography-38.0.4.tar.gz", hash = "sha256:175c1a818b87c9ac80bb7377f5520b7f31b3ef2a0004e2420319beadedb67290"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cffi = ">=1.12"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"]
|
2022-10-03 11:29:40 +00:00
|
|
|
docstest = ["pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
|
2022-10-03 11:29:40 +00:00
|
|
|
sdist = ["setuptools-rust (>=0.11.4)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
ssh = ["bcrypt (>=3.1.5)"]
|
2022-10-03 11:29:40 +00:00
|
|
|
test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "pytz"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssselect"
|
2022-11-01 11:03:43 +00:00
|
|
|
version = "1.2.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "cssselect parses CSS3 Selectors and translates them to XPath 1.0"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-11-01 11:03:43 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "cssselect-1.2.0-py2.py3-none-any.whl", hash = "sha256:da1885f0c10b60c03ed5eccbb6b68d6eff248d91976fcde348f395d54c9fd35e"},
|
|
|
|
{file = "cssselect-1.2.0.tar.gz", hash = "sha256:666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "distlib"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "0.3.6"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Distribution utilities"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "distlib-0.3.6-py2.py3-none-any.whl", hash = "sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e"},
|
|
|
|
{file = "distlib-0.3.6.tar.gz", hash = "sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dnspython"
|
|
|
|
version = "2.2.1"
|
|
|
|
description = "DNS toolkit"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6,<4.0"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "dnspython-2.2.1-py3-none-any.whl", hash = "sha256:a851e51367fb93e9e1361732c1d60dab63eff98712e503ea7d92e6eccb109b4f"},
|
|
|
|
{file = "dnspython-2.2.1.tar.gz", hash = "sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
curio = ["curio (>=1.2,<2.0)", "sniffio (>=1.1,<2.0)"]
|
2022-10-03 11:29:40 +00:00
|
|
|
dnssec = ["cryptography (>=2.6,<37.0)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
doh = ["h2 (>=4.1.0)", "httpx (>=0.21.1)", "requests (>=2.23.0,<3.0.0)", "requests-toolbelt (>=0.9.1,<0.10.0)"]
|
|
|
|
idna = ["idna (>=2.1,<4.0)"]
|
|
|
|
trio = ["trio (>=0.14,<0.20)"]
|
|
|
|
wmi = ["wmi (>=1.5.1,<2.0.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "docutils"
|
|
|
|
version = "0.17.1"
|
|
|
|
description = "Docutils -- Python Documentation Utilities"
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"},
|
|
|
|
{file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "email-validator"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "1.3.0"
|
|
|
|
description = "A robust email address syntax and deliverability validation library."
|
2022-05-13 09:44:23 +00:00
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "email_validator-1.3.0-py2.py3-none-any.whl", hash = "sha256:816073f2a7cffef786b29928f58ec16cdac42710a53bb18aa94317e3e145ec5c"},
|
|
|
|
{file = "email_validator-1.3.0.tar.gz", hash = "sha256:553a66f8be2ec2dea641ae1d3f29017ab89e9d603d4a25cdaac39eefa283d769"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
dnspython = ">=1.15.0"
|
|
|
|
idna = ">=2.0.0"
|
|
|
|
|
2022-11-01 11:03:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "exceptiongroup"
|
2022-12-26 13:53:47 +00:00
|
|
|
version = "1.1.0"
|
2022-11-01 11:03:43 +00:00
|
|
|
description = "Backport of PEP 654 (exception groups)"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "exceptiongroup-1.1.0-py3-none-any.whl", hash = "sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e"},
|
|
|
|
{file = "exceptiongroup-1.1.0.tar.gz", hash = "sha256:bcb67d800a4497e1b404c2dd44fca47d3b7a5e5433dbab67f96c1a685cdfdf23"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-11-01 11:03:43 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
test = ["pytest (>=6)"]
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fancycompleter"
|
|
|
|
version = "0.9.1"
|
|
|
|
description = "colorful TAB completion for Python prompt"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "fancycompleter-0.9.1-py3-none-any.whl", hash = "sha256:dd076bca7d9d524cc7f25ec8f35ef95388ffef9ef46def4d3d25e9b044ad7080"},
|
|
|
|
{file = "fancycompleter-0.9.1.tar.gz", hash = "sha256:09e0feb8ae242abdfd7ef2ba55069a46f011814a80fe5476be48f51b00247272"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyreadline = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
|
pyrepl = ">=0.8.2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filelock"
|
2022-12-06 16:46:24 +00:00
|
|
|
version = "3.8.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "A platform independent file lock."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "filelock-3.8.2-py3-none-any.whl", hash = "sha256:8df285554452285f79c035efb0c861eb33a4bcfa5b7a137016e32e6a90f9792c"},
|
|
|
|
{file = "filelock-3.8.2.tar.gz", hash = "sha256:7565f628ea56bfcd8e54e42bdc55da899c85c1abfe1b5bcfd147e9188cebb3b2"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-12-06 16:46:24 +00:00
|
|
|
docs = ["furo (>=2022.9.29)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.5)"]
|
|
|
|
testing = ["covdefaults (>=2.2.2)", "coverage (>=6.5)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-timeout (>=2.1)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "flask"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "2.2.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "A simple framework for building complex web applications."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "Flask-2.2.2-py3-none-any.whl", hash = "sha256:b9c46cc36662a7949f34b52d8ec7bb59c0d74ba08ba6cb9ce9adc1d8676d9526"},
|
|
|
|
{file = "Flask-2.2.2.tar.gz", hash = "sha256:642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
click = ">=8.0"
|
|
|
|
importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""}
|
|
|
|
itsdangerous = ">=2.0"
|
|
|
|
Jinja2 = ">=3.0"
|
2022-10-03 11:29:40 +00:00
|
|
|
Werkzeug = ">=2.2.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
async = ["asgiref (>=3.2)"]
|
|
|
|
dotenv = ["python-dotenv"]
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "flask-babel"
|
2022-05-13 09:44:23 +00:00
|
|
|
version = "2.0.0"
|
|
|
|
description = "Adds i18n/l10n support to Flask applications"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "Flask-Babel-2.0.0.tar.gz", hash = "sha256:f9faf45cdb2e1a32ea2ec14403587d4295108f35017a7821a2b1acb8cfd9257d"},
|
|
|
|
{file = "Flask_Babel-2.0.0-py3-none-any.whl", hash = "sha256:e6820a052a8d344e178cdd36dd4bb8aea09b4bda3d5f9fa9f008df2c7f2f5468"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Babel = ">=2.3"
|
|
|
|
Flask = "*"
|
|
|
|
Jinja2 = ">=2.5"
|
|
|
|
pytz = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
dev = ["Pallets-Sphinx-Themes", "bumpversion", "ghp-import", "pytest", "pytest-mock", "sphinx"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flask-themer"
|
|
|
|
version = "1.4.3"
|
|
|
|
description = "Simple theme mechanism for Flask"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "flask-themer-1.4.3.tar.gz", hash = "sha256:193fb3f9bb5093165fc8c26653085e9ab3b67dc66979bf124f102d7714cbcf0e"},
|
|
|
|
{file = "flask_themer-1.4.3-py3-none-any.whl", hash = "sha256:f7588c1e8edff22845eeacde3dfde80caadf6a7fdfb9073217648415778dd716"},
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "flask_themer-1.4.3-py3.7.egg", hash = "sha256:ed58389cc5a51675dd28474eaeb80e0b8a3cee201b1430626ba72b6dcd5ed754"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
flask = "*"
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "flask-webtest"
|
2022-05-13 09:44:23 +00:00
|
|
|
version = "0.0.9"
|
|
|
|
description = "Utilities for testing Flask applications with WebTest."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "Flask-WebTest-0.0.9.tar.gz", hash = "sha256:0e0a863da02dde8808d6e85e6ddc30177cf8e80ca6e09ccf3eac500249dbc194"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
blinker = "*"
|
|
|
|
Flask = ">=0.8"
|
|
|
|
WebTest = "*"
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "flask-wtf"
|
2022-05-13 09:44:23 +00:00
|
|
|
version = "1.0.1"
|
|
|
|
description = "Form rendering, validation, and CSRF protection for Flask with WTForms."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "Flask-WTF-1.0.1.tar.gz", hash = "sha256:34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9"},
|
|
|
|
{file = "Flask_WTF-1.0.1-py3-none-any.whl", hash = "sha256:9d733658c80be551ce7d5bc13c7a7ac0d80df509be1e23827c847d9520f4359a"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Flask = "*"
|
|
|
|
itsdangerous = "*"
|
|
|
|
WTForms = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
email = ["email-validator"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "freezegun"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "1.2.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Let your Python tests travel through time"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "freezegun-1.2.2-py3-none-any.whl", hash = "sha256:ea1b963b993cb9ea195adbd893a48d573fda951b0da64f60883d7e988b606c9f"},
|
|
|
|
{file = "freezegun-1.2.2.tar.gz", hash = "sha256:cd22d1ba06941384410cd967d8a99d5ae2442f57dfafeff2fda5de8dc5c05446"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
python-dateutil = ">=2.7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "identify"
|
2022-12-20 19:18:37 +00:00
|
|
|
version = "2.5.11"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "File identification library for Python"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "identify-2.5.11-py2.py3-none-any.whl", hash = "sha256:e7db36b772b188099616aaf2accbee122949d1c6a1bac4f38196720d6f9f06db"},
|
|
|
|
{file = "identify-2.5.11.tar.gz", hash = "sha256:14b7076b29c99b1b0b8b08e96d448c7b877a9b07683cd8cfda2ea06af85ffa1c"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
license = ["ukkonen"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "3.4"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
|
|
|
|
{file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "imagesize"
|
2022-07-20 09:16:38 +00:00
|
|
|
version = "1.4.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Getting image size from png/jpeg/jpeg2000/gif file"
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "imagesize-1.4.1-py2.py3-none-any.whl", hash = "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b"},
|
|
|
|
{file = "imagesize-1.4.1.tar.gz", hash = "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "importlib-metadata"
|
2022-12-20 19:18:37 +00:00
|
|
|
version = "5.2.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "importlib_metadata-5.2.0-py3-none-any.whl", hash = "sha256:0eafa39ba42bf225fc00e67f701d71f85aead9f878569caf13c3724f704b970f"},
|
|
|
|
{file = "importlib_metadata-5.2.0.tar.gz", hash = "sha256:404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
|
|
|
|
zipp = ">=0.5"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-12-20 19:18:37 +00:00
|
|
|
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
2022-05-13 09:44:23 +00:00
|
|
|
perf = ["ipython"]
|
2022-10-03 11:29:40 +00:00
|
|
|
testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iniconfig"
|
|
|
|
version = "1.1.1"
|
|
|
|
description = "iniconfig: brain-dead simple config-ini parsing"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
|
|
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itsdangerous"
|
|
|
|
version = "2.1.2"
|
|
|
|
description = "Safely pass data to untrusted environments and back."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "itsdangerous-2.1.2-py3-none-any.whl", hash = "sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44"},
|
|
|
|
{file = "itsdangerous-2.1.2.tar.gz", hash = "sha256:5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "jinja2"
|
2022-05-13 09:44:23 +00:00
|
|
|
version = "3.1.2"
|
|
|
|
description = "A very fast and expressive template engine."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"},
|
|
|
|
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
MarkupSafe = ">=2.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
i18n = ["Babel (>=2.7)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lxml"
|
2022-12-20 19:18:37 +00:00
|
|
|
version = "4.9.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "lxml-4.9.2-cp27-cp27m-macosx_10_15_x86_64.whl", hash = "sha256:76cf573e5a365e790396a5cc2b909812633409306c6531a6877c59061e42c4f2"},
|
|
|
|
{file = "lxml-4.9.2-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b1f42b6921d0e81b1bcb5e395bc091a70f41c4d4e55ba99c6da2b31626c44892"},
|
|
|
|
{file = "lxml-4.9.2-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:9f102706d0ca011de571de32c3247c6476b55bb6bc65a20f682f000b07a4852a"},
|
|
|
|
{file = "lxml-4.9.2-cp27-cp27m-win32.whl", hash = "sha256:8d0b4612b66ff5d62d03bcaa043bb018f74dfea51184e53f067e6fdcba4bd8de"},
|
|
|
|
{file = "lxml-4.9.2-cp27-cp27m-win_amd64.whl", hash = "sha256:4c8f293f14abc8fd3e8e01c5bd86e6ed0b6ef71936ded5bf10fe7a5efefbaca3"},
|
|
|
|
{file = "lxml-4.9.2-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2899456259589aa38bfb018c364d6ae7b53c5c22d8e27d0ec7609c2a1ff78b50"},
|
|
|
|
{file = "lxml-4.9.2-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:6749649eecd6a9871cae297bffa4ee76f90b4504a2a2ab528d9ebe912b101975"},
|
|
|
|
{file = "lxml-4.9.2-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:a08cff61517ee26cb56f1e949cca38caabe9ea9fbb4b1e10a805dc39844b7d5c"},
|
|
|
|
{file = "lxml-4.9.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:85cabf64adec449132e55616e7ca3e1000ab449d1d0f9d7f83146ed5bdcb6d8a"},
|
|
|
|
{file = "lxml-4.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:8340225bd5e7a701c0fa98284c849c9b9fc9238abf53a0ebd90900f25d39a4e4"},
|
|
|
|
{file = "lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:1ab8f1f932e8f82355e75dda5413a57612c6ea448069d4fb2e217e9a4bed13d4"},
|
|
|
|
{file = "lxml-4.9.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:699a9af7dffaf67deeae27b2112aa06b41c370d5e7633e0ee0aea2e0b6c211f7"},
|
|
|
|
{file = "lxml-4.9.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b9cc34af337a97d470040f99ba4282f6e6bac88407d021688a5d585e44a23184"},
|
|
|
|
{file = "lxml-4.9.2-cp310-cp310-win32.whl", hash = "sha256:d02a5399126a53492415d4906ab0ad0375a5456cc05c3fc0fc4ca11771745cda"},
|
|
|
|
{file = "lxml-4.9.2-cp310-cp310-win_amd64.whl", hash = "sha256:a38486985ca49cfa574a507e7a2215c0c780fd1778bb6290c21193b7211702ab"},
|
|
|
|
{file = "lxml-4.9.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:c83203addf554215463b59f6399835201999b5e48019dc17f182ed5ad87205c9"},
|
|
|
|
{file = "lxml-4.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:2a87fa548561d2f4643c99cd13131acb607ddabb70682dcf1dff5f71f781a4bf"},
|
|
|
|
{file = "lxml-4.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:d6b430a9938a5a5d85fc107d852262ddcd48602c120e3dbb02137c83d212b380"},
|
|
|
|
{file = "lxml-4.9.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:3efea981d956a6f7173b4659849f55081867cf897e719f57383698af6f618a92"},
|
|
|
|
{file = "lxml-4.9.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:df0623dcf9668ad0445e0558a21211d4e9a149ea8f5666917c8eeec515f0a6d1"},
|
|
|
|
{file = "lxml-4.9.2-cp311-cp311-win32.whl", hash = "sha256:da248f93f0418a9e9d94b0080d7ebc407a9a5e6d0b57bb30db9b5cc28de1ad33"},
|
|
|
|
{file = "lxml-4.9.2-cp311-cp311-win_amd64.whl", hash = "sha256:3818b8e2c4b5148567e1b09ce739006acfaa44ce3156f8cbbc11062994b8e8dd"},
|
|
|
|
{file = "lxml-4.9.2-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ca989b91cf3a3ba28930a9fc1e9aeafc2a395448641df1f387a2d394638943b0"},
|
|
|
|
{file = "lxml-4.9.2-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:822068f85e12a6e292803e112ab876bc03ed1f03dddb80154c395f891ca6b31e"},
|
|
|
|
{file = "lxml-4.9.2-cp35-cp35m-win32.whl", hash = "sha256:be7292c55101e22f2a3d4d8913944cbea71eea90792bf914add27454a13905df"},
|
|
|
|
{file = "lxml-4.9.2-cp35-cp35m-win_amd64.whl", hash = "sha256:998c7c41910666d2976928c38ea96a70d1aa43be6fe502f21a651e17483a43c5"},
|
|
|
|
{file = "lxml-4.9.2-cp36-cp36m-macosx_10_15_x86_64.whl", hash = "sha256:b26a29f0b7fc6f0897f043ca366142d2b609dc60756ee6e4e90b5f762c6adc53"},
|
|
|
|
{file = "lxml-4.9.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:ab323679b8b3030000f2be63e22cdeea5b47ee0abd2d6a1dc0c8103ddaa56cd7"},
|
|
|
|
{file = "lxml-4.9.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:689bb688a1db722485e4610a503e3e9210dcc20c520b45ac8f7533c837be76fe"},
|
|
|
|
{file = "lxml-4.9.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:f49e52d174375a7def9915c9f06ec4e569d235ad428f70751765f48d5926678c"},
|
|
|
|
{file = "lxml-4.9.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:36c3c175d34652a35475a73762b545f4527aec044910a651d2bf50de9c3352b1"},
|
|
|
|
{file = "lxml-4.9.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:a35f8b7fa99f90dd2f5dc5a9fa12332642f087a7641289ca6c40d6e1a2637d8e"},
|
|
|
|
{file = "lxml-4.9.2-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:58bfa3aa19ca4c0f28c5dde0ff56c520fbac6f0daf4fac66ed4c8d2fb7f22e74"},
|
|
|
|
{file = "lxml-4.9.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:bc718cd47b765e790eecb74d044cc8d37d58562f6c314ee9484df26276d36a38"},
|
|
|
|
{file = "lxml-4.9.2-cp36-cp36m-win32.whl", hash = "sha256:d5bf6545cd27aaa8a13033ce56354ed9e25ab0e4ac3b5392b763d8d04b08e0c5"},
|
|
|
|
{file = "lxml-4.9.2-cp36-cp36m-win_amd64.whl", hash = "sha256:3ab9fa9d6dc2a7f29d7affdf3edebf6ece6fb28a6d80b14c3b2fb9d39b9322c3"},
|
|
|
|
{file = "lxml-4.9.2-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:05ca3f6abf5cf78fe053da9b1166e062ade3fa5d4f92b4ed688127ea7d7b1d03"},
|
|
|
|
{file = "lxml-4.9.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:a5da296eb617d18e497bcf0a5c528f5d3b18dadb3619fbdadf4ed2356ef8d941"},
|
|
|
|
{file = "lxml-4.9.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:04876580c050a8c5341d706dd464ff04fd597095cc8c023252566a8826505726"},
|
|
|
|
{file = "lxml-4.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:c9ec3eaf616d67db0764b3bb983962b4f385a1f08304fd30c7283954e6a7869b"},
|
|
|
|
{file = "lxml-4.9.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2a29ba94d065945944016b6b74e538bdb1751a1db6ffb80c9d3c2e40d6fa9894"},
|
|
|
|
{file = "lxml-4.9.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:a82d05da00a58b8e4c0008edbc8a4b6ec5a4bc1e2ee0fb6ed157cf634ed7fa45"},
|
|
|
|
{file = "lxml-4.9.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:223f4232855ade399bd409331e6ca70fb5578efef22cf4069a6090acc0f53c0e"},
|
|
|
|
{file = "lxml-4.9.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d17bc7c2ccf49c478c5bdd447594e82692c74222698cfc9b5daae7ae7e90743b"},
|
|
|
|
{file = "lxml-4.9.2-cp37-cp37m-win32.whl", hash = "sha256:b64d891da92e232c36976c80ed7ebb383e3f148489796d8d31a5b6a677825efe"},
|
|
|
|
{file = "lxml-4.9.2-cp37-cp37m-win_amd64.whl", hash = "sha256:a0a336d6d3e8b234a3aae3c674873d8f0e720b76bc1d9416866c41cd9500ffb9"},
|
|
|
|
{file = "lxml-4.9.2-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:da4dd7c9c50c059aba52b3524f84d7de956f7fef88f0bafcf4ad7dde94a064e8"},
|
|
|
|
{file = "lxml-4.9.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:821b7f59b99551c69c85a6039c65b75f5683bdc63270fec660f75da67469ca24"},
|
|
|
|
{file = "lxml-4.9.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:e5168986b90a8d1f2f9dc1b841467c74221bd752537b99761a93d2d981e04889"},
|
|
|
|
{file = "lxml-4.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:8e20cb5a47247e383cf4ff523205060991021233ebd6f924bca927fcf25cf86f"},
|
|
|
|
{file = "lxml-4.9.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:13598ecfbd2e86ea7ae45ec28a2a54fb87ee9b9fdb0f6d343297d8e548392c03"},
|
|
|
|
{file = "lxml-4.9.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:880bbbcbe2fca64e2f4d8e04db47bcdf504936fa2b33933efd945e1b429bea8c"},
|
|
|
|
{file = "lxml-4.9.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:7d2278d59425777cfcb19735018d897ca8303abe67cc735f9f97177ceff8027f"},
|
|
|
|
{file = "lxml-4.9.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:5344a43228767f53a9df6e5b253f8cdca7dfc7b7aeae52551958192f56d98457"},
|
|
|
|
{file = "lxml-4.9.2-cp38-cp38-win32.whl", hash = "sha256:925073b2fe14ab9b87e73f9a5fde6ce6392da430f3004d8b72cc86f746f5163b"},
|
|
|
|
{file = "lxml-4.9.2-cp38-cp38-win_amd64.whl", hash = "sha256:9b22c5c66f67ae00c0199f6055705bc3eb3fcb08d03d2ec4059a2b1b25ed48d7"},
|
|
|
|
{file = "lxml-4.9.2-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:5f50a1c177e2fa3ee0667a5ab79fdc6b23086bc8b589d90b93b4bd17eb0e64d1"},
|
|
|
|
{file = "lxml-4.9.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:090c6543d3696cbe15b4ac6e175e576bcc3f1ccfbba970061b7300b0c15a2140"},
|
|
|
|
{file = "lxml-4.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:63da2ccc0857c311d764e7d3d90f429c252e83b52d1f8f1d1fe55be26827d1f4"},
|
|
|
|
{file = "lxml-4.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:5b4545b8a40478183ac06c073e81a5ce4cf01bf1734962577cf2bb569a5b3bbf"},
|
|
|
|
{file = "lxml-4.9.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2e430cd2824f05f2d4f687701144556646bae8f249fd60aa1e4c768ba7018947"},
|
|
|
|
{file = "lxml-4.9.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:6804daeb7ef69e7b36f76caddb85cccd63d0c56dedb47555d2fc969e2af6a1a5"},
|
|
|
|
{file = "lxml-4.9.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a6e441a86553c310258aca15d1c05903aaf4965b23f3bc2d55f200804e005ee5"},
|
|
|
|
{file = "lxml-4.9.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:ca34efc80a29351897e18888c71c6aca4a359247c87e0b1c7ada14f0ab0c0fb2"},
|
|
|
|
{file = "lxml-4.9.2-cp39-cp39-win32.whl", hash = "sha256:6b418afe5df18233fc6b6093deb82a32895b6bb0b1155c2cdb05203f583053f1"},
|
|
|
|
{file = "lxml-4.9.2-cp39-cp39-win_amd64.whl", hash = "sha256:f1496ea22ca2c830cbcbd473de8f114a320da308438ae65abad6bab7867fe38f"},
|
|
|
|
{file = "lxml-4.9.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:b264171e3143d842ded311b7dccd46ff9ef34247129ff5bf5066123c55c2431c"},
|
|
|
|
{file = "lxml-4.9.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:0dc313ef231edf866912e9d8f5a042ddab56c752619e92dfd3a2c277e6a7299a"},
|
|
|
|
{file = "lxml-4.9.2-pp38-pypy38_pp73-macosx_10_15_x86_64.whl", hash = "sha256:16efd54337136e8cd72fb9485c368d91d77a47ee2d42b057564aae201257d419"},
|
|
|
|
{file = "lxml-4.9.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:0f2b1e0d79180f344ff9f321327b005ca043a50ece8713de61d1cb383fb8ac05"},
|
|
|
|
{file = "lxml-4.9.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:7b770ed79542ed52c519119473898198761d78beb24b107acf3ad65deae61f1f"},
|
|
|
|
{file = "lxml-4.9.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:efa29c2fe6b4fdd32e8ef81c1528506895eca86e1d8c4657fda04c9b3786ddf9"},
|
|
|
|
{file = "lxml-4.9.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:7e91ee82f4199af8c43d8158024cbdff3d931df350252288f0d4ce656df7f3b5"},
|
|
|
|
{file = "lxml-4.9.2-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:b23e19989c355ca854276178a0463951a653309fb8e57ce674497f2d9f208746"},
|
|
|
|
{file = "lxml-4.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:01d36c05f4afb8f7c20fd9ed5badca32a2029b93b1750f571ccc0b142531caf7"},
|
|
|
|
{file = "lxml-4.9.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:7b515674acfdcadb0eb5d00d8a709868173acece5cb0be3dd165950cbfdf5409"},
|
|
|
|
{file = "lxml-4.9.2.tar.gz", hash = "sha256:2455cfaeb7ac70338b3257f41e21f0724f4b5b0c0e7702da67ee6c3640835b67"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
cssselect = ["cssselect (>=0.7)"]
|
|
|
|
html5 = ["html5lib"]
|
2022-10-03 11:29:40 +00:00
|
|
|
htmlsoup = ["BeautifulSoup4"]
|
2022-05-13 09:44:23 +00:00
|
|
|
source = ["Cython (>=0.29.7)"]
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "markupsafe"
|
2022-05-13 09:44:23 +00:00
|
|
|
version = "2.1.1"
|
|
|
|
description = "Safely add untrusted strings to HTML/XML markup."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl", hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl", hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl", hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl", hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c"},
|
|
|
|
{file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247"},
|
|
|
|
{file = "MarkupSafe-2.1.1.tar.gz", hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mock"
|
|
|
|
version = "4.0.3"
|
|
|
|
description = "Rolling backport of unittest.mock for all Pythons"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "mock-4.0.3-py3-none-any.whl", hash = "sha256:122fcb64ee37cfad5b3f48d7a7d51875d7031aaf3d8be7c42e2bee25044eee62"},
|
|
|
|
{file = "mock-4.0.3.tar.gz", hash = "sha256:7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
build = ["blurb", "twine", "wheel"]
|
2022-05-13 09:44:23 +00:00
|
|
|
docs = ["sphinx"]
|
|
|
|
test = ["pytest (<5.4)", "pytest-cov"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodeenv"
|
2022-07-20 09:16:38 +00:00
|
|
|
version = "1.7.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Node.js virtual environment builder"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-20 09:16:38 +00:00
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "nodeenv-1.7.0-py2.py3-none-any.whl", hash = "sha256:27083a7b96a25f2f5e1d8cb4b6317ee8aeda3bdd121394e5ac54e498028a042e"},
|
|
|
|
{file = "nodeenv-1.7.0.tar.gz", hash = "sha256:e0e7f7dfb85fc5394c6fe1e8fa98131a2473e04311a45afb6508f7cf1836fa2b"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
2022-10-03 11:29:40 +00:00
|
|
|
[package.dependencies]
|
|
|
|
setuptools = "*"
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "packaging"
|
2022-12-20 19:18:37 +00:00
|
|
|
version = "22.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Core utilities for Python packages"
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
2022-05-13 09:44:23 +00:00
|
|
|
optional = false
|
2022-12-20 19:18:37 +00:00
|
|
|
python-versions = ">=3.7"
|
|
|
|
files = [
|
|
|
|
{file = "packaging-22.0-py3-none-any.whl", hash = "sha256:957e2148ba0e1a3b282772e791ef1d8083648bc131c8ab0c1feba110ce1146c3"},
|
|
|
|
{file = "packaging-22.0.tar.gz", hash = "sha256:2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pdbpp"
|
|
|
|
version = "0.10.3"
|
|
|
|
description = "pdb++, a drop-in replacement for pdb"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pdbpp-0.10.3-py2.py3-none-any.whl", hash = "sha256:79580568e33eb3d6f6b462b1187f53e10cd8e4538f7d31495c9181e2cf9665d1"},
|
|
|
|
{file = "pdbpp-0.10.3.tar.gz", hash = "sha256:d9e43f4fda388eeb365f2887f4e7b66ac09dce9b6236b76f63616530e2f669f5"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
fancycompleter = ">=0.8"
|
|
|
|
pygments = "*"
|
|
|
|
wmctrl = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
funcsigs = ["funcsigs"]
|
|
|
|
testing = ["funcsigs", "pytest"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "platformdirs"
|
2022-12-20 19:18:37 +00:00
|
|
|
version = "2.6.0"
|
2022-11-15 08:22:03 +00:00
|
|
|
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
2022-05-13 09:44:23 +00:00
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "platformdirs-2.6.0-py3-none-any.whl", hash = "sha256:1a89a12377800c81983db6be069ec068eee989748799b946cce2a6e80dcc54ca"},
|
|
|
|
{file = "platformdirs-2.6.0.tar.gz", hash = "sha256:b46ffafa316e6b83b47489d240ce17173f123a9b9c83282141c3daf26ad9ac2e"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-11-15 08:22:03 +00:00
|
|
|
docs = ["furo (>=2022.9.29)", "proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.4)"]
|
|
|
|
test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pluggy"
|
|
|
|
version = "1.0.0"
|
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
|
|
|
|
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pre-commit", "tox"]
|
|
|
|
testing = ["pytest", "pytest-benchmark"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pre-commit"
|
2022-12-26 13:53:47 +00:00
|
|
|
version = "2.21.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "A framework for managing and maintaining multi-language pre-commit hooks."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"},
|
|
|
|
{file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cfgv = ">=2.0.0"
|
|
|
|
identify = ">=1.0.0"
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
nodeenv = ">=0.11.1"
|
|
|
|
pyyaml = ">=5.1"
|
2022-12-26 13:53:47 +00:00
|
|
|
virtualenv = ">=20.10.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyasn1"
|
|
|
|
version = "0.4.8"
|
|
|
|
description = "ASN.1 types and codecs"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "pyasn1-0.4.8-py2.4.egg", hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3"},
|
|
|
|
{file = "pyasn1-0.4.8-py2.5.egg", hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf"},
|
|
|
|
{file = "pyasn1-0.4.8-py2.6.egg", hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00"},
|
|
|
|
{file = "pyasn1-0.4.8-py2.7.egg", hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8"},
|
2022-12-20 19:18:37 +00:00
|
|
|
{file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"},
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "pyasn1-0.4.8-py3.1.egg", hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86"},
|
|
|
|
{file = "pyasn1-0.4.8-py3.2.egg", hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7"},
|
|
|
|
{file = "pyasn1-0.4.8-py3.3.egg", hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576"},
|
|
|
|
{file = "pyasn1-0.4.8-py3.4.egg", hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12"},
|
|
|
|
{file = "pyasn1-0.4.8-py3.5.egg", hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2"},
|
|
|
|
{file = "pyasn1-0.4.8-py3.6.egg", hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359"},
|
|
|
|
{file = "pyasn1-0.4.8-py3.7.egg", hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776"},
|
2022-12-20 19:18:37 +00:00
|
|
|
{file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyasn1-modules"
|
|
|
|
version = "0.2.8"
|
|
|
|
description = "A collection of ASN.1-based protocols modules."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pyasn1-modules-0.2.8.tar.gz", hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e"},
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "pyasn1_modules-0.2.8-py2.4.egg", hash = "sha256:0fe1b68d1e486a1ed5473f1302bd991c1611d319bba158e98b106ff86e1d7199"},
|
|
|
|
{file = "pyasn1_modules-0.2.8-py2.5.egg", hash = "sha256:fe0644d9ab041506b62782e92b06b8c68cca799e1a9636ec398675459e031405"},
|
|
|
|
{file = "pyasn1_modules-0.2.8-py2.6.egg", hash = "sha256:a99324196732f53093a84c4369c996713eb8c89d360a496b599fb1a9c47fc3eb"},
|
|
|
|
{file = "pyasn1_modules-0.2.8-py2.7.egg", hash = "sha256:0845a5582f6a02bb3e1bde9ecfc4bfcae6ec3210dd270522fee602365430c3f8"},
|
2022-12-20 19:18:37 +00:00
|
|
|
{file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl", hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74"},
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "pyasn1_modules-0.2.8-py3.1.egg", hash = "sha256:f39edd8c4ecaa4556e989147ebf219227e2cd2e8a43c7e7fcb1f1c18c5fd6a3d"},
|
|
|
|
{file = "pyasn1_modules-0.2.8-py3.2.egg", hash = "sha256:b80486a6c77252ea3a3e9b1e360bc9cf28eaac41263d173c032581ad2f20fe45"},
|
|
|
|
{file = "pyasn1_modules-0.2.8-py3.3.egg", hash = "sha256:65cebbaffc913f4fe9e4808735c95ea22d7a7775646ab690518c056784bc21b4"},
|
|
|
|
{file = "pyasn1_modules-0.2.8-py3.4.egg", hash = "sha256:15b7c67fabc7fc240d87fb9aabf999cf82311a6d6fb2c70d00d3d0604878c811"},
|
|
|
|
{file = "pyasn1_modules-0.2.8-py3.5.egg", hash = "sha256:426edb7a5e8879f1ec54a1864f16b882c2837bfd06eee62f2c982315ee2473ed"},
|
|
|
|
{file = "pyasn1_modules-0.2.8-py3.6.egg", hash = "sha256:cbac4bc38d117f2a49aeedec4407d23e8866ea4ac27ff2cf7fb3e5b570df19e0"},
|
|
|
|
{file = "pyasn1_modules-0.2.8-py3.7.egg", hash = "sha256:c29a5e5cc7a3f05926aff34e097e84f8589cd790ce0ed41b67aed6857b26aafd"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyasn1 = ">=0.4.6,<0.5.0"
|
|
|
|
|
2022-11-20 21:12:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pycountry"
|
|
|
|
version = "22.3.5"
|
|
|
|
description = "ISO country, subdivision, language, currency and script definitions and their translations"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6, <4"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pycountry-22.3.5.tar.gz", hash = "sha256:b2163a246c585894d808f18783e19137cb70a0c18fb36748dc01fc6f109c1646"},
|
|
|
|
]
|
2022-11-20 21:12:18 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
setuptools = "*"
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pycparser"
|
|
|
|
version = "2.21"
|
|
|
|
description = "C parser in Python"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"},
|
|
|
|
{file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "pygments"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "2.13.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
2022-05-13 09:44:23 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "Pygments-2.13.0-py3-none-any.whl", hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"},
|
|
|
|
{file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
2022-10-03 11:29:40 +00:00
|
|
|
[package.extras]
|
|
|
|
plugins = ["importlib-metadata"]
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyquery"
|
|
|
|
version = "1.4.3"
|
|
|
|
description = "A jquery-like library for python"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pyquery-1.4.3-py3-none-any.whl", hash = "sha256:1fc33b7699455ed25c75282bc8f80ace1ac078b0dda5a933dacbd8b1c1f83963"},
|
|
|
|
{file = "pyquery-1.4.3.tar.gz", hash = "sha256:a388eefb6bc4a55350de0316fbd97cda999ae669b6743ae5b99102ba54f5aa72"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cssselect = ">0.7.9"
|
|
|
|
lxml = ">=2.1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyreadline"
|
|
|
|
version = "2.1"
|
|
|
|
description = "A python implmementation of GNU readline."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2022-12-26 13:53:47 +00:00
|
|
|
{file = "pyreadline-2.1.win-amd64.exe", hash = "sha256:9ce5fa65b8992dfa373bddc5b6e0864ead8f291c94fbfec05fbd5c836162e67b"},
|
|
|
|
{file = "pyreadline-2.1.win32.exe", hash = "sha256:65540c21bfe14405a3a77e4c085ecfce88724743a4ead47c66b84defcf82c32e"},
|
2022-12-20 19:18:37 +00:00
|
|
|
{file = "pyreadline-2.1.zip", hash = "sha256:4530592fc2e85b25b1a9f79664433da09237c1a270e4d78ea5aa3a2c7229e2d1"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyrepl"
|
|
|
|
version = "0.9.0"
|
|
|
|
description = "A library for building flexible command line interfaces"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pyrepl-0.9.0.tar.gz", hash = "sha256:292570f34b5502e871bbb966d639474f2b57fbfcd3373c2d6a2f3d56e681a775"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest"
|
2022-11-01 11:03:43 +00:00
|
|
|
version = "7.2.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"},
|
|
|
|
{file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
attrs = ">=19.2.0"
|
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
2022-11-01 11:03:43 +00:00
|
|
|
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
|
2022-05-13 09:44:23 +00:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
|
|
|
iniconfig = "*"
|
|
|
|
packaging = "*"
|
|
|
|
pluggy = ">=0.12,<2.0"
|
2022-11-01 11:03:43 +00:00
|
|
|
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-cov"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "4.0.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Pytest plugin for measuring coverage."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"},
|
|
|
|
{file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
coverage = {version = ">=5.2.1", extras = ["toml"]}
|
|
|
|
pytest = ">=4.6"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-cover"
|
|
|
|
version = "3.0.0"
|
|
|
|
description = "Pytest plugin for measuring coverage. Forked from `pytest-cov`."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pytest-cover-3.0.0.tar.gz", hash = "sha256:5bdb6c1cc3dd75583bb7bc2c57f5e1034a1bfcb79d27c71aceb0b16af981dbf4"},
|
|
|
|
{file = "pytest_cover-3.0.0-py2.py3-none-any.whl", hash = "sha256:578249955eb3b5f3991209df6e532bb770b647743b7392d3d97698dc02f39ebb"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pytest-cov = ">=2.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-coverage"
|
|
|
|
version = "0.0"
|
|
|
|
description = "Pytest plugin for measuring coverage. Forked from `pytest-cov`."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pytest-coverage-0.0.tar.gz", hash = "sha256:db6af2cbd7e458c7c9fd2b4207cee75258243c8a81cad31a7ee8cfad5be93c05"},
|
|
|
|
{file = "pytest_coverage-0.0-py2.py3-none-any.whl", hash = "sha256:dedd084c5e74d8e669355325916dc011539b190355021b037242514dee546368"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pytest-cover = "*"
|
|
|
|
|
2022-12-20 19:18:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pytest-httpserver"
|
|
|
|
version = "1.0.6"
|
|
|
|
description = "pytest-httpserver is a httpserver for pytest"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7,<4.0"
|
|
|
|
files = [
|
|
|
|
{file = "pytest_httpserver-1.0.6-py3-none-any.whl", hash = "sha256:ac2379acc91fe8bdbe2911c93af8dd130e33b5899fb9934d15669480739c6d32"},
|
|
|
|
{file = "pytest_httpserver-1.0.6.tar.gz", hash = "sha256:9040d07bf59ac45d8de3db1d4468fd2d1d607975e4da4c872ecc0402cdbf7b3e"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Werkzeug = ">=2.0.0"
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "python-dateutil"
|
|
|
|
version = "2.8.2"
|
|
|
|
description = "Extensions to the standard Python datetime module"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
|
|
|
|
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
six = ">=1.5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "python-dotenv"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "0.21.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Read key-value pairs from a .env file and set them as environment variables"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-10-03 11:29:40 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "python-dotenv-0.21.0.tar.gz", hash = "sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045"},
|
|
|
|
{file = "python_dotenv-0.21.0-py3-none-any.whl", hash = "sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
cli = ["click (>=5.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "python-ldap"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "3.4.3"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Python modules for implementing LDAP clients"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "python-ldap-3.4.3.tar.gz", hash = "sha256:ab26c519a0ef2a443a2a10391fa3c5cb52d7871323399db949ebfaa9f25ee2a0"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyasn1 = ">=0.3.7"
|
|
|
|
pyasn1_modules = ">=0.1.5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytz"
|
2022-12-20 19:18:37 +00:00
|
|
|
version = "2022.7"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "World timezone definitions, modern and historical"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "pytz-2022.7-py2.py3-none-any.whl", hash = "sha256:93007def75ae22f7cd991c84e02d434876818661f8df9ad5df9e950ff4e52cfd"},
|
|
|
|
{file = "pytz-2022.7.tar.gz", hash = "sha256:7ccfae7b4b2c067464a6733c6261673fdb8fd1be905460396b97a073e9fa683a"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "pyyaml"
|
2022-05-13 09:44:23 +00:00
|
|
|
version = "6.0"
|
|
|
|
description = "YAML parser and emitter for Python"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
|
|
|
|
{file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-win32.whl", hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7"},
|
|
|
|
{file = "PyYAML-6.0-cp311-cp311-win_amd64.whl", hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"},
|
|
|
|
{file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"},
|
|
|
|
{file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"},
|
|
|
|
{file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"},
|
|
|
|
{file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
|
|
|
|
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "requests"
|
2022-07-20 09:16:38 +00:00
|
|
|
version = "2.28.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Python HTTP for Humans."
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = ">=3.7, <4"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"},
|
|
|
|
{file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = ">=2017.4.17"
|
2022-07-20 09:16:38 +00:00
|
|
|
charset-normalizer = ">=2,<3"
|
|
|
|
idna = ">=2.5,<4"
|
2022-05-13 09:44:23 +00:00
|
|
|
urllib3 = ">=1.21.1,<1.27"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-07-20 09:16:38 +00:00
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
2022-10-24 08:28:36 +00:00
|
|
|
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sentry-sdk"
|
2022-12-20 19:18:37 +00:00
|
|
|
version = "1.12.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Python client for Sentry (https://sentry.io)"
|
|
|
|
category = "main"
|
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "sentry-sdk-1.12.1.tar.gz", hash = "sha256:5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c"},
|
|
|
|
{file = "sentry_sdk-1.12.1-py2.py3-none-any.whl", hash = "sha256:9f0b960694e2d8bb04db4ba6ac2a645040caef4e762c65937998ff06064f10d6"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
blinker = {version = ">=1.1", optional = true, markers = "extra == \"flask\""}
|
|
|
|
certifi = "*"
|
|
|
|
flask = {version = ">=0.11", optional = true, markers = "extra == \"flask\""}
|
2022-10-03 11:29:40 +00:00
|
|
|
urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""}
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
aiohttp = ["aiohttp (>=3.5)"]
|
|
|
|
beam = ["apache-beam (>=2.12)"]
|
|
|
|
bottle = ["bottle (>=0.12.13)"]
|
|
|
|
celery = ["celery (>=3)"]
|
|
|
|
chalice = ["chalice (>=1.16.0)"]
|
|
|
|
django = ["django (>=1.8)"]
|
|
|
|
falcon = ["falcon (>=1.4)"]
|
2022-10-03 11:29:40 +00:00
|
|
|
fastapi = ["fastapi (>=0.79.0)"]
|
|
|
|
flask = ["blinker (>=1.1)", "flask (>=0.11)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
httpx = ["httpx (>=0.16.0)"]
|
2022-12-20 19:18:37 +00:00
|
|
|
opentelemetry = ["opentelemetry-distro (>=0.350b0)"]
|
2022-10-24 08:28:36 +00:00
|
|
|
pure-eval = ["asttokens", "executing", "pure-eval"]
|
2022-11-15 08:22:03 +00:00
|
|
|
pymongo = ["pymongo (>=3.1)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
pyspark = ["pyspark (>=2.4.4)"]
|
2022-10-03 11:29:40 +00:00
|
|
|
quart = ["blinker (>=1.1)", "quart (>=0.16.1)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
rq = ["rq (>=0.6)"]
|
|
|
|
sanic = ["sanic (>=0.8)"]
|
|
|
|
sqlalchemy = ["sqlalchemy (>=1.2)"]
|
2022-10-03 11:29:40 +00:00
|
|
|
starlette = ["starlette (>=0.19.1)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
tornado = ["tornado (>=5)"]
|
|
|
|
|
2022-10-03 11:29:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "setuptools"
|
2022-12-06 16:46:24 +00:00
|
|
|
version = "65.6.3"
|
2022-10-03 11:29:40 +00:00
|
|
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
2022-11-20 21:12:18 +00:00
|
|
|
category = "main"
|
2022-10-03 11:29:40 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "setuptools-65.6.3-py3-none-any.whl", hash = "sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54"},
|
|
|
|
{file = "setuptools-65.6.3.tar.gz", hash = "sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75"},
|
|
|
|
]
|
2022-10-03 11:29:40 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
2022-11-05 18:54:15 +00:00
|
|
|
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
2022-10-03 11:29:40 +00:00
|
|
|
testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "six"
|
|
|
|
version = "1.16.0"
|
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
|
|
|
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slapd"
|
|
|
|
version = "0.1.2"
|
|
|
|
description = "Controls a slapd process in a pythonic way"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6,<4"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "slapd-0.1.2-py3-none-any.whl", hash = "sha256:32ece348125c3e2820aa1ce4c7e217bf7758455a05f9ff3c625cf0997495e3db"},
|
|
|
|
{file = "slapd-0.1.2.tar.gz", hash = "sha256:09a01d3311c718d47f020d4d43a42daa47d8913ffba24f200d3b08f47e078c1d"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
doc = ["recommonmark", "sphinx", "sphinx-issues", "sphinx-rtd-theme"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smtpdfix"
|
2022-11-01 11:03:43 +00:00
|
|
|
version = "0.4.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "A SMTP server for use as a pytest fixture that implements encryption and authentication for testing."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-10-03 11:29:40 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "smtpdfix-0.4.1-py3-none-any.whl", hash = "sha256:606f4328d3e564c466c2c7041e3773e6a7fbb80e0ce7ba3545d665224d5491d8"},
|
|
|
|
{file = "smtpdfix-0.4.1.tar.gz", hash = "sha256:07cff3b9d66b3db649b2cdb26ee5b006a4cc4def7853a6576ee158241c69ed42"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-10-03 11:29:40 +00:00
|
|
|
aiosmtpd = "*"
|
|
|
|
cryptography = "*"
|
2022-05-13 09:44:23 +00:00
|
|
|
pytest = "*"
|
|
|
|
python-dotenv = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-11-01 11:03:43 +00:00
|
|
|
dev = ["flake8", "isort", "pytest-asyncio", "pytest-cov", "pytest-timeout", "tox"]
|
2022-10-03 11:29:40 +00:00
|
|
|
typing = ["mypy"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snowballstemmer"
|
|
|
|
version = "2.2.0"
|
|
|
|
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"},
|
|
|
|
{file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "soupsieve"
|
|
|
|
version = "2.3.2.post1"
|
|
|
|
description = "A modern CSS selector implementation for Beautiful Soup."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "soupsieve-2.3.2.post1-py3-none-any.whl", hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759"},
|
|
|
|
{file = "soupsieve-2.3.2.post1.tar.gz", hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "sphinx"
|
|
|
|
version = "5.3.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Python documentation generator"
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "Sphinx-5.3.0.tar.gz", hash = "sha256:51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5"},
|
|
|
|
{file = "sphinx-5.3.0-py3-none-any.whl", hash = "sha256:060ca5c9f7ba57a08a1219e547b269fadf125ae25b06b9fa7f66768efb652d6d"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
alabaster = ">=0.7,<0.8"
|
2022-10-03 11:29:40 +00:00
|
|
|
babel = ">=2.9"
|
|
|
|
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
|
|
|
|
docutils = ">=0.14,<0.20"
|
|
|
|
imagesize = ">=1.3"
|
|
|
|
importlib-metadata = {version = ">=4.8", markers = "python_version < \"3.10\""}
|
|
|
|
Jinja2 = ">=3.0"
|
|
|
|
packaging = ">=21.0"
|
|
|
|
Pygments = ">=2.12"
|
2022-05-13 09:44:23 +00:00
|
|
|
requests = ">=2.5.0"
|
2022-10-03 11:29:40 +00:00
|
|
|
snowballstemmer = ">=2.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
sphinxcontrib-applehelp = "*"
|
|
|
|
sphinxcontrib-devhelp = "*"
|
|
|
|
sphinxcontrib-htmlhelp = ">=2.0.0"
|
|
|
|
sphinxcontrib-jsmath = "*"
|
|
|
|
sphinxcontrib-qthelp = "*"
|
|
|
|
sphinxcontrib-serializinghtml = ">=1.1.5"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinxcontrib-websupport"]
|
2022-10-03 11:29:40 +00:00
|
|
|
lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-bugbear", "flake8-comprehensions", "flake8-simplify", "isort", "mypy (>=0.981)", "sphinx-lint", "types-requests", "types-typed-ast"]
|
|
|
|
test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinx-issues"
|
|
|
|
version = "3.0.1"
|
|
|
|
description = "A Sphinx extension for linking to your project's issue tracker"
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "sphinx-issues-3.0.1.tar.gz", hash = "sha256:b7c1dc1f4808563c454d11c1112796f8c176cdecfee95f0fd2302ef98e21e3d6"},
|
|
|
|
{file = "sphinx_issues-3.0.1-py3-none-any.whl", hash = "sha256:8b25dc0301159375468f563b3699af7a63720fd84caf81c1442036fcd418b20c"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
sphinx = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
dev = ["flake8 (==3.9.2)", "flake8-bugbear (==20.11.1)", "pre-commit (>=2.7,<3.0)", "pytest (>=6.2.0)", "tox"]
|
2022-05-13 09:44:23 +00:00
|
|
|
lint = ["flake8 (==3.9.2)", "flake8-bugbear (==20.11.1)", "pre-commit (>=2.7,<3.0)"]
|
|
|
|
tests = ["pytest (>=6.2.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinx-rtd-theme"
|
2022-11-05 18:54:15 +00:00
|
|
|
version = "1.1.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Read the Docs theme for Sphinx"
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-11-04 16:03:54 +00:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "sphinx_rtd_theme-1.1.1-py2.py3-none-any.whl", hash = "sha256:31faa07d3e97c8955637fc3f1423a5ab2c44b74b8cc558a51498c202ce5cbda7"},
|
|
|
|
{file = "sphinx_rtd_theme-1.1.1.tar.gz", hash = "sha256:6146c845f1e1947b3c3dd4432c28998a1693ccc742b4f9ad7c63129f0757c103"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
docutils = "<0.18"
|
2022-11-04 16:03:54 +00:00
|
|
|
sphinx = ">=1.6,<6"
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-11-04 16:03:54 +00:00
|
|
|
dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-applehelp"
|
|
|
|
version = "1.0.2"
|
|
|
|
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=3.5"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},
|
|
|
|
{file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
2022-05-13 09:44:23 +00:00
|
|
|
test = ["pytest"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-devhelp"
|
|
|
|
version = "1.0.2"
|
|
|
|
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=3.5"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"},
|
|
|
|
{file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
2022-05-13 09:44:23 +00:00
|
|
|
test = ["pytest"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-htmlhelp"
|
|
|
|
version = "2.0.0"
|
|
|
|
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz", hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2"},
|
|
|
|
{file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl", hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
|
|
|
test = ["html5lib", "pytest"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-jsmath"
|
|
|
|
version = "1.0.1"
|
|
|
|
description = "A sphinx extension which renders display math in HTML via JavaScript"
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=3.5"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"},
|
|
|
|
{file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
test = ["flake8", "mypy", "pytest"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-qthelp"
|
|
|
|
version = "1.0.3"
|
|
|
|
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=3.5"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"},
|
|
|
|
{file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
2022-05-13 09:44:23 +00:00
|
|
|
test = ["pytest"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-serializinghtml"
|
|
|
|
version = "1.1.5"
|
|
|
|
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
|
2022-07-20 09:16:38 +00:00
|
|
|
category = "main"
|
|
|
|
optional = true
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=3.5"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz", hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952"},
|
|
|
|
{file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
2022-05-13 09:44:23 +00:00
|
|
|
test = ["pytest"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.10.2"
|
|
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
|
|
|
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tomli"
|
|
|
|
version = "2.0.1"
|
|
|
|
description = "A lil' TOML parser"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
|
|
|
|
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typing-extensions"
|
2022-10-24 08:28:36 +00:00
|
|
|
version = "4.4.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Backported and Experimental Type Hints for Python 3.7+"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"},
|
|
|
|
{file = "typing_extensions-4.4.0.tar.gz", hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "urllib3"
|
2022-12-06 16:46:24 +00:00
|
|
|
version = "1.26.13"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
|
|
category = "main"
|
2022-07-20 09:16:38 +00:00
|
|
|
optional = true
|
2022-12-06 16:46:24 +00:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "urllib3-1.26.13-py2.py3-none-any.whl", hash = "sha256:47cc05d99aaa09c9e72ed5809b60e7ba354e64b59c9c173ac3018642d8bb41fc"},
|
|
|
|
{file = "urllib3-1.26.13.tar.gz", hash = "sha256:c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"]
|
|
|
|
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"]
|
2022-05-13 09:44:23 +00:00
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtualenv"
|
2022-12-06 16:46:24 +00:00
|
|
|
version = "20.17.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Virtual Python Environment builder"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-10-03 11:29:40 +00:00
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "virtualenv-20.17.1-py3-none-any.whl", hash = "sha256:ce3b1684d6e1a20a3e5ed36795a97dfc6af29bc3970ca8dab93e11ac6094b3c4"},
|
|
|
|
{file = "virtualenv-20.17.1.tar.gz", hash = "sha256:f8b927684efc6f1cc206c9db297a570ab9ad0e51c16fa9e45487d36d1905c058"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-11-01 11:03:43 +00:00
|
|
|
distlib = ">=0.3.6,<1"
|
2022-10-03 11:29:40 +00:00
|
|
|
filelock = ">=3.4.1,<4"
|
|
|
|
importlib-metadata = {version = ">=4.8.3", markers = "python_version < \"3.8\""}
|
|
|
|
platformdirs = ">=2.4,<3"
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-11-01 11:03:43 +00:00
|
|
|
docs = ["proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-argparse (>=0.3.2)", "sphinx-rtd-theme (>=1)", "towncrier (>=22.8)"]
|
2022-10-03 11:29:40 +00:00
|
|
|
testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=21.3)", "pytest (>=7.0.1)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.2)", "pytest-mock (>=3.6.1)", "pytest-randomly (>=3.10.3)", "pytest-timeout (>=2.1)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "waitress"
|
2022-06-02 13:44:59 +00:00
|
|
|
version = "2.1.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Waitress WSGI server"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7.0"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "waitress-2.1.2-py3-none-any.whl", hash = "sha256:7500c9625927c8ec60f54377d590f67b30c8e70ef4b8894214ac6e4cad233d2a"},
|
|
|
|
{file = "waitress-2.1.2.tar.gz", hash = "sha256:780a4082c5fbc0fde6a2fcfe5e26e6efc1e8f425730863c04085769781f51eba"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.9)"]
|
2022-10-03 11:29:40 +00:00
|
|
|
testing = ["coverage (>=5.0)", "pytest", "pytest-cover"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "webob"
|
2022-05-13 09:44:23 +00:00
|
|
|
version = "1.8.7"
|
|
|
|
description = "WSGI request and response object"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "WebOb-1.8.7-py2.py3-none-any.whl", hash = "sha256:73aae30359291c14fa3b956f8b5ca31960e420c28c1bec002547fb04928cf89b"},
|
|
|
|
{file = "WebOb-1.8.7.tar.gz", hash = "sha256:b64ef5141be559cfade448f044fa45c2260351edcb6a8ef6b7e00c7dcef0c323"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["Sphinx (>=1.7.5)", "pylons-sphinx-themes"]
|
2022-10-03 11:29:40 +00:00
|
|
|
testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "webtest"
|
2022-05-13 09:44:23 +00:00
|
|
|
version = "3.0.0"
|
|
|
|
description = "Helper to test WSGI applications"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6, <4"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "WebTest-3.0.0-py3-none-any.whl", hash = "sha256:2a001a9efa40d2a7e5d9cd8d1527c75f41814eb6afce2c3d207402547b1e5ead"},
|
|
|
|
{file = "WebTest-3.0.0.tar.gz", hash = "sha256:54bd969725838d9861a9fa27f8d971f79d275d94ae255f5c501f53bb6d9929eb"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
beautifulsoup4 = "*"
|
|
|
|
waitress = ">=0.8.5"
|
|
|
|
WebOb = ">=1.2"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-10-03 11:29:40 +00:00
|
|
|
docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.8)"]
|
|
|
|
tests = ["PasteDeploy", "WSGIProxy2", "coverage", "pyquery", "pytest", "pytest-cov"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "werkzeug"
|
2022-10-03 11:29:40 +00:00
|
|
|
version = "2.2.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "The comprehensive WSGI web application library."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "Werkzeug-2.2.2-py3-none-any.whl", hash = "sha256:f979ab81f58d7318e064e99c4506445d60135ac5cd2e177a2de0089bfd4c9bd5"},
|
|
|
|
{file = "Werkzeug-2.2.2.tar.gz", hash = "sha256:7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
2022-10-03 11:29:40 +00:00
|
|
|
[package.dependencies]
|
|
|
|
MarkupSafe = ">=2.1.1"
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[package.extras]
|
|
|
|
watchdog = ["watchdog"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wmctrl"
|
|
|
|
version = "0.4"
|
|
|
|
description = "A tool to programmatically control windows inside X"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "wmctrl-0.4.tar.gz", hash = "sha256:66cbff72b0ca06a22ec3883ac3a4d7c41078bdae4fb7310f52951769b10e14e0"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "wtforms"
|
2022-05-13 09:44:23 +00:00
|
|
|
version = "3.0.1"
|
|
|
|
description = "Form validation and rendering for Python web development."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "WTForms-3.0.1-py3-none-any.whl", hash = "sha256:837f2f0e0ca79481b92884962b914eba4e72b7a2daaf1f939c890ed0124b834b"},
|
|
|
|
{file = "WTForms-3.0.1.tar.gz", hash = "sha256:6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
MarkupSafe = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
email = ["email-validator"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zipp"
|
2022-12-06 16:46:24 +00:00
|
|
|
version = "3.11.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{file = "zipp-3.11.0-py3-none-any.whl", hash = "sha256:83a28fcb75844b5c0cdaf5aa4003c2d728c77e05f5aeabe8e95e56727005fbaa"},
|
|
|
|
{file = "zipp-3.11.0.tar.gz", hash = "sha256:a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766"},
|
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-10-24 08:28:36 +00:00
|
|
|
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)"]
|
|
|
|
testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[extras]
|
2022-07-20 09:16:38 +00:00
|
|
|
doc = ["sphinx", "sphinx-rtd-theme", "sphinx-issues"]
|
2022-05-13 09:44:23 +00:00
|
|
|
sentry = ["sentry-sdk"]
|
|
|
|
|
|
|
|
[metadata]
|
2022-12-20 19:18:37 +00:00
|
|
|
lock-version = "2.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
python-versions = ">=3.7, <4"
|
2022-12-26 13:53:47 +00:00
|
|
|
content-hash = "438a7470341ccce15c6caab22387a5f39afcbf6f91f34a128bd366038201eb60"
|