2023-06-03 10:11:19 +00:00
|
|
|
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
|
2022-12-20 19:18:37 +00:00
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aiosmtpd"
|
2023-01-28 15:23:02 +00:00
|
|
|
version = "1.4.4.post2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "aiosmtpd - asyncio based SMTP server"
|
|
|
|
optional = false
|
2022-12-26 13:53:47 +00:00
|
|
|
python-versions = "~=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-01-28 15:23:02 +00:00
|
|
|
{file = "aiosmtpd-1.4.4.post2-py3-none-any.whl", hash = "sha256:f821fe424b703b2ea391dc2df11d89d2afd728af27393e13cf1a3530f19fdc5e"},
|
|
|
|
{file = "aiosmtpd-1.4.4.post2.tar.gz", hash = "sha256:f9243b7dfe00aaf567da8728d891752426b51392174a34d2cf5c18053b63dcbc"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
atpublic = "*"
|
|
|
|
attrs = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alabaster"
|
2023-01-28 15:23:02 +00:00
|
|
|
version = "0.7.13"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "A configurable sidebar-enabled Sphinx theme"
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
2023-01-28 15:23:02 +00:00
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-01-28 15:23:02 +00:00
|
|
|
{file = "alabaster-0.7.13-py3-none-any.whl", hash = "sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3"},
|
|
|
|
{file = "alabaster-0.7.13.tar.gz", hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atpublic"
|
2023-06-22 16:51:19 +00:00
|
|
|
version = "4.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Keep all y'all's __all__'s in sync"
|
|
|
|
optional = false
|
2023-06-22 16:51:19 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-22 16:51:19 +00:00
|
|
|
{file = "atpublic-4.0-py3-none-any.whl", hash = "sha256:80057c55641253b86dcb68b524f82328172371b6547d4c7462a9127fbfbbabfc"},
|
|
|
|
{file = "atpublic-4.0.tar.gz", hash = "sha256:0f40433219e124edf115c6c363808ca6f0e1cfa7d160d86b2fb94793086d1294"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "attrs"
|
2023-05-02 14:46:10 +00:00
|
|
|
version = "23.1.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Classes Without Boilerplate"
|
|
|
|
optional = false
|
2023-05-02 14:46:10 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-05-02 14:46:10 +00:00
|
|
|
{file = "attrs-23.1.0-py3-none-any.whl", hash = "sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04"},
|
|
|
|
{file = "attrs-23.1.0.tar.gz", hash = "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-05-02 14:46:10 +00:00
|
|
|
cov = ["attrs[tests]", "coverage[toml] (>=5.3)"]
|
|
|
|
dev = ["attrs[docs,tests]", "pre-commit"]
|
|
|
|
docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"]
|
|
|
|
tests = ["attrs[tests-no-zope]", "zope-interface"]
|
|
|
|
tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "authlib"
|
2023-06-29 13:53:27 +00:00
|
|
|
version = "1.2.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-29 13:53:27 +00:00
|
|
|
{file = "Authlib-1.2.1-py2.py3-none-any.whl", hash = "sha256:c88984ea00149a90e3537c964327da930779afa4564e354edfd98410bea01911"},
|
|
|
|
{file = "Authlib-1.2.1.tar.gz", hash = "sha256:421f7c6b468d907ca2d9afede256f068f87e34d23dd221c07d13d4c234726afb"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cryptography = ">=3.2"
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "babel"
|
2023-03-01 14:30:07 +00:00
|
|
|
version = "2.12.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Internationalization utilities"
|
|
|
|
optional = false
|
2023-03-01 14:30:07 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-03-01 14:30:07 +00:00
|
|
|
{file = "Babel-2.12.1-py3-none-any.whl", hash = "sha256:b4246fb7677d3b98f501a39d43396d3cafdc8eadb045f4a31be01863f655c610"},
|
|
|
|
{file = "Babel-2.12.1.tar.gz", hash = "sha256:cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2023-03-01 14:30:07 +00:00
|
|
|
pytz = {version = ">=2015.7", markers = "python_version < \"3.9\""}
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "beautifulsoup4"
|
2023-04-10 20:01:54 +00:00
|
|
|
version = "4.12.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Screen-scraping library"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.0"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-04-10 20:01:54 +00:00
|
|
|
{file = "beautifulsoup4-4.12.2-py3-none-any.whl", hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a"},
|
|
|
|
{file = "beautifulsoup4-4.12.2.tar.gz", hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
soupsieve = ">1.2"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
html5lib = ["html5lib"]
|
|
|
|
lxml = ["lxml"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blinker"
|
2023-05-02 14:46:10 +00:00
|
|
|
version = "1.6.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Fast, simple object-to-object and broadcast signaling"
|
|
|
|
optional = false
|
2023-04-05 12:29:03 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-05-02 14:46:10 +00:00
|
|
|
{file = "blinker-1.6.2-py3-none-any.whl", hash = "sha256:c3d739772abb7bc2860abf5f2ec284223d9ad5c76da018234f6f50d6f31ab1f0"},
|
|
|
|
{file = "blinker-1.6.2.tar.gz", hash = "sha256:4afd3de66ef3a9f8067559fb7a1cbe555c17dcbe15971b05d1b625c3e7abe213"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "certifi"
|
2023-07-24 18:32:49 +00:00
|
|
|
version = "2023.7.22"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
2022-06-02 13:44:59 +00:00
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-07-24 18:32:49 +00:00
|
|
|
{file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"},
|
|
|
|
{file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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."
|
|
|
|
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"
|
2023-08-13 12:45:27 +00:00
|
|
|
version = "3.4.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Validate configuration and produce human readable error messages."
|
|
|
|
optional = false
|
2023-08-13 12:45:27 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-08-13 12:45:27 +00:00
|
|
|
{file = "cfgv-3.4.0-py2.py3-none-any.whl", hash = "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9"},
|
|
|
|
{file = "cfgv-3.4.0.tar.gz", hash = "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "charset-normalizer"
|
2023-07-11 14:09:23 +00:00
|
|
|
version = "3.2.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
2023-03-12 17:30:08 +00:00
|
|
|
python-versions = ">=3.7.0"
|
|
|
|
files = [
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "charset-normalizer-3.2.0.tar.gz", hash = "sha256:3bb3d25a8e6c0aedd251753a79ae98a093c7e7b471faa3aa9a93a81431987ace"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b87549028f680ca955556e3bd57013ab47474c3124dc069faa0b6545b6c9710"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7c70087bfee18a42b4040bb9ec1ca15a08242cf5867c58726530bdf3945672ed"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a103b3a7069b62f5d4890ae1b8f0597618f628b286b03d4bc9195230b154bfa9"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:94aea8eff76ee6d1cdacb07dd2123a68283cb5569e0250feab1240058f53b623"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:db901e2ac34c931d73054d9797383d0f8009991e723dab15109740a63e7f902a"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b0dac0ff919ba34d4df1b6131f59ce95b08b9065233446be7e459f95554c0dc8"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:193cbc708ea3aca45e7221ae58f0fd63f933753a9bfb498a3b474878f12caaad"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:09393e1b2a9461950b1c9a45d5fd251dc7c6f228acab64da1c9c0165d9c7765c"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:baacc6aee0b2ef6f3d308e197b5d7a81c0e70b06beae1f1fcacffdbd124fe0e3"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:bf420121d4c8dce6b889f0e8e4ec0ca34b7f40186203f06a946fa0276ba54029"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:c04a46716adde8d927adb9457bbe39cf473e1e2c2f5d0a16ceb837e5d841ad4f"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:aaf63899c94de41fe3cf934601b0f7ccb6b428c6e4eeb80da72c58eab077b19a"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d62e51710986674142526ab9f78663ca2b0726066ae26b78b22e0f5e571238dd"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-win32.whl", hash = "sha256:04e57ab9fbf9607b77f7d057974694b4f6b142da9ed4a199859d9d4d5c63fe96"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:48021783bdf96e3d6de03a6e39a1171ed5bd7e8bb93fc84cc649d11490f87cea"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4957669ef390f0e6719db3613ab3a7631e68424604a7b448f079bee145da6e09"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:46fb8c61d794b78ec7134a715a3e564aafc8f6b5e338417cb19fe9f57a5a9bf2"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f779d3ad205f108d14e99bb3859aa7dd8e9c68874617c72354d7ecaec2a054ac"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f25c229a6ba38a35ae6e25ca1264621cc25d4d38dca2942a7fce0b67a4efe918"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2efb1bd13885392adfda4614c33d3b68dee4921fd0ac1d3988f8cbb7d589e72a"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1f30b48dd7fa1474554b0b0f3fdfdd4c13b5c737a3c6284d3cdc424ec0ffff3a"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:246de67b99b6851627d945db38147d1b209a899311b1305dd84916f2b88526c6"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9bd9b3b31adcb054116447ea22caa61a285d92e94d710aa5ec97992ff5eb7cf3"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:8c2f5e83493748286002f9369f3e6607c565a6a90425a3a1fef5ae32a36d749d"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:3170c9399da12c9dc66366e9d14da8bf7147e1e9d9ea566067bbce7bb74bd9c2"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:7a4826ad2bd6b07ca615c74ab91f32f6c96d08f6fcc3902ceeedaec8cdc3bcd6"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:3b1613dd5aee995ec6d4c69f00378bbd07614702a315a2cf6c1d21461fe17c23"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9e608aafdb55eb9f255034709e20d5a83b6d60c054df0802fa9c9883d0a937aa"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-win32.whl", hash = "sha256:f2a1d0fd4242bd8643ce6f98927cf9c04540af6efa92323e9d3124f57727bfc1"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:681eb3d7e02e3c3655d1b16059fbfb605ac464c834a0c629048a30fad2b27489"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c57921cda3a80d0f2b8aec7e25c8aa14479ea92b5b51b6876d975d925a2ea346"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:41b25eaa7d15909cf3ac4c96088c1f266a9a93ec44f87f1d13d4a0e86c81b982"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f058f6963fd82eb143c692cecdc89e075fa0828db2e5b291070485390b2f1c9c"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a7647ebdfb9682b7bb97e2a5e7cb6ae735b1c25008a70b906aecca294ee96cf4"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eef9df1eefada2c09a5e7a40991b9fc6ac6ef20b1372abd48d2794a316dc0449"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e03b8895a6990c9ab2cdcd0f2fe44088ca1c65ae592b8f795c3294af00a461c3"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:ee4006268ed33370957f55bf2e6f4d263eaf4dc3cfc473d1d90baff6ed36ce4a"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:c4983bf937209c57240cff65906b18bb35e64ae872da6a0db937d7b4af845dd7"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:3bb7fda7260735efe66d5107fb7e6af6a7c04c7fce9b2514e04b7a74b06bf5dd"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:72814c01533f51d68702802d74f77ea026b5ec52793c791e2da806a3844a46c3"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:70c610f6cbe4b9fce272c407dd9d07e33e6bf7b4aa1b7ffb6f6ded8e634e3592"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-win32.whl", hash = "sha256:a401b4598e5d3f4a9a811f3daf42ee2291790c7f9d74b18d75d6e21dda98a1a1"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp37-cp37m-win_amd64.whl", hash = "sha256:c0b21078a4b56965e2b12f247467b234734491897e99c1d51cee628da9786959"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:95eb302ff792e12aba9a8b8f8474ab229a83c103d74a750ec0bd1c1eea32e669"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1a100c6d595a7f316f1b6f01d20815d916e75ff98c27a01ae817439ea7726329"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6339d047dab2780cc6220f46306628e04d9750f02f983ddb37439ca47ced7149"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e4b749b9cc6ee664a3300bb3a273c1ca8068c46be705b6c31cf5d276f8628a94"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a38856a971c602f98472050165cea2cdc97709240373041b69030be15047691f"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f87f746ee241d30d6ed93969de31e5ffd09a2961a051e60ae6bddde9ec3583aa"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89f1b185a01fe560bc8ae5f619e924407efca2191b56ce749ec84982fc59a32a"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e1c8a2f4c69e08e89632defbfabec2feb8a8d99edc9f89ce33c4b9e36ab63037"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:2f4ac36d8e2b4cc1aa71df3dd84ff8efbe3bfb97ac41242fbcfc053c67434f46"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a386ebe437176aab38c041de1260cd3ea459c6ce5263594399880bbc398225b2"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:ccd16eb18a849fd8dcb23e23380e2f0a354e8daa0c984b8a732d9cfaba3a776d"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:e6a5bf2cba5ae1bb80b154ed68a3cfa2fa00fde979a7f50d6598d3e17d9ac20c"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:45de3f87179c1823e6d9e32156fb14c1927fcc9aba21433f088fdfb555b77c10"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-win32.whl", hash = "sha256:1000fba1057b92a65daec275aec30586c3de2401ccdcd41f8a5c1e2c87078706"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:8b2c760cfc7042b27ebdb4a43a4453bd829a5742503599144d54a032c5dc7e9e"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:855eafa5d5a2034b4621c74925d89c5efef61418570e5ef9b37717d9c796419c"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:203f0c8871d5a7987be20c72442488a0b8cfd0f43b7973771640fc593f56321f"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e857a2232ba53ae940d3456f7533ce6ca98b81917d47adc3c7fd55dad8fab858"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5e86d77b090dbddbe78867a0275cb4df08ea195e660f1f7f13435a4649e954e5"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c4fb39a81950ec280984b3a44f5bd12819953dc5fa3a7e6fa7a80db5ee853952"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2dee8e57f052ef5353cf608e0b4c871aee320dd1b87d351c28764fc0ca55f9f4"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8700f06d0ce6f128de3ccdbc1acaea1ee264d2caa9ca05daaf492fde7c2a7200"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1920d4ff15ce893210c1f0c0e9d19bfbecb7983c76b33f046c13a8ffbd570252"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:c1c76a1743432b4b60ab3358c937a3fe1341c828ae6194108a94c69028247f22"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f7560358a6811e52e9c4d142d497f1a6e10103d3a6881f18d04dbce3729c0e2c"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:c8063cf17b19661471ecbdb3df1c84f24ad2e389e326ccaf89e3fb2484d8dd7e"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:cd6dbe0238f7743d0efe563ab46294f54f9bc8f4b9bcf57c3c666cc5bc9d1299"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:1249cbbf3d3b04902ff081ffbb33ce3377fa6e4c7356f759f3cd076cc138d020"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-win32.whl", hash = "sha256:6c409c0deba34f147f77efaa67b8e4bb83d2f11c8806405f76397ae5b8c0d1c9"},
|
|
|
|
{file = "charset_normalizer-3.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:7095f6fbfaa55defb6b733cfeb14efaae7a29f0b59d8cf213be4e7ca0b857b80"},
|
|
|
|
{file = "charset_normalizer-3.2.0-py3-none-any.whl", hash = "sha256:8e098148dd37b4ce3baca71fb394c81dc5d9c7728c95df695d2dca218edf40e6"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "click"
|
2023-07-24 18:32:49 +00:00
|
|
|
version = "8.1.6"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-07-24 18:32:49 +00:00
|
|
|
{file = "click-8.1.6-py3-none-any.whl", hash = "sha256:fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5"},
|
|
|
|
{file = "click-8.1.6.tar.gz", hash = "sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
|
|
|
|
|
[[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."
|
|
|
|
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"
|
2023-08-13 12:45:27 +00:00
|
|
|
version = "7.3.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Code coverage measurement for Python"
|
|
|
|
optional = false
|
2023-08-13 12:45:27 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-08-13 12:45:27 +00:00
|
|
|
{file = "coverage-7.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:db76a1bcb51f02b2007adacbed4c88b6dee75342c37b05d1822815eed19edee5"},
|
|
|
|
{file = "coverage-7.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c02cfa6c36144ab334d556989406837336c1d05215a9bdf44c0bc1d1ac1cb637"},
|
|
|
|
{file = "coverage-7.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:477c9430ad5d1b80b07f3c12f7120eef40bfbf849e9e7859e53b9c93b922d2af"},
|
|
|
|
{file = "coverage-7.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce2ee86ca75f9f96072295c5ebb4ef2a43cecf2870b0ca5e7a1cbdd929cf67e1"},
|
|
|
|
{file = "coverage-7.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:68d8a0426b49c053013e631c0cdc09b952d857efa8f68121746b339912d27a12"},
|
|
|
|
{file = "coverage-7.3.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b3eb0c93e2ea6445b2173da48cb548364f8f65bf68f3d090404080d338e3a689"},
|
|
|
|
{file = "coverage-7.3.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:90b6e2f0f66750c5a1178ffa9370dec6c508a8ca5265c42fbad3ccac210a7977"},
|
|
|
|
{file = "coverage-7.3.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:96d7d761aea65b291a98c84e1250cd57b5b51726821a6f2f8df65db89363be51"},
|
|
|
|
{file = "coverage-7.3.0-cp310-cp310-win32.whl", hash = "sha256:63c5b8ecbc3b3d5eb3a9d873dec60afc0cd5ff9d9f1c75981d8c31cfe4df8527"},
|
|
|
|
{file = "coverage-7.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:97c44f4ee13bce914272589b6b41165bbb650e48fdb7bd5493a38bde8de730a1"},
|
|
|
|
{file = "coverage-7.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:74c160285f2dfe0acf0f72d425f3e970b21b6de04157fc65adc9fd07ee44177f"},
|
|
|
|
{file = "coverage-7.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b543302a3707245d454fc49b8ecd2c2d5982b50eb63f3535244fd79a4be0c99d"},
|
|
|
|
{file = "coverage-7.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ad0f87826c4ebd3ef484502e79b39614e9c03a5d1510cfb623f4a4a051edc6fd"},
|
|
|
|
{file = "coverage-7.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:13c6cbbd5f31211d8fdb477f0f7b03438591bdd077054076eec362cf2207b4a7"},
|
|
|
|
{file = "coverage-7.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fac440c43e9b479d1241fe9d768645e7ccec3fb65dc3a5f6e90675e75c3f3e3a"},
|
|
|
|
{file = "coverage-7.3.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:3c9834d5e3df9d2aba0275c9f67989c590e05732439b3318fa37a725dff51e74"},
|
|
|
|
{file = "coverage-7.3.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:4c8e31cf29b60859876474034a83f59a14381af50cbe8a9dbaadbf70adc4b214"},
|
|
|
|
{file = "coverage-7.3.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:7a9baf8e230f9621f8e1d00c580394a0aa328fdac0df2b3f8384387c44083c0f"},
|
|
|
|
{file = "coverage-7.3.0-cp311-cp311-win32.whl", hash = "sha256:ccc51713b5581e12f93ccb9c5e39e8b5d4b16776d584c0f5e9e4e63381356482"},
|
|
|
|
{file = "coverage-7.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:887665f00ea4e488501ba755a0e3c2cfd6278e846ada3185f42d391ef95e7e70"},
|
|
|
|
{file = "coverage-7.3.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:d000a739f9feed900381605a12a61f7aaced6beae832719ae0d15058a1e81c1b"},
|
|
|
|
{file = "coverage-7.3.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:59777652e245bb1e300e620ce2bef0d341945842e4eb888c23a7f1d9e143c446"},
|
|
|
|
{file = "coverage-7.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c9737bc49a9255d78da085fa04f628a310c2332b187cd49b958b0e494c125071"},
|
|
|
|
{file = "coverage-7.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5247bab12f84a1d608213b96b8af0cbb30d090d705b6663ad794c2f2a5e5b9fe"},
|
|
|
|
{file = "coverage-7.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e2ac9a1de294773b9fa77447ab7e529cf4fe3910f6a0832816e5f3d538cfea9a"},
|
|
|
|
{file = "coverage-7.3.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:85b7335c22455ec12444cec0d600533a238d6439d8d709d545158c1208483873"},
|
|
|
|
{file = "coverage-7.3.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:36ce5d43a072a036f287029a55b5c6a0e9bd73db58961a273b6dc11a2c6eb9c2"},
|
|
|
|
{file = "coverage-7.3.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:211a4576e984f96d9fce61766ffaed0115d5dab1419e4f63d6992b480c2bd60b"},
|
|
|
|
{file = "coverage-7.3.0-cp312-cp312-win32.whl", hash = "sha256:56afbf41fa4a7b27f6635bc4289050ac3ab7951b8a821bca46f5b024500e6321"},
|
|
|
|
{file = "coverage-7.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:7f297e0c1ae55300ff688568b04ff26b01c13dfbf4c9d2b7d0cb688ac60df479"},
|
|
|
|
{file = "coverage-7.3.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ac0dec90e7de0087d3d95fa0533e1d2d722dcc008bc7b60e1143402a04c117c1"},
|
|
|
|
{file = "coverage-7.3.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:438856d3f8f1e27f8e79b5410ae56650732a0dcfa94e756df88c7e2d24851fcd"},
|
|
|
|
{file = "coverage-7.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1084393c6bda8875c05e04fce5cfe1301a425f758eb012f010eab586f1f3905e"},
|
|
|
|
{file = "coverage-7.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:49ab200acf891e3dde19e5aa4b0f35d12d8b4bd805dc0be8792270c71bd56c54"},
|
|
|
|
{file = "coverage-7.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a67e6bbe756ed458646e1ef2b0778591ed4d1fcd4b146fc3ba2feb1a7afd4254"},
|
|
|
|
{file = "coverage-7.3.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:8f39c49faf5344af36042b293ce05c0d9004270d811c7080610b3e713251c9b0"},
|
|
|
|
{file = "coverage-7.3.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:7df91fb24c2edaabec4e0eee512ff3bc6ec20eb8dccac2e77001c1fe516c0c84"},
|
|
|
|
{file = "coverage-7.3.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:34f9f0763d5fa3035a315b69b428fe9c34d4fc2f615262d6be3d3bf3882fb985"},
|
|
|
|
{file = "coverage-7.3.0-cp38-cp38-win32.whl", hash = "sha256:bac329371d4c0d456e8d5f38a9b0816b446581b5f278474e416ea0c68c47dcd9"},
|
|
|
|
{file = "coverage-7.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:b859128a093f135b556b4765658d5d2e758e1fae3e7cc2f8c10f26fe7005e543"},
|
|
|
|
{file = "coverage-7.3.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:fc0ed8d310afe013db1eedd37176d0839dc66c96bcfcce8f6607a73ffea2d6ba"},
|
|
|
|
{file = "coverage-7.3.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61260ec93f99f2c2d93d264b564ba912bec502f679793c56f678ba5251f0393"},
|
|
|
|
{file = "coverage-7.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:97af9554a799bd7c58c0179cc8dbf14aa7ab50e1fd5fa73f90b9b7215874ba28"},
|
|
|
|
{file = "coverage-7.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3558e5b574d62f9c46b76120a5c7c16c4612dc2644c3d48a9f4064a705eaee95"},
|
|
|
|
{file = "coverage-7.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:37d5576d35fcb765fca05654f66aa71e2808d4237d026e64ac8b397ffa66a56a"},
|
|
|
|
{file = "coverage-7.3.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:07ea61bcb179f8f05ffd804d2732b09d23a1238642bf7e51dad62082b5019b34"},
|
|
|
|
{file = "coverage-7.3.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:80501d1b2270d7e8daf1b64b895745c3e234289e00d5f0e30923e706f110334e"},
|
|
|
|
{file = "coverage-7.3.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:4eddd3153d02204f22aef0825409091a91bf2a20bce06fe0f638f5c19a85de54"},
|
|
|
|
{file = "coverage-7.3.0-cp39-cp39-win32.whl", hash = "sha256:2d22172f938455c156e9af2612650f26cceea47dc86ca048fa4e0b2d21646ad3"},
|
|
|
|
{file = "coverage-7.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:60f64e2007c9144375dd0f480a54d6070f00bb1a28f65c408370544091c9bc9e"},
|
|
|
|
{file = "coverage-7.3.0-pp38.pp39.pp310-none-any.whl", hash = "sha256:5492a6ce3bdb15c6ad66cb68a0244854d9917478877a25671d70378bdc8562d0"},
|
|
|
|
{file = "coverage-7.3.0.tar.gz", hash = "sha256:49dbb19cdcafc130f597d9e04a29d0a032ceedf729e41b181f51cd170e6ee865"},
|
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"
|
2023-08-08 12:24:13 +00:00
|
|
|
version = "41.0.3"
|
2023-04-05 12:29:03 +00:00
|
|
|
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
|
|
|
|
optional = false
|
2023-06-03 10:11:19 +00:00
|
|
|
python-versions = ">=3.7"
|
2023-04-05 12:29:03 +00:00
|
|
|
files = [
|
2023-08-08 12:24:13 +00:00
|
|
|
{file = "cryptography-41.0.3-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:652627a055cb52a84f8c448185922241dd5217443ca194d5739b44612c5e6507"},
|
|
|
|
{file = "cryptography-41.0.3-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:8f09daa483aedea50d249ef98ed500569841d6498aa9c9f4b0531b9964658922"},
|
|
|
|
{file = "cryptography-41.0.3-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4fd871184321100fb400d759ad0cddddf284c4b696568204d281c902fc7b0d81"},
|
|
|
|
{file = "cryptography-41.0.3-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:84537453d57f55a50a5b6835622ee405816999a7113267739a1b4581f83535bd"},
|
|
|
|
{file = "cryptography-41.0.3-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:3fb248989b6363906827284cd20cca63bb1a757e0a2864d4c1682a985e3dca47"},
|
|
|
|
{file = "cryptography-41.0.3-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:42cb413e01a5d36da9929baa9d70ca90d90b969269e5a12d39c1e0d475010116"},
|
|
|
|
{file = "cryptography-41.0.3-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:aeb57c421b34af8f9fe830e1955bf493a86a7996cc1338fe41b30047d16e962c"},
|
|
|
|
{file = "cryptography-41.0.3-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:6af1c6387c531cd364b72c28daa29232162010d952ceb7e5ca8e2827526aceae"},
|
|
|
|
{file = "cryptography-41.0.3-cp37-abi3-win32.whl", hash = "sha256:0d09fb5356f975974dbcb595ad2d178305e5050656affb7890a1583f5e02a306"},
|
|
|
|
{file = "cryptography-41.0.3-cp37-abi3-win_amd64.whl", hash = "sha256:a983e441a00a9d57a4d7c91b3116a37ae602907a7618b882c8013b5762e80574"},
|
|
|
|
{file = "cryptography-41.0.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5259cb659aa43005eb55a0e4ff2c825ca111a0da1814202c64d28a985d33b087"},
|
|
|
|
{file = "cryptography-41.0.3-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:67e120e9a577c64fe1f611e53b30b3e69744e5910ff3b6e97e935aeb96005858"},
|
|
|
|
{file = "cryptography-41.0.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:7efe8041897fe7a50863e51b77789b657a133c75c3b094e51b5e4b5cec7bf906"},
|
|
|
|
{file = "cryptography-41.0.3-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:ce785cf81a7bdade534297ef9e490ddff800d956625020ab2ec2780a556c313e"},
|
|
|
|
{file = "cryptography-41.0.3-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:57a51b89f954f216a81c9d057bf1a24e2f36e764a1ca9a501a6964eb4a6800dd"},
|
|
|
|
{file = "cryptography-41.0.3-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:4c2f0d35703d61002a2bbdcf15548ebb701cfdd83cdc12471d2bae80878a4207"},
|
|
|
|
{file = "cryptography-41.0.3-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:23c2d778cf829f7d0ae180600b17e9fceea3c2ef8b31a99e3c694cbbf3a24b84"},
|
|
|
|
{file = "cryptography-41.0.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:95dd7f261bb76948b52a5330ba5202b91a26fbac13ad0e9fc8a3ac04752058c7"},
|
|
|
|
{file = "cryptography-41.0.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:41d7aa7cdfded09b3d73a47f429c298e80796c8e825ddfadc84c8a7f12df212d"},
|
|
|
|
{file = "cryptography-41.0.3-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:d0d651aa754ef58d75cec6edfbd21259d93810b73f6ec246436a21b7841908de"},
|
|
|
|
{file = "cryptography-41.0.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:ab8de0d091acbf778f74286f4989cf3d1528336af1b59f3e5d2ebca8b5fe49e1"},
|
|
|
|
{file = "cryptography-41.0.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:a74fbcdb2a0d46fe00504f571a2a540532f4c188e6ccf26f1f178480117b33c4"},
|
|
|
|
{file = "cryptography-41.0.3.tar.gz", hash = "sha256:6d192741113ef5e30d89dcb5b956ef4e1578f304708701b8b73d38e3e1461f34"},
|
2023-04-05 12:29:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
cffi = ">=1.12"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx (>=5.3.0)", "sphinx-rtd-theme (>=1.1.1)"]
|
|
|
|
docstest = ["pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"]
|
2023-06-03 10:11:19 +00:00
|
|
|
nox = ["nox"]
|
|
|
|
pep8test = ["black", "check-sdist", "mypy", "ruff"]
|
|
|
|
sdist = ["build"]
|
2023-04-05 12:29:03 +00:00
|
|
|
ssh = ["bcrypt (>=3.1.5)"]
|
2023-06-03 10:11:19 +00:00
|
|
|
test = ["pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"]
|
2023-04-05 12:29:03 +00:00
|
|
|
test-randomorder = ["pytest-randomly"]
|
|
|
|
|
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"
|
|
|
|
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"
|
2023-07-24 18:32:49 +00:00
|
|
|
version = "0.3.7"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Distribution utilities"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-07-24 18:32:49 +00:00
|
|
|
{file = "distlib-0.3.7-py2.py3-none-any.whl", hash = "sha256:2e24928bc811348f0feb63014e97aaae3037f2cf48712d51ae61df7fd6075057"},
|
|
|
|
{file = "distlib-0.3.7.tar.gz", hash = "sha256:9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dnspython"
|
2023-08-13 12:45:27 +00:00
|
|
|
version = "2.4.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "DNS toolkit"
|
|
|
|
optional = false
|
2023-07-16 18:41:32 +00:00
|
|
|
python-versions = ">=3.8,<4.0"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-08-13 12:45:27 +00:00
|
|
|
{file = "dnspython-2.4.2-py3-none-any.whl", hash = "sha256:57c6fbaaeaaf39c891292012060beb141791735dbb4004798328fc2c467402d8"},
|
|
|
|
{file = "dnspython-2.4.2.tar.gz", hash = "sha256:8dcfae8c7460a2f84b4072e26f1c9f4101ca20c071649cb7c34e8b6a93d58984"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-07-16 18:41:32 +00:00
|
|
|
dnssec = ["cryptography (>=2.6,<42.0)"]
|
2023-08-08 12:24:13 +00:00
|
|
|
doh = ["h2 (>=4.1.0)", "httpcore (>=0.17.3)", "httpx (>=0.24.1)"]
|
2023-01-28 15:23:02 +00:00
|
|
|
doq = ["aioquic (>=0.9.20)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
idna = ["idna (>=2.1,<4.0)"]
|
2023-01-28 15:23:02 +00:00
|
|
|
trio = ["trio (>=0.14,<0.23)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
wmi = ["wmi (>=1.5.1,<2.0.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "docutils"
|
2023-02-26 18:48:07 +00:00
|
|
|
version = "0.18.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Docutils -- Python Documentation Utilities"
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
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 = [
|
2023-02-26 18:48:07 +00:00
|
|
|
{file = "docutils-0.18.1-py2.py3-none-any.whl", hash = "sha256:23010f129180089fbcd3bc08cfefccb3b890b0050e1ca00c867036e9d161b98c"},
|
|
|
|
{file = "docutils-0.18.1.tar.gz", hash = "sha256:679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "email-validator"
|
2023-05-02 14:46:10 +00:00
|
|
|
version = "2.0.0.post2"
|
2022-10-03 11:29:40 +00:00
|
|
|
description = "A robust email address syntax and deliverability validation library."
|
2022-05-13 09:44:23 +00:00
|
|
|
optional = false
|
2023-05-02 14:46:10 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-05-02 14:46:10 +00:00
|
|
|
{file = "email_validator-2.0.0.post2-py3-none-any.whl", hash = "sha256:2466ba57cda361fb7309fd3d5a225723c788ca4bbad32a0ebd5373b99730285c"},
|
|
|
|
{file = "email_validator-2.0.0.post2.tar.gz", hash = "sha256:1ff6e86044200c56ae23595695c54e9614f4a9551e0e393614f764860b3d7900"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2023-05-02 14:46:10 +00:00
|
|
|
dnspython = ">=2.0.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
idna = ">=2.0.0"
|
|
|
|
|
2022-11-01 11:03:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "exceptiongroup"
|
2023-08-15 15:13:52 +00:00
|
|
|
version = "1.1.3"
|
2022-11-01 11:03:43 +00:00
|
|
|
description = "Backport of PEP 654 (exception groups)"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-08-15 15:13:52 +00:00
|
|
|
{file = "exceptiongroup-1.1.3-py3-none-any.whl", hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3"},
|
|
|
|
{file = "exceptiongroup-1.1.3.tar.gz", hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-11-01 11:03:43 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
test = ["pytest (>=6)"]
|
|
|
|
|
2023-07-06 07:07:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "execnet"
|
2023-07-11 14:09:23 +00:00
|
|
|
version = "2.0.2"
|
2023-07-06 07:07:52 +00:00
|
|
|
description = "execnet: rapid multi-Python deployment"
|
|
|
|
optional = false
|
2023-07-11 14:09:23 +00:00
|
|
|
python-versions = ">=3.7"
|
2023-07-06 07:07:52 +00:00
|
|
|
files = [
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "execnet-2.0.2-py3-none-any.whl", hash = "sha256:88256416ae766bc9e8895c76a87928c0012183da3cc4fc18016e6f050e025f41"},
|
|
|
|
{file = "execnet-2.0.2.tar.gz", hash = "sha256:cc59bc4423742fd71ad227122eb0dd44db51efb3dc4095b45ac9a08c770096af"},
|
2023-07-06 07:07:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[package.extras]
|
2023-07-11 14:09:23 +00:00
|
|
|
testing = ["hatch", "pre-commit", "pytest", "tox"]
|
2023-07-06 07:07:52 +00:00
|
|
|
|
2023-02-26 18:48:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "faker"
|
2023-08-08 12:24:13 +00:00
|
|
|
version = "19.3.0"
|
2023-02-26 18:48:07 +00:00
|
|
|
description = "Faker is a Python package that generates fake data for you."
|
|
|
|
optional = false
|
2023-07-16 18:41:32 +00:00
|
|
|
python-versions = ">=3.8"
|
2023-02-26 18:48:07 +00:00
|
|
|
files = [
|
2023-08-08 12:24:13 +00:00
|
|
|
{file = "Faker-19.3.0-py3-none-any.whl", hash = "sha256:bee54278d6e1289573317604ab6f4782acca724396bf261eaf1890de228e553d"},
|
|
|
|
{file = "Faker-19.3.0.tar.gz", hash = "sha256:7d6ed00de3eef9bd57504500c67ee034cab959e4248f9c24aca33e08af82ca93"},
|
2023-02-26 18:48:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
python-dateutil = ">=2.4"
|
2023-07-16 18:41:32 +00:00
|
|
|
typing-extensions = {version = ">=3.10.0.1", markers = "python_version <= \"3.8\""}
|
2023-02-26 18:48:07 +00:00
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fancycompleter"
|
|
|
|
version = "0.9.1"
|
|
|
|
description = "colorful TAB completion for Python prompt"
|
|
|
|
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"
|
2023-06-22 16:51:19 +00:00
|
|
|
version = "3.12.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "A platform independent file lock."
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-22 16:51:19 +00:00
|
|
|
{file = "filelock-3.12.2-py3-none-any.whl", hash = "sha256:cbb791cdea2a72f23da6ac5b5269ab0a0d161e9ef0100e653b69049a7706d1ec"},
|
|
|
|
{file = "filelock-3.12.2.tar.gz", hash = "sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-06-22 16:51:19 +00:00
|
|
|
docs = ["furo (>=2023.5.20)", "sphinx (>=7.0.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"]
|
|
|
|
testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "pytest (>=7.3.1)", "pytest-cov (>=4.1)", "pytest-mock (>=3.10)", "pytest-timeout (>=2.1)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "flask"
|
2023-05-03 12:41:47 +00:00
|
|
|
version = "2.2.5"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "A simple framework for building complex web applications."
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-05-03 12:41:47 +00:00
|
|
|
{file = "Flask-2.2.5-py3-none-any.whl", hash = "sha256:58107ed83443e86067e41eff4631b058178191a355886f8e479e347fa1285fdf"},
|
|
|
|
{file = "Flask-2.2.5.tar.gz", hash = "sha256:edee9b0a7ff26621bd5a8c10ff484ae28737a2410d99b0bb9a6850c7fb977aa0"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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"
|
2023-04-10 20:01:54 +00:00
|
|
|
version = "3.1.0"
|
|
|
|
description = "Adds i18n/l10n support for Flask applications."
|
2022-05-13 09:44:23 +00:00
|
|
|
optional = false
|
2023-03-01 14:30:07 +00:00
|
|
|
python-versions = ">=3.7,<4.0"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-04-10 20:01:54 +00:00
|
|
|
{file = "flask_babel-3.1.0-py3-none-any.whl", hash = "sha256:deb3ee272d5adf97f5974ed09ab501243d63e7fb4a047501a00de4bd4aca4830"},
|
|
|
|
{file = "flask_babel-3.1.0.tar.gz", hash = "sha256:be015772c5d7f046f3b99c508dcf618636eb93d21b713b356db79f3e79f69f39"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2023-04-10 20:01:54 +00:00
|
|
|
Babel = ">=2.12"
|
|
|
|
Flask = ">=2.0"
|
|
|
|
Jinja2 = ">=3.1"
|
|
|
|
pytz = ">=2022.7"
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flask-themer"
|
2023-06-06 07:16:51 +00:00
|
|
|
version = "2.0.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Simple theme mechanism for Flask"
|
|
|
|
optional = false
|
2023-06-06 07:16:51 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-06 07:16:51 +00:00
|
|
|
{file = "flask-themer-2.0.0.tar.gz", hash = "sha256:c8dbea370ad88d9d13e5d0c360f9678bb219bfbab7a7d0cb4f00ff89ac09a275"},
|
|
|
|
{file = "flask_themer-2.0.0-py3-none-any.whl", hash = "sha256:e34cc5bccf4fafb7d04f5de6e2219cc001f6485f7b0640dc5b728f8de88c2b57"},
|
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"
|
2023-05-15 13:37:52 +00:00
|
|
|
version = "0.1.3"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Utilities for testing Flask applications with WebTest."
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-05-15 13:37:52 +00:00
|
|
|
{file = "Flask-WebTest-0.1.3.tar.gz", hash = "sha256:8da31ae2ffef403496dd4752a0937ac39d4619849f2f54c5c7a3792747949559"},
|
|
|
|
{file = "Flask_WebTest-0.1.3-py2.py3-none-any.whl", hash = "sha256:71efd3212b2c39ef20914b180ba7bfa6d0b8c0dc17e274ba508cc7a9cdd4ead9"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
blinker = "*"
|
2023-03-12 17:30:08 +00:00
|
|
|
Flask = ">=1.1.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
WebTest = "*"
|
|
|
|
|
2023-03-12 17:30:08 +00:00
|
|
|
[package.extras]
|
|
|
|
tests = ["flask-sqlalchemy"]
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "flask-wtf"
|
2023-01-28 15:23:02 +00:00
|
|
|
version = "1.1.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Form rendering, validation, and CSRF protection for Flask with WTForms."
|
|
|
|
optional = false
|
2023-01-28 15:23:02 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-01-28 15:23:02 +00:00
|
|
|
{file = "Flask-WTF-1.1.1.tar.gz", hash = "sha256:41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9"},
|
|
|
|
{file = "Flask_WTF-1.1.1-py3-none-any.whl", hash = "sha256:7887d6f1ebb3e17bf648647422f0944c9a469d0fcf63e3b66fb9a83037e38b2c"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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"
|
|
|
|
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"
|
|
|
|
|
2023-03-11 23:13:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "honcho"
|
|
|
|
version = "1.1.0"
|
|
|
|
description = "Honcho: a Python clone of Foreman. For managing Procfile-based applications."
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
files = [
|
|
|
|
{file = "honcho-1.1.0-py2.py3-none-any.whl", hash = "sha256:a4d6e3a88a7b51b66351ecfc6e9d79d8f4b87351db9ad7e923f5632cc498122f"},
|
|
|
|
{file = "honcho-1.1.0.tar.gz", hash = "sha256:c5eca0bded4bef6697a23aec0422fd4f6508ea3581979a3485fc4b89357eb2a9"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
export = ["jinja2 (>=2.7,<3)"]
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "identify"
|
2023-07-24 18:32:49 +00:00
|
|
|
version = "2.5.26"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "File identification library for Python"
|
|
|
|
optional = false
|
2023-07-24 18:32:49 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-07-24 18:32:49 +00:00
|
|
|
{file = "identify-2.5.26-py2.py3-none-any.whl", hash = "sha256:c22a8ead0d4ca11f1edd6c9418c3220669b3b7533ada0a0ffa6cc0ef85cf9b54"},
|
|
|
|
{file = "identify-2.5.26.tar.gz", hash = "sha256:7243800bce2f58404ed41b7c002e53d4d22bcf3ae1b7900c2d7aefd95394bf7f"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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)"
|
|
|
|
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"
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
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"
|
2023-07-11 14:09:23 +00:00
|
|
|
version = "6.8.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
optional = false
|
2023-07-11 14:09:23 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "importlib_metadata-6.8.0-py3-none-any.whl", hash = "sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb"},
|
|
|
|
{file = "importlib_metadata-6.8.0.tar.gz", hash = "sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
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"]
|
2023-07-11 14:09:23 +00:00
|
|
|
testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)", "pytest-ruff"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iniconfig"
|
2023-01-28 15:23:02 +00:00
|
|
|
version = "2.0.0"
|
|
|
|
description = "brain-dead simple config-ini parsing"
|
2022-05-13 09:44:23 +00:00
|
|
|
optional = false
|
2023-01-28 15:23:02 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-01-28 15:23:02 +00:00
|
|
|
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
|
|
|
|
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itsdangerous"
|
|
|
|
version = "2.1.2"
|
|
|
|
description = "Safely pass data to untrusted environments and back."
|
|
|
|
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."
|
|
|
|
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"
|
2023-07-11 14:09:23 +00:00
|
|
|
version = "4.9.3"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
|
|
|
|
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 = [
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-cp27-cp27m-macosx_11_0_x86_64.whl", hash = "sha256:b0a545b46b526d418eb91754565ba5b63b1c0b12f9bd2f808c852d9b4b2f9b5c"},
|
|
|
|
{file = "lxml-4.9.3-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:075b731ddd9e7f68ad24c635374211376aa05a281673ede86cbe1d1b3455279d"},
|
|
|
|
{file = "lxml-4.9.3-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:1e224d5755dba2f4a9498e150c43792392ac9b5380aa1b845f98a1618c94eeef"},
|
2023-07-12 10:16:28 +00:00
|
|
|
{file = "lxml-4.9.3-cp27-cp27m-win32.whl", hash = "sha256:2c74524e179f2ad6d2a4f7caf70e2d96639c0954c943ad601a9e146c76408ed7"},
|
|
|
|
{file = "lxml-4.9.3-cp27-cp27m-win_amd64.whl", hash = "sha256:4f1026bc732b6a7f96369f7bfe1a4f2290fb34dce00d8644bc3036fb351a4ca1"},
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c0781a98ff5e6586926293e59480b64ddd46282953203c76ae15dbbbf302e8bb"},
|
|
|
|
{file = "lxml-4.9.3-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:cef2502e7e8a96fe5ad686d60b49e1ab03e438bd9123987994528febd569868e"},
|
|
|
|
{file = "lxml-4.9.3-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:b86164d2cff4d3aaa1f04a14685cbc072efd0b4f99ca5708b2ad1b9b5988a991"},
|
|
|
|
{file = "lxml-4.9.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:42871176e7896d5d45138f6d28751053c711ed4d48d8e30b498da155af39aebd"},
|
2023-07-12 10:16:28 +00:00
|
|
|
{file = "lxml-4.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:ae8b9c6deb1e634ba4f1930eb67ef6e6bf6a44b6eb5ad605642b2d6d5ed9ce3c"},
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:411007c0d88188d9f621b11d252cce90c4a2d1a49db6c068e3c16422f306eab8"},
|
|
|
|
{file = "lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:cd47b4a0d41d2afa3e58e5bf1f62069255aa2fd6ff5ee41604418ca925911d76"},
|
|
|
|
{file = "lxml-4.9.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:0e2cb47860da1f7e9a5256254b74ae331687b9672dfa780eed355c4c9c3dbd23"},
|
|
|
|
{file = "lxml-4.9.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:1247694b26342a7bf47c02e513d32225ededd18045264d40758abeb3c838a51f"},
|
|
|
|
{file = "lxml-4.9.3-cp310-cp310-win32.whl", hash = "sha256:cdb650fc86227eba20de1a29d4b2c1bfe139dc75a0669270033cb2ea3d391b85"},
|
|
|
|
{file = "lxml-4.9.3-cp310-cp310-win_amd64.whl", hash = "sha256:97047f0d25cd4bcae81f9ec9dc290ca3e15927c192df17331b53bebe0e3ff96d"},
|
|
|
|
{file = "lxml-4.9.3-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:1f447ea5429b54f9582d4b955f5f1985f278ce5cf169f72eea8afd9502973dd5"},
|
|
|
|
{file = "lxml-4.9.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:57d6ba0ca2b0c462f339640d22882acc711de224d769edf29962b09f77129cbf"},
|
2023-07-12 10:16:28 +00:00
|
|
|
{file = "lxml-4.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:9767e79108424fb6c3edf8f81e6730666a50feb01a328f4a016464a5893f835a"},
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:71c52db65e4b56b8ddc5bb89fb2e66c558ed9d1a74a45ceb7dcb20c191c3df2f"},
|
|
|
|
{file = "lxml-4.9.3-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:d73d8ecf8ecf10a3bd007f2192725a34bd62898e8da27eb9d32a58084f93962b"},
|
|
|
|
{file = "lxml-4.9.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0a3d3487f07c1d7f150894c238299934a2a074ef590b583103a45002035be120"},
|
|
|
|
{file = "lxml-4.9.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9e28c51fa0ce5674be9f560c6761c1b441631901993f76700b1b30ca6c8378d6"},
|
|
|
|
{file = "lxml-4.9.3-cp311-cp311-win32.whl", hash = "sha256:0bfd0767c5c1de2551a120673b72e5d4b628737cb05414f03c3277bf9bed3305"},
|
|
|
|
{file = "lxml-4.9.3-cp311-cp311-win_amd64.whl", hash = "sha256:25f32acefac14ef7bd53e4218fe93b804ef6f6b92ffdb4322bb6d49d94cad2bc"},
|
|
|
|
{file = "lxml-4.9.3-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:d3ff32724f98fbbbfa9f49d82852b159e9784d6094983d9a8b7f2ddaebb063d4"},
|
|
|
|
{file = "lxml-4.9.3-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:48d6ed886b343d11493129e019da91d4039826794a3e3027321c56d9e71505be"},
|
|
|
|
{file = "lxml-4.9.3-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:9a92d3faef50658dd2c5470af249985782bf754c4e18e15afb67d3ab06233f13"},
|
|
|
|
{file = "lxml-4.9.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:b4e4bc18382088514ebde9328da057775055940a1f2e18f6ad2d78aa0f3ec5b9"},
|
|
|
|
{file = "lxml-4.9.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:fc9b106a1bf918db68619fdcd6d5ad4f972fdd19c01d19bdb6bf63f3589a9ec5"},
|
|
|
|
{file = "lxml-4.9.3-cp312-cp312-win_amd64.whl", hash = "sha256:d37017287a7adb6ab77e1c5bee9bcf9660f90ff445042b790402a654d2ad81d8"},
|
|
|
|
{file = "lxml-4.9.3-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:56dc1f1ebccc656d1b3ed288f11e27172a01503fc016bcabdcbc0978b19352b7"},
|
|
|
|
{file = "lxml-4.9.3-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:578695735c5a3f51569810dfebd05dd6f888147a34f0f98d4bb27e92b76e05c2"},
|
|
|
|
{file = "lxml-4.9.3-cp35-cp35m-win32.whl", hash = "sha256:704f61ba8c1283c71b16135caf697557f5ecf3e74d9e453233e4771d68a1f42d"},
|
|
|
|
{file = "lxml-4.9.3-cp35-cp35m-win_amd64.whl", hash = "sha256:c41bfca0bd3532d53d16fd34d20806d5c2b1ace22a2f2e4c0008570bf2c58833"},
|
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-macosx_11_0_x86_64.whl", hash = "sha256:64f479d719dc9f4c813ad9bb6b28f8390360660b73b2e4beb4cb0ae7104f1c12"},
|
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:dd708cf4ee4408cf46a48b108fb9427bfa00b9b85812a9262b5c668af2533ea5"},
|
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c31c7462abdf8f2ac0577d9f05279727e698f97ecbb02f17939ea99ae8daa98"},
|
2023-07-12 10:16:28 +00:00
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:e3cd95e10c2610c360154afdc2f1480aea394f4a4f1ea0a5eacce49640c9b190"},
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-manylinux_2_28_x86_64.whl", hash = "sha256:4930be26af26ac545c3dffb662521d4e6268352866956672231887d18f0eaab2"},
|
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4aec80cde9197340bc353d2768e2a75f5f60bacda2bab72ab1dc499589b3878c"},
|
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:14e019fd83b831b2e61baed40cab76222139926b1fb5ed0e79225bc0cae14584"},
|
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:0c0850c8b02c298d3c7006b23e98249515ac57430e16a166873fc47a5d549287"},
|
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:aca086dc5f9ef98c512bac8efea4483eb84abbf926eaeedf7b91479feb092458"},
|
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-win32.whl", hash = "sha256:50baa9c1c47efcaef189f31e3d00d697c6d4afda5c3cde0302d063492ff9b477"},
|
|
|
|
{file = "lxml-4.9.3-cp36-cp36m-win_amd64.whl", hash = "sha256:bef4e656f7d98aaa3486d2627e7d2df1157d7e88e7efd43a65aa5dd4714916cf"},
|
|
|
|
{file = "lxml-4.9.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:46f409a2d60f634fe550f7133ed30ad5321ae2e6630f13657fb9479506b00601"},
|
|
|
|
{file = "lxml-4.9.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:4c28a9144688aef80d6ea666c809b4b0e50010a2aca784c97f5e6bf143d9f129"},
|
2023-07-12 10:16:28 +00:00
|
|
|
{file = "lxml-4.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:141f1d1a9b663c679dc524af3ea1773e618907e96075262726c7612c02b149a4"},
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-cp37-cp37m-manylinux_2_28_x86_64.whl", hash = "sha256:53ace1c1fd5a74ef662f844a0413446c0629d151055340e9893da958a374f70d"},
|
|
|
|
{file = "lxml-4.9.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:17a753023436a18e27dd7769e798ce302963c236bc4114ceee5b25c18c52c693"},
|
|
|
|
{file = "lxml-4.9.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:7d298a1bd60c067ea75d9f684f5f3992c9d6766fadbc0bcedd39750bf344c2f4"},
|
|
|
|
{file = "lxml-4.9.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:081d32421db5df44c41b7f08a334a090a545c54ba977e47fd7cc2deece78809a"},
|
|
|
|
{file = "lxml-4.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:23eed6d7b1a3336ad92d8e39d4bfe09073c31bfe502f20ca5116b2a334f8ec02"},
|
|
|
|
{file = "lxml-4.9.3-cp37-cp37m-win32.whl", hash = "sha256:1509dd12b773c02acd154582088820893109f6ca27ef7291b003d0e81666109f"},
|
|
|
|
{file = "lxml-4.9.3-cp37-cp37m-win_amd64.whl", hash = "sha256:120fa9349a24c7043854c53cae8cec227e1f79195a7493e09e0c12e29f918e52"},
|
|
|
|
{file = "lxml-4.9.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:4d2d1edbca80b510443f51afd8496be95529db04a509bc8faee49c7b0fb6d2cc"},
|
|
|
|
{file = "lxml-4.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:8d7e43bd40f65f7d97ad8ef5c9b1778943d02f04febef12def25f7583d19baac"},
|
2023-07-12 10:16:28 +00:00
|
|
|
{file = "lxml-4.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:71d66ee82e7417828af6ecd7db817913cb0cf9d4e61aa0ac1fde0583d84358db"},
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:6fc3c450eaa0b56f815c7b62f2b7fba7266c4779adcf1cece9e6deb1de7305ce"},
|
|
|
|
{file = "lxml-4.9.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:65299ea57d82fb91c7f019300d24050c4ddeb7c5a190e076b5f48a2b43d19c42"},
|
|
|
|
{file = "lxml-4.9.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:eadfbbbfb41b44034a4c757fd5d70baccd43296fb894dba0295606a7cf3124aa"},
|
|
|
|
{file = "lxml-4.9.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:3e9bdd30efde2b9ccfa9cb5768ba04fe71b018a25ea093379c857c9dad262c40"},
|
|
|
|
{file = "lxml-4.9.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:fcdd00edfd0a3001e0181eab3e63bd5c74ad3e67152c84f93f13769a40e073a7"},
|
|
|
|
{file = "lxml-4.9.3-cp38-cp38-win32.whl", hash = "sha256:57aba1bbdf450b726d58b2aea5fe47c7875f5afb2c4a23784ed78f19a0462574"},
|
|
|
|
{file = "lxml-4.9.3-cp38-cp38-win_amd64.whl", hash = "sha256:92af161ecbdb2883c4593d5ed4815ea71b31fafd7fd05789b23100d081ecac96"},
|
|
|
|
{file = "lxml-4.9.3-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:9bb6ad405121241e99a86efff22d3ef469024ce22875a7ae045896ad23ba2340"},
|
|
|
|
{file = "lxml-4.9.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:8ed74706b26ad100433da4b9d807eae371efaa266ffc3e9191ea436087a9d6a7"},
|
2023-07-12 10:16:28 +00:00
|
|
|
{file = "lxml-4.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:fbf521479bcac1e25a663df882c46a641a9bff6b56dc8b0fafaebd2f66fb231b"},
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:303bf1edce6ced16bf67a18a1cf8339d0db79577eec5d9a6d4a80f0fb10aa2da"},
|
|
|
|
{file = "lxml-4.9.3-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:5515edd2a6d1a5a70bfcdee23b42ec33425e405c5b351478ab7dc9347228f96e"},
|
|
|
|
{file = "lxml-4.9.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:690dafd0b187ed38583a648076865d8c229661ed20e48f2335d68e2cf7dc829d"},
|
|
|
|
{file = "lxml-4.9.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:b6420a005548ad52154c8ceab4a1290ff78d757f9e5cbc68f8c77089acd3c432"},
|
|
|
|
{file = "lxml-4.9.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:bb3bb49c7a6ad9d981d734ef7c7193bc349ac338776a0360cc671eaee89bcf69"},
|
|
|
|
{file = "lxml-4.9.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:d27be7405547d1f958b60837dc4c1007da90b8b23f54ba1f8b728c78fdb19d50"},
|
|
|
|
{file = "lxml-4.9.3-cp39-cp39-win32.whl", hash = "sha256:8df133a2ea5e74eef5e8fc6f19b9e085f758768a16e9877a60aec455ed2609b2"},
|
|
|
|
{file = "lxml-4.9.3-cp39-cp39-win_amd64.whl", hash = "sha256:4dd9a263e845a72eacb60d12401e37c616438ea2e5442885f65082c276dfb2b2"},
|
|
|
|
{file = "lxml-4.9.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:6689a3d7fd13dc687e9102a27e98ef33730ac4fe37795d5036d18b4d527abd35"},
|
|
|
|
{file = "lxml-4.9.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:f6bdac493b949141b733c5345b6ba8f87a226029cbabc7e9e121a413e49441e0"},
|
2023-07-12 10:16:28 +00:00
|
|
|
{file = "lxml-4.9.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:05186a0f1346ae12553d66df1cfce6f251589fea3ad3da4f3ef4e34b2d58c6a3"},
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:c2006f5c8d28dee289f7020f721354362fa304acbaaf9745751ac4006650254b"},
|
|
|
|
{file = "lxml-4.9.3-pp38-pypy38_pp73-macosx_11_0_x86_64.whl", hash = "sha256:5c245b783db29c4e4fbbbfc9c5a78be496c9fea25517f90606aa1f6b2b3d5f7b"},
|
|
|
|
{file = "lxml-4.9.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:4fb960a632a49f2f089d522f70496640fdf1218f1243889da3822e0a9f5f3ba7"},
|
2023-07-12 10:16:28 +00:00
|
|
|
{file = "lxml-4.9.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:50670615eaf97227d5dc60de2dc99fb134a7130d310d783314e7724bf163f75d"},
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:9719fe17307a9e814580af1f5c6e05ca593b12fb7e44fe62450a5384dbf61b4b"},
|
|
|
|
{file = "lxml-4.9.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:3331bece23c9ee066e0fb3f96c61322b9e0f54d775fccefff4c38ca488de283a"},
|
|
|
|
{file = "lxml-4.9.3-pp39-pypy39_pp73-macosx_11_0_x86_64.whl", hash = "sha256:ed667f49b11360951e201453fc3967344d0d0263aa415e1619e85ae7fd17b4e0"},
|
|
|
|
{file = "lxml-4.9.3-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl", hash = "sha256:8b77946fd508cbf0fccd8e400a7f71d4ac0e1595812e66025bac475a8e811694"},
|
2023-07-12 10:16:28 +00:00
|
|
|
{file = "lxml-4.9.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:e4da8ca0c0c0aea88fd46be8e44bd49716772358d648cce45fe387f7b92374a7"},
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "lxml-4.9.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:fe4bda6bd4340caa6e5cf95e73f8fea5c4bfc55763dd42f1b50a94c1b4a2fbd4"},
|
|
|
|
{file = "lxml-4.9.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:f3df3db1d336b9356dd3112eae5f5c2b8b377f3bc826848567f10bfddfee77e9"},
|
|
|
|
{file = "lxml-4.9.3.tar.gz", hash = "sha256:48628bd53a426c9eb9bc066a923acaa0878d1e86129fd5359aee99285f4eed9c"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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"]
|
2023-07-11 14:09:23 +00:00
|
|
|
source = ["Cython (>=0.29.35)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "markupsafe"
|
2023-06-03 10:11:19 +00:00
|
|
|
version = "2.1.3"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Safely add untrusted strings to HTML/XML markup."
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-03 10:11:19 +00:00
|
|
|
{file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp310-cp310-win32.whl", hash = "sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl", hash = "sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp311-cp311-win32.whl", hash = "sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl", hash = "sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp37-cp37m-win32.whl", hash = "sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp37-cp37m-win_amd64.whl", hash = "sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp38-cp38-win32.whl", hash = "sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp38-cp38-win_amd64.whl", hash = "sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp39-cp39-win32.whl", hash = "sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2"},
|
|
|
|
{file = "MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl", hash = "sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba"},
|
|
|
|
{file = "MarkupSafe-2.1.3.tar.gz", hash = "sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodeenv"
|
2023-05-15 13:37:52 +00:00
|
|
|
version = "1.8.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Node.js virtual environment builder"
|
|
|
|
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 = [
|
2023-05-15 13:37:52 +00:00
|
|
|
{file = "nodeenv-1.8.0-py2.py3-none-any.whl", hash = "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"},
|
|
|
|
{file = "nodeenv-1.8.0.tar.gz", hash = "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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"
|
2023-05-02 14:46:10 +00:00
|
|
|
version = "23.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
optional = false
|
2022-12-20 19:18:37 +00:00
|
|
|
python-versions = ">=3.7"
|
|
|
|
files = [
|
2023-05-02 14:46:10 +00:00
|
|
|
{file = "packaging-23.1-py3-none-any.whl", hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61"},
|
|
|
|
{file = "packaging-23.1.tar.gz", hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pdbpp"
|
|
|
|
version = "0.10.3"
|
|
|
|
description = "pdb++, a drop-in replacement for pdb"
|
|
|
|
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"
|
2023-08-08 12:24:13 +00:00
|
|
|
version = "3.10.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
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-08-08 12:24:13 +00:00
|
|
|
{file = "platformdirs-3.10.0-py3-none-any.whl", hash = "sha256:d7c24979f292f916dc9cbf8648319032f551ea8c49a4c9bf2fb556a02070ec1d"},
|
|
|
|
{file = "platformdirs-3.10.0.tar.gz", hash = "sha256:b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-08-08 12:24:13 +00:00
|
|
|
docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.1)", "sphinx-autodoc-typehints (>=1.24)"]
|
|
|
|
test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.11.1)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pluggy"
|
2023-06-22 16:51:19 +00:00
|
|
|
version = "1.2.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
optional = false
|
2023-06-22 16:51:19 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-22 16:51:19 +00:00
|
|
|
{file = "pluggy-1.2.0-py3-none-any.whl", hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849"},
|
|
|
|
{file = "pluggy-1.2.0.tar.gz", hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pre-commit", "tox"]
|
|
|
|
testing = ["pytest", "pytest-benchmark"]
|
|
|
|
|
2023-05-03 12:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "portpicker"
|
2023-08-15 15:13:52 +00:00
|
|
|
version = "1.6.0"
|
2023-05-03 12:41:47 +00:00
|
|
|
description = "A library to choose unique available network ports."
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
files = [
|
2023-08-15 15:13:52 +00:00
|
|
|
{file = "portpicker-1.6.0-py3-none-any.whl", hash = "sha256:b2787a41404cf7edbe29b07b9e0ed863b09f2665dcc01c1eb0c2261c1e7d0755"},
|
|
|
|
{file = "portpicker-1.6.0.tar.gz", hash = "sha256:bd507fd6f96f65ee02781f2e674e9dc6c99bbfa6e3c39992e3916204c9d431fa"},
|
2023-05-03 12:41:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
psutil = "*"
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pre-commit"
|
2023-06-22 16:51:19 +00:00
|
|
|
version = "3.3.3"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "A framework for managing and maintaining multi-language pre-commit hooks."
|
|
|
|
optional = false
|
2023-06-22 16:51:19 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-22 16:51:19 +00:00
|
|
|
{file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"},
|
|
|
|
{file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"},
|
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"
|
|
|
|
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
|
|
|
|
2023-05-03 12:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "psutil"
|
|
|
|
version = "5.9.5"
|
|
|
|
description = "Cross-platform lib for process and system monitoring in Python."
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
files = [
|
|
|
|
{file = "psutil-5.9.5-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:be8929ce4313f9f8146caad4272f6abb8bf99fc6cf59344a3167ecd74f4f203f"},
|
|
|
|
{file = "psutil-5.9.5-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ab8ed1a1d77c95453db1ae00a3f9c50227ebd955437bcf2a574ba8adbf6a74d5"},
|
|
|
|
{file = "psutil-5.9.5-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:4aef137f3345082a3d3232187aeb4ac4ef959ba3d7c10c33dd73763fbc063da4"},
|
|
|
|
{file = "psutil-5.9.5-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:ea8518d152174e1249c4f2a1c89e3e6065941df2fa13a1ab45327716a23c2b48"},
|
|
|
|
{file = "psutil-5.9.5-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:acf2aef9391710afded549ff602b5887d7a2349831ae4c26be7c807c0a39fac4"},
|
|
|
|
{file = "psutil-5.9.5-cp27-none-win32.whl", hash = "sha256:5b9b8cb93f507e8dbaf22af6a2fd0ccbe8244bf30b1baad6b3954e935157ae3f"},
|
|
|
|
{file = "psutil-5.9.5-cp27-none-win_amd64.whl", hash = "sha256:8c5f7c5a052d1d567db4ddd231a9d27a74e8e4a9c3f44b1032762bd7b9fdcd42"},
|
|
|
|
{file = "psutil-5.9.5-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:3c6f686f4225553615612f6d9bc21f1c0e305f75d7d8454f9b46e901778e7217"},
|
|
|
|
{file = "psutil-5.9.5-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7a7dd9997128a0d928ed4fb2c2d57e5102bb6089027939f3b722f3a210f9a8da"},
|
|
|
|
{file = "psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89518112647f1276b03ca97b65cc7f64ca587b1eb0278383017c2a0dcc26cbe4"},
|
|
|
|
{file = "psutil-5.9.5-cp36-abi3-win32.whl", hash = "sha256:104a5cc0e31baa2bcf67900be36acde157756b9c44017b86b2c049f11957887d"},
|
|
|
|
{file = "psutil-5.9.5-cp36-abi3-win_amd64.whl", hash = "sha256:b258c0c1c9d145a1d5ceffab1134441c4c5113b2417fafff7315a917a026c3c9"},
|
|
|
|
{file = "psutil-5.9.5-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:c607bb3b57dc779d55e1554846352b4e358c10fff3abf3514a7a6601beebdb30"},
|
|
|
|
{file = "psutil-5.9.5.tar.gz", hash = "sha256:5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"]
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyasn1"
|
2023-05-02 14:46:10 +00:00
|
|
|
version = "0.5.0"
|
|
|
|
description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)"
|
2022-05-13 09:44:23 +00:00
|
|
|
optional = false
|
2023-05-02 14:46:10 +00:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-05-02 14:46:10 +00:00
|
|
|
{file = "pyasn1-0.5.0-py2.py3-none-any.whl", hash = "sha256:87a2121042a1ac9358cabcaf1d07680ff97ee6404333bacca15f76aa8ad01a57"},
|
|
|
|
{file = "pyasn1-0.5.0.tar.gz", hash = "sha256:97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyasn1-modules"
|
2023-05-02 14:46:10 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
description = "A collection of ASN.1-based protocols modules"
|
2022-05-13 09:44:23 +00:00
|
|
|
optional = false
|
2023-05-02 14:46:10 +00:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-05-02 14:46:10 +00:00
|
|
|
{file = "pyasn1_modules-0.3.0-py2.py3-none-any.whl", hash = "sha256:d3ccd6ed470d9ffbc716be08bd90efbd44d0734bc9303818f7336070984a162d"},
|
|
|
|
{file = "pyasn1_modules-0.3.0.tar.gz", hash = "sha256:5bd01446b736eb9d31512a30d46c1ac3395d676c6f3cafa4c03eb54b9925631c"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2023-05-02 14:46:10 +00:00
|
|
|
pyasn1 = ">=0.4.6,<0.6.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
|
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"
|
|
|
|
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"
|
|
|
|
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"
|
2023-08-08 12:24:13 +00:00
|
|
|
version = "2.16.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
|
|
optional = false
|
2023-04-10 20:01:54 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-08-08 12:24:13 +00:00
|
|
|
{file = "Pygments-2.16.1-py3-none-any.whl", hash = "sha256:13fc09fa63bc8d8671a6d247e1eb303c4b343eaee81d861f3404db2935653692"},
|
|
|
|
{file = "Pygments-2.16.1.tar.gz", hash = "sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
2022-10-03 11:29:40 +00:00
|
|
|
[package.extras]
|
|
|
|
plugins = ["importlib-metadata"]
|
|
|
|
|
2023-06-03 10:25:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pygments-ldif"
|
|
|
|
version = "1.0.1"
|
|
|
|
description = "LDAP Data Interchange Format (LDIF) lexer for Pygments"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
files = [
|
|
|
|
{file = "pygments-ldif-1.0.1.tar.gz", hash = "sha256:df303ce8f3b74ab659afeb6adb12d89e9352b18228c0742fbc080b4e49b5e0c7"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Pygments = "*"
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyquery"
|
2023-01-28 15:23:02 +00:00
|
|
|
version = "2.0.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "A jquery-like library for python"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-01-28 15:23:02 +00:00
|
|
|
{file = "pyquery-2.0.0-py3-none-any.whl", hash = "sha256:8dfc9b4b7c5f877d619bbae74b1898d5743f6ca248cfd5d72b504dd614da312f"},
|
|
|
|
{file = "pyquery-2.0.0.tar.gz", hash = "sha256:963e8d4e90262ff6d8dec072ea97285dc374a2f69cad7776f4082abcf6a1d8ae"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2023-01-28 15:23:02 +00:00
|
|
|
cssselect = ">=1.2.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
lxml = ">=2.1"
|
|
|
|
|
2023-01-28 15:23:02 +00:00
|
|
|
[package.extras]
|
|
|
|
test = ["pytest", "pytest-cov", "requests", "webob", "webtest"]
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyreadline"
|
|
|
|
version = "2.1"
|
|
|
|
description = "A python implmementation of GNU readline."
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
|
|
|
{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"
|
|
|
|
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"
|
2023-06-29 14:05:10 +00:00
|
|
|
version = "7.4.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-29 14:05:10 +00:00
|
|
|
{file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"},
|
|
|
|
{file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
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
|
|
|
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]
|
2023-06-22 16:51:19 +00:00
|
|
|
testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest-cov"
|
2023-05-29 18:16:59 +00:00
|
|
|
version = "4.1.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Pytest plugin for measuring coverage."
|
|
|
|
optional = false
|
2023-05-29 18:16:59 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-05-29 18:16:59 +00:00
|
|
|
{file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"},
|
|
|
|
{file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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`."
|
|
|
|
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`."
|
|
|
|
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 = "*"
|
|
|
|
|
2023-05-20 14:42:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pytest-flask"
|
|
|
|
version = "1.2.0"
|
|
|
|
description = "A set of py.test fixtures to test Flask applications."
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
files = [
|
|
|
|
{file = "pytest-flask-1.2.0.tar.gz", hash = "sha256:46fde652f77777bf02dc91205aec4ce20cdf2acbbbd66a918ab91f5c14693d3d"},
|
|
|
|
{file = "pytest_flask-1.2.0-py3-none-any.whl", hash = "sha256:fe25b39ad0db09c3d1fe728edecf97ced85e774c775db259a6d25f0270a4e7c9"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Flask = "*"
|
|
|
|
pytest = ">=5.2"
|
|
|
|
Werkzeug = ">=0.7"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["Sphinx", "sphinx-rtd-theme"]
|
|
|
|
|
2022-12-20 19:18:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pytest-httpserver"
|
2023-06-22 16:51:19 +00:00
|
|
|
version = "1.0.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
description = "pytest-httpserver is a httpserver for pytest"
|
|
|
|
optional = false
|
2023-06-22 16:51:19 +00:00
|
|
|
python-versions = ">=3.8,<4.0"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-22 16:51:19 +00:00
|
|
|
{file = "pytest_httpserver-1.0.8-py3-none-any.whl", hash = "sha256:24cd3d9f6a0b927c7bfc400d0b3fda7442721b8267ce29942bf307b190f0bb09"},
|
|
|
|
{file = "pytest_httpserver-1.0.8.tar.gz", hash = "sha256:e052f69bc8a9073db02484681e8e47004dd1fb3763b0ae833bd899e5895c559a"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
Werkzeug = ">=2.0.0"
|
|
|
|
|
2023-06-03 17:47:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pytest-lazy-fixture"
|
|
|
|
version = "0.6.3"
|
|
|
|
description = "It helps to use fixtures in pytest.mark.parametrize"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
files = [
|
|
|
|
{file = "pytest-lazy-fixture-0.6.3.tar.gz", hash = "sha256:0e7d0c7f74ba33e6e80905e9bfd81f9d15ef9a790de97993e34213deb5ad10ac"},
|
|
|
|
{file = "pytest_lazy_fixture-0.6.3-py3-none-any.whl", hash = "sha256:e0b379f38299ff27a653f03eaa69b08a6fd4484e46fd1c9907d984b9f9daeda6"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pytest = ">=3.2.5"
|
|
|
|
|
2023-07-06 07:07:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pytest-xdist"
|
|
|
|
version = "3.3.1"
|
|
|
|
description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
files = [
|
|
|
|
{file = "pytest-xdist-3.3.1.tar.gz", hash = "sha256:d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93"},
|
|
|
|
{file = "pytest_xdist-3.3.1-py3-none-any.whl", hash = "sha256:ff9daa7793569e6a68544850fd3927cd257cc03a7ef76c95e86915355e82b5f2"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
execnet = ">=1.1"
|
|
|
|
pytest = ">=6.2.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
psutil = ["psutil (>=3.0)"]
|
|
|
|
setproctitle = ["setproctitle"]
|
|
|
|
testing = ["filelock"]
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "python-dateutil"
|
|
|
|
version = "2.8.2"
|
|
|
|
description = "Extensions to the standard Python datetime module"
|
|
|
|
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-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"
|
|
|
|
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"
|
2023-04-10 20:01:54 +00:00
|
|
|
version = "2023.3"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "World timezone definitions, modern and historical"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-04-10 20:01:54 +00:00
|
|
|
{file = "pytz-2023.3-py2.py3-none-any.whl", hash = "sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb"},
|
|
|
|
{file = "pytz-2023.3.tar.gz", hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "pyyaml"
|
2023-07-24 18:32:49 +00:00
|
|
|
version = "6.0.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "YAML parser and emitter for Python"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-07-24 18:32:49 +00:00
|
|
|
{file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a"},
|
|
|
|
{file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"},
|
|
|
|
{file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"},
|
|
|
|
{file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"},
|
|
|
|
{file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"},
|
|
|
|
{file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"},
|
|
|
|
{file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"},
|
|
|
|
{file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"},
|
|
|
|
{file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"},
|
|
|
|
{file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"},
|
|
|
|
{file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"},
|
|
|
|
{file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"},
|
|
|
|
{file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"},
|
|
|
|
{file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"},
|
|
|
|
{file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"},
|
|
|
|
{file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"},
|
|
|
|
{file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"},
|
|
|
|
{file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd"},
|
|
|
|
{file = "PyYAML-6.0.1-cp36-cp36m-win32.whl", hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585"},
|
|
|
|
{file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa"},
|
|
|
|
{file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3"},
|
|
|
|
{file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27"},
|
|
|
|
{file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3"},
|
|
|
|
{file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c"},
|
|
|
|
{file = "PyYAML-6.0.1-cp37-cp37m-win32.whl", hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba"},
|
|
|
|
{file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867"},
|
|
|
|
{file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595"},
|
|
|
|
{file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"},
|
|
|
|
{file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"},
|
|
|
|
{file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"},
|
|
|
|
{file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"},
|
|
|
|
{file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"},
|
|
|
|
{file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"},
|
|
|
|
{file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859"},
|
|
|
|
{file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"},
|
|
|
|
{file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"},
|
|
|
|
{file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"},
|
|
|
|
{file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"},
|
|
|
|
{file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"},
|
|
|
|
{file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "requests"
|
2023-05-29 18:16:59 +00:00
|
|
|
version = "2.31.0"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Python HTTP for Humans."
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
2023-05-02 14:46:10 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-05-29 18:16:59 +00:00
|
|
|
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"},
|
|
|
|
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = ">=2017.4.17"
|
2023-01-28 15:23:02 +00:00
|
|
|
charset-normalizer = ">=2,<4"
|
2022-07-20 09:16:38 +00:00
|
|
|
idna = ">=2.5,<4"
|
2023-05-15 13:37:52 +00:00
|
|
|
urllib3 = ">=1.21.1,<3"
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[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"
|
2023-08-08 12:24:13 +00:00
|
|
|
version = "1.29.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Python client for Sentry (https://sentry.io)"
|
|
|
|
optional = true
|
|
|
|
python-versions = "*"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-08-08 12:24:13 +00:00
|
|
|
{file = "sentry-sdk-1.29.2.tar.gz", hash = "sha256:a99ee105384788c3f228726a88baf515fe7b5f1d2d0f215a03d194369f158df7"},
|
|
|
|
{file = "sentry_sdk-1.29.2-py2.py3-none-any.whl", hash = "sha256:3e17215d8006612e2df02b0e73115eb8376c37e3f586d8436fa41644e605074d"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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\""}
|
2023-06-03 10:11:19 +00:00
|
|
|
markupsafe = {version = "*", 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)"]
|
2023-03-01 14:30:07 +00:00
|
|
|
arq = ["arq (>=0.23)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
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)"]
|
2023-06-03 10:11:19 +00:00
|
|
|
flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"]
|
2023-04-05 12:29:03 +00:00
|
|
|
grpcio = ["grpcio (>=1.21.1)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
httpx = ["httpx (>=0.16.0)"]
|
2023-02-26 18:48:07 +00:00
|
|
|
huey = ["huey (>=2)"]
|
2023-06-03 10:11:19 +00:00
|
|
|
loguru = ["loguru (>=0.5)"]
|
2023-01-28 15:23:02 +00:00
|
|
|
opentelemetry = ["opentelemetry-distro (>=0.35b0)"]
|
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)"]
|
2023-01-28 15:23:02 +00:00
|
|
|
starlite = ["starlite (>=1.48)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
tornado = ["tornado (>=5)"]
|
|
|
|
|
2022-10-03 11:29:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "setuptools"
|
2023-06-22 16:51:19 +00:00
|
|
|
version = "68.0.0"
|
2022-10-03 11:29:40 +00:00
|
|
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-22 16:51:19 +00:00
|
|
|
{file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"},
|
|
|
|
{file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-10-03 11:29:40 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-01-28 15:23:02 +00:00
|
|
|
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-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
2023-05-20 10:05:12 +00:00
|
|
|
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "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-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "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"
|
|
|
|
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"
|
2023-08-13 14:06:16 +00:00
|
|
|
version = "0.1.4"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Controls a slapd process in a pythonic way"
|
|
|
|
optional = false
|
2023-08-13 14:06:16 +00:00
|
|
|
python-versions = ">=3.8,<4.0"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-08-13 14:06:16 +00:00
|
|
|
{file = "slapd-0.1.4-py3-none-any.whl", hash = "sha256:fcb8aa7d89619ff149afdc473ba94cd9258846c817c7d6bad507f5aa4437e5c5"},
|
|
|
|
{file = "slapd-0.1.4.tar.gz", hash = "sha256:d349ae29ced4131df8724c9a5ec4ae38cf2a8af2104c92ad2148daa8247ebf62"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smtpdfix"
|
2023-07-11 14:09:23 +00:00
|
|
|
version = "0.5.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."
|
|
|
|
optional = false
|
2022-10-03 11:29:40 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-07-11 14:09:23 +00:00
|
|
|
{file = "smtpdfix-0.5.1-py3-none-any.whl", hash = "sha256:fab6c8f9060d1dca4ac6f338dae00f487e59de69a2133e58f03f0fe7ff295f52"},
|
|
|
|
{file = "smtpdfix-0.5.1.tar.gz", hash = "sha256:f3cda2d13e84c9267a8f13a0a0cd75314fa16b8d577ca8c30e1523797eeabe9e"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-10-03 11:29:40 +00:00
|
|
|
aiosmtpd = "*"
|
2023-07-11 14:09:23 +00:00
|
|
|
cryptography = "*"
|
2023-05-03 12:41:47 +00:00
|
|
|
portpicker = "*"
|
2022-05-13 09:44:23 +00:00
|
|
|
pytest = "*"
|
|
|
|
|
|
|
|
[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."
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
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"
|
2023-05-02 14:46:10 +00:00
|
|
|
version = "2.4.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "A modern CSS selector implementation for Beautiful Soup."
|
|
|
|
optional = false
|
2023-02-26 18:48:07 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-05-02 14:46:10 +00:00
|
|
|
{file = "soupsieve-2.4.1-py3-none-any.whl", hash = "sha256:1c1bfee6819544a3447586c889157365a27e10d88cde3ad3da0cf0ddf646feb8"},
|
|
|
|
{file = "soupsieve-2.4.1.tar.gz", hash = "sha256:89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-24 08:28:36 +00:00
|
|
|
name = "sphinx"
|
2023-06-22 16:51:19 +00:00
|
|
|
version = "6.2.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Python documentation generator"
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
2023-06-22 16:51:19 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-22 16:51:19 +00:00
|
|
|
{file = "Sphinx-6.2.1.tar.gz", hash = "sha256:6d56a34697bb749ffa0152feafc4b19836c755d90a7c59b72bc7dfd371b9cc6b"},
|
|
|
|
{file = "sphinx-6.2.1-py3-none-any.whl", hash = "sha256:97787ff1fa3256a3eef9eda523a63dbf299f7b47e053cfcf684a1c2a8380c912"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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\""}
|
2023-06-22 16:51:19 +00:00
|
|
|
docutils = ">=0.18.1,<0.20"
|
2022-10-03 11:29:40 +00:00
|
|
|
imagesize = ">=1.3"
|
|
|
|
importlib-metadata = {version = ">=4.8", markers = "python_version < \"3.10\""}
|
|
|
|
Jinja2 = ">=3.0"
|
|
|
|
packaging = ">=21.0"
|
2023-06-22 16:51:19 +00:00
|
|
|
Pygments = ">=2.13"
|
|
|
|
requests = ">=2.25.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"]
|
2023-06-22 16:51:19 +00:00
|
|
|
lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-simplify", "isort", "mypy (>=0.990)", "ruff", "sphinx-lint", "types-requests"]
|
|
|
|
test = ["cython", "filelock", "html5lib", "pytest (>=4.6)"]
|
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"
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
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"
|
2023-06-22 16:51:19 +00:00
|
|
|
version = "1.2.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Read the Docs theme for Sphinx"
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
2023-02-26 18:48:07 +00:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-22 16:51:19 +00:00
|
|
|
{file = "sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl", hash = "sha256:6a7e7d8af34eb8fc57d52a09c6b6b9c46ff44aea5951bc831eeb9245378f3689"},
|
|
|
|
{file = "sphinx_rtd_theme-1.2.2.tar.gz", hash = "sha256:01c5c5a72e2d025bd23d1f06c59a4831b06e6ce6c01fdd5ebfe9986c0a880fc7"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2023-02-26 18:48:07 +00:00
|
|
|
docutils = "<0.19"
|
|
|
|
sphinx = ">=1.6,<7"
|
2023-06-22 16:51:19 +00:00
|
|
|
sphinxcontrib-jquery = ">=4,<5"
|
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"
|
2023-06-22 16:51:19 +00:00
|
|
|
version = "1.0.4"
|
|
|
|
description = "sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books"
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
2023-06-22 16:51:19 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-22 16:51:19 +00:00
|
|
|
{file = "sphinxcontrib-applehelp-1.0.4.tar.gz", hash = "sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e"},
|
|
|
|
{file = "sphinxcontrib_applehelp-1.0.4-py3-none-any.whl", hash = "sha256:29d341f67fb0f6f586b23ad80e072c8e6ad0b48417db2bde114a4c9746feb228"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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."
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
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"
|
2023-06-22 16:51:19 +00:00
|
|
|
version = "2.0.1"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
2023-06-22 16:51:19 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-06-22 16:51:19 +00:00
|
|
|
{file = "sphinxcontrib-htmlhelp-2.0.1.tar.gz", hash = "sha256:0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff"},
|
|
|
|
{file = "sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl", hash = "sha256:c38cb46dccf316c79de6e5515e1770414b797162b23cd3d06e67020e1d2a6903"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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
|
|
|
|
2023-02-26 18:48:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sphinxcontrib-jquery"
|
2023-03-23 08:59:43 +00:00
|
|
|
version = "4.1"
|
2023-02-26 18:48:07 +00:00
|
|
|
description = "Extension to include jQuery on newer Sphinx releases"
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
2023-02-26 18:48:07 +00:00
|
|
|
python-versions = ">=2.7"
|
|
|
|
files = [
|
2023-03-23 08:59:43 +00:00
|
|
|
{file = "sphinxcontrib-jquery-4.1.tar.gz", hash = "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a"},
|
|
|
|
{file = "sphinxcontrib_jquery-4.1-py2.py3-none-any.whl", hash = "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"},
|
2023-02-26 18:48:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[package.dependencies]
|
2023-03-23 08:59:43 +00:00
|
|
|
Sphinx = ">=1.8"
|
2023-02-26 18:48:07 +00:00
|
|
|
|
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"
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
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."
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
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)."
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
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"
|
|
|
|
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"
|
|
|
|
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
|
|
|
|
2023-07-16 18:41:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typing-extensions"
|
|
|
|
version = "4.7.1"
|
|
|
|
description = "Backported and Experimental Type Hints for Python 3.7+"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
files = [
|
|
|
|
{file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"},
|
|
|
|
{file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"},
|
|
|
|
]
|
|
|
|
|
2022-05-13 09:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urllib3"
|
2023-07-24 18:32:49 +00:00
|
|
|
version = "2.0.4"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
2023-03-11 23:13:09 +00:00
|
|
|
optional = false
|
2023-05-15 13:37:52 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-07-24 18:32:49 +00:00
|
|
|
{file = "urllib3-2.0.4-py3-none-any.whl", hash = "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4"},
|
|
|
|
{file = "urllib3-2.0.4.tar.gz", hash = "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-05-15 13:37:52 +00:00
|
|
|
brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"]
|
|
|
|
secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.1.0)", "urllib3-secure-extra"]
|
|
|
|
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|
|
|
zstd = ["zstandard (>=0.18.0)"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtualenv"
|
2023-08-13 12:45:27 +00:00
|
|
|
version = "20.24.3"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Virtual Python Environment builder"
|
|
|
|
optional = false
|
2023-02-26 18:48:07 +00:00
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-08-13 12:45:27 +00:00
|
|
|
{file = "virtualenv-20.24.3-py3-none-any.whl", hash = "sha256:95a6e9398b4967fbcb5fef2acec5efaf9aa4972049d9ae41f95e0972a683fd02"},
|
|
|
|
{file = "virtualenv-20.24.3.tar.gz", hash = "sha256:e5c3b4ce817b0b328af041506a2a299418c98747c4b1e68cb7527e74ced23efc"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2023-07-24 18:32:49 +00:00
|
|
|
distlib = ">=0.3.7,<1"
|
|
|
|
filelock = ">=3.12.2,<4"
|
|
|
|
platformdirs = ">=3.9.1,<4"
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-06-22 16:51:19 +00:00
|
|
|
docs = ["furo (>=2023.5.20)", "proselint (>=0.13)", "sphinx (>=7.0.1)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"]
|
2023-07-24 18:32:49 +00:00
|
|
|
test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8)", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10)"]
|
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"
|
|
|
|
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"
|
|
|
|
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"
|
|
|
|
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"
|
2023-02-26 18:48:07 +00:00
|
|
|
version = "2.2.3"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "The comprehensive WSGI web application library."
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-02-26 18:48:07 +00:00
|
|
|
{file = "Werkzeug-2.2.3-py3-none-any.whl", hash = "sha256:56433961bc1f12533306c624f3be5e744389ac61d722175d543e1751285da612"},
|
|
|
|
{file = "Werkzeug-2.2.3.tar.gz", hash = "sha256:2e1ccc9417d4da358b9de6f174e3ac094391ea1d4fbef2d667865d819dfd0afe"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
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"
|
|
|
|
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."
|
|
|
|
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"
|
2023-07-16 18:41:32 +00:00
|
|
|
version = "3.16.2"
|
2022-05-13 09:44:23 +00:00
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
optional = false
|
2023-07-11 14:09:23 +00:00
|
|
|
python-versions = ">=3.8"
|
2022-12-20 19:18:37 +00:00
|
|
|
files = [
|
2023-07-16 18:41:32 +00:00
|
|
|
{file = "zipp-3.16.2-py3-none-any.whl", hash = "sha256:679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0"},
|
|
|
|
{file = "zipp-3.16.2.tar.gz", hash = "sha256:ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147"},
|
2022-12-20 19:18:37 +00:00
|
|
|
]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2023-07-11 14:09:23 +00:00
|
|
|
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
2023-07-16 18:41:32 +00:00
|
|
|
testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy (>=0.9.1)", "pytest-ruff"]
|
2022-05-13 09:44:23 +00:00
|
|
|
|
|
|
|
[extras]
|
|
|
|
sentry = ["sentry-sdk"]
|
|
|
|
|
|
|
|
[metadata]
|
2022-12-20 19:18:37 +00:00
|
|
|
lock-version = "2.0"
|
2023-08-13 11:49:26 +00:00
|
|
|
python-versions = "^3.8"
|
2023-08-13 14:06:16 +00:00
|
|
|
content-hash = "992ada3ebda103757cfda97ccc5775e21b11d8275d0ceeeeb1f29ecb1c5f9a45"
|