2024-03-16 18:40:25 +00:00
# This file is automatically @generated by Poetry 1.8.2 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"
2024-03-16 18:40:25 +00:00
version = "1.4.5"
2022-05-13 09:44:23 +00:00
description = "aiosmtpd - asyncio based SMTP server"
optional = false
2024-03-16 18:40:25 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-03-16 18:40:25 +00:00
{ file = "aiosmtpd-1.4.5-py3-none-any.whl" , hash = "sha256:a196922f1903e54c4d37c53415b7613056d39e2b1e8249f324b9ee7a439be0f1" } ,
{ file = "aiosmtpd-1.4.5.tar.gz" , hash = "sha256:78d7b14f859ad0e6de252b47f9cf1ca6f1c82a8b0f10a9e39bec7e915a6aa5fe" } ,
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
2023-12-18 17:06:03 +00:00
[ [ package ] ]
name = "annotated-types"
version = "0.6.0"
description = "Reusable constraint types to use with typing.Annotated"
optional = false
python-versions = ">=3.8"
files = [
{ file = "annotated_types-0.6.0-py3-none-any.whl" , hash = "sha256:0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43" } ,
{ file = "annotated_types-0.6.0.tar.gz" , hash = "sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d" } ,
]
[ package . dependencies ]
typing-extensions = { version = ">=4.0.0" , markers = "python_version < \"3.9\"" }
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "atpublic"
2024-04-02 12:05:03 +00:00
version = "4.1.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 = [
2024-04-02 12:05:03 +00:00
{ file = "atpublic-4.1.0-py3-none-any.whl" , hash = "sha256:df90de1162b1a941ee486f484691dc7c33123ee638ea5d6ca604061306e0fdde" } ,
{ file = "atpublic-4.1.0.tar.gz" , hash = "sha256:d1c8cd931af7461f6d18bc6063383e8654d9e9ef19d58ee6dc01e8515bbf55df" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "attrs"
2024-01-02 16:55:52 +00:00
version = "23.2.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 = [
2024-01-02 16:55:52 +00:00
{ file = "attrs-23.2.0-py3-none-any.whl" , hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1" } ,
{ file = "attrs-23.2.0.tar.gz" , hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30" } ,
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)" ]
2024-01-02 16:55:52 +00:00
dev = [ "attrs[tests]" , "pre-commit" ]
2023-05-02 14:46:10 +00:00
docs = [ "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "sphinxcontrib-towncrier" , "towncrier" , "zope-interface" ]
tests = [ "attrs[tests-no-zope]" , "zope-interface" ]
2024-01-02 16:55:52 +00:00
tests-mypy = [ "mypy (>=1.6)" , "pytest-mypy-plugins" ]
tests-no-zope = [ "attrs[tests-mypy]" , "cloudpickle" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "pytest-xdist[psutil]" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
2022-10-24 08:28:36 +00:00
name = "authlib"
2023-12-18 08:17:12 +00:00
version = "1.3.0"
2022-05-13 09:44:23 +00:00
description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
2023-08-16 15:14:11 +00:00
optional = true
2023-12-18 08:17:12 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2023-12-18 08:17:12 +00:00
{ file = "Authlib-1.3.0-py2.py3-none-any.whl" , hash = "sha256:9637e4de1fb498310a56900b3e2043a206b03cb11c05422014b0302cbc814be3" } ,
{ file = "Authlib-1.3.0.tar.gz" , hash = "sha256:959ea62a5b7b5123c5059758296122b57cd2585ae2ed1c0622c21b371ffdae06" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
2023-12-18 08:17:12 +00:00
cryptography = "*"
2022-05-13 09:44:23 +00:00
2023-12-18 17:06:03 +00:00
[ [ package ] ]
name = "autodoc-pydantic"
version = "2.1.0"
description = "Seamlessly integrate pydantic models in your Sphinx documentation."
optional = false
python-versions = ">=3.8,<4.0.0"
files = [
{ file = "autodoc_pydantic-2.1.0-py3-none-any.whl" , hash = "sha256:9f1f82ee3667589dfa08b21697be8bbd80b15110e838cd765bb1bf3ce1b0ea8f" } ,
{ file = "autodoc_pydantic-2.1.0.tar.gz" , hash = "sha256:3cf1b973e2f5ff0fbbe9b951c11827b5e32d3409e238f7f5782359426ab8d360" } ,
]
[ package . dependencies ]
importlib-metadata = { version = ">1" , markers = "python_version <= \"3.8\"" }
pydantic = ">=2.0,<3.0.0"
pydantic-settings = ">=2.0,<3.0.0"
Sphinx = ">=4.0"
[ package . extras ]
dev = [ "coverage (>=7,<8)" , "flake8 (>=3,<4)" , "pytest (>=7,<8)" , "sphinx-copybutton (>=0.4,<0.5)" , "sphinx-rtd-theme (>=1.0,<2.0)" , "sphinx-tabs (>=3,<4)" , "sphinxcontrib-mermaid (>=0.7,<0.8)" , "tox (>=3,<4)" ]
docs = [ "sphinx-copybutton (>=0.4,<0.5)" , "sphinx-rtd-theme (>=1.0,<2.0)" , "sphinx-tabs (>=3,<4)" , "sphinxcontrib-mermaid (>=0.7,<0.8)" ]
erdantic = [ "erdantic (>=0.6,<0.7)" ]
test = [ "coverage (>=7,<8)" , "pytest (>=7,<8)" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
2022-10-24 08:28:36 +00:00
name = "babel"
2023-12-14 21:21:59 +00:00
version = "2.14.0"
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-12-14 21:21:59 +00:00
{ file = "Babel-2.14.0-py3-none-any.whl" , hash = "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287" } ,
{ file = "Babel-2.14.0.tar.gz" , hash = "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363" } ,
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
2023-10-10 16:11:53 +00:00
[ package . extras ]
dev = [ "freezegun (>=1.0,<2.0)" , "pytest (>=6.0)" , "pytest-cov" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "beautifulsoup4"
2024-01-26 16:04:59 +00:00
version = "4.12.3"
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 = [
2024-01-26 16:04:59 +00:00
{ file = "beautifulsoup4-4.12.3-py3-none-any.whl" , hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed" } ,
{ file = "beautifulsoup4-4.12.3.tar.gz" , hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
soupsieve = ">1.2"
[ package . extras ]
2024-01-26 16:04:59 +00:00
cchardet = [ "cchardet" ]
chardet = [ "chardet" ]
charset-normalizer = [ "charset-normalizer" ]
2022-05-13 09:44:23 +00:00
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "blinker"
2023-11-08 08:24:53 +00:00
version = "1.7.0"
2022-05-13 09:44:23 +00:00
description = "Fast, simple object-to-object and broadcast signaling"
optional = false
2023-11-08 08:24:53 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2023-11-08 08:24:53 +00:00
{ file = "blinker-1.7.0-py3-none-any.whl" , hash = "sha256:c3f865d4d54db7abc53758a01601cf343fe55b84c1de4e3fa910e420b438d5b9" } ,
{ file = "blinker-1.7.0.tar.gz" , hash = "sha256:e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "certifi"
2024-02-05 15:58:07 +00:00
version = "2024.2.2"
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 = [
2024-02-05 15:58:07 +00:00
{ file = "certifi-2024.2.2-py3-none-any.whl" , hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1" } ,
{ file = "certifi-2024.2.2.tar.gz" , hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "cffi"
2023-09-29 20:57:13 +00:00
version = "1.16.0"
2022-05-13 09:44:23 +00:00
description = "Foreign Function Interface for Python calling C code."
optional = false
2023-09-29 20:57:13 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2023-09-29 20:57:13 +00:00
{ file = "cffi-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088" } ,
{ file = "cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614" } ,
{ file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743" } ,
{ file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d" } ,
{ file = "cffi-1.16.0-cp310-cp310-win32.whl" , hash = "sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a" } ,
{ file = "cffi-1.16.0-cp310-cp310-win_amd64.whl" , hash = "sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1" } ,
{ file = "cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404" } ,
{ file = "cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e" } ,
{ file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc" } ,
{ file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb" } ,
{ file = "cffi-1.16.0-cp311-cp311-win32.whl" , hash = "sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab" } ,
{ file = "cffi-1.16.0-cp311-cp311-win_amd64.whl" , hash = "sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba" } ,
{ file = "cffi-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956" } ,
{ file = "cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969" } ,
{ file = "cffi-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520" } ,
{ file = "cffi-1.16.0-cp312-cp312-win32.whl" , hash = "sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b" } ,
{ file = "cffi-1.16.0-cp312-cp312-win_amd64.whl" , hash = "sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235" } ,
{ file = "cffi-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324" } ,
{ file = "cffi-1.16.0-cp38-cp38-win32.whl" , hash = "sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a" } ,
{ file = "cffi-1.16.0-cp38-cp38-win_amd64.whl" , hash = "sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36" } ,
{ file = "cffi-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed" } ,
{ file = "cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098" } ,
{ file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000" } ,
{ file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe" } ,
{ file = "cffi-1.16.0-cp39-cp39-win32.whl" , hash = "sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4" } ,
{ file = "cffi-1.16.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8" } ,
{ file = "cffi-1.16.0.tar.gz" , hash = "sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" } ,
2022-12-20 19:18:37 +00:00
]
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-11-01 10:24:29 +00:00
version = "3.3.2"
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-11-01 10:24:29 +00:00
{ file = "charset-normalizer-3.3.2.tar.gz" , hash = "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-win32.whl" , hash = "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-win32.whl" , hash = "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl" , hash = "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_s390x.whl" , hash = "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-win32.whl" , hash = "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl" , hash = "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-win32.whl" , hash = "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-win32.whl" , hash = "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-win32.whl" , hash = "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d" } ,
{ file = "charset_normalizer-3.3.2-py3-none-any.whl" , hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "click"
2023-08-21 13:12:32 +00:00
version = "8.1.7"
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-08-21 13:12:32 +00:00
{ file = "click-8.1.7-py3-none-any.whl" , hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28" } ,
{ file = "click-8.1.7.tar.gz" , hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" } ,
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"
2024-03-16 18:40:25 +00:00
version = "7.4.4"
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 = [
2024-03-16 18:40:25 +00:00
{ file = "coverage-7.4.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2" } ,
{ file = "coverage-7.4.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf" } ,
{ file = "coverage-7.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8" } ,
{ file = "coverage-7.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562" } ,
{ file = "coverage-7.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2" } ,
{ file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7" } ,
{ file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87" } ,
{ file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c" } ,
{ file = "coverage-7.4.4-cp310-cp310-win32.whl" , hash = "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d" } ,
{ file = "coverage-7.4.4-cp310-cp310-win_amd64.whl" , hash = "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f" } ,
{ file = "coverage-7.4.4-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf" } ,
{ file = "coverage-7.4.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083" } ,
{ file = "coverage-7.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63" } ,
{ file = "coverage-7.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f" } ,
{ file = "coverage-7.4.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227" } ,
{ file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd" } ,
{ file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384" } ,
{ file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b" } ,
{ file = "coverage-7.4.4-cp311-cp311-win32.whl" , hash = "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286" } ,
{ file = "coverage-7.4.4-cp311-cp311-win_amd64.whl" , hash = "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec" } ,
{ file = "coverage-7.4.4-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76" } ,
{ file = "coverage-7.4.4-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818" } ,
{ file = "coverage-7.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978" } ,
{ file = "coverage-7.4.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70" } ,
{ file = "coverage-7.4.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51" } ,
{ file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c" } ,
{ file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48" } ,
{ file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9" } ,
{ file = "coverage-7.4.4-cp312-cp312-win32.whl" , hash = "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0" } ,
{ file = "coverage-7.4.4-cp312-cp312-win_amd64.whl" , hash = "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e" } ,
{ file = "coverage-7.4.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384" } ,
{ file = "coverage-7.4.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1" } ,
{ file = "coverage-7.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a" } ,
{ file = "coverage-7.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409" } ,
{ file = "coverage-7.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e" } ,
{ file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd" } ,
{ file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7" } ,
{ file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c" } ,
{ file = "coverage-7.4.4-cp38-cp38-win32.whl" , hash = "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e" } ,
{ file = "coverage-7.4.4-cp38-cp38-win_amd64.whl" , hash = "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8" } ,
{ file = "coverage-7.4.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d" } ,
{ file = "coverage-7.4.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357" } ,
{ file = "coverage-7.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e" } ,
{ file = "coverage-7.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e" } ,
{ file = "coverage-7.4.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4" } ,
{ file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec" } ,
{ file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd" } ,
{ file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade" } ,
{ file = "coverage-7.4.4-cp39-cp39-win32.whl" , hash = "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57" } ,
{ file = "coverage-7.4.4-cp39-cp39-win_amd64.whl" , hash = "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c" } ,
{ file = "coverage-7.4.4-pp38.pp39.pp310-none-any.whl" , hash = "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677" } ,
{ file = "coverage-7.4.4.tar.gz" , hash = "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49" } ,
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"
2024-03-16 18:40:25 +00:00
version = "42.0.5"
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 = [
2024-03-16 18:40:25 +00:00
{ file = "cryptography-42.0.5-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:a30596bae9403a342c978fb47d9b0ee277699fa53bbafad14706af51fe543d16" } ,
{ file = "cryptography-42.0.5-cp37-abi3-macosx_10_12_x86_64.whl" , hash = "sha256:b7ffe927ee6531c78f81aa17e684e2ff617daeba7f189f911065b2ea2d526dec" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2424ff4c4ac7f6b8177b53c17ed5d8fa74ae5955656867f5a8affaca36a27abb" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:329906dcc7b20ff3cad13c069a78124ed8247adcac44b10bea1130e36caae0b4" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:b03c2ae5d2f0fc05f9a2c0c997e1bc18c8229f392234e8a0194f202169ccd278" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:f8837fe1d6ac4a8052a9a8ddab256bc006242696f03368a4009be7ee3075cdb7" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:0270572b8bd2c833c3981724b8ee9747b3ec96f699a9665470018594301439ee" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:b8cac287fafc4ad485b8a9b67d0ee80c66bf3574f655d3b97ef2e1082360faf1" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:16a48c23a62a2f4a285699dba2e4ff2d1cff3115b9df052cdd976a18856d8e3d" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:2bce03af1ce5a5567ab89bd90d11e7bbdff56b8af3acbbec1faded8f44cb06da" } ,
{ file = "cryptography-42.0.5-cp37-abi3-win32.whl" , hash = "sha256:b6cd2203306b63e41acdf39aa93b86fb566049aeb6dc489b70e34bcd07adca74" } ,
{ file = "cryptography-42.0.5-cp37-abi3-win_amd64.whl" , hash = "sha256:98d8dc6d012b82287f2c3d26ce1d2dd130ec200c8679b6213b3c73c08b2b7940" } ,
{ file = "cryptography-42.0.5-cp39-abi3-macosx_10_12_universal2.whl" , hash = "sha256:5e6275c09d2badf57aea3afa80d975444f4be8d3bc58f7f80d2a484c6f9485c8" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e4985a790f921508f36f81831817cbc03b102d643b5fcb81cd33df3fa291a1a1" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7cde5f38e614f55e28d831754e8a3bacf9ace5d1566235e39d91b35502d6936e" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:7367d7b2eca6513681127ebad53b2582911d1736dc2ffc19f2c3ae49997496bc" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:cd2030f6650c089aeb304cf093f3244d34745ce0cfcc39f20c6fbfe030102e2a" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:a2913c5375154b6ef2e91c10b5720ea6e21007412f6437504ffea2109b5a33d7" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:c41fb5e6a5fe9ebcd58ca3abfeb51dffb5d83d6775405305bfa8715b76521922" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:3eaafe47ec0d0ffcc9349e1708be2aaea4c6dd4978d76bf6eb0cb2c13636c6fc" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:1b95b98b0d2af784078fa69f637135e3c317091b615cd0905f8b8a087e86fa30" } ,
{ file = "cryptography-42.0.5-cp39-abi3-win32.whl" , hash = "sha256:1f71c10d1e88467126f0efd484bd44bca5e14c664ec2ede64c32f20875c0d413" } ,
{ file = "cryptography-42.0.5-cp39-abi3-win_amd64.whl" , hash = "sha256:a011a644f6d7d03736214d38832e030d8268bcff4a41f728e6030325fea3e400" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:9481ffe3cf013b71b2428b905c4f7a9a4f76ec03065b05ff499bb5682a8d9ad8" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:ba334e6e4b1d92442b75ddacc615c5476d4ad55cc29b15d590cc6b86efa487e2" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:ba3e4a42397c25b7ff88cdec6e2a16c2be18720f317506ee25210f6d31925f9c" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:111a0d8553afcf8eb02a4fea6ca4f59d48ddb34497aa8706a6cf536f1a5ec576" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:cd65d75953847815962c84a4654a84850b2bb4aed3f26fadcc1c13892e1e29f6" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:e807b3188f9eb0eaa7bbb579b462c5ace579f1cedb28107ce8b48a9f7ad3679e" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:f12764b8fffc7a123f641d7d049d382b73f96a34117e0b637b80643169cec8ac" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:37dd623507659e08be98eec89323469e8c7b4c1407c85112634ae3dbdb926fdd" } ,
{ file = "cryptography-42.0.5.tar.gz" , hash = "sha256:6fe07eec95dfd477eb9530aef5bead34fec819b3aaf6c5bd6d20565da607bfe1" } ,
2023-04-05 12:29:03 +00:00
]
[ package . dependencies ]
2024-01-26 16:04:59 +00:00
cffi = { version = ">=1.12" , markers = "platform_python_implementation != \"PyPy\"" }
2023-04-05 12:29:03 +00:00
[ package . extras ]
docs = [ "sphinx (>=5.3.0)" , "sphinx-rtd-theme (>=1.1.1)" ]
2024-01-26 16:04:59 +00:00
docstest = [ "pyenchant (>=1.6.11)" , "readme-renderer" , "sphinxcontrib-spelling (>=4.0.1)" ]
2023-06-03 10:11:19 +00:00
nox = [ "nox" ]
2024-01-26 16:04:59 +00:00
pep8test = [ "check-sdist" , "click" , "mypy" , "ruff" ]
2023-06-03 10:11:19 +00:00
sdist = [ "build" ]
2023-04-05 12:29:03 +00:00
ssh = [ "bcrypt (>=3.1.5)" ]
2024-01-26 16:04:59 +00:00
test = [ "certifi" , "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-12-14 21:21:59 +00:00
version = "0.3.8"
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-12-14 21:21:59 +00:00
{ file = "distlib-0.3.8-py2.py3-none-any.whl" , hash = "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784" } ,
{ file = "distlib-0.3.8.tar.gz" , hash = "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "dnspython"
2024-03-16 18:40:25 +00:00
version = "2.6.1"
2022-05-13 09:44:23 +00:00
description = "DNS toolkit"
2023-08-16 15:14:11 +00:00
optional = true
2024-01-26 16:04:59 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-03-16 18:40:25 +00:00
{ file = "dnspython-2.6.1-py3-none-any.whl" , hash = "sha256:5ef3b9680161f6fa89daf8ad451b5f1a33b18ae8a1c6778cdf4b43f08c0a6e50" } ,
{ file = "dnspython-2.6.1.tar.gz" , hash = "sha256:e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . extras ]
2024-03-16 18:40:25 +00:00
dev = [ "black (>=23.1.0)" , "coverage (>=7.0)" , "flake8 (>=7)" , "mypy (>=1.8)" , "pylint (>=3)" , "pytest (>=7.4)" , "pytest-cov (>=4.1.0)" , "sphinx (>=7.2.0)" , "twine (>=4.0.0)" , "wheel (>=0.42.0)" ]
2024-01-26 16:04:59 +00:00
dnssec = [ "cryptography (>=41)" ]
2024-03-16 18:40:25 +00:00
doh = [ "h2 (>=4.1.0)" , "httpcore (>=1.0.0)" , "httpx (>=0.26.0)" ]
doq = [ "aioquic (>=0.9.25)" ]
idna = [ "idna (>=3.6)" ]
trio = [ "trio (>=0.23)" ]
2024-01-26 16:04:59 +00:00
wmi = [ "wmi (>=1.5.1)" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "docutils"
2024-03-16 18:40:25 +00:00
version = "0.20.1"
2022-05-13 09:44:23 +00:00
description = "Docutils -- Python Documentation Utilities"
2023-03-11 23:13:09 +00:00
optional = false
2024-03-16 18:40:25 +00:00
python-versions = ">=3.7"
2022-12-20 19:18:37 +00:00
files = [
2024-03-16 18:40:25 +00:00
{ file = "docutils-0.20.1-py3-none-any.whl" , hash = "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6" } ,
{ file = "docutils-0.20.1.tar.gz" , hash = "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "email-validator"
2024-03-16 18:40:25 +00:00
version = "2.1.1"
2022-10-03 11:29:40 +00:00
description = "A robust email address syntax and deliverability validation library."
2023-08-16 15:14:11 +00:00
optional = true
2023-10-23 17:36:21 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-03-16 18:40:25 +00:00
{ file = "email_validator-2.1.1-py3-none-any.whl" , hash = "sha256:97d882d174e2a65732fb43bfce81a3a834cbc1bde8bf419e30ef5ea976370a05" } ,
{ file = "email_validator-2.1.1.tar.gz" , hash = "sha256:200a70680ba08904be6d1eef729205cc0d687634399a5924d842533efb824b84" } ,
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"
2023-12-18 17:06:03 +00:00
[ [ package ] ]
name = "enum-extend"
version = "0.1.1"
description = "Enum base classes that support enum comparsion and auto numbering with doc strings"
optional = false
python-versions = ">=3.4.0"
files = [
{ file = "enum-extend-0.1.1.tar.gz" , hash = "sha256:943208b2e62535e1a649945ee8dceab4576473a85cbb740ff84b4821492161b1" } ,
{ file = "enum_extend-0.1.1-py3-none-any.whl" , hash = "sha256:a6bd4b09e1539d144d433ecf7c7d94def45b8852e5e494b2c31faf618d6a5a17" } ,
]
2022-11-01 11:03:43 +00:00
[ [ package ] ]
name = "exceptiongroup"
2023-11-24 11:50:14 +00:00
version = "1.2.0"
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-11-24 11:50:14 +00:00
{ file = "exceptiongroup-1.2.0-py3-none-any.whl" , hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14" } ,
{ file = "exceptiongroup-1.2.0.tar.gz" , hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68" } ,
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"
2024-04-09 19:50:38 +00:00
version = "2.1.1"
2023-07-06 07:07:52 +00:00
description = "execnet: rapid multi-Python deployment"
optional = false
2024-04-08 08:33:03 +00:00
python-versions = ">=3.8"
2023-07-06 07:07:52 +00:00
files = [
2024-04-09 19:50:38 +00:00
{ file = "execnet-2.1.1-py3-none-any.whl" , hash = "sha256:26dee51f1b80cebd6d0ca8e74dd8745419761d3bef34163928cbebbdc4749fdc" } ,
{ file = "execnet-2.1.1.tar.gz" , hash = "sha256:5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3" } ,
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"
2024-04-16 16:43:17 +00:00
version = "24.9.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 = [
2024-04-16 16:43:17 +00:00
{ file = "Faker-24.9.0-py3-none-any.whl" , hash = "sha256:97c7874665e8eb7b517f97bf3b59f03bf3f07513fe2c159e98b6b9ea6b9f2b3d" } ,
{ file = "Faker-24.9.0.tar.gz" , hash = "sha256:73b1e7967b0ceeac42fc99a8c973bb49e4499cc4044d20d17ab661d5cb7eda1d" } ,
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 = "filelock"
2024-04-09 19:50:38 +00:00
version = "3.13.4"
2022-05-13 09:44:23 +00:00
description = "A platform independent file lock."
optional = false
2023-09-20 16:55:02 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-04-09 19:50:38 +00:00
{ file = "filelock-3.13.4-py3-none-any.whl" , hash = "sha256:404e5e9253aa60ad457cae1be07c0f0ca90a63931200a47d9b6a6af84fd7b45f" } ,
{ file = "filelock-3.13.4.tar.gz" , hash = "sha256:d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . extras ]
2024-03-26 15:49:07 +00:00
docs = [ "furo (>=2023.9.10)" , "sphinx (>=7.2.6)" , "sphinx-autodoc-typehints (>=1.25.2)" ]
testing = [ "covdefaults (>=2.3)" , "coverage (>=7.3.2)" , "diff-cover (>=8.0.1)" , "pytest (>=7.4.3)" , "pytest-cov (>=4.1)" , "pytest-mock (>=3.12)" , "pytest-timeout (>=2.2)" ]
2023-11-01 10:24:29 +00:00
typing = [ "typing-extensions (>=4.8)" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
2022-10-24 08:28:36 +00:00
name = "flask"
2024-04-08 08:33:03 +00:00
version = "3.0.3"
2022-05-13 09:44:23 +00:00
description = "A simple framework for building complex web applications."
optional = false
2023-12-14 21:01:08 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-04-08 08:33:03 +00:00
{ file = "flask-3.0.3-py3-none-any.whl" , hash = "sha256:34e815dfaa43340d1d15a5c3a02b8476004037eb4840b34910c6e21679d288f3" } ,
{ file = "flask-3.0.3.tar.gz" , hash = "sha256:ceb27b0af3823ea2737928a4d99d125a06175b8512c445cbd9a9ce200ef76842" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
2023-12-14 21:01:08 +00:00
blinker = ">=1.6.2"
click = ">=8.1.3"
2022-05-13 09:44:23 +00:00
importlib-metadata = { version = ">=3.6.0" , markers = "python_version < \"3.10\"" }
2023-12-14 21:01:08 +00:00
itsdangerous = ">=2.1.2"
Jinja2 = ">=3.1.2"
2023-12-14 21:04:04 +00:00
Werkzeug = ">=3.0.0"
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-10-23 17:36:21 +00:00
version = "4.0.0"
2023-04-10 20:01:54 +00:00
description = "Adds i18n/l10n support for Flask applications."
2023-09-01 08:46:56 +00:00
optional = true
2023-10-23 17:36:21 +00:00
python-versions = ">=3.8,<4.0"
2022-12-20 19:18:37 +00:00
files = [
2023-10-23 17:36:21 +00:00
{ file = "flask_babel-4.0.0-py3-none-any.whl" , hash = "sha256:638194cf91f8b301380f36d70e2034c77ee25b98cb5d80a1626820df9a6d4625" } ,
{ file = "flask_babel-4.0.0.tar.gz" , hash = "sha256:dbeab4027a3f4a87678a11686496e98e1492eb793cbdd77ab50f4e9a2602a593" } ,
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"
2023-08-16 15:14:11 +00:00
optional = true
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-11-14 17:41:49 +00:00
version = "0.1.4"
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-11-14 17:41:49 +00:00
{ file = "Flask-WebTest-0.1.4.tar.gz" , hash = "sha256:0b22485b9fad5a4ac7c2f2aa1d5767883115c64f2e156c94e2bf2b3deb70ac1a" } ,
{ file = "Flask_WebTest-0.1.4-py2.py3-none-any.whl" , hash = "sha256:35a85328aaf9e977dd82af470063eadec6356cea0bce83e3ed26d5831fa3d48b" } ,
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 ]
2023-11-14 17:41:49 +00:00
tests = [ "flask-sqlalchemy" , "greenlet" ]
2023-03-12 17:30:08 +00:00
2022-05-13 09:44:23 +00:00
[ [ package ] ]
2022-10-24 08:28:36 +00:00
name = "flask-wtf"
2023-10-02 07:53:39 +00:00
version = "1.2.1"
2022-05-13 09:44:23 +00:00
description = "Form rendering, validation, and CSRF protection for Flask with WTForms."
optional = false
2023-09-29 20:57:13 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2023-10-02 07:53:39 +00:00
{ file = "flask_wtf-1.2.1-py3-none-any.whl" , hash = "sha256:fa6793f2fb7e812e0fe9743b282118e581fb1b6c45d414b8af05e659bd653287" } ,
{ file = "flask_wtf-1.2.1.tar.gz" , hash = "sha256:8bb269eb9bb46b87e7c8233d7e7debdf1f8b74bf90cc1789988c29b37a97b695" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
2023-09-29 20:57:13 +00:00
flask = "*"
2022-05-13 09:44:23 +00:00
itsdangerous = "*"
2023-09-29 20:57:13 +00:00
wtforms = "*"
2022-05-13 09:44:23 +00:00
[ package . extras ]
email = [ "email-validator" ]
[ [ package ] ]
name = "freezegun"
2023-12-26 00:11:41 +00:00
version = "1.4.0"
2022-05-13 09:44:23 +00:00
description = "Let your Python tests travel through time"
optional = false
2023-12-14 21:21:59 +00:00
python-versions = ">=3.7"
2022-12-20 19:18:37 +00:00
files = [
2023-12-26 00:11:41 +00:00
{ file = "freezegun-1.4.0-py3-none-any.whl" , hash = "sha256:55e0fc3c84ebf0a96a5aa23ff8b53d70246479e9a68863f1fcac5a3e52f19dd6" } ,
{ file = "freezegun-1.4.0.tar.gz" , hash = "sha256:10939b0ba0ff5adaecf3b06a5c2f73071d9678e507c5eaedb23c761d56ac774b" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
python-dateutil = ">=2.7"
2023-11-15 15:37:06 +00:00
[ [ package ] ]
name = "greenlet"
2023-12-26 00:11:41 +00:00
version = "3.0.3"
2023-11-15 15:37:06 +00:00
description = "Lightweight in-process concurrent programming"
optional = true
python-versions = ">=3.7"
files = [
2023-12-26 00:11:41 +00:00
{ file = "greenlet-3.0.3-cp310-cp310-macosx_11_0_universal2.whl" , hash = "sha256:9da2bd29ed9e4f15955dd1595ad7bc9320308a3b766ef7f837e23ad4b4aac31a" } ,
{ file = "greenlet-3.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d353cadd6083fdb056bb46ed07e4340b0869c305c8ca54ef9da3421acbdf6881" } ,
{ file = "greenlet-3.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:dca1e2f3ca00b84a396bc1bce13dd21f680f035314d2379c4160c98153b2059b" } ,
{ file = "greenlet-3.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3ed7fb269f15dc662787f4119ec300ad0702fa1b19d2135a37c2c4de6fadfd4a" } ,
{ file = "greenlet-3.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd4f49ae60e10adbc94b45c0b5e6a179acc1736cf7a90160b404076ee283cf83" } ,
{ file = "greenlet-3.0.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:73a411ef564e0e097dbe7e866bb2dda0f027e072b04da387282b02c308807405" } ,
{ file = "greenlet-3.0.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:7f362975f2d179f9e26928c5b517524e89dd48530a0202570d55ad6ca5d8a56f" } ,
{ file = "greenlet-3.0.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:649dde7de1a5eceb258f9cb00bdf50e978c9db1b996964cd80703614c86495eb" } ,
{ file = "greenlet-3.0.3-cp310-cp310-win_amd64.whl" , hash = "sha256:68834da854554926fbedd38c76e60c4a2e3198c6fbed520b106a8986445caaf9" } ,
{ file = "greenlet-3.0.3-cp311-cp311-macosx_11_0_universal2.whl" , hash = "sha256:b1b5667cced97081bf57b8fa1d6bfca67814b0afd38208d52538316e9422fc61" } ,
{ file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:52f59dd9c96ad2fc0d5724107444f76eb20aaccb675bf825df6435acb7703559" } ,
{ file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:afaff6cf5200befd5cec055b07d1c0a5a06c040fe5ad148abcd11ba6ab9b114e" } ,
{ file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fe754d231288e1e64323cfad462fcee8f0288654c10bdf4f603a39ed923bef33" } ,
{ file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2797aa5aedac23af156bbb5a6aa2cd3427ada2972c828244eb7d1b9255846379" } ,
{ file = "greenlet-3.0.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:b7f009caad047246ed379e1c4dbcb8b020f0a390667ea74d2387be2998f58a22" } ,
{ file = "greenlet-3.0.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:c5e1536de2aad7bf62e27baf79225d0d64360d4168cf2e6becb91baf1ed074f3" } ,
{ file = "greenlet-3.0.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:894393ce10ceac937e56ec00bb71c4c2f8209ad516e96033e4b3b1de270e200d" } ,
{ file = "greenlet-3.0.3-cp311-cp311-win_amd64.whl" , hash = "sha256:1ea188d4f49089fc6fb283845ab18a2518d279c7cd9da1065d7a84e991748728" } ,
{ file = "greenlet-3.0.3-cp312-cp312-macosx_11_0_universal2.whl" , hash = "sha256:70fb482fdf2c707765ab5f0b6655e9cfcf3780d8d87355a063547b41177599be" } ,
{ file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4d1ac74f5c0c0524e4a24335350edad7e5f03b9532da7ea4d3c54d527784f2e" } ,
{ file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:149e94a2dd82d19838fe4b2259f1b6b9957d5ba1b25640d2380bea9c5df37676" } ,
{ file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:15d79dd26056573940fcb8c7413d84118086f2ec1a8acdfa854631084393efcc" } ,
{ file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:881b7db1ebff4ba09aaaeae6aa491daeb226c8150fc20e836ad00041bcb11230" } ,
{ file = "greenlet-3.0.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:fcd2469d6a2cf298f198f0487e0a5b1a47a42ca0fa4dfd1b6862c999f018ebbf" } ,
{ file = "greenlet-3.0.3-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:1f672519db1796ca0d8753f9e78ec02355e862d0998193038c7073045899f305" } ,
{ file = "greenlet-3.0.3-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:2516a9957eed41dd8f1ec0c604f1cdc86758b587d964668b5b196a9db5bfcde6" } ,
{ file = "greenlet-3.0.3-cp312-cp312-win_amd64.whl" , hash = "sha256:bba5387a6975598857d86de9eac14210a49d554a77eb8261cc68b7d082f78ce2" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-macosx_11_0_universal2.whl" , hash = "sha256:5b51e85cb5ceda94e79d019ed36b35386e8c37d22f07d6a751cb659b180d5274" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:daf3cb43b7cf2ba96d614252ce1684c1bccee6b2183a01328c98d36fcd7d5cb0" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:99bf650dc5d69546e076f413a87481ee1d2d09aaaaaca058c9251b6d8c14783f" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2dd6e660effd852586b6a8478a1d244b8dc90ab5b1321751d2ea15deb49ed414" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e3391d1e16e2a5a1507d83e4a8b100f4ee626e8eca43cf2cadb543de69827c4c" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:e1f145462f1fa6e4a4ae3c0f782e580ce44d57c8f2c7aae1b6fa88c0b2efdb41" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:1a7191e42732df52cb5f39d3527217e7ab73cae2cb3694d241e18f53d84ea9a7" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:0448abc479fab28b00cb472d278828b3ccca164531daab4e970a0458786055d6" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-win32.whl" , hash = "sha256:b542be2440edc2d48547b5923c408cbe0fc94afb9f18741faa6ae970dbcb9b6d" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:01bc7ea167cf943b4c802068e178bbf70ae2e8c080467070d01bfa02f337ee67" } ,
{ file = "greenlet-3.0.3-cp38-cp38-macosx_11_0_universal2.whl" , hash = "sha256:1996cb9306c8595335bb157d133daf5cf9f693ef413e7673cb07e3e5871379ca" } ,
{ file = "greenlet-3.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3ddc0f794e6ad661e321caa8d2f0a55ce01213c74722587256fb6566049a8b04" } ,
{ file = "greenlet-3.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c9db1c18f0eaad2f804728c67d6c610778456e3e1cc4ab4bbd5eeb8e6053c6fc" } ,
{ file = "greenlet-3.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7170375bcc99f1a2fbd9c306f5be8764eaf3ac6b5cb968862cad4c7057756506" } ,
{ file = "greenlet-3.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6b66c9c1e7ccabad3a7d037b2bcb740122a7b17a53734b7d72a344ce39882a1b" } ,
{ file = "greenlet-3.0.3-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:098d86f528c855ead3479afe84b49242e174ed262456c342d70fc7f972bc13c4" } ,
{ file = "greenlet-3.0.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:81bb9c6d52e8321f09c3d165b2a78c680506d9af285bfccbad9fb7ad5a5da3e5" } ,
{ file = "greenlet-3.0.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:fd096eb7ffef17c456cfa587523c5f92321ae02427ff955bebe9e3c63bc9f0da" } ,
{ file = "greenlet-3.0.3-cp38-cp38-win32.whl" , hash = "sha256:d46677c85c5ba00a9cb6f7a00b2bfa6f812192d2c9f7d9c4f6a55b60216712f3" } ,
{ file = "greenlet-3.0.3-cp38-cp38-win_amd64.whl" , hash = "sha256:419b386f84949bf0e7c73e6032e3457b82a787c1ab4a0e43732898a761cc9dbf" } ,
{ file = "greenlet-3.0.3-cp39-cp39-macosx_11_0_universal2.whl" , hash = "sha256:da70d4d51c8b306bb7a031d5cff6cc25ad253affe89b70352af5f1cb68e74b53" } ,
{ file = "greenlet-3.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:086152f8fbc5955df88382e8a75984e2bb1c892ad2e3c80a2508954e52295257" } ,
{ file = "greenlet-3.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d73a9fe764d77f87f8ec26a0c85144d6a951a6c438dfe50487df5595c6373eac" } ,
{ file = "greenlet-3.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b7dcbe92cc99f08c8dd11f930de4d99ef756c3591a5377d1d9cd7dd5e896da71" } ,
{ file = "greenlet-3.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1551a8195c0d4a68fac7a4325efac0d541b48def35feb49d803674ac32582f61" } ,
{ file = "greenlet-3.0.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:64d7675ad83578e3fc149b617a444fab8efdafc9385471f868eb5ff83e446b8b" } ,
{ file = "greenlet-3.0.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b37eef18ea55f2ffd8f00ff8fe7c8d3818abd3e25fb73fae2ca3b672e333a7a6" } ,
{ file = "greenlet-3.0.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:77457465d89b8263bca14759d7c1684df840b6811b2499838cc5b040a8b5b113" } ,
{ file = "greenlet-3.0.3-cp39-cp39-win32.whl" , hash = "sha256:57e8974f23e47dac22b83436bdcf23080ade568ce77df33159e019d161ce1d1e" } ,
{ file = "greenlet-3.0.3-cp39-cp39-win_amd64.whl" , hash = "sha256:c5ee858cfe08f34712f548c3c363e807e7186f03ad7a5039ebadb29e8c6be067" } ,
{ file = "greenlet-3.0.3.tar.gz" , hash = "sha256:43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491" } ,
2023-11-15 15:37:06 +00:00
]
[ package . extras ]
2023-12-26 00:11:41 +00:00
docs = [ "Sphinx" , "furo" ]
2023-11-15 15:37:06 +00:00
test = [ "objgraph" , "psutil" ]
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"
2024-03-16 18:40:25 +00:00
version = "2.5.35"
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 = [
2024-03-16 18:40:25 +00:00
{ file = "identify-2.5.35-py2.py3-none-any.whl" , hash = "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e" } ,
{ file = "identify-2.5.35.tar.gz" , hash = "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . extras ]
license = [ "ukkonen" ]
[ [ package ] ]
name = "idna"
2024-04-16 16:43:17 +00:00
version = "3.7"
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 = [
2024-04-16 16:43:17 +00:00
{ file = "idna-3.7-py3-none-any.whl" , hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" } ,
{ file = "idna-3.7.tar.gz" , hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc" } ,
2022-12-20 19:18:37 +00:00
]
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"
2024-03-26 15:49:07 +00:00
version = "7.1.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 = [
2024-03-26 15:49:07 +00:00
{ file = "importlib_metadata-7.1.0-py3-none-any.whl" , hash = "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570" } ,
{ file = "importlib_metadata-7.1.0.tar.gz" , hash = "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2024-03-16 18:40:25 +00:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2022-05-13 09:44:23 +00:00
perf = [ "ipython" ]
2024-03-26 15:49:07 +00:00
testing = [ "flufl.flake8" , "importlib-resources (>=1.3)" , "jaraco.test (>=5.4)" , "packaging" , "pyfakefs" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy" , "pytest-perf (>=0.9.2)" , "pytest-ruff (>=0.2.1)" ]
2022-05-13 09:44:23 +00:00
2023-12-14 21:21:59 +00:00
[ [ package ] ]
name = "importlib-resources"
version = "5.13.0"
description = "Read resources from Python packages"
optional = true
python-versions = ">=3.8"
files = [
{ file = "importlib_resources-5.13.0-py3-none-any.whl" , hash = "sha256:9f7bd0c97b79972a6cce36a366356d16d5e13b09679c11a58f1014bfdf8e64b2" } ,
{ file = "importlib_resources-5.13.0.tar.gz" , hash = "sha256:82d5c6cca930697dbbd86c93333bb2c2e72861d4789a11c2662b933e5ad2b528" } ,
]
[ package . dependencies ]
zipp = { version = ">=3.1.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
testing = [ "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy (>=0.9.1)" , "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"
2024-01-26 16:04:59 +00:00
version = "3.1.3"
2022-05-13 09:44:23 +00:00
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
2022-12-20 19:18:37 +00:00
files = [
2024-01-26 16:04:59 +00:00
{ file = "Jinja2-3.1.3-py3-none-any.whl" , hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa" } ,
{ file = "Jinja2-3.1.3.tar.gz" , hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
[ [ package ] ]
name = "lxml"
2024-04-08 08:33:03 +00:00
version = "5.2.1"
2022-05-13 09:44:23 +00:00
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
optional = false
2024-01-26 16:04:59 +00:00
python-versions = ">=3.6"
files = [
2024-04-08 08:33:03 +00:00
{ file = "lxml-5.2.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:1f7785f4f789fdb522729ae465adcaa099e2a3441519df750ebdccc481d961a1" } ,
{ file = "lxml-5.2.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6cc6ee342fb7fa2471bd9b6d6fdfc78925a697bf5c2bcd0a302e98b0d35bfad3" } ,
{ file = "lxml-5.2.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:794f04eec78f1d0e35d9e0c36cbbb22e42d370dda1609fb03bcd7aeb458c6377" } ,
{ file = "lxml-5.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c817d420c60a5183953c783b0547d9eb43b7b344a2c46f69513d5952a78cddf3" } ,
{ file = "lxml-5.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2213afee476546a7f37c7a9b4ad4d74b1e112a6fafffc9185d6d21f043128c81" } ,
{ file = "lxml-5.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b070bbe8d3f0f6147689bed981d19bbb33070225373338df755a46893528104a" } ,
{ file = "lxml-5.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e02c5175f63effbd7c5e590399c118d5db6183bbfe8e0d118bdb5c2d1b48d937" } ,
{ file = "lxml-5.2.1-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:3dc773b2861b37b41a6136e0b72a1a44689a9c4c101e0cddb6b854016acc0aa8" } ,
{ file = "lxml-5.2.1-cp310-cp310-manylinux_2_28_ppc64le.whl" , hash = "sha256:d7520db34088c96cc0e0a3ad51a4fd5b401f279ee112aa2b7f8f976d8582606d" } ,
{ file = "lxml-5.2.1-cp310-cp310-manylinux_2_28_s390x.whl" , hash = "sha256:bcbf4af004f98793a95355980764b3d80d47117678118a44a80b721c9913436a" } ,
{ file = "lxml-5.2.1-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:a2b44bec7adf3e9305ce6cbfa47a4395667e744097faed97abb4728748ba7d47" } ,
{ file = "lxml-5.2.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:1c5bb205e9212d0ebddf946bc07e73fa245c864a5f90f341d11ce7b0b854475d" } ,
{ file = "lxml-5.2.1-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:2c9d147f754b1b0e723e6afb7ba1566ecb162fe4ea657f53d2139bbf894d050a" } ,
{ file = "lxml-5.2.1-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:3545039fa4779be2df51d6395e91a810f57122290864918b172d5dc7ca5bb433" } ,
{ file = "lxml-5.2.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:a91481dbcddf1736c98a80b122afa0f7296eeb80b72344d7f45dc9f781551f56" } ,
{ file = "lxml-5.2.1-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:2ddfe41ddc81f29a4c44c8ce239eda5ade4e7fc305fb7311759dd6229a080052" } ,
{ file = "lxml-5.2.1-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:a7baf9ffc238e4bf401299f50e971a45bfcc10a785522541a6e3179c83eabf0a" } ,
{ file = "lxml-5.2.1-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:31e9a882013c2f6bd2f2c974241bf4ba68c85eba943648ce88936d23209a2e01" } ,
{ file = "lxml-5.2.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:0a15438253b34e6362b2dc41475e7f80de76320f335e70c5528b7148cac253a1" } ,
{ file = "lxml-5.2.1-cp310-cp310-win32.whl" , hash = "sha256:6992030d43b916407c9aa52e9673612ff39a575523c5f4cf72cdef75365709a5" } ,
{ file = "lxml-5.2.1-cp310-cp310-win_amd64.whl" , hash = "sha256:da052e7962ea2d5e5ef5bc0355d55007407087392cf465b7ad84ce5f3e25fe0f" } ,
{ file = "lxml-5.2.1-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:70ac664a48aa64e5e635ae5566f5227f2ab7f66a3990d67566d9907edcbbf867" } ,
{ file = "lxml-5.2.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:1ae67b4e737cddc96c99461d2f75d218bdf7a0c3d3ad5604d1f5e7464a2f9ffe" } ,
{ file = "lxml-5.2.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f18a5a84e16886898e51ab4b1d43acb3083c39b14c8caeb3589aabff0ee0b270" } ,
{ file = "lxml-5.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c6f2c8372b98208ce609c9e1d707f6918cc118fea4e2c754c9f0812c04ca116d" } ,
{ file = "lxml-5.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:394ed3924d7a01b5bd9a0d9d946136e1c2f7b3dc337196d99e61740ed4bc6fe1" } ,
{ file = "lxml-5.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5d077bc40a1fe984e1a9931e801e42959a1e6598edc8a3223b061d30fbd26bbc" } ,
{ file = "lxml-5.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:764b521b75701f60683500d8621841bec41a65eb739b8466000c6fdbc256c240" } ,
{ file = "lxml-5.2.1-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:3a6b45da02336895da82b9d472cd274b22dc27a5cea1d4b793874eead23dd14f" } ,
{ file = "lxml-5.2.1-cp311-cp311-manylinux_2_28_ppc64le.whl" , hash = "sha256:5ea7b6766ac2dfe4bcac8b8595107665a18ef01f8c8343f00710b85096d1b53a" } ,
{ file = "lxml-5.2.1-cp311-cp311-manylinux_2_28_s390x.whl" , hash = "sha256:e196a4ff48310ba62e53a8e0f97ca2bca83cdd2fe2934d8b5cb0df0a841b193a" } ,
{ file = "lxml-5.2.1-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:200e63525948e325d6a13a76ba2911f927ad399ef64f57898cf7c74e69b71095" } ,
{ file = "lxml-5.2.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:dae0ed02f6b075426accbf6b2863c3d0a7eacc1b41fb40f2251d931e50188dad" } ,
{ file = "lxml-5.2.1-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:ab31a88a651039a07a3ae327d68ebdd8bc589b16938c09ef3f32a4b809dc96ef" } ,
{ file = "lxml-5.2.1-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:df2e6f546c4df14bc81f9498bbc007fbb87669f1bb707c6138878c46b06f6510" } ,
{ file = "lxml-5.2.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:5dd1537e7cc06efd81371f5d1a992bd5ab156b2b4f88834ca852de4a8ea523fa" } ,
{ file = "lxml-5.2.1-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:9b9ec9c9978b708d488bec36b9e4c94d88fd12ccac3e62134a9d17ddba910ea9" } ,
{ file = "lxml-5.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:8e77c69d5892cb5ba71703c4057091e31ccf534bd7f129307a4d084d90d014b8" } ,
{ file = "lxml-5.2.1-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:a8d5c70e04aac1eda5c829a26d1f75c6e5286c74743133d9f742cda8e53b9c2f" } ,
{ file = "lxml-5.2.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:c94e75445b00319c1fad60f3c98b09cd63fe1134a8a953dcd48989ef42318534" } ,
{ file = "lxml-5.2.1-cp311-cp311-win32.whl" , hash = "sha256:4951e4f7a5680a2db62f7f4ab2f84617674d36d2d76a729b9a8be4b59b3659be" } ,
{ file = "lxml-5.2.1-cp311-cp311-win_amd64.whl" , hash = "sha256:5c670c0406bdc845b474b680b9a5456c561c65cf366f8db5a60154088c92d102" } ,
{ file = "lxml-5.2.1-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:abc25c3cab9ec7fcd299b9bcb3b8d4a1231877e425c650fa1c7576c5107ab851" } ,
{ file = "lxml-5.2.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:6935bbf153f9a965f1e07c2649c0849d29832487c52bb4a5c5066031d8b44fd5" } ,
{ file = "lxml-5.2.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d793bebb202a6000390a5390078e945bbb49855c29c7e4d56a85901326c3b5d9" } ,
{ file = "lxml-5.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:afd5562927cdef7c4f5550374acbc117fd4ecc05b5007bdfa57cc5355864e0a4" } ,
{ file = "lxml-5.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:0e7259016bc4345a31af861fdce942b77c99049d6c2107ca07dc2bba2435c1d9" } ,
{ file = "lxml-5.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:530e7c04f72002d2f334d5257c8a51bf409db0316feee7c87e4385043be136af" } ,
{ file = "lxml-5.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:59689a75ba8d7ffca577aefd017d08d659d86ad4585ccc73e43edbfc7476781a" } ,
{ file = "lxml-5.2.1-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:f9737bf36262046213a28e789cc82d82c6ef19c85a0cf05e75c670a33342ac2c" } ,
{ file = "lxml-5.2.1-cp312-cp312-manylinux_2_28_ppc64le.whl" , hash = "sha256:3a74c4f27167cb95c1d4af1c0b59e88b7f3e0182138db2501c353555f7ec57f4" } ,
{ file = "lxml-5.2.1-cp312-cp312-manylinux_2_28_s390x.whl" , hash = "sha256:68a2610dbe138fa8c5826b3f6d98a7cfc29707b850ddcc3e21910a6fe51f6ca0" } ,
{ file = "lxml-5.2.1-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:f0a1bc63a465b6d72569a9bba9f2ef0334c4e03958e043da1920299100bc7c08" } ,
{ file = "lxml-5.2.1-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:c2d35a1d047efd68027817b32ab1586c1169e60ca02c65d428ae815b593e65d4" } ,
{ file = "lxml-5.2.1-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:79bd05260359170f78b181b59ce871673ed01ba048deef4bf49a36ab3e72e80b" } ,
{ file = "lxml-5.2.1-cp312-cp312-musllinux_1_1_s390x.whl" , hash = "sha256:865bad62df277c04beed9478fe665b9ef63eb28fe026d5dedcb89b537d2e2ea6" } ,
{ file = "lxml-5.2.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:44f6c7caff88d988db017b9b0e4ab04934f11e3e72d478031efc7edcac6c622f" } ,
{ file = "lxml-5.2.1-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:71e97313406ccf55d32cc98a533ee05c61e15d11b99215b237346171c179c0b0" } ,
{ file = "lxml-5.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:057cdc6b86ab732cf361f8b4d8af87cf195a1f6dc5b0ff3de2dced242c2015e0" } ,
{ file = "lxml-5.2.1-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:f3bbbc998d42f8e561f347e798b85513ba4da324c2b3f9b7969e9c45b10f6169" } ,
{ file = "lxml-5.2.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:491755202eb21a5e350dae00c6d9a17247769c64dcf62d8c788b5c135e179dc4" } ,
{ file = "lxml-5.2.1-cp312-cp312-win32.whl" , hash = "sha256:8de8f9d6caa7f25b204fc861718815d41cbcf27ee8f028c89c882a0cf4ae4134" } ,
{ file = "lxml-5.2.1-cp312-cp312-win_amd64.whl" , hash = "sha256:f2a9efc53d5b714b8df2b4b3e992accf8ce5bbdfe544d74d5c6766c9e1146a3a" } ,
{ file = "lxml-5.2.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:70a9768e1b9d79edca17890175ba915654ee1725975d69ab64813dd785a2bd5c" } ,
{ file = "lxml-5.2.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c38d7b9a690b090de999835f0443d8aa93ce5f2064035dfc48f27f02b4afc3d0" } ,
{ file = "lxml-5.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5670fb70a828663cc37552a2a85bf2ac38475572b0e9b91283dc09efb52c41d1" } ,
{ file = "lxml-5.2.1-cp36-cp36m-manylinux_2_28_x86_64.whl" , hash = "sha256:958244ad566c3ffc385f47dddde4145088a0ab893504b54b52c041987a8c1863" } ,
{ file = "lxml-5.2.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:b6241d4eee5f89453307c2f2bfa03b50362052ca0af1efecf9fef9a41a22bb4f" } ,
{ file = "lxml-5.2.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:2a66bf12fbd4666dd023b6f51223aed3d9f3b40fef06ce404cb75bafd3d89536" } ,
{ file = "lxml-5.2.1-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:9123716666e25b7b71c4e1789ec829ed18663152008b58544d95b008ed9e21e9" } ,
{ file = "lxml-5.2.1-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:0c3f67e2aeda739d1cc0b1102c9a9129f7dc83901226cc24dd72ba275ced4218" } ,
{ file = "lxml-5.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:5d5792e9b3fb8d16a19f46aa8208987cfeafe082363ee2745ea8b643d9cc5b45" } ,
{ file = "lxml-5.2.1-cp36-cp36m-musllinux_1_2_aarch64.whl" , hash = "sha256:88e22fc0a6684337d25c994381ed8a1580a6f5ebebd5ad41f89f663ff4ec2885" } ,
{ file = "lxml-5.2.1-cp36-cp36m-musllinux_1_2_ppc64le.whl" , hash = "sha256:21c2e6b09565ba5b45ae161b438e033a86ad1736b8c838c766146eff8ceffff9" } ,
{ file = "lxml-5.2.1-cp36-cp36m-musllinux_1_2_s390x.whl" , hash = "sha256:afbbdb120d1e78d2ba8064a68058001b871154cc57787031b645c9142b937a62" } ,
{ file = "lxml-5.2.1-cp36-cp36m-musllinux_1_2_x86_64.whl" , hash = "sha256:627402ad8dea044dde2eccde4370560a2b750ef894c9578e1d4f8ffd54000461" } ,
{ file = "lxml-5.2.1-cp36-cp36m-win32.whl" , hash = "sha256:e89580a581bf478d8dcb97d9cd011d567768e8bc4095f8557b21c4d4c5fea7d0" } ,
{ file = "lxml-5.2.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:59565f10607c244bc4c05c0c5fa0c190c990996e0c719d05deec7030c2aa8289" } ,
{ file = "lxml-5.2.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:857500f88b17a6479202ff5fe5f580fc3404922cd02ab3716197adf1ef628029" } ,
{ file = "lxml-5.2.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:56c22432809085b3f3ae04e6e7bdd36883d7258fcd90e53ba7b2e463efc7a6af" } ,
{ file = "lxml-5.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a55ee573116ba208932e2d1a037cc4b10d2c1cb264ced2184d00b18ce585b2c0" } ,
{ file = "lxml-5.2.1-cp37-cp37m-manylinux_2_28_x86_64.whl" , hash = "sha256:6cf58416653c5901e12624e4013708b6e11142956e7f35e7a83f1ab02f3fe456" } ,
{ file = "lxml-5.2.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:64c2baa7774bc22dd4474248ba16fe1a7f611c13ac6123408694d4cc93d66dbd" } ,
{ file = "lxml-5.2.1-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:74b28c6334cca4dd704e8004cba1955af0b778cf449142e581e404bd211fb619" } ,
{ file = "lxml-5.2.1-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:7221d49259aa1e5a8f00d3d28b1e0b76031655ca74bb287123ef56c3db92f213" } ,
{ file = "lxml-5.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:3dbe858ee582cbb2c6294dc85f55b5f19c918c2597855e950f34b660f1a5ede6" } ,
{ file = "lxml-5.2.1-cp37-cp37m-musllinux_1_2_aarch64.whl" , hash = "sha256:04ab5415bf6c86e0518d57240a96c4d1fcfc3cb370bb2ac2a732b67f579e5a04" } ,
{ file = "lxml-5.2.1-cp37-cp37m-musllinux_1_2_ppc64le.whl" , hash = "sha256:6ab833e4735a7e5533711a6ea2df26459b96f9eec36d23f74cafe03631647c41" } ,
{ file = "lxml-5.2.1-cp37-cp37m-musllinux_1_2_s390x.whl" , hash = "sha256:f443cdef978430887ed55112b491f670bba6462cea7a7742ff8f14b7abb98d75" } ,
{ file = "lxml-5.2.1-cp37-cp37m-musllinux_1_2_x86_64.whl" , hash = "sha256:9e2addd2d1866fe112bc6f80117bcc6bc25191c5ed1bfbcf9f1386a884252ae8" } ,
{ file = "lxml-5.2.1-cp37-cp37m-win32.whl" , hash = "sha256:f51969bac61441fd31f028d7b3b45962f3ecebf691a510495e5d2cd8c8092dbd" } ,
{ file = "lxml-5.2.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:b0b58fbfa1bf7367dde8a557994e3b1637294be6cf2169810375caf8571a085c" } ,
{ file = "lxml-5.2.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:3e183c6e3298a2ed5af9d7a356ea823bccaab4ec2349dc9ed83999fd289d14d5" } ,
{ file = "lxml-5.2.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:804f74efe22b6a227306dd890eecc4f8c59ff25ca35f1f14e7482bbce96ef10b" } ,
{ file = "lxml-5.2.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:08802f0c56ed150cc6885ae0788a321b73505d2263ee56dad84d200cab11c07a" } ,
{ file = "lxml-5.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0f8c09ed18ecb4ebf23e02b8e7a22a05d6411911e6fabef3a36e4f371f4f2585" } ,
{ file = "lxml-5.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e3d30321949861404323c50aebeb1943461a67cd51d4200ab02babc58bd06a86" } ,
{ file = "lxml-5.2.1-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:b560e3aa4b1d49e0e6c847d72665384db35b2f5d45f8e6a5c0072e0283430533" } ,
{ file = "lxml-5.2.1-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:058a1308914f20784c9f4674036527e7c04f7be6fb60f5d61353545aa7fcb739" } ,
{ file = "lxml-5.2.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:adfb84ca6b87e06bc6b146dc7da7623395db1e31621c4785ad0658c5028b37d7" } ,
{ file = "lxml-5.2.1-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:417d14450f06d51f363e41cace6488519038f940676ce9664b34ebf5653433a5" } ,
{ file = "lxml-5.2.1-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:a2dfe7e2473f9b59496247aad6e23b405ddf2e12ef0765677b0081c02d6c2c0b" } ,
{ file = "lxml-5.2.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:bf2e2458345d9bffb0d9ec16557d8858c9c88d2d11fed53998512504cd9df49b" } ,
{ file = "lxml-5.2.1-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:58278b29cb89f3e43ff3e0c756abbd1518f3ee6adad9e35b51fb101c1c1daaec" } ,
{ file = "lxml-5.2.1-cp38-cp38-musllinux_1_2_ppc64le.whl" , hash = "sha256:64641a6068a16201366476731301441ce93457eb8452056f570133a6ceb15fca" } ,
{ file = "lxml-5.2.1-cp38-cp38-musllinux_1_2_s390x.whl" , hash = "sha256:78bfa756eab503673991bdcf464917ef7845a964903d3302c5f68417ecdc948c" } ,
{ file = "lxml-5.2.1-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:11a04306fcba10cd9637e669fd73aa274c1c09ca64af79c041aa820ea992b637" } ,
{ file = "lxml-5.2.1-cp38-cp38-win32.whl" , hash = "sha256:66bc5eb8a323ed9894f8fa0ee6cb3e3fb2403d99aee635078fd19a8bc7a5a5da" } ,
{ file = "lxml-5.2.1-cp38-cp38-win_amd64.whl" , hash = "sha256:9676bfc686fa6a3fa10cd4ae6b76cae8be26eb5ec6811d2a325636c460da1806" } ,
{ file = "lxml-5.2.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:cf22b41fdae514ee2f1691b6c3cdeae666d8b7fa9434de445f12bbeee0cf48dd" } ,
{ file = "lxml-5.2.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ec42088248c596dbd61d4ae8a5b004f97a4d91a9fd286f632e42e60b706718d7" } ,
{ file = "lxml-5.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cd53553ddad4a9c2f1f022756ae64abe16da1feb497edf4d9f87f99ec7cf86bd" } ,
{ file = "lxml-5.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:feaa45c0eae424d3e90d78823f3828e7dc42a42f21ed420db98da2c4ecf0a2cb" } ,
{ file = "lxml-5.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ddc678fb4c7e30cf830a2b5a8d869538bc55b28d6c68544d09c7d0d8f17694dc" } ,
{ file = "lxml-5.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:853e074d4931dbcba7480d4dcab23d5c56bd9607f92825ab80ee2bd916edea53" } ,
{ file = "lxml-5.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cc4691d60512798304acb9207987e7b2b7c44627ea88b9d77489bbe3e6cc3bd4" } ,
{ file = "lxml-5.2.1-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:beb72935a941965c52990f3a32d7f07ce869fe21c6af8b34bf6a277b33a345d3" } ,
{ file = "lxml-5.2.1-cp39-cp39-manylinux_2_28_ppc64le.whl" , hash = "sha256:6588c459c5627fefa30139be4d2e28a2c2a1d0d1c265aad2ba1935a7863a4913" } ,
{ file = "lxml-5.2.1-cp39-cp39-manylinux_2_28_s390x.whl" , hash = "sha256:588008b8497667f1ddca7c99f2f85ce8511f8f7871b4a06ceede68ab62dff64b" } ,
{ file = "lxml-5.2.1-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:b6787b643356111dfd4032b5bffe26d2f8331556ecb79e15dacb9275da02866e" } ,
{ file = "lxml-5.2.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:7c17b64b0a6ef4e5affae6a3724010a7a66bda48a62cfe0674dabd46642e8b54" } ,
{ file = "lxml-5.2.1-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:27aa20d45c2e0b8cd05da6d4759649170e8dfc4f4e5ef33a34d06f2d79075d57" } ,
{ file = "lxml-5.2.1-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:d4f2cc7060dc3646632d7f15fe68e2fa98f58e35dd5666cd525f3b35d3fed7f8" } ,
{ file = "lxml-5.2.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:ff46d772d5f6f73564979cd77a4fffe55c916a05f3cb70e7c9c0590059fb29ef" } ,
{ file = "lxml-5.2.1-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:96323338e6c14e958d775700ec8a88346014a85e5de73ac7967db0367582049b" } ,
{ file = "lxml-5.2.1-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:52421b41ac99e9d91934e4d0d0fe7da9f02bfa7536bb4431b4c05c906c8c6919" } ,
{ file = "lxml-5.2.1-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:7a7efd5b6d3e30d81ec68ab8a88252d7c7c6f13aaa875009fe3097eb4e30b84c" } ,
{ file = "lxml-5.2.1-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:0ed777c1e8c99b63037b91f9d73a6aad20fd035d77ac84afcc205225f8f41188" } ,
{ file = "lxml-5.2.1-cp39-cp39-win32.whl" , hash = "sha256:644df54d729ef810dcd0f7732e50e5ad1bd0a135278ed8d6bcb06f33b6b6f708" } ,
{ file = "lxml-5.2.1-cp39-cp39-win_amd64.whl" , hash = "sha256:9ca66b8e90daca431b7ca1408cae085d025326570e57749695d6a01454790e95" } ,
{ file = "lxml-5.2.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:9b0ff53900566bc6325ecde9181d89afadc59c5ffa39bddf084aaedfe3b06a11" } ,
{ file = "lxml-5.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fd6037392f2d57793ab98d9e26798f44b8b4da2f2464388588f48ac52c489ea1" } ,
{ file = "lxml-5.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8b9c07e7a45bb64e21df4b6aa623cb8ba214dfb47d2027d90eac197329bb5e94" } ,
{ file = "lxml-5.2.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:3249cc2989d9090eeac5467e50e9ec2d40704fea9ab72f36b034ea34ee65ca98" } ,
{ file = "lxml-5.2.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:f42038016852ae51b4088b2862126535cc4fc85802bfe30dea3500fdfaf1864e" } ,
{ file = "lxml-5.2.1-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:533658f8fbf056b70e434dff7e7aa611bcacb33e01f75de7f821810e48d1bb66" } ,
{ file = "lxml-5.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:622020d4521e22fb371e15f580d153134bfb68d6a429d1342a25f051ec72df1c" } ,
{ file = "lxml-5.2.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:efa7b51824aa0ee957ccd5a741c73e6851de55f40d807f08069eb4c5a26b2baa" } ,
{ file = "lxml-5.2.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9c6ad0fbf105f6bcc9300c00010a2ffa44ea6f555df1a2ad95c88f5656104817" } ,
{ file = "lxml-5.2.1-pp37-pypy37_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:e233db59c8f76630c512ab4a4daf5a5986da5c3d5b44b8e9fc742f2a24dbd460" } ,
{ file = "lxml-5.2.1-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:6a014510830df1475176466b6087fc0c08b47a36714823e58d8b8d7709132a96" } ,
{ file = "lxml-5.2.1-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:d38c8f50ecf57f0463399569aa388b232cf1a2ffb8f0a9a5412d0db57e054860" } ,
{ file = "lxml-5.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:5aea8212fb823e006b995c4dda533edcf98a893d941f173f6c9506126188860d" } ,
{ file = "lxml-5.2.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ff097ae562e637409b429a7ac958a20aab237a0378c42dabaa1e3abf2f896e5f" } ,
{ file = "lxml-5.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0f5d65c39f16717a47c36c756af0fb36144069c4718824b7533f803ecdf91138" } ,
{ file = "lxml-5.2.1-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:3d0c3dd24bb4605439bf91068598d00c6370684f8de4a67c2992683f6c309d6b" } ,
{ file = "lxml-5.2.1-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:e32be23d538753a8adb6c85bd539f5fd3b15cb987404327c569dfc5fd8366e85" } ,
{ file = "lxml-5.2.1-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:cc518cea79fd1e2f6c90baafa28906d4309d24f3a63e801d855e7424c5b34144" } ,
{ file = "lxml-5.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:a0af35bd8ebf84888373630f73f24e86bf016642fb8576fba49d3d6b560b7cbc" } ,
{ file = "lxml-5.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f8aca2e3a72f37bfc7b14ba96d4056244001ddcc18382bd0daa087fd2e68a354" } ,
{ file = "lxml-5.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5ca1e8188b26a819387b29c3895c47a5e618708fe6f787f3b1a471de2c4a94d9" } ,
{ file = "lxml-5.2.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:c8ba129e6d3b0136a0f50345b2cb3db53f6bda5dd8c7f5d83fbccba97fb5dcb5" } ,
{ file = "lxml-5.2.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:e998e304036198b4f6914e6a1e2b6f925208a20e2042563d9734881150c6c246" } ,
{ file = "lxml-5.2.1-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:d3be9b2076112e51b323bdf6d5a7f8a798de55fb8d95fcb64bd179460cdc0704" } ,
{ file = "lxml-5.2.1.tar.gz" , hash = "sha256:3f7765e69bbce0906a7c74d5fe46d2c7a7596147318dbc08e4a2431f3060e306" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
2024-04-02 12:05:03 +00:00
html-clean = [ "lxml-html-clean" ]
2022-05-13 09:44:23 +00:00
html5 = [ "html5lib" ]
2022-10-03 11:29:40 +00:00
htmlsoup = [ "BeautifulSoup4" ]
2024-04-02 12:05:03 +00:00
source = [ "Cython (>=3.0.10)" ]
2022-05-13 09:44:23 +00:00
2024-03-28 13:22:07 +00:00
[ [ package ] ]
name = "markdown-it-py"
version = "3.0.0"
description = "Python port of markdown-it. Markdown parsing, done right!"
optional = false
python-versions = ">=3.8"
files = [
{ file = "markdown-it-py-3.0.0.tar.gz" , hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" } ,
{ file = "markdown_it_py-3.0.0-py3-none-any.whl" , hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1" } ,
]
[ package . dependencies ]
mdurl = ">=0.1,<1.0"
[ package . extras ]
benchmarking = [ "psutil" , "pytest" , "pytest-benchmark" ]
code-style = [ "pre-commit (>=3.0,<4.0)" ]
compare = [ "commonmark (>=0.9,<1.0)" , "markdown (>=3.4,<4.0)" , "mistletoe (>=1.0,<2.0)" , "mistune (>=2.0,<3.0)" , "panflute (>=2.3,<3.0)" ]
linkify = [ "linkify-it-py (>=1,<3)" ]
plugins = [ "mdit-py-plugins" ]
profiling = [ "gprof2dot" ]
rtd = [ "jupyter_sphinx" , "mdit-py-plugins" , "myst-parser" , "pyyaml" , "sphinx" , "sphinx-copybutton" , "sphinx-design" , "sphinx_book_theme" ]
testing = [ "coverage" , "pytest" , "pytest-cov" , "pytest-regressions" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
2022-10-24 08:28:36 +00:00
name = "markupsafe"
2024-02-05 15:58:07 +00:00
version = "2.1.5"
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 = [
2024-02-05 15:58:07 +00:00
{ file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-win32.whl" , hash = "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl" , hash = "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl" , hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl" , hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl" , hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl" , hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-win32.whl" , hash = "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-win32.whl" , hash = "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-win_amd64.whl" , hash = "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-win32.whl" , hash = "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl" , hash = "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5" } ,
{ file = "MarkupSafe-2.1.5.tar.gz" , hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
2024-03-28 13:22:07 +00:00
[ [ package ] ]
name = "mdit-py-plugins"
version = "0.4.0"
description = "Collection of plugins for markdown-it-py"
optional = false
python-versions = ">=3.8"
files = [
{ file = "mdit_py_plugins-0.4.0-py3-none-any.whl" , hash = "sha256:b51b3bb70691f57f974e257e367107857a93b36f322a9e6d44ca5bf28ec2def9" } ,
{ file = "mdit_py_plugins-0.4.0.tar.gz" , hash = "sha256:d8ab27e9aed6c38aa716819fedfde15ca275715955f8a185a8e1cf90fb1d2c1b" } ,
]
[ package . dependencies ]
markdown-it-py = ">=1.0.0,<4.0.0"
[ package . extras ]
code-style = [ "pre-commit" ]
rtd = [ "myst-parser" , "sphinx-book-theme" ]
testing = [ "coverage" , "pytest" , "pytest-cov" , "pytest-regressions" ]
[ [ package ] ]
name = "mdurl"
version = "0.1.2"
description = "Markdown URL utilities"
optional = false
python-versions = ">=3.7"
files = [
{ file = "mdurl-0.1.2-py3-none-any.whl" , hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8" } ,
{ file = "mdurl-0.1.2.tar.gz" , hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" } ,
]
[ [ package ] ]
name = "myst-parser"
version = "2.0.0"
description = "An extended [CommonMark](https://spec.commonmark.org/) compliant parser,"
optional = false
python-versions = ">=3.8"
files = [
{ file = "myst_parser-2.0.0-py3-none-any.whl" , hash = "sha256:7c36344ae39c8e740dad7fdabf5aa6fc4897a813083c6cc9990044eb93656b14" } ,
{ file = "myst_parser-2.0.0.tar.gz" , hash = "sha256:ea929a67a6a0b1683cdbe19b8d2e724cd7643f8aa3e7bb18dd65beac3483bead" } ,
]
[ package . dependencies ]
docutils = ">=0.16,<0.21"
jinja2 = "*"
markdown-it-py = ">=3.0,<4.0"
mdit-py-plugins = ">=0.4,<1.0"
pyyaml = "*"
sphinx = ">=6,<8"
[ package . extras ]
code-style = [ "pre-commit (>=3.0,<4.0)" ]
linkify = [ "linkify-it-py (>=2.0,<3.0)" ]
rtd = [ "ipython" , "pydata-sphinx-theme (==v0.13.0rc4)" , "sphinx-autodoc2 (>=0.4.2,<0.5.0)" , "sphinx-book-theme (==1.0.0rc2)" , "sphinx-copybutton" , "sphinx-design2" , "sphinx-pyscript" , "sphinx-tippy (>=0.3.1)" , "sphinx-togglebutton" , "sphinxext-opengraph (>=0.8.2,<0.9.0)" , "sphinxext-rediraffe (>=0.2.7,<0.3.0)" ]
testing = [ "beautifulsoup4" , "coverage[toml]" , "pytest (>=7,<8)" , "pytest-cov" , "pytest-param-files (>=0.3.4,<0.4.0)" , "pytest-regressions" , "sphinx-pytest" ]
testing-docutils = [ "pygments" , "pytest (>=7,<8)" , "pytest-param-files (>=0.3.4,<0.4.0)" ]
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"
2024-03-16 18:40:25 +00:00
version = "24.0"
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 = [
2024-03-16 18:40:25 +00:00
{ file = "packaging-24.0-py3-none-any.whl" , hash = "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5" } ,
{ file = "packaging-24.0.tar.gz" , hash = "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
2023-11-29 08:19:20 +00:00
[ [ package ] ]
name = "passlib"
version = "1.7.4"
description = "comprehensive password hashing framework supporting over 30 schemes"
optional = true
python-versions = "*"
files = [
{ file = "passlib-1.7.4-py2.py3-none-any.whl" , hash = "sha256:aa6bca462b8d8bda89c70b382f0c298a20b5560af6cbfa2dce410c0a2fb669f1" } ,
{ file = "passlib-1.7.4.tar.gz" , hash = "sha256:defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04" } ,
]
[ package . extras ]
argon2 = [ "argon2-cffi (>=18.2.0)" ]
bcrypt = [ "bcrypt (>=3.1.0)" ]
build-docs = [ "cloud-sptheme (>=1.10.1)" , "sphinx (>=1.6)" , "sphinxcontrib-fulltoc (>=1.2.0)" ]
totp = [ "cryptography" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "platformdirs"
2024-02-05 15:58:07 +00:00
version = "4.2.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
2023-12-14 21:21:59 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-02-05 15:58:07 +00:00
{ file = "platformdirs-4.2.0-py3-none-any.whl" , hash = "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068" } ,
{ file = "platformdirs-4.2.0.tar.gz" , hash = "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . extras ]
2024-02-05 15:58:07 +00:00
docs = [ "furo (>=2023.9.10)" , "proselint (>=0.13)" , "sphinx (>=7.2.6)" , "sphinx-autodoc-typehints (>=1.25.2)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=7.4.3)" , "pytest-cov (>=4.1)" , "pytest-mock (>=3.12)" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "pluggy"
2024-01-26 16:04:59 +00:00
version = "1.4.0"
2022-05-13 09:44:23 +00:00
description = "plugin and hook calling mechanisms for python"
optional = false
2023-09-20 16:55:02 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-01-26 16:04:59 +00:00
{ file = "pluggy-1.4.0-py3-none-any.whl" , hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981" } ,
{ file = "pluggy-1.4.0.tar.gz" , hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be" } ,
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-10-23 17:36:21 +00:00
version = "3.5.0"
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-10-23 17:36:21 +00:00
{ file = "pre_commit-3.5.0-py2.py3-none-any.whl" , hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660" } ,
{ file = "pre_commit-3.5.0.tar.gz" , hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32" } ,
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"
2024-01-26 16:04:59 +00:00
version = "5.9.8"
2023-05-03 12:41:47 +00:00
description = "Cross-platform lib for process and system monitoring in Python."
optional = false
2023-10-23 17:36:21 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
files = [
2024-01-26 16:04:59 +00:00
{ file = "psutil-5.9.8-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:26bd09967ae00920df88e0352a91cff1a78f8d69b3ecabbfe733610c0af486c8" } ,
{ file = "psutil-5.9.8-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:05806de88103b25903dff19bb6692bd2e714ccf9e668d050d144012055cbca73" } ,
{ file = "psutil-5.9.8-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:611052c4bc70432ec770d5d54f64206aa7203a101ec273a0cd82418c86503bb7" } ,
{ file = "psutil-5.9.8-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:50187900d73c1381ba1454cf40308c2bf6f34268518b3f36a9b663ca87e65e36" } ,
{ file = "psutil-5.9.8-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:02615ed8c5ea222323408ceba16c60e99c3f91639b07da6373fb7e6539abc56d" } ,
{ file = "psutil-5.9.8-cp27-none-win32.whl" , hash = "sha256:36f435891adb138ed3c9e58c6af3e2e6ca9ac2f365efe1f9cfef2794e6c93b4e" } ,
{ file = "psutil-5.9.8-cp27-none-win_amd64.whl" , hash = "sha256:bd1184ceb3f87651a67b2708d4c3338e9b10c5df903f2e3776b62303b26cb631" } ,
{ file = "psutil-5.9.8-cp36-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81" } ,
{ file = "psutil-5.9.8-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8cb6403ce6d8e047495a701dc7c5bd788add903f8986d523e3e20b98b733e421" } ,
{ file = "psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4" } ,
{ file = "psutil-5.9.8-cp36-cp36m-win32.whl" , hash = "sha256:7d79560ad97af658a0f6adfef8b834b53f64746d45b403f225b85c5c2c140eee" } ,
{ file = "psutil-5.9.8-cp36-cp36m-win_amd64.whl" , hash = "sha256:27cc40c3493bb10de1be4b3f07cae4c010ce715290a5be22b98493509c6299e2" } ,
{ file = "psutil-5.9.8-cp37-abi3-win32.whl" , hash = "sha256:bc56c2a1b0d15aa3eaa5a60c9f3f8e3e565303b465dbf57a1b730e7a2b9844e0" } ,
{ file = "psutil-5.9.8-cp37-abi3-win_amd64.whl" , hash = "sha256:8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf" } ,
{ file = "psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl" , hash = "sha256:d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8" } ,
{ file = "psutil-5.9.8.tar.gz" , hash = "sha256:6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c" } ,
2023-05-03 12:41:47 +00:00
]
[ package . extras ]
test = [ "enum34" , "ipaddress" , "mock" , "pywin32" , "wmi" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "pyasn1"
2024-03-27 17:09:40 +00:00
version = "0.6.0"
2023-05-02 14:46:10 +00:00
description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)"
2023-08-16 15:14:11 +00:00
optional = true
2024-03-27 17:09:40 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-03-27 17:09:40 +00:00
{ file = "pyasn1-0.6.0-py2.py3-none-any.whl" , hash = "sha256:cca4bb0f2df5504f02f6f8a775b6e416ff9b0b3b16f7ee80b5a3153d9b804473" } ,
{ file = "pyasn1-0.6.0.tar.gz" , hash = "sha256:3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "pyasn1-modules"
2024-03-27 17:09:40 +00:00
version = "0.4.0"
2023-05-02 14:46:10 +00:00
description = "A collection of ASN.1-based protocols modules"
2023-08-16 15:14:11 +00:00
optional = true
2024-03-27 17:09:40 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-03-27 17:09:40 +00:00
{ file = "pyasn1_modules-0.4.0-py3-none-any.whl" , hash = "sha256:be04f15b66c206eed667e0bb5ab27e2b1855ea54a842e5037738099e8ca4ae0b" } ,
{ file = "pyasn1_modules-0.4.0.tar.gz" , hash = "sha256:831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
2024-03-27 17:09:40 +00:00
pyasn1 = ">=0.4.6,<0.7.0"
2022-05-13 09:44:23 +00:00
2022-11-20 21:12:18 +00:00
[ [ package ] ]
name = "pycountry"
2023-12-14 21:21:59 +00:00
version = "23.12.11"
2022-11-20 21:12:18 +00:00
description = "ISO country, subdivision, language, currency and script definitions and their translations"
2023-08-16 15:14:11 +00:00
optional = true
2023-12-14 21:21:59 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2023-12-14 21:21:59 +00:00
{ file = "pycountry-23.12.11-py3-none-any.whl" , hash = "sha256:2ff91cff4f40ff61086e773d61e72005fe95de4a57bfc765509db05695dc50ab" } ,
{ file = "pycountry-23.12.11.tar.gz" , hash = "sha256:00569d82eaefbc6a490a311bfa84a9c571cff9ddbf8b0a4f4e7b4f868b4ad925" } ,
2022-12-20 19:18:37 +00:00
]
2022-11-20 21:12:18 +00:00
[ package . dependencies ]
2023-12-14 21:21:59 +00:00
importlib-resources = { version = ">=5.12.0,<6.0.0" , markers = "python_version < \"3.9\"" }
2022-11-20 21:12:18 +00:00
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "pycparser"
2024-04-02 12:05:03 +00:00
version = "2.22"
2022-05-13 09:44:23 +00:00
description = "C parser in Python"
optional = false
2024-04-02 12:05:03 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-04-02 12:05:03 +00:00
{ file = "pycparser-2.22-py3-none-any.whl" , hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" } ,
{ file = "pycparser-2.22.tar.gz" , hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
2023-12-18 17:06:03 +00:00
[ [ package ] ]
name = "pydantic"
2024-04-16 16:43:17 +00:00
version = "2.7.0"
2023-12-18 17:06:03 +00:00
description = "Data validation using Python type hints"
optional = false
python-versions = ">=3.8"
files = [
2024-04-16 16:43:17 +00:00
{ file = "pydantic-2.7.0-py3-none-any.whl" , hash = "sha256:9dee74a271705f14f9a1567671d144a851c675b072736f0a7b2608fd9e495352" } ,
{ file = "pydantic-2.7.0.tar.gz" , hash = "sha256:b5ecdd42262ca2462e2624793551e80911a1e989f462910bb81aef974b4bb383" } ,
2023-12-18 17:06:03 +00:00
]
[ package . dependencies ]
annotated-types = ">=0.4.0"
2024-04-16 16:43:17 +00:00
pydantic-core = "2.18.1"
2023-12-18 17:06:03 +00:00
typing-extensions = ">=4.6.1"
[ package . extras ]
email = [ "email-validator (>=2.0.0)" ]
[ [ package ] ]
name = "pydantic-core"
2024-04-16 16:43:17 +00:00
version = "2.18.1"
description = "Core functionality for Pydantic validation and serialization"
2023-12-18 17:06:03 +00:00
optional = false
python-versions = ">=3.8"
files = [
2024-04-16 16:43:17 +00:00
{ file = "pydantic_core-2.18.1-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:ee9cf33e7fe14243f5ca6977658eb7d1042caaa66847daacbd2117adb258b226" } ,
{ file = "pydantic_core-2.18.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:6b7bbb97d82659ac8b37450c60ff2e9f97e4eb0f8a8a3645a5568b9334b08b50" } ,
{ file = "pydantic_core-2.18.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:df4249b579e75094f7e9bb4bd28231acf55e308bf686b952f43100a5a0be394c" } ,
{ file = "pydantic_core-2.18.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:d0491006a6ad20507aec2be72e7831a42efc93193d2402018007ff827dc62926" } ,
{ file = "pydantic_core-2.18.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2ae80f72bb7a3e397ab37b53a2b49c62cc5496412e71bc4f1277620a7ce3f52b" } ,
{ file = "pydantic_core-2.18.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:58aca931bef83217fca7a390e0486ae327c4af9c3e941adb75f8772f8eeb03a1" } ,
{ file = "pydantic_core-2.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1be91ad664fc9245404a789d60cba1e91c26b1454ba136d2a1bf0c2ac0c0505a" } ,
{ file = "pydantic_core-2.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:667880321e916a8920ef49f5d50e7983792cf59f3b6079f3c9dac2b88a311d17" } ,
{ file = "pydantic_core-2.18.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:f7054fdc556f5421f01e39cbb767d5ec5c1139ea98c3e5b350e02e62201740c7" } ,
{ file = "pydantic_core-2.18.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:030e4f9516f9947f38179249778709a460a3adb516bf39b5eb9066fcfe43d0e6" } ,
{ file = "pydantic_core-2.18.1-cp310-none-win32.whl" , hash = "sha256:2e91711e36e229978d92642bfc3546333a9127ecebb3f2761372e096395fc649" } ,
{ file = "pydantic_core-2.18.1-cp310-none-win_amd64.whl" , hash = "sha256:9a29726f91c6cb390b3c2338f0df5cd3e216ad7a938762d11c994bb37552edb0" } ,
{ file = "pydantic_core-2.18.1-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:9ece8a49696669d483d206b4474c367852c44815fca23ac4e48b72b339807f80" } ,
{ file = "pydantic_core-2.18.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:7a5d83efc109ceddb99abd2c1316298ced2adb4570410defe766851a804fcd5b" } ,
{ file = "pydantic_core-2.18.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5f7973c381283783cd1043a8c8f61ea5ce7a3a58b0369f0ee0ee975eaf2f2a1b" } ,
{ file = "pydantic_core-2.18.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:54c7375c62190a7845091f521add19b0f026bcf6ae674bdb89f296972272e86d" } ,
{ file = "pydantic_core-2.18.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:dd63cec4e26e790b70544ae5cc48d11b515b09e05fdd5eff12e3195f54b8a586" } ,
{ file = "pydantic_core-2.18.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:561cf62c8a3498406495cfc49eee086ed2bb186d08bcc65812b75fda42c38294" } ,
{ file = "pydantic_core-2.18.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:68717c38a68e37af87c4da20e08f3e27d7e4212e99e96c3d875fbf3f4812abfc" } ,
{ file = "pydantic_core-2.18.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:2d5728e93d28a3c63ee513d9ffbac9c5989de8c76e049dbcb5bfe4b923a9739d" } ,
{ file = "pydantic_core-2.18.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:f0f17814c505f07806e22b28856c59ac80cee7dd0fbb152aed273e116378f519" } ,
{ file = "pydantic_core-2.18.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:d816f44a51ba5175394bc6c7879ca0bd2be560b2c9e9f3411ef3a4cbe644c2e9" } ,
{ file = "pydantic_core-2.18.1-cp311-none-win32.whl" , hash = "sha256:09f03dfc0ef8c22622eaa8608caa4a1e189cfb83ce847045eca34f690895eccb" } ,
{ file = "pydantic_core-2.18.1-cp311-none-win_amd64.whl" , hash = "sha256:27f1009dc292f3b7ca77feb3571c537276b9aad5dd4efb471ac88a8bd09024e9" } ,
{ file = "pydantic_core-2.18.1-cp311-none-win_arm64.whl" , hash = "sha256:48dd883db92e92519201f2b01cafa881e5f7125666141a49ffba8b9facc072b0" } ,
{ file = "pydantic_core-2.18.1-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:b6b0e4912030c6f28bcb72b9ebe4989d6dc2eebcd2a9cdc35fefc38052dd4fe8" } ,
{ file = "pydantic_core-2.18.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:f3202a429fe825b699c57892d4371c74cc3456d8d71b7f35d6028c96dfecad31" } ,
{ file = "pydantic_core-2.18.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a3982b0a32d0a88b3907e4b0dc36809fda477f0757c59a505d4e9b455f384b8b" } ,
{ file = "pydantic_core-2.18.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:25595ac311f20e5324d1941909b0d12933f1fd2171075fcff763e90f43e92a0d" } ,
{ file = "pydantic_core-2.18.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:14fe73881cf8e4cbdaded8ca0aa671635b597e42447fec7060d0868b52d074e6" } ,
{ file = "pydantic_core-2.18.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ca976884ce34070799e4dfc6fbd68cb1d181db1eefe4a3a94798ddfb34b8867f" } ,
{ file = "pydantic_core-2.18.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:684d840d2c9ec5de9cb397fcb3f36d5ebb6fa0d94734f9886032dd796c1ead06" } ,
{ file = "pydantic_core-2.18.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:54764c083bbe0264f0f746cefcded6cb08fbbaaf1ad1d78fb8a4c30cff999a90" } ,
{ file = "pydantic_core-2.18.1-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:201713f2f462e5c015b343e86e68bd8a530a4f76609b33d8f0ec65d2b921712a" } ,
{ file = "pydantic_core-2.18.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:fd1a9edb9dd9d79fbeac1ea1f9a8dd527a6113b18d2e9bcc0d541d308dae639b" } ,
{ file = "pydantic_core-2.18.1-cp312-none-win32.whl" , hash = "sha256:d5e6b7155b8197b329dc787356cfd2684c9d6a6b1a197f6bbf45f5555a98d411" } ,
{ file = "pydantic_core-2.18.1-cp312-none-win_amd64.whl" , hash = "sha256:9376d83d686ec62e8b19c0ac3bf8d28d8a5981d0df290196fb6ef24d8a26f0d6" } ,
{ file = "pydantic_core-2.18.1-cp312-none-win_arm64.whl" , hash = "sha256:c562b49c96906b4029b5685075fe1ebd3b5cc2601dfa0b9e16c2c09d6cbce048" } ,
{ file = "pydantic_core-2.18.1-cp38-cp38-macosx_10_12_x86_64.whl" , hash = "sha256:3e352f0191d99fe617371096845070dee295444979efb8f27ad941227de6ad09" } ,
{ file = "pydantic_core-2.18.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c0295d52b012cbe0d3059b1dba99159c3be55e632aae1999ab74ae2bd86a33d7" } ,
{ file = "pydantic_core-2.18.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:56823a92075780582d1ffd4489a2e61d56fd3ebb4b40b713d63f96dd92d28144" } ,
{ file = "pydantic_core-2.18.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:dd3f79e17b56741b5177bcc36307750d50ea0698df6aa82f69c7db32d968c1c2" } ,
{ file = "pydantic_core-2.18.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:38a5024de321d672a132b1834a66eeb7931959c59964b777e8f32dbe9523f6b1" } ,
{ file = "pydantic_core-2.18.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d2ce426ee691319d4767748c8e0895cfc56593d725594e415f274059bcf3cb76" } ,
{ file = "pydantic_core-2.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2adaeea59849ec0939af5c5d476935f2bab4b7f0335b0110f0f069a41024278e" } ,
{ file = "pydantic_core-2.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:9b6431559676a1079eac0f52d6d0721fb8e3c5ba43c37bc537c8c83724031feb" } ,
{ file = "pydantic_core-2.18.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:85233abb44bc18d16e72dc05bf13848a36f363f83757541f1a97db2f8d58cfd9" } ,
{ file = "pydantic_core-2.18.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:641a018af4fe48be57a2b3d7a1f0f5dbca07c1d00951d3d7463f0ac9dac66622" } ,
{ file = "pydantic_core-2.18.1-cp38-none-win32.whl" , hash = "sha256:63d7523cd95d2fde0d28dc42968ac731b5bb1e516cc56b93a50ab293f4daeaad" } ,
{ file = "pydantic_core-2.18.1-cp38-none-win_amd64.whl" , hash = "sha256:907a4d7720abfcb1c81619863efd47c8a85d26a257a2dbebdb87c3b847df0278" } ,
{ file = "pydantic_core-2.18.1-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:aad17e462f42ddbef5984d70c40bfc4146c322a2da79715932cd8976317054de" } ,
{ file = "pydantic_core-2.18.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:94b9769ba435b598b547c762184bcfc4783d0d4c7771b04a3b45775c3589ca44" } ,
{ file = "pydantic_core-2.18.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:80e0e57cc704a52fb1b48f16d5b2c8818da087dbee6f98d9bf19546930dc64b5" } ,
{ file = "pydantic_core-2.18.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:76b86e24039c35280ceee6dce7e62945eb93a5175d43689ba98360ab31eebc4a" } ,
{ file = "pydantic_core-2.18.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:12a05db5013ec0ca4a32cc6433f53faa2a014ec364031408540ba858c2172bb0" } ,
{ file = "pydantic_core-2.18.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:250ae39445cb5475e483a36b1061af1bc233de3e9ad0f4f76a71b66231b07f88" } ,
{ file = "pydantic_core-2.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a32204489259786a923e02990249c65b0f17235073149d0033efcebe80095570" } ,
{ file = "pydantic_core-2.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:6395a4435fa26519fd96fdccb77e9d00ddae9dd6c742309bd0b5610609ad7fb2" } ,
{ file = "pydantic_core-2.18.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:2533ad2883f001efa72f3d0e733fb846710c3af6dcdd544fe5bf14fa5fe2d7db" } ,
{ file = "pydantic_core-2.18.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:b560b72ed4816aee52783c66854d96157fd8175631f01ef58e894cc57c84f0f6" } ,
{ file = "pydantic_core-2.18.1-cp39-none-win32.whl" , hash = "sha256:582cf2cead97c9e382a7f4d3b744cf0ef1a6e815e44d3aa81af3ad98762f5a9b" } ,
{ file = "pydantic_core-2.18.1-cp39-none-win_amd64.whl" , hash = "sha256:ca71d501629d1fa50ea7fa3b08ba884fe10cefc559f5c6c8dfe9036c16e8ae89" } ,
{ file = "pydantic_core-2.18.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:e178e5b66a06ec5bf51668ec0d4ac8cfb2bdcb553b2c207d58148340efd00143" } ,
{ file = "pydantic_core-2.18.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:72722ce529a76a4637a60be18bd789d8fb871e84472490ed7ddff62d5fed620d" } ,
{ file = "pydantic_core-2.18.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2fe0c1ce5b129455e43f941f7a46f61f3d3861e571f2905d55cdbb8b5c6f5e2c" } ,
{ file = "pydantic_core-2.18.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d4284c621f06a72ce2cb55f74ea3150113d926a6eb78ab38340c08f770eb9b4d" } ,
{ file = "pydantic_core-2.18.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:1a0c3e718f4e064efde68092d9d974e39572c14e56726ecfaeebbe6544521f47" } ,
{ file = "pydantic_core-2.18.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:2027493cc44c23b598cfaf200936110433d9caa84e2c6cf487a83999638a96ac" } ,
{ file = "pydantic_core-2.18.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:76909849d1a6bffa5a07742294f3fa1d357dc917cb1fe7b470afbc3a7579d539" } ,
{ file = "pydantic_core-2.18.1-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:ee7ccc7fb7e921d767f853b47814c3048c7de536663e82fbc37f5eb0d532224b" } ,
{ file = "pydantic_core-2.18.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:ee2794111c188548a4547eccc73a6a8527fe2af6cf25e1a4ebda2fd01cdd2e60" } ,
{ file = "pydantic_core-2.18.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:a139fe9f298dc097349fb4f28c8b81cc7a202dbfba66af0e14be5cfca4ef7ce5" } ,
{ file = "pydantic_core-2.18.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d074b07a10c391fc5bbdcb37b2f16f20fcd9e51e10d01652ab298c0d07908ee2" } ,
{ file = "pydantic_core-2.18.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c69567ddbac186e8c0aadc1f324a60a564cfe25e43ef2ce81bcc4b8c3abffbae" } ,
{ file = "pydantic_core-2.18.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:baf1c7b78cddb5af00971ad5294a4583188bda1495b13760d9f03c9483bb6203" } ,
{ file = "pydantic_core-2.18.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:2684a94fdfd1b146ff10689c6e4e815f6a01141781c493b97342cdc5b06f4d5d" } ,
{ file = "pydantic_core-2.18.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:73c1bc8a86a5c9e8721a088df234265317692d0b5cd9e86e975ce3bc3db62a59" } ,
{ file = "pydantic_core-2.18.1-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:e60defc3c15defb70bb38dd605ff7e0fae5f6c9c7cbfe0ad7868582cb7e844a6" } ,
{ file = "pydantic_core-2.18.1.tar.gz" , hash = "sha256:de9d3e8717560eb05e28739d1b35e4eac2e458553a52a301e51352a7ffc86a35" } ,
2023-12-18 17:06:03 +00:00
]
[ package . dependencies ]
typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0"
[ [ package ] ]
name = "pydantic-settings"
version = "2.2.1"
description = "Settings management using Pydantic"
optional = false
python-versions = ">=3.8"
files = [
{ file = "pydantic_settings-2.2.1-py3-none-any.whl" , hash = "sha256:0235391d26db4d2190cb9b31051c4b46882d28a51533f97440867f012d4da091" } ,
{ file = "pydantic_settings-2.2.1.tar.gz" , hash = "sha256:00b9f6a5e95553590434c0fa01ead0b216c3e10bc54ae02e37f359948643c5ed" } ,
]
[ package . dependencies ]
pydantic = ">=2.3.0"
python-dotenv = ">=0.21.0"
[ package . extras ]
toml = [ "tomli (>=2.0.1)" ]
yaml = [ "pyyaml (>=6.0.1)" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
2022-10-24 08:28:36 +00:00
name = "pygments"
2023-11-24 11:50:14 +00:00
version = "2.17.2"
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-11-24 11:50:14 +00:00
{ file = "pygments-2.17.2-py3-none-any.whl" , hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c" } ,
{ file = "pygments-2.17.2.tar.gz" , hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367" } ,
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-11-18 14:30:20 +00:00
windows-terminal = [ "colorama (>=0.4.6)" ]
2023-06-03 10:25:47 +00:00
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 = "pytest"
2024-04-16 16:34:36 +00:00
version = "8.1.1"
2022-05-13 09:44:23 +00:00
description = "pytest: simple powerful testing with Python"
optional = false
2024-04-16 16:34:36 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-04-16 16:34:36 +00:00
{ file = "pytest-8.1.1-py3-none-any.whl" , hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7" } ,
{ file = "pytest-8.1.1.tar.gz" , hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044" } ,
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 = "*"
2024-04-16 16:34:36 +00:00
pluggy = ">=1.4,<2.0"
tomli = { version = ">=1" , markers = "python_version < \"3.11\"" }
2022-05-13 09:44:23 +00:00
[ package . extras ]
2024-04-16 16:34:36 +00:00
testing = [ "argcomplete" , "attrs (>=19.2)" , "hypothesis (>=3.56)" , "mock" , "pygments (>=2.7.2)" , "requests" , "setuptools" , "xmlschema" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "pytest-cov"
2024-03-26 15:49:07 +00:00
version = "5.0.0"
2022-05-13 09:44:23 +00:00
description = "Pytest plugin for measuring coverage."
optional = false
2024-03-26 15:49:07 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-03-26 15:49:07 +00:00
{ file = "pytest-cov-5.0.0.tar.gz" , hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857" } ,
{ file = "pytest_cov-5.0.0-py3-none-any.whl" , hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652" } ,
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 ]
2024-03-26 15:49:07 +00:00
testing = [ "fields" , "hunter" , "process-tests" , "pytest-xdist" , "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 = "*"
2022-12-20 19:18:37 +00:00
[ [ package ] ]
name = "pytest-httpserver"
2024-03-16 18:40:25 +00:00
version = "1.0.10"
2022-12-20 19:18:37 +00:00
description = "pytest-httpserver is a httpserver for pytest"
optional = false
2024-02-13 08:54:15 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-03-16 18:40:25 +00:00
{ file = "pytest_httpserver-1.0.10-py3-none-any.whl" , hash = "sha256:d40e0cc3d61ed6e4d80f52a796926d557a7db62b17e43b3e258a78a3c34becb9" } ,
{ file = "pytest_httpserver-1.0.10.tar.gz" , hash = "sha256:77b9fbc2eb0a129cfbbacc8fe57e8cafe071d506489f31fe31e62f1b332d9905" } ,
2022-12-20 19:18:37 +00:00
]
[ package . dependencies ]
Werkzeug = ">=2.0.0"
2023-06-03 17:47:05 +00:00
[ [ package ] ]
2024-04-16 16:33:58 +00:00
name = "pytest-lazy-fixtures"
version = "1.0.7"
description = "Allows you to use fixtures in @pytest.mark.parametrize."
2023-06-03 17:47:05 +00:00
optional = false
2024-04-16 16:33:58 +00:00
python-versions = ">=3.8,<4.0"
2023-06-03 17:47:05 +00:00
files = [
2024-04-16 16:33:58 +00:00
{ file = "pytest_lazy_fixtures-1.0.7-py3-none-any.whl" , hash = "sha256:71428385b166cdb0fa3f2a3c72b5a5f95fa58f977816877b9b9c1e857143e194" } ,
{ file = "pytest_lazy_fixtures-1.0.7.tar.gz" , hash = "sha256:87ef7424dc0229ff9cb72d482f49b7806535c3500641f612c13ddf243c9adacb" } ,
2023-06-03 17:47:05 +00:00
]
[ package . dependencies ]
2024-04-16 16:33:58 +00:00
pytest = ">=7"
2023-06-03 17:47:05 +00:00
2023-12-14 18:46:30 +00:00
[ [ package ] ]
name = "pytest-smtpd"
version = "0.1.0"
description = "An SMTP server for testing built on aiosmtpd"
optional = false
python-versions = "<4,>=3.7"
files = [
{ file = "pytest_smtpd-0.1.0-py3-none-any.whl" , hash = "sha256:1249e4d0ab77120eb53bce5123200b94ab6667b52a6cb5c741a3956a254c2dd8" } ,
{ file = "pytest_smtpd-0.1.0.tar.gz" , hash = "sha256:e80cd7818f45192ebd8ec517a38d20098378e397e664ec0649da5b98a6e3ff09" } ,
]
[ package . dependencies ]
pytest = "*"
smtpdfix = "*"
[ package . extras ]
dev = [ "flake8" , "isort" , "mypy" , "tox" ]
2023-07-06 07:07:52 +00:00
[ [ package ] ]
name = "pytest-xdist"
2023-11-24 11:50:14 +00:00
version = "3.5.0"
2023-07-06 07:07:52 +00:00
description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs"
optional = false
python-versions = ">=3.7"
files = [
2023-11-24 11:50:14 +00:00
{ file = "pytest-xdist-3.5.0.tar.gz" , hash = "sha256:cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a" } ,
{ file = "pytest_xdist-3.5.0-py3-none-any.whl" , hash = "sha256:d075629c7e00b611df89f490a5063944bee7a4362a5ff11c7cc7824a03dfce24" } ,
2023-07-06 07:07:52 +00:00
]
[ 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"
2024-03-16 18:40:25 +00:00
version = "2.9.0.post0"
2022-05-13 09:44:23 +00:00
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 = [
2024-03-16 18:40:25 +00:00
{ file = "python-dateutil-2.9.0.post0.tar.gz" , hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" } ,
{ file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl" , hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
six = ">=1.5"
2023-12-18 17:06:03 +00:00
[ [ package ] ]
name = "python-dotenv"
version = "1.0.1"
description = "Read key-value pairs from a .env file and set them as environment variables"
optional = false
python-versions = ">=3.8"
files = [
{ file = "python-dotenv-1.0.1.tar.gz" , hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca" } ,
{ file = "python_dotenv-1.0.1-py3-none-any.whl" , hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a" } ,
]
[ package . extras ]
cli = [ "click (>=5.0)" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "python-ldap"
2023-11-18 14:30:20 +00:00
version = "3.4.4"
2022-05-13 09:44:23 +00:00
description = "Python modules for implementing LDAP clients"
2023-08-16 15:14:11 +00:00
optional = true
2022-05-13 09:44:23 +00:00
python-versions = ">=3.6"
2022-12-20 19:18:37 +00:00
files = [
2023-11-18 14:30:20 +00:00
{ file = "python-ldap-3.4.4.tar.gz" , hash = "sha256:7edb0accec4e037797705f3a05cbf36a9fde50d08c8f67f2aef99a2628fab828" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
pyasn1 = ">=0.3.7"
pyasn1_modules = ">=0.1.5"
[ [ package ] ]
name = "pytz"
2024-02-05 15:58:07 +00:00
version = "2024.1"
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 = [
2024-02-05 15:58:07 +00:00
{ file = "pytz-2024.1-py2.py3-none-any.whl" , hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319" } ,
{ file = "pytz-2024.1.tar.gz" , hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812" } ,
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" } ,
2023-10-02 07:53:39 +00:00
{ file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290" } ,
2023-07-24 18:32:49 +00:00
{ 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" } ,
2023-10-02 07:53:39 +00:00
{ file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b" } ,
2023-07-24 18:32:49 +00:00
{ 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" } ,
2023-10-02 07:53:39 +00:00
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9" } ,
2024-04-15 13:34:50 +00:00
{ file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef" } ,
2023-10-02 07:53:39 +00:00
{ file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win32.whl" , hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl" , hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df" } ,
2023-07-24 18:32:49 +00:00
{ 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" } ,
2023-10-02 07:53:39 +00:00
{ file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6" } ,
2023-07-24 18:32:49 +00:00
{ 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" } ,
2023-10-02 07:53:39 +00:00
{ file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5" } ,
2023-07-24 18:32:49 +00:00
{ 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"
2024-04-16 16:43:17 +00:00
version = "1.45.0"
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 = [
2024-04-16 16:43:17 +00:00
{ file = "sentry-sdk-1.45.0.tar.gz" , hash = "sha256:509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625" } ,
{ file = "sentry_sdk-1.45.0-py2.py3-none-any.whl" , hash = "sha256:1ce29e30240cc289a027011103a8c83885b15ef2f316a60bcc7c5300afa144f1" } ,
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)" ]
2023-09-20 16:55:02 +00:00
asyncpg = [ "asyncpg (>=0.23)" ]
2022-05-13 09:44:23 +00:00
beam = [ "apache-beam (>=2.12)" ]
bottle = [ "bottle (>=0.12.13)" ]
celery = [ "celery (>=3)" ]
2024-03-26 15:49:07 +00:00
celery-redbeat = [ "celery-redbeat (>=2)" ]
2022-05-13 09:44:23 +00:00
chalice = [ "chalice (>=1.16.0)" ]
2023-09-20 16:55:02 +00:00
clickhouse-driver = [ "clickhouse-driver (>=0.2.0)" ]
2022-05-13 09:44:23 +00:00
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)" ]
2024-03-16 18:40:25 +00:00
openai = [ "openai (>=1.0.0)" , "tiktoken (>=0.3.0)" ]
2023-01-28 15:23:02 +00:00
opentelemetry = [ "opentelemetry-distro (>=0.35b0)" ]
2023-09-20 16:55:02 +00:00
opentelemetry-experimental = [ "opentelemetry-distro (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-aiohttp-client (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-django (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-fastapi (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-flask (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-requests (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-sqlite3 (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-urllib (>=0.40b0,<1.0)" ]
2024-03-16 18:40:25 +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"
2024-04-16 16:43:17 +00:00
version = "69.5.1"
2022-10-03 11:29:40 +00:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
2023-08-16 15:14:11 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-04-16 16:43:17 +00:00
{ file = "setuptools-69.5.1-py3-none-any.whl" , hash = "sha256:c636ac361bc47580504644275c9ad802c50415c7522212252c033bd15f301f32" } ,
{ file = "setuptools-69.5.1.tar.gz" , hash = "sha256:6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987" } ,
2022-12-20 19:18:37 +00:00
]
2022-10-03 11:29:40 +00:00
[ package . extras ]
2024-04-16 16:43:17 +00:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "pygments-github-lexers (==0.0.5)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-favicon" , "sphinx-inline-tabs" , "sphinx-lint" , "sphinx-notfound-page (>=1,<2)" , "sphinx-reredirects" , "sphinxcontrib-towncrier" ]
testing = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "importlib-metadata" , "ini2toml[lite] (>=0.9)" , "jaraco.develop (>=7.21)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "mypy (==1.9)" , "packaging (>=23.2)" , "pip (>=19.1)" , "pytest (>=6,!=8.1.1)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-home (>=0.5)" , "pytest-mypy" , "pytest-perf" , "pytest-ruff (>=0.2.1)" , "pytest-timeout" , "pytest-xdist (>=3)" , "tomli" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel" ]
2024-03-16 18:40:25 +00:00
testing-integration = [ "build[virtualenv] (>=1.0.3)" , "filelock (>=3.4.0)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "packaging (>=23.2)" , "pytest" , "pytest-enabler" , "pytest-xdist" , "tomli" , "virtualenv (>=13.0.0)" , "wheel" ]
2022-10-03 11:29:40 +00:00
2024-03-27 13:58:07 +00:00
[ [ package ] ]
name = "shibuya"
2024-04-16 16:43:17 +00:00
version = "2024.4.15"
2024-03-27 13:58:07 +00:00
description = "A clean, responsive, and customizable Sphinx documentation theme with light/dark mode."
optional = false
python-versions = ">=3.7"
files = [
2024-04-16 16:43:17 +00:00
{ file = "shibuya-2024.4.15-py3-none-any.whl" , hash = "sha256:31a5eee5b4dfcb318e5c84960eced7ab5091bf95d20c9ac5f77f4c6df1f6c473" } ,
{ file = "shibuya-2024.4.15.tar.gz" , hash = "sha256:e4e1f083ee3feb6d8ac6db1200ee986f845d8d178bd8999652948652635916a9" } ,
2024-03-27 13:58:07 +00:00
]
[ package . dependencies ]
Sphinx = "*"
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-09-20 16:55:02 +00:00
version = "2.5"
2022-05-13 09:44:23 +00:00
description = "A modern CSS selector implementation for Beautiful Soup."
optional = false
2023-09-20 16:55:02 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2023-09-20 16:55:02 +00:00
{ file = "soupsieve-2.5-py3-none-any.whl" , hash = "sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7" } ,
{ file = "soupsieve-2.5.tar.gz" , hash = "sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690" } ,
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-08-17 13:55:41 +00:00
version = "7.1.2"
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-08-17 13:55:41 +00:00
{ file = "sphinx-7.1.2-py3-none-any.whl" , hash = "sha256:d170a81825b2fcacb6dfd5a0d7f578a053e45d3f2b153fecc948c37344eb4cbe" } ,
{ file = "sphinx-7.1.2.tar.gz" , hash = "sha256:780f4d32f1d7d1126576e0e5ecc19dc32ab76cd24e950228dcf7b1f6d3d9e22f" } ,
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-08-17 13:55:41 +00:00
docutils = ">=0.18.1,<0.21"
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
2023-12-18 17:06:03 +00:00
[ [ package ] ]
name = "sphinx-enum-extend"
version = "0.1.3"
description = "Spinx plugin for documenting enum-extend.AutoEnum"
optional = false
python-versions = ">=3.4.0"
files = [
{ file = "sphinx-enum-extend-0.1.3.tar.gz" , hash = "sha256:c0a73ebb106aae3562247244a759c55c731d2204026648501440ceef4166ff97" } ,
{ file = "sphinx_enum_extend-0.1.3-py3-none-any.whl" , hash = "sha256:4f7747119beca6d2408c819b08cadabd26136612bdc9e7aa0f2f8dcd646d689b" } ,
]
[ package . dependencies ]
enum-extend = ">=0.1.1"
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "sphinx-issues"
2024-04-16 16:43:17 +00:00
version = "4.1.0"
2022-05-13 09:44:23 +00:00
description = "A Sphinx extension for linking to your project's issue tracker"
2023-03-11 23:13:09 +00:00
optional = false
2024-03-16 18:40:25 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-04-16 16:43:17 +00:00
{ file = "sphinx_issues-4.1.0-py3-none-any.whl" , hash = "sha256:d779dddff441175c9fddb7a4018eca38f9f6cdb1e0a2fe31d93b4f89587c7ba1" } ,
{ file = "sphinx_issues-4.1.0.tar.gz" , hash = "sha256:a67f7ef31d164b420b2f21b6c9b020baeb4a014afd4045f5be314c984e8ee520" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
sphinx = "*"
[ package . extras ]
2024-03-16 18:40:25 +00:00
dev = [ "pre-commit (>=3.6,<4.0)" , "sphinx-issues[tests]" , "tox" ]
tests = [ "pytest" ]
2022-05-13 09:44:23 +00:00
2024-03-27 20:17:30 +00:00
[ [ package ] ]
name = "sphinx-sitemap"
version = "2.5.1"
description = "Sitemap generator for Sphinx"
optional = false
python-versions = "*"
files = [
{ file = "sphinx-sitemap-2.5.1.tar.gz" , hash = "sha256:984bef068bbdbc26cfae209a8b61392e9681abc9191b477cd30da406e3a60ee5" } ,
{ file = "sphinx_sitemap-2.5.1-py3-none-any.whl" , hash = "sha256:0b7bce2835f287687f75584d7695e4eb8efaec028e5e7b36e9f791de3c344686" } ,
]
[ package . dependencies ]
sphinx = ">=1.2"
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
[ [ 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" ]
2023-11-15 15:37:06 +00:00
[ [ package ] ]
name = "sqlalchemy"
2024-03-26 15:49:07 +00:00
version = "2.0.29"
2023-11-15 15:37:06 +00:00
description = "Database Abstraction Library"
optional = true
python-versions = ">=3.7"
files = [
2024-03-26 15:49:07 +00:00
{ file = "SQLAlchemy-2.0.29-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:4c142852ae192e9fe5aad5c350ea6befe9db14370b34047e1f0f7cf99e63c63b" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:99a1e69d4e26f71e750e9ad6fdc8614fbddb67cfe2173a3628a2566034e223c7" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5ef3fbccb4058355053c51b82fd3501a6e13dd808c8d8cd2561e610c5456013c" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9d6753305936eddc8ed190e006b7bb33a8f50b9854823485eed3a886857ab8d1" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:0f3ca96af060a5250a8ad5a63699180bc780c2edf8abf96c58af175921df847a" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c4520047006b1d3f0d89e0532978c0688219857eb2fee7c48052560ae76aca1e" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-win32.whl" , hash = "sha256:b2a0e3cf0caac2085ff172c3faacd1e00c376e6884b5bc4dd5b6b84623e29e4f" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-win_amd64.whl" , hash = "sha256:01d10638a37460616708062a40c7b55f73e4d35eaa146781c683e0fa7f6c43fb" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:308ef9cb41d099099fffc9d35781638986870b29f744382904bf9c7dadd08513" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:296195df68326a48385e7a96e877bc19aa210e485fa381c5246bc0234c36c78e" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a13b917b4ffe5a0a31b83d051d60477819ddf18276852ea68037a144a506efb9" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4f6d971255d9ddbd3189e2e79d743ff4845c07f0633adfd1de3f63d930dbe673" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:61405ea2d563407d316c63a7b5271ae5d274a2a9fbcd01b0aa5503635699fa1e" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:de7202ffe4d4a8c1e3cde1c03e01c1a3772c92858837e8f3879b497158e4cb44" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-win32.whl" , hash = "sha256:b5d7ed79df55a731749ce65ec20d666d82b185fa4898430b17cb90c892741520" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-win_amd64.whl" , hash = "sha256:205f5a2b39d7c380cbc3b5dcc8f2762fb5bcb716838e2d26ccbc54330775b003" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:d96710d834a6fb31e21381c6d7b76ec729bd08c75a25a5184b1089141356171f" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:52de4736404e53c5c6a91ef2698c01e52333988ebdc218f14c833237a0804f1b" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5c7b02525ede2a164c5fa5014915ba3591730f2cc831f5be9ff3b7fd3e30958e" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0dfefdb3e54cd15f5d56fd5ae32f1da2d95d78319c1f6dfb9bcd0eb15d603d5d" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:a88913000da9205b13f6f195f0813b6ffd8a0c0c2bd58d499e00a30eb508870c" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:fecd5089c4be1bcc37c35e9aa678938d2888845a134dd016de457b942cf5a758" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-win32.whl" , hash = "sha256:8197d6f7a3d2b468861ebb4c9f998b9df9e358d6e1cf9c2a01061cb9b6cf4e41" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-win_amd64.whl" , hash = "sha256:9b19836ccca0d321e237560e475fd99c3d8655d03da80c845c4da20dda31b6e1" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:87a1d53a5382cdbbf4b7619f107cc862c1b0a4feb29000922db72e5a66a5ffc0" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2a0732dffe32333211801b28339d2a0babc1971bc90a983e3035e7b0d6f06b93" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:90453597a753322d6aa770c5935887ab1fc49cc4c4fdd436901308383d698b4b" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:ea311d4ee9a8fa67f139c088ae9f905fcf0277d6cd75c310a21a88bf85e130f5" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:5f20cb0a63a3e0ec4e169aa8890e32b949c8145983afa13a708bc4b0a1f30e03" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-win32.whl" , hash = "sha256:e5bbe55e8552019c6463709b39634a5fc55e080d0827e2a3a11e18eb73f5cdbd" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-win_amd64.whl" , hash = "sha256:c2f9c762a2735600654c654bf48dad388b888f8ce387b095806480e6e4ff6907" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:7e614d7a25a43a9f54fcce4675c12761b248547f3d41b195e8010ca7297c369c" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:471fcb39c6adf37f820350c28aac4a7df9d3940c6548b624a642852e727ea586" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:988569c8732f54ad3234cf9c561364221a9e943b78dc7a4aaf35ccc2265f1930" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dddaae9b81c88083e6437de95c41e86823d150f4ee94bf24e158a4526cbead01" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:334184d1ab8f4c87f9652b048af3f7abea1c809dfe526fb0435348a6fef3d380" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:38b624e5cf02a69b113c8047cf7f66b5dfe4a2ca07ff8b8716da4f1b3ae81567" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-win32.whl" , hash = "sha256:bab41acf151cd68bc2b466deae5deeb9e8ae9c50ad113444151ad965d5bf685b" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-win_amd64.whl" , hash = "sha256:52c8011088305476691b8750c60e03b87910a123cfd9ad48576d6414b6ec2a1d" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3071ad498896907a5ef756206b9dc750f8e57352113c19272bdfdc429c7bd7de" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:dba622396a3170974f81bad49aacebd243455ec3cc70615aeaef9e9613b5bca5" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7b184e3de58009cc0bf32e20f137f1ec75a32470f5fede06c58f6c355ed42a72" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c37f1050feb91f3d6c32f864d8e114ff5545a4a7afe56778d76a9aec62638ba" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:bda7ce59b06d0f09afe22c56714c65c957b1068dee3d5e74d743edec7daba552" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:25664e18bef6dc45015b08f99c63952a53a0a61f61f2e48a9e70cec27e55f699" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-win32.whl" , hash = "sha256:77d29cb6c34b14af8a484e831ab530c0f7188f8efed1c6a833a2c674bf3c26ec" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-win_amd64.whl" , hash = "sha256:04c487305ab035a9548f573763915189fc0fe0824d9ba28433196f8436f1449c" } ,
{ file = "SQLAlchemy-2.0.29-py3-none-any.whl" , hash = "sha256:dc4ee2d4ee43251905f88637d5281a8d52e916a021384ec10758826f5cbae305" } ,
{ file = "SQLAlchemy-2.0.29.tar.gz" , hash = "sha256:bd9566b8e58cabd700bc367b60e90d9349cd16f0984973f98a9a09f9c64e86f0" } ,
2023-11-15 15:37:06 +00:00
]
[ package . dependencies ]
greenlet = { version = "!=0.4.17" , markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\"" }
2024-01-26 16:04:59 +00:00
typing-extensions = ">=4.6.0"
2023-11-15 15:37:06 +00:00
[ package . extras ]
aiomysql = [ "aiomysql (>=0.2.0)" , "greenlet (!=0.4.17)" ]
aioodbc = [ "aioodbc" , "greenlet (!=0.4.17)" ]
2024-01-02 16:55:52 +00:00
aiosqlite = [ "aiosqlite" , "greenlet (!=0.4.17)" , "typing_extensions (!=3.10.0.1)" ]
2023-11-15 15:37:06 +00:00
asyncio = [ "greenlet (!=0.4.17)" ]
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4,!=0.2.6)" , "greenlet (!=0.4.17)" ]
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2,!=1.1.5)" ]
mssql = [ "pyodbc" ]
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
mypy = [ "mypy (>=0.910)" ]
mysql = [ "mysqlclient (>=1.4.0)" ]
mysql-connector = [ "mysql-connector-python" ]
2024-01-02 16:55:52 +00:00
oracle = [ "cx_oracle (>=8)" ]
2023-11-15 15:37:06 +00:00
oracle-oracledb = [ "oracledb (>=1.0.1)" ]
postgresql = [ "psycopg2 (>=2.7)" ]
postgresql-asyncpg = [ "asyncpg" , "greenlet (!=0.4.17)" ]
postgresql-pg8000 = [ "pg8000 (>=1.29.1)" ]
postgresql-psycopg = [ "psycopg (>=3.0.7)" ]
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
postgresql-psycopgbinary = [ "psycopg[binary] (>=3.0.7)" ]
pymysql = [ "pymysql" ]
2024-01-02 16:55:52 +00:00
sqlcipher = [ "sqlcipher3_binary" ]
2023-11-15 15:37:06 +00:00
[ [ package ] ]
name = "sqlalchemy-json"
version = "0.7.0"
description = "JSON type with nested change tracking for SQLAlchemy"
optional = true
python-versions = ">= 3.6"
files = [
{ file = "sqlalchemy-json-0.7.0.tar.gz" , hash = "sha256:620d0b26f648f21a8fa9127df66f55f83a5ab4ae010e5397a5c6989a08238561" } ,
{ file = "sqlalchemy_json-0.7.0-py3-none-any.whl" , hash = "sha256:27881d662ca18363a4ac28175cc47ea2a6f2bef997ae1159c151026b741818e6" } ,
]
[ package . dependencies ]
sqlalchemy = ">=0.7"
[ package . extras ]
dev = [ "pytest" ]
2023-11-29 08:19:20 +00:00
[ [ package ] ]
name = "sqlalchemy-utils"
2024-03-26 15:49:07 +00:00
version = "0.41.2"
2023-11-29 08:19:20 +00:00
description = "Various utility functions for SQLAlchemy."
optional = true
2024-03-26 15:49:07 +00:00
python-versions = ">=3.7"
2023-11-29 08:19:20 +00:00
files = [
2024-03-26 15:49:07 +00:00
{ file = "SQLAlchemy-Utils-0.41.2.tar.gz" , hash = "sha256:bc599c8c3b3319e53ce6c5c3c471120bd325d0071fb6f38a10e924e3d07b9990" } ,
{ file = "SQLAlchemy_Utils-0.41.2-py3-none-any.whl" , hash = "sha256:85cf3842da2bf060760f955f8467b87983fb2e30f1764fd0e24a48307dc8ec6e" } ,
2023-11-29 08:19:20 +00:00
]
[ package . dependencies ]
SQLAlchemy = ">=1.3"
[ package . extras ]
arrow = [ "arrow (>=0.3.4)" ]
babel = [ "Babel (>=1.3)" ]
color = [ "colour (>=0.0.4)" ]
encrypted = [ "cryptography (>=0.6)" ]
intervals = [ "intervals (>=0.7.1)" ]
password = [ "passlib (>=1.6,<2.0)" ]
pendulum = [ "pendulum (>=2.0.5)" ]
phone = [ "phonenumbers (>=5.9.2)" ]
2024-03-26 15:49:07 +00:00
test = [ "Jinja2 (>=2.3)" , "Pygments (>=1.2)" , "backports.zoneinfo" , "docutils (>=0.10)" , "flake8 (>=2.4.0)" , "flexmock (>=0.9.7)" , "isort (>=4.2.2)" , "pg8000 (>=1.12.4)" , "psycopg (>=3.1.8)" , "psycopg2 (>=2.5.1)" , "psycopg2cffi (>=2.8.1)" , "pymysql" , "pyodbc" , "pytest (==7.4.4)" , "python-dateutil (>=2.6)" , "pytz (>=2014.2)" ]
test-all = [ "Babel (>=1.3)" , "Jinja2 (>=2.3)" , "Pygments (>=1.2)" , "arrow (>=0.3.4)" , "backports.zoneinfo" , "colour (>=0.0.4)" , "cryptography (>=0.6)" , "docutils (>=0.10)" , "flake8 (>=2.4.0)" , "flexmock (>=0.9.7)" , "furl (>=0.4.1)" , "intervals (>=0.7.1)" , "isort (>=4.2.2)" , "passlib (>=1.6,<2.0)" , "pendulum (>=2.0.5)" , "pg8000 (>=1.12.4)" , "phonenumbers (>=5.9.2)" , "psycopg (>=3.1.8)" , "psycopg2 (>=2.5.1)" , "psycopg2cffi (>=2.8.1)" , "pymysql" , "pyodbc" , "pytest (==7.4.4)" , "python-dateutil" , "python-dateutil (>=2.6)" , "pytz (>=2014.2)" ]
2023-11-29 08:19:20 +00:00
timezone = [ "python-dateutil" ]
url = [ "furl (>=0.4.1)" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
2024-03-26 12:57:14 +00:00
optional = false
2022-05-13 09:44:23 +00:00
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"
2024-04-08 08:33:03 +00:00
version = "4.11.0"
2023-09-20 16:55:02 +00:00
description = "Backported and Experimental Type Hints for Python 3.8+"
2023-07-16 18:41:32 +00:00
optional = false
2023-09-20 16:55:02 +00:00
python-versions = ">=3.8"
2023-07-16 18:41:32 +00:00
files = [
2024-04-08 08:33:03 +00:00
{ file = "typing_extensions-4.11.0-py3-none-any.whl" , hash = "sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a" } ,
{ file = "typing_extensions-4.11.0.tar.gz" , hash = "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0" } ,
2023-07-16 18:41:32 +00:00
]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
name = "urllib3"
2024-03-16 18:40:25 +00:00
version = "2.2.1"
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-11-14 17:41:49 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-03-16 18:40:25 +00:00
{ file = "urllib3-2.2.1-py3-none-any.whl" , hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d" } ,
{ file = "urllib3-2.2.1.tar.gz" , hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" } ,
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)" ]
2024-02-05 15:58:07 +00:00
h2 = [ "h2 (>=4,<5)" ]
2023-05-15 13:37:52 +00:00
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"
2024-03-16 18:40:25 +00:00
version = "20.25.1"
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 = [
2024-03-16 18:40:25 +00:00
{ file = "virtualenv-20.25.1-py3-none-any.whl" , hash = "sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a" } ,
{ file = "virtualenv-20.25.1.tar.gz" , hash = "sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197" } ,
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"
2023-11-24 11:50:14 +00:00
platformdirs = ">=3.9.1,<5"
2022-05-13 09:44:23 +00:00
[ package . extras ]
2023-09-20 16:55:02 +00:00
docs = [ "furo (>=2023.7.26)" , "proselint (>=0.13)" , "sphinx (>=7.1.2)" , "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"
2024-02-05 15:58:07 +00:00
version = "3.0.0"
2022-05-13 09:44:23 +00:00
description = "Waitress WSGI server"
optional = false
2024-02-05 15:58:07 +00:00
python-versions = ">=3.8.0"
2022-12-20 19:18:37 +00:00
files = [
2024-02-05 15:58:07 +00:00
{ file = "waitress-3.0.0-py3-none-any.whl" , hash = "sha256:2a06f242f4ba0cc563444ca3d1998959447477363a2d7e9b8b4d75d35cfd1669" } ,
{ file = "waitress-3.0.0.tar.gz" , hash = "sha256:005da479b04134cdd9dd602d1ee7c49d79de0537610d653674cc6cbde222b8a1" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . extras ]
docs = [ "Sphinx (>=1.8.1)" , "docutils" , "pylons-sphinx-themes (>=1.0.9)" ]
2024-02-05 15:58:07 +00:00
testing = [ "coverage (>=5.0)" , "pytest" , "pytest-cov" ]
2022-05-13 09:44:23 +00:00
2024-04-15 13:34:50 +00:00
[ [ package ] ]
name = "watchdog"
version = "4.0.0"
description = "Filesystem events monitoring"
optional = false
python-versions = ">=3.8"
files = [
{ file = "watchdog-4.0.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:39cb34b1f1afbf23e9562501673e7146777efe95da24fab5707b88f7fb11649b" } ,
{ file = "watchdog-4.0.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:c522392acc5e962bcac3b22b9592493ffd06d1fc5d755954e6be9f4990de932b" } ,
{ file = "watchdog-4.0.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:6c47bdd680009b11c9ac382163e05ca43baf4127954c5f6d0250e7d772d2b80c" } ,
{ file = "watchdog-4.0.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:8350d4055505412a426b6ad8c521bc7d367d1637a762c70fdd93a3a0d595990b" } ,
{ file = "watchdog-4.0.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:c17d98799f32e3f55f181f19dd2021d762eb38fdd381b4a748b9f5a36738e935" } ,
{ file = "watchdog-4.0.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:4986db5e8880b0e6b7cd52ba36255d4793bf5cdc95bd6264806c233173b1ec0b" } ,
{ file = "watchdog-4.0.0-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:11e12fafb13372e18ca1bbf12d50f593e7280646687463dd47730fd4f4d5d257" } ,
{ file = "watchdog-4.0.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:5369136a6474678e02426bd984466343924d1df8e2fd94a9b443cb7e3aa20d19" } ,
{ file = "watchdog-4.0.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:76ad8484379695f3fe46228962017a7e1337e9acadafed67eb20aabb175df98b" } ,
{ file = "watchdog-4.0.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:45cc09cc4c3b43fb10b59ef4d07318d9a3ecdbff03abd2e36e77b6dd9f9a5c85" } ,
{ file = "watchdog-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:eed82cdf79cd7f0232e2fdc1ad05b06a5e102a43e331f7d041e5f0e0a34a51c4" } ,
{ file = "watchdog-4.0.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:ba30a896166f0fee83183cec913298151b73164160d965af2e93a20bbd2ab605" } ,
{ file = "watchdog-4.0.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:d18d7f18a47de6863cd480734613502904611730f8def45fc52a5d97503e5101" } ,
{ file = "watchdog-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2895bf0518361a9728773083908801a376743bcc37dfa252b801af8fd281b1ca" } ,
{ file = "watchdog-4.0.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:87e9df830022488e235dd601478c15ad73a0389628588ba0b028cb74eb72fed8" } ,
{ file = "watchdog-4.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:6e949a8a94186bced05b6508faa61b7adacc911115664ccb1923b9ad1f1ccf7b" } ,
{ file = "watchdog-4.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:6a4db54edea37d1058b08947c789a2354ee02972ed5d1e0dca9b0b820f4c7f92" } ,
{ file = "watchdog-4.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:d31481ccf4694a8416b681544c23bd271f5a123162ab603c7d7d2dd7dd901a07" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_aarch64.whl" , hash = "sha256:8fec441f5adcf81dd240a5fe78e3d83767999771630b5ddfc5867827a34fa3d3" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_armv7l.whl" , hash = "sha256:6a9c71a0b02985b4b0b6d14b875a6c86ddea2fdbebd0c9a720a806a8bbffc69f" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_i686.whl" , hash = "sha256:557ba04c816d23ce98a06e70af6abaa0485f6d94994ec78a42b05d1c03dcbd50" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_ppc64.whl" , hash = "sha256:d0f9bd1fd919134d459d8abf954f63886745f4660ef66480b9d753a7c9d40927" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_ppc64le.whl" , hash = "sha256:f9b2fdca47dc855516b2d66eef3c39f2672cbf7e7a42e7e67ad2cbfcd6ba107d" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_s390x.whl" , hash = "sha256:73c7a935e62033bd5e8f0da33a4dcb763da2361921a69a5a95aaf6c93aa03a87" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_x86_64.whl" , hash = "sha256:6a80d5cae8c265842c7419c560b9961561556c4361b297b4c431903f8c33b269" } ,
{ file = "watchdog-4.0.0-py3-none-win32.whl" , hash = "sha256:8f9a542c979df62098ae9c58b19e03ad3df1c9d8c6895d96c0d51da17b243b1c" } ,
{ file = "watchdog-4.0.0-py3-none-win_amd64.whl" , hash = "sha256:f970663fa4f7e80401a7b0cbeec00fa801bf0287d93d48368fc3e6fa32716245" } ,
{ file = "watchdog-4.0.0-py3-none-win_ia64.whl" , hash = "sha256:9a03e16e55465177d416699331b0f3564138f1807ecc5f2de9d55d8f188d08c7" } ,
{ file = "watchdog-4.0.0.tar.gz" , hash = "sha256:e3e7065cbdabe6183ab82199d7a4f6b3ba0a438c5a512a68559846ccb76a78ec" } ,
]
[ package . extras ]
watchmedo = [ "PyYAML (>=3.10)" ]
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"
2024-04-02 12:05:03 +00:00
version = "3.0.2"
2022-05-13 09:44:23 +00:00
description = "The comprehensive WSGI web application library."
optional = false
2023-12-14 21:01:08 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-04-02 12:05:03 +00:00
{ file = "werkzeug-3.0.2-py3-none-any.whl" , hash = "sha256:3aac3f5da756f93030740bc235d3e09449efcf65f2f55e3602e1d851b8f48795" } ,
{ file = "werkzeug-3.0.2.tar.gz" , hash = "sha256:e39b645a6ac92822588e7b39a692e7828724ceae0b0d702ef96701f90e70128d" } ,
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 ]
2023-12-14 21:01:08 +00:00
watchdog = [ "watchdog (>=2.3)" ]
2022-05-13 09:44:23 +00:00
[ [ package ] ]
2022-10-24 08:28:36 +00:00
name = "wtforms"
2024-01-26 16:04:59 +00:00
version = "3.1.2"
2022-05-13 09:44:23 +00:00
description = "Form validation and rendering for Python web development."
optional = false
2023-10-10 16:11:53 +00:00
python-versions = ">=3.8"
2022-12-20 19:18:37 +00:00
files = [
2024-01-26 16:04:59 +00:00
{ file = "wtforms-3.1.2-py3-none-any.whl" , hash = "sha256:bf831c042829c8cdbad74c27575098d541d039b1faa74c771545ecac916f2c07" } ,
{ file = "wtforms-3.1.2.tar.gz" , hash = "sha256:f8d76180d7239c94c6322f7990ae1216dae3659b7aa1cee94b6318bdffb474b9" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . dependencies ]
2023-10-10 16:11:53 +00:00
markupsafe = "*"
2022-05-13 09:44:23 +00:00
[ package . extras ]
email = [ "email-validator" ]
[ [ package ] ]
name = "zipp"
2024-03-16 18:40:25 +00:00
version = "3.18.1"
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 = [
2024-03-16 18:40:25 +00:00
{ file = "zipp-3.18.1-py3-none-any.whl" , hash = "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b" } ,
{ file = "zipp-3.18.1.tar.gz" , hash = "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715" } ,
2022-12-20 19:18:37 +00:00
]
2022-05-13 09:44:23 +00:00
[ package . extras ]
2024-03-16 18:40:25 +00:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
testing = [ "big-O" , "jaraco.functools" , "jaraco.itertools" , "more-itertools" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-ignore-flaky" , "pytest-mypy" , "pytest-ruff (>=0.2.1)" ]
2022-05-13 09:44:23 +00:00
[ extras ]
2023-11-29 08:19:20 +00:00
all = [ "authlib" , "email_validator" , "flask-babel" , "flask-themer" , "passlib" , "pycountry" , "python-ldap" , "pytz" , "sentry-sdk" , "sqlalchemy" , "sqlalchemy-json" , "sqlalchemy-utils" , "toml" ]
2023-09-01 08:46:56 +00:00
front = [ "email_validator" , "flask-babel" , "flask-themer" , "pycountry" , "pytz" , "toml" ]
2023-08-16 15:14:11 +00:00
ldap = [ "python-ldap" ]
oidc = [ "authlib" ]
2022-05-13 09:44:23 +00:00
sentry = [ "sentry-sdk" ]
2023-11-29 08:19:20 +00:00
sql = [ "passlib" , "sqlalchemy" , "sqlalchemy-json" , "sqlalchemy-utils" ]
2022-05-13 09:44:23 +00:00
[ 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"
2024-04-16 16:34:36 +00:00
content-hash = "6a8e5d0e1a33eef7a8033f164b9154edcdef27380eb2dc8a8e4c4a6b421648b8"