2025-03-12 23:42:02 +00:00
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
2024-03-28 21:23:25 +01:00
2024-04-13 22:44:01 +02:00
[ [ package ] ]
name = "alembic"
2025-03-12 23:42:02 +00:00
version = "1.15.1"
2024-04-13 22:44:01 +02:00
description = "A database migration tool for SQLAlchemy."
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.9"
groups = [ "main" ]
2024-04-13 22:44:01 +02:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "alembic-1.15.1-py3-none-any.whl" , hash = "sha256:197de710da4b3e91cf66a826a5b31b5d59a127ab41bd0fc42863e2902ce2bbbe" } ,
{ file = "alembic-1.15.1.tar.gz" , hash = "sha256:e1a1c738577bca1f27e68728c910cd389b9a92152ff91d902da649c192e30c49" } ,
2024-04-13 22:44:01 +02:00
]
[ package . dependencies ]
Mako = "*"
2025-03-12 23:42:02 +00:00
SQLAlchemy = ">=1.4.0"
typing-extensions = ">=4.12"
2024-04-13 22:44:01 +02:00
[ package . extras ]
2025-03-12 23:42:02 +00:00
tz = [ "tzdata" ]
2024-04-13 22:44:01 +02:00
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "annotated-types"
2025-03-12 23:42:02 +00:00
version = "0.7.0"
2024-03-28 21:23:25 +01:00
description = "Reusable constraint types to use with typing.Annotated"
optional = false
python-versions = ">=3.8"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "annotated_types-0.7.0-py3-none-any.whl" , hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53" } ,
{ file = "annotated_types-0.7.0.tar.gz" , hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" } ,
2024-03-28 21:23:25 +01:00
]
[ [ package ] ]
name = "anyio"
2025-03-12 23:42:02 +00:00
version = "4.8.0"
2024-03-28 21:23:25 +01:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.9"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "anyio-4.8.0-py3-none-any.whl" , hash = "sha256:b5011f270ab5eb0abf13385f851315585cc37ef330dd88e27ec3d34d651fd47a" } ,
{ file = "anyio-4.8.0.tar.gz" , hash = "sha256:1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
2025-03-12 23:42:02 +00:00
typing_extensions = { version = ">=4.5" , markers = "python_version < \"3.13\"" }
2024-03-28 21:23:25 +01:00
[ package . extras ]
2025-03-12 23:42:02 +00:00
doc = [ "Sphinx (>=7.4,<8.0)" , "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx_rtd_theme" ]
test = [ "anyio[trio]" , "coverage[toml] (>=7)" , "exceptiongroup (>=1.2.0)" , "hypothesis (>=4.0)" , "psutil (>=5.9)" , "pytest (>=7.0)" , "trustme" , "truststore (>=0.9.1) ; python_version >= \"3.10\"" , "uvloop (>=0.21) ; platform_python_implementation == \"CPython\" and platform_system != \"Windows\" and python_version < \"3.14\"" ]
trio = [ "trio (>=0.26.1)" ]
2024-03-28 21:23:25 +01:00
2025-03-13 16:34:41 +00:00
[ [ package ] ]
name = "argon2-cffi"
version = "23.1.0"
description = "Argon2 for Python"
optional = false
python-versions = ">=3.7"
groups = [ "main" ]
files = [
{ file = "argon2_cffi-23.1.0-py3-none-any.whl" , hash = "sha256:c670642b78ba29641818ab2e68bd4e6a78ba53b7eff7b4c3815ae16abf91c7ea" } ,
{ file = "argon2_cffi-23.1.0.tar.gz" , hash = "sha256:879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08" } ,
]
[ package . dependencies ]
argon2-cffi-bindings = "*"
[ package . extras ]
dev = [ "argon2-cffi[tests,typing]" , "tox (>4)" ]
docs = [ "furo" , "myst-parser" , "sphinx" , "sphinx-copybutton" , "sphinx-notfound-page" ]
tests = [ "hypothesis" , "pytest" ]
typing = [ "mypy" ]
[ [ package ] ]
name = "argon2-cffi-bindings"
version = "21.2.0"
description = "Low-level CFFI bindings for Argon2"
optional = false
python-versions = ">=3.6"
groups = [ "main" ]
files = [
{ file = "argon2-cffi-bindings-21.2.0.tar.gz" , hash = "sha256:bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:ccb949252cb2ab3a08c02024acb77cfb179492d5701c7cbdbfd776124d4d2367" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9524464572e12979364b7d600abf96181d3541da11e23ddf565a32e70bd4dc0d" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:58ed19212051f49a523abb1dbe954337dc82d947fb6e5a0da60f7c8471a8476c" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:bd46088725ef7f58b5a1ef7ca06647ebaf0eb4baff7d1d0d177c6cc8744abd86" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_i686.whl" , hash = "sha256:8cd69c07dd875537a824deec19f978e0f2078fdda07fd5c42ac29668dda5f40f" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:f1152ac548bd5b8bcecfb0b0371f082037e47128653df2e8ba6e914d384f3c3e" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-win32.whl" , hash = "sha256:603ca0aba86b1349b147cab91ae970c63118a0f30444d4bc80355937c950c082" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl" , hash = "sha256:b2ef1c30440dbbcba7a5dc3e319408b59676e2e039e2ae11a8775ecf482b192f" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl" , hash = "sha256:e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:3e385d1c39c520c08b53d63300c3ecc28622f076f4c2b0e6d7e796e9f6502194" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2c3e3cc67fdb7d82c4718f19b4e7a87123caf8a93fde7e23cf66ac0337d3cb3f" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6a22ad9800121b71099d0fb0a65323810a15f2e292f2ba450810a7316e128ee5" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f9f8b450ed0547e3d473fdc8612083fd08dd2120d6ac8f73828df9b7d45bb351" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:93f9bf70084f97245ba10ee36575f0c3f1e7d7724d67d8e5b08e61787c320ed7" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:3b9ef65804859d335dc6b31582cad2c5166f0c3e7975f324d9ffaa34ee7e6583" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4966ef5848d820776f5f562a7d45fdd70c2f330c961d0d745b784034bd9f48d" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:20ef543a89dee4db46a1a6e206cd015360e5a75822f76df533845c3cbaf72670" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ed2937d286e2ad0cc79a7087d3c272832865f779430e0cc2b4f3718d3159b0cb" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:5e00316dabdaea0b2dd82d141cc66889ced0cdcbfa599e8b471cf22c620c329a" } ,
]
[ package . dependencies ]
cffi = ">=1.0.1"
[ package . extras ]
dev = [ "cogapp" , "pre-commit" , "pytest" , "wheel" ]
tests = [ "pytest" ]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "attrs"
2025-03-12 23:42:02 +00:00
version = "25.2.0"
2024-03-28 21:23:25 +01:00
description = "Classes Without Boilerplate"
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.8"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "attrs-25.2.0-py3-none-any.whl" , hash = "sha256:611344ff0a5fed735d86d7784610c84f8126b95e549bcad9ff61b4242f2d386b" } ,
{ file = "attrs-25.2.0.tar.gz" , hash = "sha256:18a06db706db43ac232cce80443fcd9f2500702059ecf53489e3c5a3f417acaf" } ,
2024-03-28 21:23:25 +01:00
]
[ package . extras ]
2025-03-12 23:42:02 +00:00
benchmark = [ "cloudpickle ; platform_python_implementation == \"CPython\"" , "hypothesis" , "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pympler" , "pytest (>=4.3.0)" , "pytest-codspeed" , "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pytest-xdist[psutil]" ]
cov = [ "cloudpickle ; platform_python_implementation == \"CPython\"" , "coverage[toml] (>=5.3)" , "hypothesis" , "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pytest-xdist[psutil]" ]
dev = [ "cloudpickle ; platform_python_implementation == \"CPython\"" , "hypothesis" , "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pre-commit-uv" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pytest-xdist[psutil]" ]
docs = [ "cogapp" , "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "sphinxcontrib-towncrier" , "towncrier" ]
tests = [ "cloudpickle ; platform_python_implementation == \"CPython\"" , "hypothesis" , "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pytest-xdist[psutil]" ]
tests-mypy = [ "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" ]
[ [ package ] ]
name = "certifi"
version = "2025.1.31"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.6"
groups = [ "main" ]
files = [
{ file = "certifi-2025.1.31-py3-none-any.whl" , hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe" } ,
{ file = "certifi-2025.1.31.tar.gz" , hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651" } ,
]
2024-03-28 21:23:25 +01:00
2025-03-13 16:34:41 +00:00
[ [ package ] ]
name = "cffi"
version = "1.17.1"
description = "Foreign Function Interface for Python calling C code."
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14" } ,
{ file = "cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67" } ,
{ file = "cffi-1.17.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:edae79245293e15384b51f88b00613ba9f7198016a5948b5dddf4917d4d26382" } ,
{ file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:45398b671ac6d70e67da8e4224a065cec6a93541bb7aebe1b198a61b58c7b702" } ,
{ file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ad9413ccdeda48c5afdae7e4fa2192157e991ff761e7ab8fdd8926f40b160cc3" } ,
{ file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5da5719280082ac6bd9aa7becb3938dc9f9cbd57fac7d2871717b1feb0902ab6" } ,
{ file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2bb1a08b8008b281856e5971307cc386a8e9c5b625ac297e853d36da6efe9c17" } ,
{ file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8" } ,
{ file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:6883e737d7d9e4899a8a695e00ec36bd4e5e4f18fabe0aca0efe0a4b44cdb13e" } ,
{ file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:6b8b4a92e1c65048ff98cfe1f735ef8f1ceb72e3d5f0c25fdb12087a23da22be" } ,
{ file = "cffi-1.17.1-cp310-cp310-win32.whl" , hash = "sha256:c9c3d058ebabb74db66e431095118094d06abf53284d9c81f27300d0e0d8bc7c" } ,
{ file = "cffi-1.17.1-cp310-cp310-win_amd64.whl" , hash = "sha256:0f048dcf80db46f0098ccac01132761580d28e28bc0f78ae0d58048063317e15" } ,
{ file = "cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401" } ,
{ file = "cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf" } ,
{ file = "cffi-1.17.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4" } ,
{ file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41" } ,
{ file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1" } ,
{ file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6" } ,
{ file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d" } ,
{ file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6" } ,
{ file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f" } ,
{ file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b" } ,
{ file = "cffi-1.17.1-cp311-cp311-win32.whl" , hash = "sha256:85a950a4ac9c359340d5963966e3e0a94a676bd6245a4b55bc43949eee26a655" } ,
{ file = "cffi-1.17.1-cp311-cp311-win_amd64.whl" , hash = "sha256:caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0" } ,
{ file = "cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4" } ,
{ file = "cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c" } ,
{ file = "cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36" } ,
{ file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5" } ,
{ file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff" } ,
{ file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99" } ,
{ file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93" } ,
{ file = "cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3" } ,
{ file = "cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8" } ,
{ file = "cffi-1.17.1-cp312-cp312-win32.whl" , hash = "sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65" } ,
{ file = "cffi-1.17.1-cp312-cp312-win_amd64.whl" , hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903" } ,
{ file = "cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e" } ,
{ file = "cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2" } ,
{ file = "cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3" } ,
{ file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683" } ,
{ file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5" } ,
{ file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4" } ,
{ file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd" } ,
{ file = "cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed" } ,
{ file = "cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9" } ,
{ file = "cffi-1.17.1-cp313-cp313-win32.whl" , hash = "sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d" } ,
{ file = "cffi-1.17.1-cp313-cp313-win_amd64.whl" , hash = "sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a" } ,
{ file = "cffi-1.17.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:636062ea65bd0195bc012fea9321aca499c0504409f413dc88af450b57ffd03b" } ,
{ file = "cffi-1.17.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c7eac2ef9b63c79431bc4b25f1cd649d7f061a28808cbc6c47b534bd789ef964" } ,
{ file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e221cf152cff04059d011ee126477f0d9588303eb57e88923578ace7baad17f9" } ,
{ file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:31000ec67d4221a71bd3f67df918b1f88f676f1c3b535a7eb473255fdc0b83fc" } ,
{ file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:6f17be4345073b0a7b8ea599688f692ac3ef23ce28e5df79c04de519dbc4912c" } ,
{ file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0e2b1fac190ae3ebfe37b979cc1ce69c81f4e4fe5746bb401dca63a9062cdaf1" } ,
{ file = "cffi-1.17.1-cp38-cp38-win32.whl" , hash = "sha256:7596d6620d3fa590f677e9ee430df2958d2d6d6de2feeae5b20e82c00b76fbf8" } ,
{ file = "cffi-1.17.1-cp38-cp38-win_amd64.whl" , hash = "sha256:78122be759c3f8a014ce010908ae03364d00a1f81ab5c7f4a7a5120607ea56e1" } ,
{ file = "cffi-1.17.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b2ab587605f4ba0bf81dc0cb08a41bd1c0a5906bd59243d56bad7668a6fc6c16" } ,
{ file = "cffi-1.17.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:28b16024becceed8c6dfbc75629e27788d8a3f9030691a1dbf9821a128b22c36" } ,
{ file = "cffi-1.17.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1d599671f396c4723d016dbddb72fe8e0397082b0a77a4fab8028923bec050e8" } ,
{ file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ca74b8dbe6e8e8263c0ffd60277de77dcee6c837a3d0881d8c1ead7268c9e576" } ,
{ file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f7f5baafcc48261359e14bcd6d9bff6d4b28d9103847c9e136694cb0501aef87" } ,
{ file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:98e3969bcff97cae1b2def8ba499ea3d6f31ddfdb7635374834cf89a1a08ecf0" } ,
{ file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cdf5ce3acdfd1661132f2a9c19cac174758dc2352bfe37d98aa7512c6b7178b3" } ,
{ file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:9755e4345d1ec879e3849e62222a18c7174d65a6a92d5b346b1863912168b595" } ,
{ file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:f1e22e8c4419538cb197e4dd60acc919d7696e5ef98ee4da4e01d3f8cfa4cc5a" } ,
{ file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c03e868a0b3bc35839ba98e74211ed2b05d2119be4e8a0f224fba9384f1fe02e" } ,
{ file = "cffi-1.17.1-cp39-cp39-win32.whl" , hash = "sha256:e31ae45bc2e29f6b2abd0de1cc3b9d5205aa847cafaecb8af1476a609a2f6eb7" } ,
{ file = "cffi-1.17.1-cp39-cp39-win_amd64.whl" , hash = "sha256:d016c76bdd850f3c626af19b0542c9677ba156e4ee4fccfdd7848803533ef662" } ,
{ file = "cffi-1.17.1.tar.gz" , hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824" } ,
]
[ package . dependencies ]
pycparser = "*"
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "click"
2025-03-12 23:42:02 +00:00
version = "8.1.8"
2024-03-28 21:23:25 +01:00
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "click-8.1.8-py3-none-any.whl" , hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2" } ,
{ file = "click-8.1.8.tar.gz" , hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
markers = "platform_system == \"Windows\" or sys_platform == \"win32\""
2024-03-28 21:23:25 +01: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" } ,
]
2025-03-13 16:34:41 +00:00
[ [ package ] ]
name = "cryptography"
version = "44.0.2"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
optional = false
python-versions = "!=3.9.0,!=3.9.1,>=3.7"
groups = [ "main" ]
files = [
{ file = "cryptography-44.0.2-cp37-abi3-macosx_10_9_universal2.whl" , hash = "sha256:efcfe97d1b3c79e486554efddeb8f6f53a4cdd4cf6086642784fa31fc384e1d7" } ,
{ file = "cryptography-44.0.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:29ecec49f3ba3f3849362854b7253a9f59799e3763b0c9d0826259a88efa02f1" } ,
{ file = "cryptography-44.0.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bc821e161ae88bfe8088d11bb39caf2916562e0a2dc7b6d56714a48b784ef0bb" } ,
{ file = "cryptography-44.0.2-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:3c00b6b757b32ce0f62c574b78b939afab9eecaf597c4d624caca4f9e71e7843" } ,
{ file = "cryptography-44.0.2-cp37-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl" , hash = "sha256:7bdcd82189759aba3816d1f729ce42ffded1ac304c151d0a8e89b9996ab863d5" } ,
{ file = "cryptography-44.0.2-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:4973da6ca3db4405c54cd0b26d328be54c7747e89e284fcff166132eb7bccc9c" } ,
{ file = "cryptography-44.0.2-cp37-abi3-manylinux_2_34_aarch64.whl" , hash = "sha256:4e389622b6927d8133f314949a9812972711a111d577a5d1f4bee5e58736b80a" } ,
{ file = "cryptography-44.0.2-cp37-abi3-manylinux_2_34_x86_64.whl" , hash = "sha256:f514ef4cd14bb6fb484b4a60203e912cfcb64f2ab139e88c2274511514bf7308" } ,
{ file = "cryptography-44.0.2-cp37-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:1bc312dfb7a6e5d66082c87c34c8a62176e684b6fe3d90fcfe1568de675e6688" } ,
{ file = "cryptography-44.0.2-cp37-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:3b721b8b4d948b218c88cb8c45a01793483821e709afe5f622861fc6182b20a7" } ,
{ file = "cryptography-44.0.2-cp37-abi3-win32.whl" , hash = "sha256:51e4de3af4ec3899d6d178a8c005226491c27c4ba84101bfb59c901e10ca9f79" } ,
{ file = "cryptography-44.0.2-cp37-abi3-win_amd64.whl" , hash = "sha256:c505d61b6176aaf982c5717ce04e87da5abc9a36a5b39ac03905c4aafe8de7aa" } ,
{ file = "cryptography-44.0.2-cp39-abi3-macosx_10_9_universal2.whl" , hash = "sha256:8e0ddd63e6bf1161800592c71ac794d3fb8001f2caebe0966e77c5234fa9efc3" } ,
{ file = "cryptography-44.0.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:81276f0ea79a208d961c433a947029e1a15948966658cf6710bbabb60fcc2639" } ,
{ file = "cryptography-44.0.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9a1e657c0f4ea2a23304ee3f964db058c9e9e635cc7019c4aa21c330755ef6fd" } ,
{ file = "cryptography-44.0.2-cp39-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:6210c05941994290f3f7f175a4a57dbbb2afd9273657614c506d5976db061181" } ,
{ file = "cryptography-44.0.2-cp39-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl" , hash = "sha256:d1c3572526997b36f245a96a2b1713bf79ce99b271bbcf084beb6b9b075f29ea" } ,
{ file = "cryptography-44.0.2-cp39-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:b042d2a275c8cee83a4b7ae30c45a15e6a4baa65a179a0ec2d78ebb90e4f6699" } ,
{ file = "cryptography-44.0.2-cp39-abi3-manylinux_2_34_aarch64.whl" , hash = "sha256:d03806036b4f89e3b13b6218fefea8d5312e450935b1a2d55f0524e2ed7c59d9" } ,
{ file = "cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl" , hash = "sha256:c7362add18b416b69d58c910caa217f980c5ef39b23a38a0880dfd87bdf8cd23" } ,
{ file = "cryptography-44.0.2-cp39-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:8cadc6e3b5a1f144a039ea08a0bdb03a2a92e19c46be3285123d32029f40a922" } ,
{ file = "cryptography-44.0.2-cp39-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:6f101b1f780f7fc613d040ca4bdf835c6ef3b00e9bd7125a4255ec574c7916e4" } ,
{ file = "cryptography-44.0.2-cp39-abi3-win32.whl" , hash = "sha256:3dc62975e31617badc19a906481deacdeb80b4bb454394b4098e3f2525a488c5" } ,
{ file = "cryptography-44.0.2-cp39-abi3-win_amd64.whl" , hash = "sha256:5f6f90b72d8ccadb9c6e311c775c8305381db88374c65fa1a68250aa8a9cb3a6" } ,
{ file = "cryptography-44.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:af4ff3e388f2fa7bff9f7f2b31b87d5651c45731d3e8cfa0944be43dff5cfbdb" } ,
{ file = "cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:0529b1d5a0105dd3731fa65680b45ce49da4d8115ea76e9da77a875396727b41" } ,
{ file = "cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:7ca25849404be2f8e4b3c59483d9d3c51298a22c1c61a0e84415104dacaf5562" } ,
{ file = "cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl" , hash = "sha256:268e4e9b177c76d569e8a145a6939eca9a5fec658c932348598818acf31ae9a5" } ,
{ file = "cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl" , hash = "sha256:9eb9d22b0a5d8fd9925a7764a054dca914000607dff201a24c791ff5c799e1fa" } ,
{ file = "cryptography-44.0.2-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:2bf7bf75f7df9715f810d1b038870309342bff3069c5bd8c6b96128cb158668d" } ,
{ file = "cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:909c97ab43a9c0c0b0ada7a1281430e4e5ec0458e6d9244c0e821bbf152f061d" } ,
{ file = "cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:96e7a5e9d6e71f9f4fca8eebfd603f8e86c5225bb18eb621b2c1e50b290a9471" } ,
{ file = "cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl" , hash = "sha256:d1b3031093a366ac767b3feb8bcddb596671b3aaff82d4050f984da0c248b615" } ,
{ file = "cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl" , hash = "sha256:04abd71114848aa25edb28e225ab5f268096f44cf0127f3d36975bdf1bdf3390" } ,
{ file = "cryptography-44.0.2.tar.gz" , hash = "sha256:c63454aa261a0cf0c5b4718349629793e9e634993538db841165b3df74f37ec0" } ,
]
[ package . dependencies ]
cffi = { version = ">=1.12" , markers = "platform_python_implementation != \"PyPy\"" }
[ package . extras ]
docs = [ "sphinx (>=5.3.0)" , "sphinx-rtd-theme (>=3.0.0) ; python_version >= \"3.8\"" ]
docstest = [ "pyenchant (>=3)" , "readme-renderer (>=30.0)" , "sphinxcontrib-spelling (>=7.3.1)" ]
nox = [ "nox (>=2024.4.15)" , "nox[uv] (>=2024.3.2) ; python_version >= \"3.8\"" ]
pep8test = [ "check-sdist ; python_version >= \"3.8\"" , "click (>=8.0.1)" , "mypy (>=1.4)" , "ruff (>=0.3.6)" ]
sdist = [ "build (>=1.0.0)" ]
ssh = [ "bcrypt (>=3.1.5)" ]
test = [ "certifi (>=2024)" , "cryptography-vectors (==44.0.2)" , "pretend (>=0.7)" , "pytest (>=7.4.0)" , "pytest-benchmark (>=4.0)" , "pytest-cov (>=2.10.1)" , "pytest-xdist (>=3.5.0)" ]
test-randomorder = [ "pytest-randomly" ]
2025-03-12 23:42:02 +00:00
[ [ package ] ]
name = "dnspython"
version = "2.7.0"
description = "DNS toolkit"
optional = false
python-versions = ">=3.9"
groups = [ "main" ]
files = [
{ file = "dnspython-2.7.0-py3-none-any.whl" , hash = "sha256:b4c34b7d10b51bcc3a5071e7b8dee77939f1e878477eeecc965e9835f63c6c86" } ,
{ file = "dnspython-2.7.0.tar.gz" , hash = "sha256:ce9c432eda0dc91cf618a5cedf1a4e142651196bbcd2c80e89ed5a907e5cfaf1" } ,
]
[ package . extras ]
dev = [ "black (>=23.1.0)" , "coverage (>=7.0)" , "flake8 (>=7)" , "hypercorn (>=0.16.0)" , "mypy (>=1.8)" , "pylint (>=3)" , "pytest (>=7.4)" , "pytest-cov (>=4.1.0)" , "quart-trio (>=0.11.0)" , "sphinx (>=7.2.0)" , "sphinx-rtd-theme (>=2.0.0)" , "twine (>=4.0.0)" , "wheel (>=0.42.0)" ]
dnssec = [ "cryptography (>=43)" ]
doh = [ "h2 (>=4.1.0)" , "httpcore (>=1.0.0)" , "httpx (>=0.26.0)" ]
doq = [ "aioquic (>=1.0.0)" ]
idna = [ "idna (>=3.7)" ]
trio = [ "trio (>=0.23)" ]
wmi = [ "wmi (>=1.5.1)" ]
[ [ package ] ]
name = "email-validator"
version = "2.2.0"
description = "A robust email address syntax and deliverability validation library."
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "email_validator-2.2.0-py3-none-any.whl" , hash = "sha256:561977c2d73ce3611850a06fa56b414621e0c8faa9d66f2611407d87465da631" } ,
{ file = "email_validator-2.2.0.tar.gz" , hash = "sha256:cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7" } ,
]
[ package . dependencies ]
dnspython = ">=2.0.0"
idna = ">=2.0.0"
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "fastapi"
2025-03-12 23:42:02 +00:00
version = "0.115.11"
2024-03-28 21:23:25 +01:00
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.8"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "fastapi-0.115.11-py3-none-any.whl" , hash = "sha256:32e1541b7b74602e4ef4a0260ecaf3aadf9d4f19590bba3e1bf2ac4666aa2c64" } ,
{ file = "fastapi-0.115.11.tar.gz" , hash = "sha256:cc81f03f688678b92600a65a5e618b93592c65005db37157147204d8924bf94f" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
2025-03-12 23:42:02 +00:00
email-validator = { version = ">=2.0.0" , optional = true , markers = "extra == \"standard\"" }
fastapi-cli = { version = ">=0.0.5" , extras = [ "standard" ] , optional = true , markers = "extra == \"standard\"" }
httpx = { version = ">=0.23.0" , optional = true , markers = "extra == \"standard\"" }
jinja2 = { version = ">=3.1.5" , optional = true , markers = "extra == \"standard\"" }
2024-03-28 21:23:25 +01:00
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
2025-03-12 23:42:02 +00:00
python-multipart = { version = ">=0.0.18" , optional = true , markers = "extra == \"standard\"" }
starlette = ">=0.40.0,<0.47.0"
2024-03-28 21:23:25 +01:00
typing-extensions = ">=4.8.0"
2025-03-12 23:42:02 +00:00
uvicorn = { version = ">=0.12.0" , extras = [ "standard" ] , optional = true , markers = "extra == \"standard\"" }
[ package . extras ]
all = [ "email-validator (>=2.0.0)" , "fastapi-cli[standard] (>=0.0.5)" , "httpx (>=0.23.0)" , "itsdangerous (>=1.1.0)" , "jinja2 (>=3.1.5)" , "orjson (>=3.2.1)" , "pydantic-extra-types (>=2.0.0)" , "pydantic-settings (>=2.0.0)" , "python-multipart (>=0.0.18)" , "pyyaml (>=5.3.1)" , "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)" , "uvicorn[standard] (>=0.12.0)" ]
standard = [ "email-validator (>=2.0.0)" , "fastapi-cli[standard] (>=0.0.5)" , "httpx (>=0.23.0)" , "jinja2 (>=3.1.5)" , "python-multipart (>=0.0.18)" , "uvicorn[standard] (>=0.12.0)" ]
[ [ package ] ]
name = "fastapi-cli"
version = "0.0.7"
description = "Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀"
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "fastapi_cli-0.0.7-py3-none-any.whl" , hash = "sha256:d549368ff584b2804336c61f192d86ddea080c11255f375959627911944804f4" } ,
{ file = "fastapi_cli-0.0.7.tar.gz" , hash = "sha256:02b3b65956f526412515907a0793c9094abd4bfb5457b389f645b0ea6ba3605e" } ,
]
[ package . dependencies ]
rich-toolkit = ">=0.11.1"
typer = ">=0.12.3"
uvicorn = { version = ">=0.15.0" , extras = [ "standard" ] }
2024-03-28 21:23:25 +01:00
[ package . extras ]
2025-03-12 23:42:02 +00:00
standard = [ "uvicorn[standard] (>=0.15.0)" ]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "greenlet"
2025-03-12 23:42:02 +00:00
version = "3.1.1"
2024-03-28 21:23:25 +01:00
description = "Lightweight in-process concurrent programming"
optional = false
python-versions = ">=3.7"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
markers = "python_version < \"3.14\" and (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-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "greenlet-3.1.1-cp310-cp310-macosx_11_0_universal2.whl" , hash = "sha256:0bbae94a29c9e5c7e4a2b7f0aae5c17e8e90acbfd3bf6270eeba60c39fce3563" } ,
{ file = "greenlet-3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0fde093fb93f35ca72a556cf72c92ea3ebfda3d79fc35bb19fbe685853869a83" } ,
{ file = "greenlet-3.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:36b89d13c49216cadb828db8dfa6ce86bbbc476a82d3a6c397f0efae0525bdd0" } ,
{ file = "greenlet-3.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:94b6150a85e1b33b40b1464a3f9988dcc5251d6ed06842abff82e42632fac120" } ,
{ file = "greenlet-3.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:93147c513fac16385d1036b7e5b102c7fbbdb163d556b791f0f11eada7ba65dc" } ,
{ file = "greenlet-3.1.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:da7a9bff22ce038e19bf62c4dd1ec8391062878710ded0a845bcf47cc0200617" } ,
{ file = "greenlet-3.1.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b2795058c23988728eec1f36a4e5e4ebad22f8320c85f3587b539b9ac84128d7" } ,
{ file = "greenlet-3.1.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:ed10eac5830befbdd0c32f83e8aa6288361597550ba669b04c48f0f9a2c843c6" } ,
{ file = "greenlet-3.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:77c386de38a60d1dfb8e55b8c1101d68c79dfdd25c7095d51fec2dd800892b80" } ,
{ file = "greenlet-3.1.1-cp311-cp311-macosx_11_0_universal2.whl" , hash = "sha256:e4d333e558953648ca09d64f13e6d8f0523fa705f51cae3f03b5983489958c70" } ,
{ file = "greenlet-3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:09fc016b73c94e98e29af67ab7b9a879c307c6731a2c9da0db5a7d9b7edd1159" } ,
{ file = "greenlet-3.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d5e975ca70269d66d17dd995dafc06f1b06e8cb1ec1e9ed54c1d1e4a7c4cf26e" } ,
{ file = "greenlet-3.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3b2813dc3de8c1ee3f924e4d4227999285fd335d1bcc0d2be6dc3f1f6a318ec1" } ,
{ file = "greenlet-3.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e347b3bfcf985a05e8c0b7d462ba6f15b1ee1c909e2dcad795e49e91b152c383" } ,
{ file = "greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:9e8f8c9cb53cdac7ba9793c276acd90168f416b9ce36799b9b885790f8ad6c0a" } ,
{ file = "greenlet-3.1.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:62ee94988d6b4722ce0028644418d93a52429e977d742ca2ccbe1c4f4a792511" } ,
{ file = "greenlet-3.1.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:1776fd7f989fc6b8d8c8cb8da1f6b82c5814957264d1f6cf818d475ec2bf6395" } ,
{ file = "greenlet-3.1.1-cp311-cp311-win_amd64.whl" , hash = "sha256:48ca08c771c268a768087b408658e216133aecd835c0ded47ce955381105ba39" } ,
{ file = "greenlet-3.1.1-cp312-cp312-macosx_11_0_universal2.whl" , hash = "sha256:4afe7ea89de619adc868e087b4d2359282058479d7cfb94970adf4b55284574d" } ,
{ file = "greenlet-3.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f406b22b7c9a9b4f8aa9d2ab13d6ae0ac3e85c9a809bd590ad53fed2bf70dc79" } ,
{ file = "greenlet-3.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c3a701fe5a9695b238503ce5bbe8218e03c3bcccf7e204e455e7462d770268aa" } ,
{ file = "greenlet-3.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2846930c65b47d70b9d178e89c7e1a69c95c1f68ea5aa0a58646b7a96df12441" } ,
{ file = "greenlet-3.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:99cfaa2110534e2cf3ba31a7abcac9d328d1d9f1b95beede58294a60348fba36" } ,
{ file = "greenlet-3.1.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:1443279c19fca463fc33e65ef2a935a5b09bb90f978beab37729e1c3c6c25fe9" } ,
{ file = "greenlet-3.1.1-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:b7cede291382a78f7bb5f04a529cb18e068dd29e0fb27376074b6d0317bf4dd0" } ,
{ file = "greenlet-3.1.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:23f20bb60ae298d7d8656c6ec6db134bca379ecefadb0b19ce6f19d1f232a942" } ,
{ file = "greenlet-3.1.1-cp312-cp312-win_amd64.whl" , hash = "sha256:7124e16b4c55d417577c2077be379514321916d5790fa287c9ed6f23bd2ffd01" } ,
{ file = "greenlet-3.1.1-cp313-cp313-macosx_11_0_universal2.whl" , hash = "sha256:05175c27cb459dcfc05d026c4232f9de8913ed006d42713cb8a5137bd49375f1" } ,
{ file = "greenlet-3.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:935e943ec47c4afab8965954bf49bfa639c05d4ccf9ef6e924188f762145c0ff" } ,
{ file = "greenlet-3.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:667a9706c970cb552ede35aee17339a18e8f2a87a51fba2ed39ceeeb1004798a" } ,
{ file = "greenlet-3.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b8a678974d1f3aa55f6cc34dc480169d58f2e6d8958895d68845fa4ab566509e" } ,
{ file = "greenlet-3.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:efc0f674aa41b92da8c49e0346318c6075d734994c3c4e4430b1c3f853e498e4" } ,
{ file = "greenlet-3.1.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:0153404a4bb921f0ff1abeb5ce8a5131da56b953eda6e14b88dc6bbc04d2049e" } ,
{ file = "greenlet-3.1.1-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:275f72decf9932639c1c6dd1013a1bc266438eb32710016a1c742df5da6e60a1" } ,
{ file = "greenlet-3.1.1-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:c4aab7f6381f38a4b42f269057aee279ab0fc7bf2e929e3d4abfae97b682a12c" } ,
{ file = "greenlet-3.1.1-cp313-cp313-win_amd64.whl" , hash = "sha256:b42703b1cf69f2aa1df7d1030b9d77d3e584a70755674d60e710f0af570f3761" } ,
{ file = "greenlet-3.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f1695e76146579f8c06c1509c7ce4dfe0706f49c6831a817ac04eebb2fd02011" } ,
{ file = "greenlet-3.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7876452af029456b3f3549b696bb36a06db7c90747740c5302f74a9e9fa14b13" } ,
{ file = "greenlet-3.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4ead44c85f8ab905852d3de8d86f6f8baf77109f9da589cb4fa142bd3b57b475" } ,
{ file = "greenlet-3.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8320f64b777d00dd7ccdade271eaf0cad6636343293a25074cc5566160e4de7b" } ,
{ file = "greenlet-3.1.1-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:6510bf84a6b643dabba74d3049ead221257603a253d0a9873f55f6a59a65f822" } ,
{ file = "greenlet-3.1.1-cp313-cp313t-musllinux_1_1_aarch64.whl" , hash = "sha256:04b013dc07c96f83134b1e99888e7a79979f1a247e2a9f59697fa14b5862ed01" } ,
{ file = "greenlet-3.1.1-cp313-cp313t-musllinux_1_1_x86_64.whl" , hash = "sha256:411f015496fec93c1c8cd4e5238da364e1da7a124bcb293f085bf2860c32c6f6" } ,
{ file = "greenlet-3.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:47da355d8687fd65240c364c90a31569a133b7b60de111c255ef5b606f2ae291" } ,
{ file = "greenlet-3.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:98884ecf2ffb7d7fe6bd517e8eb99d31ff7855a840fa6d0d63cd07c037f6a981" } ,
{ file = "greenlet-3.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f1d4aeb8891338e60d1ab6127af1fe45def5259def8094b9c7e34690c8858803" } ,
{ file = "greenlet-3.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:db32b5348615a04b82240cc67983cb315309e88d444a288934ee6ceaebcad6cc" } ,
{ file = "greenlet-3.1.1-cp37-cp37m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:dcc62f31eae24de7f8dce72134c8651c58000d3b1868e01392baea7c32c247de" } ,
{ file = "greenlet-3.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:1d3755bcb2e02de341c55b4fca7a745a24a9e7212ac953f6b3a48d117d7257aa" } ,
{ file = "greenlet-3.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:b8da394b34370874b4572676f36acabac172602abf054cbc4ac910219f3340af" } ,
{ file = "greenlet-3.1.1-cp37-cp37m-win32.whl" , hash = "sha256:a0dfc6c143b519113354e780a50381508139b07d2177cb6ad6a08278ec655798" } ,
{ file = "greenlet-3.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:54558ea205654b50c438029505def3834e80f0869a70fb15b871c29b4575ddef" } ,
{ file = "greenlet-3.1.1-cp38-cp38-macosx_11_0_universal2.whl" , hash = "sha256:346bed03fe47414091be4ad44786d1bd8bef0c3fcad6ed3dee074a032ab408a9" } ,
{ file = "greenlet-3.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dfc59d69fc48664bc693842bd57acfdd490acafda1ab52c7836e3fc75c90a111" } ,
{ file = "greenlet-3.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d21e10da6ec19b457b82636209cbe2331ff4306b54d06fa04b7c138ba18c8a81" } ,
{ file = "greenlet-3.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:37b9de5a96111fc15418819ab4c4432e4f3c2ede61e660b1e33971eba26ef9ba" } ,
{ file = "greenlet-3.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6ef9ea3f137e5711f0dbe5f9263e8c009b7069d8a1acea822bd5e9dae0ae49c8" } ,
{ file = "greenlet-3.1.1-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:85f3ff71e2e60bd4b4932a043fbbe0f499e263c628390b285cb599154a3b03b1" } ,
{ file = "greenlet-3.1.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:95ffcf719966dd7c453f908e208e14cde192e09fde6c7186c8f1896ef778d8cd" } ,
{ file = "greenlet-3.1.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:03a088b9de532cbfe2ba2034b2b85e82df37874681e8c470d6fb2f8c04d7e4b7" } ,
{ file = "greenlet-3.1.1-cp38-cp38-win32.whl" , hash = "sha256:8b8b36671f10ba80e159378df9c4f15c14098c4fd73a36b9ad715f057272fbef" } ,
{ file = "greenlet-3.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:7017b2be767b9d43cc31416aba48aab0d2309ee31b4dbf10a1d38fb7972bdf9d" } ,
{ file = "greenlet-3.1.1-cp39-cp39-macosx_11_0_universal2.whl" , hash = "sha256:396979749bd95f018296af156201d6211240e7a23090f50a8d5d18c370084dc3" } ,
{ file = "greenlet-3.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ca9d0ff5ad43e785350894d97e13633a66e2b50000e8a183a50a88d834752d42" } ,
{ file = "greenlet-3.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f6ff3b14f2df4c41660a7dec01045a045653998784bf8cfcb5a525bdffffbc8f" } ,
{ file = "greenlet-3.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:94ebba31df2aa506d7b14866fed00ac141a867e63143fe5bca82a8e503b36437" } ,
{ file = "greenlet-3.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:73aaad12ac0ff500f62cebed98d8789198ea0e6f233421059fa68a5aa7220145" } ,
{ file = "greenlet-3.1.1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:63e4844797b975b9af3a3fb8f7866ff08775f5426925e1e0bbcfe7932059a12c" } ,
{ file = "greenlet-3.1.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:7939aa3ca7d2a1593596e7ac6d59391ff30281ef280d8632fa03d81f7c5f955e" } ,
{ file = "greenlet-3.1.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d0028e725ee18175c6e422797c407874da24381ce0690d6b9396c204c7f7276e" } ,
{ file = "greenlet-3.1.1-cp39-cp39-win32.whl" , hash = "sha256:5e06afd14cbaf9e00899fae69b24a32f2196c19de08fcb9f4779dd4f004e5e7c" } ,
{ file = "greenlet-3.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:3319aa75e0e0639bc15ff54ca327e8dc7a6fe404003496e3c6925cd3142e0e22" } ,
{ file = "greenlet-3.1.1.tar.gz" , hash = "sha256:4ce3ac6cdb6adf7946475d7ef31777c26d94bccc377e070a7986bd2d5c515467" } ,
2024-03-28 21:23:25 +01:00
]
[ package . extras ]
docs = [ "Sphinx" , "furo" ]
test = [ "objgraph" , "psutil" ]
2024-04-20 03:07:54 +02:00
[ [ package ] ]
name = "gunicorn"
version = "22.0.0"
description = "WSGI HTTP Server for UNIX"
optional = false
python-versions = ">=3.7"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-04-20 03:07:54 +02:00
files = [
{ file = "gunicorn-22.0.0-py3-none-any.whl" , hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9" } ,
{ file = "gunicorn-22.0.0.tar.gz" , hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63" } ,
]
[ package . dependencies ]
packaging = "*"
[ package . extras ]
eventlet = [ "eventlet (>=0.24.1,!=0.36.0)" ]
gevent = [ "gevent (>=1.4.0)" ]
setproctitle = [ "setproctitle" ]
testing = [ "coverage" , "eventlet" , "gevent" , "pytest" , "pytest-cov" ]
tornado = [ "tornado (>=0.2)" ]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "h11"
version = "0.14.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
optional = false
python-versions = ">=3.7"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
{ file = "h11-0.14.0-py3-none-any.whl" , hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" } ,
{ file = "h11-0.14.0.tar.gz" , hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" } ,
]
2025-03-12 23:42:02 +00:00
[ [ package ] ]
name = "httpcore"
version = "1.0.7"
description = "A minimal low-level HTTP client."
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "httpcore-1.0.7-py3-none-any.whl" , hash = "sha256:a3fff8f43dc260d5bd363d9f9cf1830fa3a458b332856f34282de498ed420edd" } ,
{ file = "httpcore-1.0.7.tar.gz" , hash = "sha256:8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c" } ,
]
[ package . dependencies ]
certifi = "*"
h11 = ">=0.13,<0.15"
[ package . extras ]
asyncio = [ "anyio (>=4.0,<5.0)" ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (==1.*)" ]
trio = [ "trio (>=0.22.0,<1.0)" ]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "httptools"
2025-03-12 23:42:02 +00:00
version = "0.6.4"
2024-03-28 21:23:25 +01:00
description = "A collection of framework independent HTTP protocol utils."
optional = false
python-versions = ">=3.8.0"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "httptools-0.6.4-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:3c73ce323711a6ffb0d247dcd5a550b8babf0f757e86a52558fe5b86d6fefcc0" } ,
{ file = "httptools-0.6.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:345c288418f0944a6fe67be8e6afa9262b18c7626c3ef3c28adc5eabc06a68da" } ,
{ file = "httptools-0.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:deee0e3343f98ee8047e9f4c5bc7cedbf69f5734454a94c38ee829fb2d5fa3c1" } ,
{ file = "httptools-0.6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ca80b7485c76f768a3bc83ea58373f8db7b015551117375e4918e2aa77ea9b50" } ,
{ file = "httptools-0.6.4-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:90d96a385fa941283ebd231464045187a31ad932ebfa541be8edf5b3c2328959" } ,
{ file = "httptools-0.6.4-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:59e724f8b332319e2875efd360e61ac07f33b492889284a3e05e6d13746876f4" } ,
{ file = "httptools-0.6.4-cp310-cp310-win_amd64.whl" , hash = "sha256:c26f313951f6e26147833fc923f78f95604bbec812a43e5ee37f26dc9e5a686c" } ,
{ file = "httptools-0.6.4-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:f47f8ed67cc0ff862b84a1189831d1d33c963fb3ce1ee0c65d3b0cbe7b711069" } ,
{ file = "httptools-0.6.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:0614154d5454c21b6410fdf5262b4a3ddb0f53f1e1721cfd59d55f32138c578a" } ,
{ file = "httptools-0.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f8787367fbdfccae38e35abf7641dafc5310310a5987b689f4c32cc8cc3ee975" } ,
{ file = "httptools-0.6.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:40b0f7fe4fd38e6a507bdb751db0379df1e99120c65fbdc8ee6c1d044897a636" } ,
{ file = "httptools-0.6.4-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:40a5ec98d3f49904b9fe36827dcf1aadfef3b89e2bd05b0e35e94f97c2b14721" } ,
{ file = "httptools-0.6.4-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:dacdd3d10ea1b4ca9df97a0a303cbacafc04b5cd375fa98732678151643d4988" } ,
{ file = "httptools-0.6.4-cp311-cp311-win_amd64.whl" , hash = "sha256:288cd628406cc53f9a541cfaf06041b4c71d751856bab45e3702191f931ccd17" } ,
{ file = "httptools-0.6.4-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:df017d6c780287d5c80601dafa31f17bddb170232d85c066604d8558683711a2" } ,
{ file = "httptools-0.6.4-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:85071a1e8c2d051b507161f6c3e26155b5c790e4e28d7f236422dbacc2a9cc44" } ,
{ file = "httptools-0.6.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:69422b7f458c5af875922cdb5bd586cc1f1033295aa9ff63ee196a87519ac8e1" } ,
{ file = "httptools-0.6.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:16e603a3bff50db08cd578d54f07032ca1631450ceb972c2f834c2b860c28ea2" } ,
{ file = "httptools-0.6.4-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:ec4f178901fa1834d4a060320d2f3abc5c9e39766953d038f1458cb885f47e81" } ,
{ file = "httptools-0.6.4-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:f9eb89ecf8b290f2e293325c646a211ff1c2493222798bb80a530c5e7502494f" } ,
{ file = "httptools-0.6.4-cp312-cp312-win_amd64.whl" , hash = "sha256:db78cb9ca56b59b016e64b6031eda5653be0589dba2b1b43453f6e8b405a0970" } ,
{ file = "httptools-0.6.4-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:ade273d7e767d5fae13fa637f4d53b6e961fb7fd93c7797562663f0171c26660" } ,
{ file = "httptools-0.6.4-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:856f4bc0478ae143bad54a4242fccb1f3f86a6e1be5548fecfd4102061b3a083" } ,
{ file = "httptools-0.6.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:322d20ea9cdd1fa98bd6a74b77e2ec5b818abdc3d36695ab402a0de8ef2865a3" } ,
{ file = "httptools-0.6.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4d87b29bd4486c0093fc64dea80231f7c7f7eb4dc70ae394d70a495ab8436071" } ,
{ file = "httptools-0.6.4-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:342dd6946aa6bda4b8f18c734576106b8a31f2fe31492881a9a160ec84ff4bd5" } ,
{ file = "httptools-0.6.4-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:4b36913ba52008249223042dca46e69967985fb4051951f94357ea681e1f5dc0" } ,
{ file = "httptools-0.6.4-cp313-cp313-win_amd64.whl" , hash = "sha256:28908df1b9bb8187393d5b5db91435ccc9c8e891657f9cbb42a2541b44c82fc8" } ,
{ file = "httptools-0.6.4-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:d3f0d369e7ffbe59c4b6116a44d6a8eb4783aae027f2c0b366cf0aa964185dba" } ,
{ file = "httptools-0.6.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:94978a49b8f4569ad607cd4946b759d90b285e39c0d4640c6b36ca7a3ddf2efc" } ,
{ file = "httptools-0.6.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:40dc6a8e399e15ea525305a2ddba998b0af5caa2566bcd79dcbe8948181eeaff" } ,
{ file = "httptools-0.6.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ab9ba8dcf59de5181f6be44a77458e45a578fc99c31510b8c65b7d5acc3cf490" } ,
{ file = "httptools-0.6.4-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:fc411e1c0a7dcd2f902c7c48cf079947a7e65b5485dea9decb82b9105ca71a43" } ,
{ file = "httptools-0.6.4-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:d54efd20338ac52ba31e7da78e4a72570cf729fac82bc31ff9199bedf1dc7440" } ,
{ file = "httptools-0.6.4-cp38-cp38-win_amd64.whl" , hash = "sha256:df959752a0c2748a65ab5387d08287abf6779ae9165916fe053e68ae1fbdc47f" } ,
{ file = "httptools-0.6.4-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:85797e37e8eeaa5439d33e556662cc370e474445d5fab24dcadc65a8ffb04003" } ,
{ file = "httptools-0.6.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:db353d22843cf1028f43c3651581e4bb49374d85692a85f95f7b9a130e1b2cab" } ,
{ file = "httptools-0.6.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d1ffd262a73d7c28424252381a5b854c19d9de5f56f075445d33919a637e3547" } ,
{ file = "httptools-0.6.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:703c346571fa50d2e9856a37d7cd9435a25e7fd15e236c397bf224afaa355fe9" } ,
{ file = "httptools-0.6.4-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:aafe0f1918ed07b67c1e838f950b1c1fabc683030477e60b335649b8020e1076" } ,
{ file = "httptools-0.6.4-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:0e563e54979e97b6d13f1bbc05a96109923e76b901f786a5eae36e99c01237bd" } ,
{ file = "httptools-0.6.4-cp39-cp39-win_amd64.whl" , hash = "sha256:b799de31416ecc589ad79dd85a0b2657a8fe39327944998dea368c1d4c9e55e6" } ,
{ file = "httptools-0.6.4.tar.gz" , hash = "sha256:4e93eee4add6493b59a5c514da98c939b244fce4a0d8879cd3f466562f4b7d5c" } ,
2024-03-28 21:23:25 +01:00
]
[ package . extras ]
2025-03-12 23:42:02 +00:00
test = [ "Cython (>=0.29.24)" ]
[ [ package ] ]
name = "httpx"
version = "0.28.1"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "httpx-0.28.1-py3-none-any.whl" , hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad" } ,
{ file = "httpx-0.28.1.tar.gz" , hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" } ,
]
[ package . dependencies ]
anyio = "*"
certifi = "*"
httpcore = "==1.*"
idna = "*"
[ package . extras ]
brotli = [ "brotli ; platform_python_implementation == \"CPython\"" , "brotlicffi ; platform_python_implementation != \"CPython\"" ]
cli = [ "click (==8.*)" , "pygments (==2.*)" , "rich (>=10,<14)" ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (==1.*)" ]
zstd = [ "zstandard (>=0.18.0)" ]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "idna"
2025-03-12 23:42:02 +00:00
version = "3.10"
2024-03-28 21:23:25 +01:00
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.6"
groups = [ "main" ]
files = [
{ file = "idna-3.10-py3-none-any.whl" , hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3" } ,
{ file = "idna-3.10.tar.gz" , hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" } ,
]
[ package . extras ]
all = [ "flake8 (>=7.1.1)" , "mypy (>=1.11.2)" , "pytest (>=8.3.2)" , "ruff (>=0.6.2)" ]
[ [ package ] ]
name = "jinja2"
version = "3.1.6"
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "jinja2-3.1.6-py3-none-any.whl" , hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67" } ,
{ file = "jinja2-3.1.6.tar.gz" , hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" } ,
2024-03-28 21:23:25 +01:00
]
2025-03-12 23:42:02 +00:00
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "jsonschema"
2025-03-12 23:42:02 +00:00
version = "4.23.0"
2024-03-28 21:23:25 +01:00
description = "An implementation of JSON Schema validation for Python"
optional = false
python-versions = ">=3.8"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "jsonschema-4.23.0-py3-none-any.whl" , hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566" } ,
{ file = "jsonschema-4.23.0.tar.gz" , hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
attrs = ">=22.2.0"
jsonschema-specifications = ">=2023.03.6"
referencing = ">=0.28.4"
rpds-py = ">=0.7.1"
[ package . extras ]
format = [ "fqdn" , "idna" , "isoduration" , "jsonpointer (>1.13)" , "rfc3339-validator" , "rfc3987" , "uri-template" , "webcolors (>=1.11)" ]
2025-03-12 23:42:02 +00:00
format-nongpl = [ "fqdn" , "idna" , "isoduration" , "jsonpointer (>1.13)" , "rfc3339-validator" , "rfc3986-validator (>0.1.0)" , "uri-template" , "webcolors (>=24.6.0)" ]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "jsonschema-specifications"
2025-03-12 23:42:02 +00:00
version = "2024.10.1"
2024-03-28 21:23:25 +01:00
description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.9"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "jsonschema_specifications-2024.10.1-py3-none-any.whl" , hash = "sha256:a09a0680616357d9a0ecf05c12ad234479f549239d0f5b55f3deea67475da9bf" } ,
{ file = "jsonschema_specifications-2024.10.1.tar.gz" , hash = "sha256:0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
referencing = ">=0.31.0"
2025-03-13 16:34:41 +00:00
[ [ package ] ]
name = "jwcrypto"
version = "1.5.6"
description = "Implementation of JOSE Web standards"
optional = false
python-versions = ">= 3.8"
groups = [ "main" ]
files = [
{ file = "jwcrypto-1.5.6-py3-none-any.whl" , hash = "sha256:150d2b0ebbdb8f40b77f543fb44ffd2baeff48788be71f67f03566692fd55789" } ,
{ file = "jwcrypto-1.5.6.tar.gz" , hash = "sha256:771a87762a0c081ae6166958a954f80848820b2ab066937dc8b8379d65b1b039" } ,
]
[ package . dependencies ]
cryptography = ">=3.4"
typing-extensions = ">=4.5.0"
2024-04-13 22:44:01 +02:00
[ [ package ] ]
name = "mako"
2025-03-12 23:42:02 +00:00
version = "1.3.9"
2024-04-13 22:44:01 +02:00
description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
optional = false
python-versions = ">=3.8"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-04-13 22:44:01 +02:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "Mako-1.3.9-py3-none-any.whl" , hash = "sha256:95920acccb578427a9aa38e37a186b1e43156c87260d7ba18ca63aa4c7cbd3a1" } ,
{ file = "mako-1.3.9.tar.gz" , hash = "sha256:b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac" } ,
2024-04-13 22:44:01 +02:00
]
[ package . dependencies ]
MarkupSafe = ">=0.9.2"
[ package . extras ]
babel = [ "Babel" ]
lingua = [ "lingua" ]
testing = [ "pytest" ]
2025-03-12 23:42:02 +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"
groups = [ "main" ]
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" ]
2024-04-13 22:44:01 +02:00
[ [ package ] ]
name = "markupsafe"
2025-03-12 23:42:02 +00:00
version = "3.0.2"
2024-04-13 22:44:01 +02:00
description = "Safely add untrusted strings to HTML/XML markup."
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.9"
groups = [ "main" ]
files = [
{ file = "MarkupSafe-3.0.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:7e94c425039cde14257288fd61dcfb01963e658efbc0ff54f5306b06054700f8" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9e2d922824181480953426608b81967de705c3cef4d1af983af849d7bd619158" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:38a9ef736c01fccdd6600705b09dc574584b89bea478200c5fbf112a6b0d5579" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bbcb445fa71794da8f178f0f6d66789a28d7319071af7a496d4d507ed566270d" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:57cb5a3cf367aeb1d316576250f65edec5bb3be939e9247ae594b4bcbc317dfb" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:3809ede931876f5b2ec92eef964286840ed3540dadf803dd570c3b7e13141a3b" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:e07c3764494e3776c602c1e78e298937c3315ccc9043ead7e685b7f2b8d47b3c" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:b424c77b206d63d500bcb69fa55ed8d0e6a3774056bdc4839fc9298a7edca171" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-win32.whl" , hash = "sha256:fcabf5ff6eea076f859677f5f0b6b5c1a51e70a376b0579e0eadef8db48c6b50" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:6af100e168aa82a50e186c82875a5893c5597a0c1ccdb0d8b40240b1f28b969a" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:9025b4018f3a1314059769c7bf15441064b2207cb3f065e6ea1e7359cb46db9d" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:93335ca3812df2f366e80509ae119189886b0f3c2b81325d39efdb84a1e2ae93" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2cb8438c3cbb25e220c2ab33bb226559e7afb3baec11c4f218ffa7308603c832" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a123e330ef0853c6e822384873bef7507557d8e4a082961e1defa947aa59ba84" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1e084f686b92e5b83186b07e8a17fc09e38fff551f3602b249881fec658d3eca" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:d8213e09c917a951de9d09ecee036d5c7d36cb6cb7dbaece4c71a60d79fb9798" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:5b02fb34468b6aaa40dfc198d813a641e3a63b98c2b05a16b9f80b7ec314185e" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:0bff5e0ae4ef2e1ae4fdf2dfd5b76c75e5c2fa4132d05fc1b0dabcd20c7e28c4" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-win32.whl" , hash = "sha256:6c89876f41da747c8d3677a2b540fb32ef5715f97b66eeb0c6b66f5e3ef6f59d" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-win_amd64.whl" , hash = "sha256:70a87b411535ccad5ef2f1df5136506a10775d267e197e4cf531ced10537bd6b" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:9778bd8ab0a994ebf6f84c2b949e65736d5575320a17ae8984a77fab08db94cf" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:846ade7b71e3536c4e56b386c2a47adf5741d2d8b94ec9dc3e92e5e1ee1e2225" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1c99d261bd2d5f6b59325c92c73df481e05e57f19837bdca8413b9eac4bd8028" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e17c96c14e19278594aa4841ec148115f9c7615a47382ecb6b82bd8fea3ab0c8" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:88416bd1e65dcea10bc7569faacb2c20ce071dd1f87539ca2ab364bf6231393c" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:2181e67807fc2fa785d0592dc2d6206c019b9502410671cc905d132a92866557" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:52305740fe773d09cffb16f8ed0427942901f00adedac82ec8b67752f58a1b22" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:ad10d3ded218f1039f11a75f8091880239651b52e9bb592ca27de44eed242a48" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-win32.whl" , hash = "sha256:0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-win_amd64.whl" , hash = "sha256:8e06879fc22a25ca47312fbe7c8264eb0b662f6db27cb2d3bbbc74b1df4b9b87" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:ba9527cdd4c926ed0760bc301f6728ef34d841f405abf9d4f959c478421e4efd" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:f8b3d067f2e40fe93e1ccdd6b2e1d16c43140e76f02fb1319a05cf2b79d99430" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:569511d3b58c8791ab4c2e1285575265991e6d8f8700c7be0e88f86cb0672094" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:15ab75ef81add55874e7ab7055e9c397312385bd9ced94920f2802310c930396" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f3818cb119498c0678015754eba762e0d61e5b52d34c8b13d770f0719f7b1d79" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:cdb82a876c47801bb54a690c5ae105a46b392ac6099881cdfb9f6e95e4014c6a" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:cabc348d87e913db6ab4aa100f01b08f481097838bdddf7c7a84b7575b7309ca" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:444dcda765c8a838eaae23112db52f1efaf750daddb2d9ca300bcae1039adc5c" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-win32.whl" , hash = "sha256:bcf3e58998965654fdaff38e58584d8937aa3096ab5354d493c77d1fdd66d7a1" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-win_amd64.whl" , hash = "sha256:e6a2a455bd412959b57a172ce6328d2dd1f01cb2135efda2e4576e8a23fa3b0f" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-macosx_10_13_universal2.whl" , hash = "sha256:b5a6b3ada725cea8a5e634536b1b01c30bcdcd7f9c6fff4151548d5bf6b3a36c" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:a904af0a6162c73e3edcb969eeeb53a63ceeb5d8cf642fade7d39e7963a22ddb" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4aa4e5faecf353ed117801a068ebab7b7e09ffb6e1d5e412dc852e0da018126c" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c0ef13eaeee5b615fb07c9a7dadb38eac06a0608b41570d8ade51c56539e509d" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d16a81a06776313e817c951135cf7340a3e91e8c1ff2fac444cfd75fffa04afe" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:6381026f158fdb7c72a168278597a5e3a5222e83ea18f543112b2662a9b699c5" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_i686.whl" , hash = "sha256:3d79d162e7be8f996986c064d1c7c817f6df3a77fe3d6859f6f9e7be4b8c213a" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:131a3c7689c85f5ad20f9f6fb1b866f402c445b220c19fe4308c0b147ccd2ad9" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-win32.whl" , hash = "sha256:ba8062ed2cf21c07a9e295d5b8a2a5ce678b913b45fdf68c32d95d6c1291e0b6" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-win_amd64.whl" , hash = "sha256:e444a31f8db13eb18ada366ab3cf45fd4b31e4db1236a4448f68778c1d1a5a2f" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:eaa0a10b7f72326f1372a713e73c3f739b524b3af41feb43e4921cb529f5929a" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:48032821bbdf20f5799ff537c7ac3d1fba0ba032cfc06194faffa8cda8b560ff" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1a9d3f5f0901fdec14d8d2f66ef7d035f2157240a433441719ac9a3fba440b13" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:88b49a3b9ff31e19998750c38e030fc7bb937398b1f78cfa599aaef92d693144" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cfad01eed2c2e0c01fd0ecd2ef42c492f7f93902e39a42fc9ee1692961443a29" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:1225beacc926f536dc82e45f8a4d68502949dc67eea90eab715dea3a21c1b5f0" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:3169b1eefae027567d1ce6ee7cae382c57fe26e82775f460f0b2778beaad66c0" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:eb7972a85c54febfb25b5c4b4f3af4dcc731994c7da0d8a0b4a6eb0640e1d178" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-win32.whl" , hash = "sha256:8c4e8c3ce11e1f92f6536ff07154f9d49677ebaaafc32db9db4620bc11ed480f" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:6e296a513ca3d94054c2c881cc913116e90fd030ad1c656b3869762b754f5f8a" } ,
{ file = "markupsafe-3.0.2.tar.gz" , hash = "sha256:ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" } ,
]
[ [ package ] ]
name = "mdurl"
version = "0.1.2"
description = "Markdown URL utilities"
optional = false
2024-04-13 22:44:01 +02:00
python-versions = ">=3.7"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-04-13 22:44:01 +02:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "mdurl-0.1.2-py3-none-any.whl" , hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8" } ,
{ file = "mdurl-0.1.2.tar.gz" , hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" } ,
2024-04-13 22:44:01 +02:00
]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "ocpp"
2025-03-12 23:42:02 +00:00
version = "2.0.0"
2024-03-28 21:23:25 +01:00
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
optional = false
2025-03-12 23:42:02 +00:00
python-versions = "<4.0,>=3.8"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "ocpp-2.0.0-py3-none-any.whl" , hash = "sha256:45ea3f35cb0afd7a0acbc1cdf2cfd107caf371c24aca7e7a03491405bf39e626" } ,
{ file = "ocpp-2.0.0.tar.gz" , hash = "sha256:bbc203ae5edeb7baf43a9a24b73c6a7473179197437fb39c641f0d93afce5dc0" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
jsonschema = ">=4.4.0,<5.0.0"
2024-04-20 03:07:54 +02:00
[ [ package ] ]
name = "packaging"
2025-03-12 23:42:02 +00:00
version = "24.2"
2024-04-20 03:07:54 +02:00
description = "Core utilities for Python packages"
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.8"
groups = [ "main" ]
2024-04-20 03:07:54 +02:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "packaging-24.2-py3-none-any.whl" , hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759" } ,
{ file = "packaging-24.2.tar.gz" , hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" } ,
2024-04-20 03:07:54 +02:00
]
2024-04-20 13:38:18 +02:00
[ [ package ] ]
name = "psycopg2-binary"
2025-03-12 23:42:02 +00:00
version = "2.9.10"
2024-04-20 13:38:18 +02:00
description = "psycopg2 - Python-PostgreSQL Database Adapter"
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.8"
groups = [ "main" ]
2024-04-20 13:38:18 +02:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "psycopg2-binary-2.9.10.tar.gz" , hash = "sha256:4b3df0e6990aa98acda57d983942eff13d824135fe2250e6522edaa782a06de2" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-macosx_12_0_x86_64.whl" , hash = "sha256:0ea8e3d0ae83564f2fc554955d327fa081d065c8ca5cc6d2abb643e2c9c1200f" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-macosx_14_0_arm64.whl" , hash = "sha256:3e9c76f0ac6f92ecfc79516a8034a544926430f7b080ec5a0537bca389ee0906" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2ad26b467a405c798aaa1458ba09d7e2b6e5f96b1ce0ac15d82fd9f95dc38a92" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:270934a475a0e4b6925b5f804e3809dd5f90f8613621d062848dd82f9cd62007" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:48b338f08d93e7be4ab2b5f1dbe69dc5e9ef07170fe1f86514422076d9c010d0" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7f4152f8f76d2023aac16285576a9ecd2b11a9895373a1f10fd9db54b3ff06b4" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:32581b3020c72d7a421009ee1c6bf4a131ef5f0a968fab2e2de0c9d2bb4577f1" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:2ce3e21dc3437b1d960521eca599d57408a695a0d3c26797ea0f72e834c7ffe5" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:e984839e75e0b60cfe75e351db53d6db750b00de45644c5d1f7ee5d1f34a1ce5" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:3c4745a90b78e51d9ba06e2088a2fe0c693ae19cc8cb051ccda44e8df8a6eb53" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-win32.whl" , hash = "sha256:e5720a5d25e3b99cd0dc5c8a440570469ff82659bb09431c1439b92caf184d3b" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-win_amd64.whl" , hash = "sha256:3c18f74eb4386bf35e92ab2354a12c17e5eb4d9798e4c0ad3a00783eae7cd9f1" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-macosx_12_0_x86_64.whl" , hash = "sha256:04392983d0bb89a8717772a193cfaac58871321e3ec69514e1c4e0d4957b5aff" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-macosx_14_0_arm64.whl" , hash = "sha256:1a6784f0ce3fec4edc64e985865c17778514325074adf5ad8f80636cd029ef7c" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b5f86c56eeb91dc3135b3fd8a95dc7ae14c538a2f3ad77a19645cf55bab1799c" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2b3d2491d4d78b6b14f76881905c7a8a8abcf974aad4a8a0b065273a0ed7a2cb" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2286791ececda3a723d1910441c793be44625d86d1a4e79942751197f4d30341" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:512d29bb12608891e349af6a0cccedce51677725a921c07dba6342beaf576f9a" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:5a507320c58903967ef7384355a4da7ff3f28132d679aeb23572753cbf2ec10b" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:6d4fa1079cab9018f4d0bd2db307beaa612b0d13ba73b5c6304b9fe2fb441ff7" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:851485a42dbb0bdc1edcdabdb8557c09c9655dfa2ca0460ff210522e073e319e" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:35958ec9e46432d9076286dda67942ed6d968b9c3a6a2fd62b48939d1d78bf68" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-win32.whl" , hash = "sha256:ecced182e935529727401b24d76634a357c71c9275b356efafd8a2a91ec07392" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-win_amd64.whl" , hash = "sha256:ee0e8c683a7ff25d23b55b11161c2663d4b099770f6085ff0a20d4505778d6b4" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-macosx_12_0_x86_64.whl" , hash = "sha256:880845dfe1f85d9d5f7c412efea7a08946a46894537e4e5d091732eb1d34d9a0" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-macosx_14_0_arm64.whl" , hash = "sha256:9440fa522a79356aaa482aa4ba500b65f28e5d0e63b801abf6aa152a29bd842a" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e3923c1d9870c49a2d44f795df0c889a22380d36ef92440ff618ec315757e539" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7b2c956c028ea5de47ff3a8d6b3cc3330ab45cf0b7c3da35a2d6ff8420896526" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f758ed67cab30b9a8d2833609513ce4d3bd027641673d4ebc9c067e4d208eec1" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8cd9b4f2cfab88ed4a9106192de509464b75a906462fb846b936eabe45c2063e" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:6dc08420625b5a20b53551c50deae6e231e6371194fa0651dbe0fb206452ae1f" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:d7cd730dfa7c36dbe8724426bf5612798734bff2d3c3857f36f2733f5bfc7c00" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:155e69561d54d02b3c3209545fb08938e27889ff5a10c19de8d23eb5a41be8a5" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:c3cc28a6fd5a4a26224007712e79b81dbaee2ffb90ff406256158ec4d7b52b47" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-win32.whl" , hash = "sha256:ec8a77f521a17506a24a5f626cb2aee7850f9b69a0afe704586f63a464f3cd64" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-win_amd64.whl" , hash = "sha256:18c5ee682b9c6dd3696dad6e54cc7ff3a1a9020df6a5c0f861ef8bfd338c3ca0" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-macosx_12_0_x86_64.whl" , hash = "sha256:26540d4a9a4e2b096f1ff9cce51253d0504dca5a85872c7f7be23be5a53eb18d" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-macosx_14_0_arm64.whl" , hash = "sha256:e217ce4d37667df0bc1c397fdcd8de5e81018ef305aed9415c3b093faaeb10fb" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:245159e7ab20a71d989da00f280ca57da7641fa2cdcf71749c193cea540a74f7" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3c4ded1a24b20021ebe677b7b08ad10bf09aac197d6943bfe6fec70ac4e4690d" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3abb691ff9e57d4a93355f60d4f4c1dd2d68326c968e7db17ea96df3c023ef73" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8608c078134f0b3cbd9f89b34bd60a943b23fd33cc5f065e8d5f840061bd0673" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:230eeae2d71594103cd5b93fd29d1ace6420d0b86f4778739cb1a5a32f607d1f" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-win_amd64.whl" , hash = "sha256:27422aa5f11fbcd9b18da48373eb67081243662f9b46e6fd07c3eb46e4535142" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-macosx_12_0_x86_64.whl" , hash = "sha256:eb09aa7f9cecb45027683bb55aebaaf45a0df8bf6de68801a6afdc7947bb09d4" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b73d6d7f0ccdad7bc43e6d34273f70d587ef62f824d7261c4ae9b8b1b6af90e8" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ce5ab4bf46a211a8e924d307c1b1fcda82368586a19d0a24f8ae166f5c784864" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:056470c3dc57904bbf63d6f534988bafc4e970ffd50f6271fc4ee7daad9498a5" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:73aa0e31fa4bb82578f3a6c74a73c273367727de397a7a0f07bd83cbea696baa" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:8de718c0e1c4b982a54b41779667242bc630b2197948405b7bd8ce16bcecac92" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:5c370b1e4975df846b0277b4deba86419ca77dbc25047f535b0bb03d1a544d44" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-musllinux_1_2_ppc64le.whl" , hash = "sha256:ffe8ed017e4ed70f68b7b371d84b7d4a790368db9203dfc2d222febd3a9c8863" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:8aecc5e80c63f7459a1a2ab2c64df952051df196294d9f739933a9f6687e86b3" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-macosx_12_0_x86_64.whl" , hash = "sha256:7a813c8bdbaaaab1f078014b9b0b13f5de757e2b5d9be6403639b298a04d218b" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d00924255d7fc916ef66e4bf22f354a940c67179ad3fd7067d7a0a9c84d2fbfc" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7559bce4b505762d737172556a4e6ea8a9998ecac1e39b5233465093e8cee697" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e8b58f0a96e7a1e341fc894f62c1177a7c83febebb5ff9123b579418fdc8a481" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6b269105e59ac96aba877c1707c600ae55711d9dcd3fc4b5012e4af68e30c648" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:79625966e176dc97ddabc142351e0409e28acf4660b88d1cf6adb876d20c490d" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:8aabf1c1a04584c168984ac678a668094d831f152859d06e055288fa515e4d30" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:19721ac03892001ee8fdd11507e6a2e01f4e37014def96379411ca99d78aeb2c" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:7f5d859928e635fa3ce3477704acee0f667b3a3d3e4bb109f2b18d4005f38287" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-win32.whl" , hash = "sha256:3216ccf953b3f267691c90c6fe742e45d890d8272326b4a8b20850a03d05b7b8" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-win_amd64.whl" , hash = "sha256:30e34c4e97964805f715206c7b789d54a78b70f3ff19fbe590104b71c45600e5" } ,
2024-04-20 13:38:18 +02:00
]
2025-03-13 16:34:41 +00:00
[ [ package ] ]
name = "pycparser"
version = "2.22"
description = "C parser in Python"
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "pycparser-2.22-py3-none-any.whl" , hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" } ,
{ file = "pycparser-2.22.tar.gz" , hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" } ,
]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "pydantic"
2025-03-12 23:42:02 +00:00
version = "2.10.6"
2024-03-28 21:23:25 +01:00
description = "Data validation using Python type hints"
optional = false
python-versions = ">=3.8"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "pydantic-2.10.6-py3-none-any.whl" , hash = "sha256:427d664bf0b8a2b34ff5dd0f5a18df00591adcee7198fbd71981054cef37b584" } ,
{ file = "pydantic-2.10.6.tar.gz" , hash = "sha256:ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
2025-03-12 23:42:02 +00:00
annotated-types = ">=0.6.0"
pydantic-core = "2.27.2"
typing-extensions = ">=4.12.2"
2024-03-28 21:23:25 +01:00
[ package . extras ]
email = [ "email-validator (>=2.0.0)" ]
2025-03-12 23:42:02 +00:00
timezone = [ "tzdata ; python_version >= \"3.9\" and platform_system == \"Windows\"" ]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "pydantic-core"
2025-03-12 23:42:02 +00:00
version = "2.27.2"
description = "Core functionality for Pydantic validation and serialization"
2024-03-28 21:23:25 +01:00
optional = false
python-versions = ">=3.8"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "pydantic_core-2.27.2-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:2d367ca20b2f14095a8f4fa1210f5a7b78b8a20009ecced6b12818f455b1e9fa" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:491a2b73db93fab69731eaee494f320faa4e093dbed776be1a829c2eb222c34c" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7969e133a6f183be60e9f6f56bfae753585680f3b7307a8e555a948d443cc05a" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:3de9961f2a346257caf0aa508a4da705467f53778e9ef6fe744c038119737ef5" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e2bb4d3e5873c37bb3dd58714d4cd0b0e6238cebc4177ac8fe878f8b3aa8e74c" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:280d219beebb0752699480fe8f1dc61ab6615c2046d76b7ab7ee38858de0a4e7" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:47956ae78b6422cbd46f772f1746799cbb862de838fd8d1fbd34a82e05b0983a" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:14d4a5c49d2f009d62a2a7140d3064f686d17a5d1a268bc641954ba181880236" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:337b443af21d488716f8d0b6164de833e788aa6bd7e3a39c005febc1284f4962" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-musllinux_1_1_armv7l.whl" , hash = "sha256:03d0f86ea3184a12f41a2d23f7ccb79cdb5a18e06993f8a45baa8dfec746f0e9" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:7041c36f5680c6e0f08d922aed302e98b3745d97fe1589db0a3eebf6624523af" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-win32.whl" , hash = "sha256:50a68f3e3819077be2c98110c1f9dcb3817e93f267ba80a2c05bb4f8799e2ff4" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-win_amd64.whl" , hash = "sha256:e0fd26b16394ead34a424eecf8a31a1f5137094cabe84a1bcb10fa6ba39d3d31" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:8e10c99ef58cfdf2a66fc15d66b16c4a04f62bca39db589ae8cba08bc55331bc" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:26f32e0adf166a84d0cb63be85c562ca8a6fa8de28e5f0d92250c6b7e9e2aff7" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c19d1ea0673cd13cc2f872f6c9ab42acc4e4f492a7ca9d3795ce2b112dd7e15" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:5e68c4446fe0810e959cdff46ab0a41ce2f2c86d227d96dc3847af0ba7def306" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d9640b0059ff4f14d1f37321b94061c6db164fbe49b334b31643e0528d100d99" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:40d02e7d45c9f8af700f3452f329ead92da4c5f4317ca9b896de7ce7199ea459" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1c1fd185014191700554795c99b347d64f2bb637966c4cfc16998a0ca700d048" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:d81d2068e1c1228a565af076598f9e7451712700b673de8f502f0334f281387d" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:1a4207639fb02ec2dbb76227d7c751a20b1a6b4bc52850568e52260cae64ca3b" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-musllinux_1_1_armv7l.whl" , hash = "sha256:3de3ce3c9ddc8bbd88f6e0e304dea0e66d843ec9de1b0042b0911c1663ffd474" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:30c5f68ded0c36466acede341551106821043e9afaad516adfb6e8fa80a4e6a6" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-win32.whl" , hash = "sha256:c70c26d2c99f78b125a3459f8afe1aed4d9687c24fd677c6a4436bc042e50d6c" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-win_amd64.whl" , hash = "sha256:08e125dbdc505fa69ca7d9c499639ab6407cfa909214d500897d02afb816e7cc" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-win_arm64.whl" , hash = "sha256:26f0d68d4b235a2bae0c3fc585c585b4ecc51382db0e3ba402a22cbc440915e4" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:9e0c8cfefa0ef83b4da9588448b6d8d2a2bf1a53c3f1ae5fca39eb3061e2f0b0" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:83097677b8e3bd7eaa6775720ec8e0405f1575015a463285a92bfdfe254529ef" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:172fce187655fece0c90d90a678424b013f8fbb0ca8b036ac266749c09438cb7" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:519f29f5213271eeeeb3093f662ba2fd512b91c5f188f3bb7b27bc5973816934" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:05e3a55d124407fffba0dd6b0c0cd056d10e983ceb4e5dbd10dda135c31071d6" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9c3ed807c7b91de05e63930188f19e921d1fe90de6b4f5cd43ee7fcc3525cb8c" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6fb4aadc0b9a0c063206846d603b92030eb6f03069151a625667f982887153e2" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:28ccb213807e037460326424ceb8b5245acb88f32f3d2777427476e1b32c48c4" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:de3cd1899e2c279b140adde9357c4495ed9d47131b4a4eaff9052f23398076b3" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-musllinux_1_1_armv7l.whl" , hash = "sha256:220f892729375e2d736b97d0e51466252ad84c51857d4d15f5e9692f9ef12be4" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:a0fcd29cd6b4e74fe8ddd2c90330fd8edf2e30cb52acda47f06dd615ae72da57" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-win32.whl" , hash = "sha256:1e2cb691ed9834cd6a8be61228471d0a503731abfb42f82458ff27be7b2186fc" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-win_amd64.whl" , hash = "sha256:cc3f1a99a4f4f9dd1de4fe0312c114e740b5ddead65bb4102884b384c15d8bc9" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-win_arm64.whl" , hash = "sha256:3911ac9284cd8a1792d3cb26a2da18f3ca26c6908cc434a18f730dc0db7bfa3b" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-macosx_10_12_x86_64.whl" , hash = "sha256:7d14bd329640e63852364c306f4d23eb744e0f8193148d4044dd3dacdaacbd8b" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:82f91663004eb8ed30ff478d77c4d1179b3563df6cdb15c0817cd1cdaf34d154" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:71b24c7d61131bb83df10cc7e687433609963a944ccf45190cfc21e0887b08c9" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:fa8e459d4954f608fa26116118bb67f56b93b209c39b008277ace29937453dc9" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ce8918cbebc8da707ba805b7fd0b382816858728ae7fe19a942080c24e5b7cd1" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:eda3f5c2a021bbc5d976107bb302e0131351c2ba54343f8a496dc8783d3d3a6a" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bd8086fa684c4775c27f03f062cbb9eaa6e17f064307e86b21b9e0abc9c0f02e" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:8d9b3388db186ba0c099a6d20f0604a44eabdeef1777ddd94786cdae158729e4" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:7a66efda2387de898c8f38c0cf7f14fca0b51a8ef0b24bfea5849f1b3c95af27" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-musllinux_1_1_armv7l.whl" , hash = "sha256:18a101c168e4e092ab40dbc2503bdc0f62010e95d292b27827871dc85450d7ee" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:ba5dd002f88b78a4215ed2f8ddbdf85e8513382820ba15ad5ad8955ce0ca19a1" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-win32.whl" , hash = "sha256:1ebaf1d0481914d004a573394f4be3a7616334be70261007e47c2a6fe7e50130" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-win_amd64.whl" , hash = "sha256:953101387ecf2f5652883208769a79e48db18c6df442568a0b5ccd8c2723abee" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-win_arm64.whl" , hash = "sha256:ac4dbfd1691affb8f48c2c13241a2e3b60ff23247cbcf981759c768b6633cf8b" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-macosx_10_12_x86_64.whl" , hash = "sha256:d3e8d504bdd3f10835468f29008d72fc8359d95c9c415ce6e767203db6127506" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:521eb9b7f036c9b6187f0b47318ab0d7ca14bd87f776240b90b21c1f4f149320" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:85210c4d99a0114f5a9481b44560d7d1e35e32cc5634c656bc48e590b669b145" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:d716e2e30c6f140d7560ef1538953a5cd1a87264c737643d481f2779fc247fe1" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f66d89ba397d92f840f8654756196d93804278457b5fbede59598a1f9f90b228" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:669e193c1c576a58f132e3158f9dfa9662969edb1a250c54d8fa52590045f046" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9fdbe7629b996647b99c01b37f11170a57ae675375b14b8c13b8518b8320ced5" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:d262606bf386a5ba0b0af3b97f37c83d7011439e3dc1a9298f21efb292e42f1a" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:cabb9bcb7e0d97f74df8646f34fc76fbf793b7f6dc2438517d7a9e50eee4f14d" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-musllinux_1_1_armv7l.whl" , hash = "sha256:d2d63f1215638d28221f664596b1ccb3944f6e25dd18cd3b86b0a4c408d5ebb9" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:bca101c00bff0adb45a833f8451b9105d9df18accb8743b08107d7ada14bd7da" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-win32.whl" , hash = "sha256:f6f8e111843bbb0dee4cb6594cdc73e79b3329b526037ec242a3e49012495b3b" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-win_amd64.whl" , hash = "sha256:fd1aea04935a508f62e0d0ef1f5ae968774a32afc306fb8545e06f5ff5cdf3ad" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:c10eb4f1659290b523af58fa7cffb452a61ad6ae5613404519aee4bfbf1df993" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ef592d4bad47296fb11f96cd7dc898b92e795032b4894dfb4076cfccd43a9308" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c61709a844acc6bf0b7dce7daae75195a10aac96a596ea1b776996414791ede4" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:42c5f762659e47fdb7b16956c71598292f60a03aa92f8b6351504359dbdba6cf" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4c9775e339e42e79ec99c441d9730fccf07414af63eac2f0e48e08fd38a64d76" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:57762139821c31847cfb2df63c12f725788bd9f04bc2fb392790959b8f70f118" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0d1e85068e818c73e048fe28cfc769040bb1f475524f4745a5dc621f75ac7630" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:097830ed52fd9e427942ff3b9bc17fab52913b2f50f2880dc4a5611446606a54" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:044a50963a614ecfae59bb1eaf7ea7efc4bc62f49ed594e18fa1e5d953c40e9f" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-musllinux_1_1_armv7l.whl" , hash = "sha256:4e0b4220ba5b40d727c7f879eac379b822eee5d8fff418e9d3381ee45b3b0362" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5e4f4bb20d75e9325cc9696c6802657b58bc1dbbe3022f32cc2b2b632c3fbb96" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-win32.whl" , hash = "sha256:cca63613e90d001b9f2f9a9ceb276c308bfa2a43fafb75c8031c4f66039e8c6e" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-win_amd64.whl" , hash = "sha256:77d1bca19b0f7021b3a982e6f903dcd5b2b06076def36a652e3907f596e29f67" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:2bf14caea37e91198329b828eae1618c068dfb8ef17bb33287a7ad4b61ac314e" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:b0cb791f5b45307caae8810c2023a184c74605ec3bcbb67d13846c28ff731ff8" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:688d3fd9fcb71f41c4c015c023d12a79d1c4c0732ec9eb35d96e3388a120dcf3" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3d591580c34f4d731592f0e9fe40f9cc1b430d297eecc70b962e93c5c668f15f" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:82f986faf4e644ffc189a7f1aafc86e46ef70372bb153e7001e8afccc6e54133" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:bec317a27290e2537f922639cafd54990551725fc844249e64c523301d0822fc" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl" , hash = "sha256:0296abcb83a797db256b773f45773da397da75a08f5fcaef41f2044adec05f50" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:0d75070718e369e452075a6017fbf187f788e17ed67a3abd47fa934d001863d9" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:7e17b560be3c98a8e3aa66ce828bdebb9e9ac6ad5466fba92eb74c4c95cb1151" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:c33939a82924da9ed65dab5a65d427205a73181d8098e79b6b426bdf8ad4e656" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:00bad2484fa6bda1e216e7345a798bd37c68fb2d97558edd584942aa41b7d278" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c817e2b40aba42bac6f457498dacabc568c3b7a986fc9ba7c8d9d260b71485fb" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:251136cdad0cb722e93732cb45ca5299fb56e1344a833640bf93b2803f8d1bfd" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:d2088237af596f0a524d3afc39ab3b036e8adb054ee57cbb1dcf8e09da5b29cc" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:d4041c0b966a84b4ae7a09832eb691a35aec90910cd2dbe7a208de59be77965b" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl" , hash = "sha256:8083d4e875ebe0b864ffef72a4304827015cff328a1be6e22cc850753bfb122b" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:f141ee28a0ad2123b6611b6ceff018039df17f32ada8b534e6aa039545a3efb2" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:7d0c8399fcc1848491f00e0314bd59fb34a9c008761bcb422a057670c3f65e35" } ,
{ file = "pydantic_core-2.27.2.tar.gz" , hash = "sha256:eb026e5a4c1fee05726072337ff51d1efb6f59090b7da90d30ea58625b1ffb39" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0"
2025-03-12 23:42:02 +00:00
[ [ package ] ]
name = "pygments"
version = "2.19.1"
description = "Pygments is a syntax highlighting package written in Python."
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "pygments-2.19.1-py3-none-any.whl" , hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c" } ,
{ file = "pygments-2.19.1.tar.gz" , hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" } ,
]
[ package . extras ]
windows-terminal = [ "colorama (>=0.4.6)" ]
2024-03-28 21:23:25 +01: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"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
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)" ]
2025-03-12 23:42:02 +00:00
[ [ package ] ]
name = "python-multipart"
version = "0.0.20"
description = "A streaming multipart parser for Python"
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "python_multipart-0.0.20-py3-none-any.whl" , hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104" } ,
{ file = "python_multipart-0.0.20.tar.gz" , hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13" } ,
]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "pyyaml"
2025-03-12 23:42:02 +00:00
version = "6.0.2"
2024-03-28 21:23:25 +01:00
description = "YAML parser and emitter for Python"
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.8"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-win32.whl" , hash = "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-win32.whl" , hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-win_amd64.whl" , hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-win32.whl" , hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-win_amd64.whl" , hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-win32.whl" , hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-win_amd64.whl" , hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-win32.whl" , hash = "sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-win_amd64.whl" , hash = "sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-win32.whl" , hash = "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8" } ,
{ file = "pyyaml-6.0.2.tar.gz" , hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" } ,
2024-03-28 21:23:25 +01:00
]
[ [ package ] ]
name = "referencing"
2025-03-12 23:42:02 +00:00
version = "0.36.2"
2024-03-28 21:23:25 +01:00
description = "JSON Referencing + Python"
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.9"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "referencing-0.36.2-py3-none-any.whl" , hash = "sha256:e8699adbbf8b5c7de96d8ffa0eb5c158b3beafce084968e2ea8bb08c6794dcd0" } ,
{ file = "referencing-0.36.2.tar.gz" , hash = "sha256:df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
attrs = ">=22.2.0"
rpds-py = ">=0.7.0"
2025-03-12 23:42:02 +00:00
typing-extensions = { version = ">=4.4.0" , markers = "python_version < \"3.13\"" }
[ [ package ] ]
name = "rich"
version = "13.9.4"
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
optional = false
python-versions = ">=3.8.0"
groups = [ "main" ]
files = [
{ file = "rich-13.9.4-py3-none-any.whl" , hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90" } ,
{ file = "rich-13.9.4.tar.gz" , hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098" } ,
]
[ package . dependencies ]
markdown-it-py = ">=2.2.0"
pygments = ">=2.13.0,<3.0.0"
[ package . extras ]
jupyter = [ "ipywidgets (>=7.5.1,<9)" ]
[ [ package ] ]
name = "rich-toolkit"
version = "0.13.2"
description = "Rich toolkit for building command-line applications"
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "rich_toolkit-0.13.2-py3-none-any.whl" , hash = "sha256:f3f6c583e5283298a2f7dbd3c65aca18b7f818ad96174113ab5bec0b0e35ed61" } ,
{ file = "rich_toolkit-0.13.2.tar.gz" , hash = "sha256:fea92557530de7c28f121cbed572ad93d9e0ddc60c3ca643f1b831f2f56b95d3" } ,
]
[ package . dependencies ]
click = ">=8.1.7"
rich = ">=13.7.1"
typing-extensions = ">=4.12.2"
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "rpds-py"
2025-03-12 23:42:02 +00:00
version = "0.23.1"
2024-03-28 21:23:25 +01:00
description = "Python bindings to Rust's persistent data structures (rpds)"
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.9"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "rpds_py-0.23.1-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:2a54027554ce9b129fc3d633c92fa33b30de9f08bc61b32c053dc9b537266fed" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b5ef909a37e9738d146519657a1aab4584018746a18f71c692f2f22168ece40c" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3ee9d6f0b38efb22ad94c3b68ffebe4c47865cdf4b17f6806d6c674e1feb4246" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:f7356a6da0562190558c4fcc14f0281db191cdf4cb96e7604c06acfcee96df15" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9441af1d25aed96901f97ad83d5c3e35e6cd21a25ca5e4916c82d7dd0490a4fa" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3d8abf7896a91fb97e7977d1aadfcc2c80415d6dc2f1d0fca5b8d0df247248f3" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1b08027489ba8fedde72ddd233a5ea411b85a6ed78175f40285bd401bde7466d" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:fee513135b5a58f3bb6d89e48326cd5aa308e4bcdf2f7d59f67c861ada482bf8" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:35d5631ce0af26318dba0ae0ac941c534453e42f569011585cb323b7774502a5" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:a20cb698c4a59c534c6701b1c24a968ff2768b18ea2991f886bd8985ce17a89f" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:5e9c206a1abc27e0588cf8b7c8246e51f1a16a103734f7750830a1ccb63f557a" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-win32.whl" , hash = "sha256:d9f75a06ecc68f159d5d7603b734e1ff6daa9497a929150f794013aa9f6e3f12" } ,
{ file = "rpds_py-0.23.1-cp310-cp310-win_amd64.whl" , hash = "sha256:f35eff113ad430b5272bbfc18ba111c66ff525828f24898b4e146eb479a2cdda" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:b79f5ced71efd70414a9a80bbbfaa7160da307723166f09b69773153bf17c590" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:c9e799dac1ffbe7b10c1fd42fe4cd51371a549c6e108249bde9cd1200e8f59b4" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:721f9c4011b443b6e84505fc00cc7aadc9d1743f1c988e4c89353e19c4a968ee" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:f88626e3f5e57432e6191cd0c5d6d6b319b635e70b40be2ffba713053e5147dd" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:285019078537949cecd0190f3690a0b0125ff743d6a53dfeb7a4e6787af154f5" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b92f5654157de1379c509b15acec9d12ecf6e3bc1996571b6cb82a4302060447" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e768267cbe051dd8d1c5305ba690bb153204a09bf2e3de3ae530de955f5b5580" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:c5334a71f7dc1160382d45997e29f2637c02f8a26af41073189d79b95d3321f1" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:d6adb81564af0cd428910f83fa7da46ce9ad47c56c0b22b50872bc4515d91966" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:cafa48f2133d4daa028473ede7d81cd1b9f9e6925e9e4003ebdf77010ee02f35" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:0fced9fd4a07a1ded1bac7e961ddd9753dd5d8b755ba8e05acba54a21f5f1522" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-win32.whl" , hash = "sha256:243241c95174b5fb7204c04595852fe3943cc41f47aa14c3828bc18cd9d3b2d6" } ,
{ file = "rpds_py-0.23.1-cp311-cp311-win_amd64.whl" , hash = "sha256:11dd60b2ffddba85715d8a66bb39b95ddbe389ad2cfcf42c833f1bcde0878eaf" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:3902df19540e9af4cc0c3ae75974c65d2c156b9257e91f5101a51f99136d834c" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:66f8d2a17e5838dd6fb9be6baaba8e75ae2f5fa6b6b755d597184bfcd3cb0eba" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:112b8774b0b4ee22368fec42749b94366bd9b536f8f74c3d4175d4395f5cbd31" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:e0df046f2266e8586cf09d00588302a32923eb6386ced0ca5c9deade6af9a149" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:0f3288930b947cbebe767f84cf618d2cbe0b13be476e749da0e6a009f986248c" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ce473a2351c018b06dd8d30d5da8ab5a0831056cc53b2006e2a8028172c37ce5" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d550d7e9e7d8676b183b37d65b5cd8de13676a738973d330b59dc8312df9c5dc" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e14f86b871ea74c3fddc9a40e947d6a5d09def5adc2076ee61fb910a9014fb35" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:1bf5be5ba34e19be579ae873da515a2836a2166d8d7ee43be6ff909eda42b72b" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:d7031d493c4465dbc8d40bd6cafefef4bd472b17db0ab94c53e7909ee781b9ef" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:55ff4151cfd4bc635e51cfb1c59ac9f7196b256b12e3a57deb9e5742e65941ad" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-win32.whl" , hash = "sha256:a9d3b728f5a5873d84cba997b9d617c6090ca5721caaa691f3b1a78c60adc057" } ,
{ file = "rpds_py-0.23.1-cp312-cp312-win_amd64.whl" , hash = "sha256:b03a8d50b137ee758e4c73638b10747b7c39988eb8e6cd11abb7084266455165" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-macosx_10_12_x86_64.whl" , hash = "sha256:4caafd1a22e5eaa3732acb7672a497123354bef79a9d7ceed43387d25025e935" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:178f8a60fc24511c0eb756af741c476b87b610dba83270fce1e5a430204566a4" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c632419c3870507ca20a37c8f8f5352317aca097639e524ad129f58c125c61c6" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:698a79d295626ee292d1730bc2ef6e70a3ab135b1d79ada8fde3ed0047b65a10" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:271fa2184cf28bdded86bb6217c8e08d3a169fe0bbe9be5e8d96e8476b707122" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b91cceb5add79ee563bd1f70b30896bd63bc5f78a11c1f00a1e931729ca4f1f4" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f3a6cb95074777f1ecda2ca4fa7717caa9ee6e534f42b7575a8f0d4cb0c24013" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:50fb62f8d8364978478b12d5f03bf028c6bc2af04082479299139dc26edf4c64" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:c8f7e90b948dc9dcfff8003f1ea3af08b29c062f681c05fd798e36daa3f7e3e8" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:5b98b6c953e5c2bda51ab4d5b4f172617d462eebc7f4bfdc7c7e6b423f6da957" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:2893d778d4671ee627bac4037a075168b2673c57186fb1a57e993465dbd79a93" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-win32.whl" , hash = "sha256:2cfa07c346a7ad07019c33fb9a63cf3acb1f5363c33bc73014e20d9fe8b01cdd" } ,
{ file = "rpds_py-0.23.1-cp313-cp313-win_amd64.whl" , hash = "sha256:3aaf141d39f45322e44fc2c742e4b8b4098ead5317e5f884770c8df0c332da70" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-macosx_10_12_x86_64.whl" , hash = "sha256:759462b2d0aa5a04be5b3e37fb8183615f47014ae6b116e17036b131985cb731" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:3e9212f52074fc9d72cf242a84063787ab8e21e0950d4d6709886fb62bcb91d5" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9e9f3a3ac919406bc0414bbbd76c6af99253c507150191ea79fab42fdb35982a" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:c04ca91dda8a61584165825907f5c967ca09e9c65fe8966ee753a3f2b019fe1e" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4ab923167cfd945abb9b51a407407cf19f5bee35001221f2911dc85ffd35ff4f" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ed6f011bedca8585787e5082cce081bac3d30f54520097b2411351b3574e1219" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6959bb9928c5c999aba4a3f5a6799d571ddc2c59ff49917ecf55be2bbb4e3722" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:1ed7de3c86721b4e83ac440751329ec6a1102229aa18163f84c75b06b525ad7e" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:5fb89edee2fa237584e532fbf78f0ddd1e49a47c7c8cfa153ab4849dc72a35e6" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-musllinux_1_2_i686.whl" , hash = "sha256:7e5413d2e2d86025e73f05510ad23dad5950ab8417b7fc6beaad99be8077138b" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:d31ed4987d72aabdf521eddfb6a72988703c091cfc0064330b9e5f8d6a042ff5" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-win32.whl" , hash = "sha256:f3429fb8e15b20961efca8c8b21432623d85db2228cc73fe22756c6637aa39e7" } ,
{ file = "rpds_py-0.23.1-cp313-cp313t-win_amd64.whl" , hash = "sha256:d6f6512a90bd5cd9030a6237f5346f046c6f0e40af98657568fa45695d4de59d" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:09cd7dbcb673eb60518231e02874df66ec1296c01a4fcd733875755c02014b19" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c6760211eee3a76316cf328f5a8bd695b47b1626d21c8a27fb3b2473a884d597" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:72e680c1518733b73c994361e4b06441b92e973ef7d9449feec72e8ee4f713da" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:ae28144c1daa61366205d32abd8c90372790ff79fc60c1a8ad7fd3c8553a600e" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c698d123ce5d8f2d0cd17f73336615f6a2e3bdcedac07a1291bb4d8e7d82a05a" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:98b257ae1e83f81fb947a363a274c4eb66640212516becaff7bef09a5dceacaa" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5c9ff044eb07c8468594d12602291c635da292308c8c619244e30698e7fc455a" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:7938c7b0599a05246d704b3f5e01be91a93b411d0d6cc62275f025293b8a11ce" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:e9cb79ecedfc156c0692257ac7ed415243b6c35dd969baa461a6888fc79f2f07" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:7b77e07233925bd33fc0022b8537774423e4c6680b6436316c5075e79b6384f4" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:a970bfaf130c29a679b1d0a6e0f867483cea455ab1535fb427566a475078f27f" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-win32.whl" , hash = "sha256:4233df01a250b3984465faed12ad472f035b7cd5240ea3f7c76b7a7016084495" } ,
{ file = "rpds_py-0.23.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c617d7453a80e29d9973b926983b1e700a9377dbe021faa36041c78537d7b08c" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:c1f8afa346ccd59e4e5630d5abb67aba6a9812fddf764fd7eb11f382a345f8cc" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:fad784a31869747df4ac968a351e070c06ca377549e4ace94775aaa3ab33ee06" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b5a96fcac2f18e5a0a23a75cd27ce2656c66c11c127b0318e508aab436b77428" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:3e77febf227a1dc3220159355dba68faa13f8dca9335d97504abf428469fb18b" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:26bb3e8de93443d55e2e748e9fd87deb5f8075ca7bc0502cfc8be8687d69a2ec" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:db7707dde9143a67b8812c7e66aeb2d843fe33cc8e374170f4d2c50bd8f2472d" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1eedaaccc9bb66581d4ae7c50e15856e335e57ef2734dbc5fd8ba3e2a4ab3cb6" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:28358c54fffadf0ae893f6c1050e8f8853e45df22483b7fff2f6ab6152f5d8bf" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl" , hash = "sha256:633462ef7e61d839171bf206551d5ab42b30b71cac8f10a64a662536e057fdef" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl" , hash = "sha256:a98f510d86f689fcb486dc59e6e363af04151e5260ad1bdddb5625c10f1e95f8" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl" , hash = "sha256:e0397dd0b3955c61ef9b22838144aa4bef6f0796ba5cc8edfc64d468b93798b4" } ,
{ file = "rpds_py-0.23.1-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:75307599f0d25bf6937248e5ac4e3bde5ea72ae6618623b86146ccc7845ed00b" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:3614d280bf7aab0d3721b5ce0e73434acb90a2c993121b6e81a1c15c665298ac" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:e5963ea87f88bddf7edd59644a35a0feecf75f8985430124c253612d4f7d27ae" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ad76f44f70aac3a54ceb1813ca630c53415da3a24fd93c570b2dfb4856591017" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:2c6ae11e6e93728d86aafc51ced98b1658a0080a7dd9417d24bfb955bb09c3c2" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fc869af5cba24d45fb0399b0cfdbcefcf6910bf4dee5d74036a57cf5264b3ff4" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c76b32eb2ab650a29e423525e84eb197c45504b1c1e6e17b6cc91fcfeb1a4b1d" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4263320ed887ed843f85beba67f8b2d1483b5947f2dc73a8b068924558bfeace" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:7f9682a8f71acdf59fd554b82b1c12f517118ee72c0f3944eda461606dfe7eb9" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl" , hash = "sha256:754fba3084b70162a6b91efceee8a3f06b19e43dac3f71841662053c0584209a" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl" , hash = "sha256:a1c66e71ecfd2a4acf0e4bd75e7a3605afa8f9b28a3b497e4ba962719df2be57" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl" , hash = "sha256:8d67beb6002441faef8251c45e24994de32c4c8686f7356a1f601ad7c466f7c3" } ,
{ file = "rpds_py-0.23.1-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:a1e17d8dc8e57d8e0fd21f8f0f0a5211b3fa258b2e444c2053471ef93fe25a00" } ,
{ file = "rpds_py-0.23.1.tar.gz" , hash = "sha256:7f3240dcfa14d198dba24b8b9cb3b108c06b68d45b7babd9eefc1038fdf7e707" } ,
]
[ [ package ] ]
name = "shellingham"
version = "1.5.4"
description = "Tool to Detect Surrounding Shell"
optional = false
python-versions = ">=3.7"
groups = [ "main" ]
files = [
{ file = "shellingham-1.5.4-py2.py3-none-any.whl" , hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686" } ,
{ file = "shellingham-1.5.4.tar.gz" , hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de" } ,
2024-03-28 21:23:25 +01:00
]
[ [ package ] ]
name = "sniffio"
version = "1.3.1"
description = "Sniff out which async library your code is running under"
optional = false
python-versions = ">=3.7"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
{ file = "sniffio-1.3.1-py3-none-any.whl" , hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2" } ,
{ file = "sniffio-1.3.1.tar.gz" , hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" } ,
]
[ [ package ] ]
name = "sqlalchemy"
2025-03-12 23:42:02 +00:00
version = "2.0.39"
2024-03-28 21:23:25 +01:00
description = "Database Abstraction Library"
optional = false
python-versions = ">=3.7"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "SQLAlchemy-2.0.39-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:66a40003bc244e4ad86b72abb9965d304726d05a939e8c09ce844d27af9e6d37" } ,
{ file = "SQLAlchemy-2.0.39-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:67de057fbcb04a066171bd9ee6bcb58738d89378ee3cabff0bffbf343ae1c787" } ,
{ file = "SQLAlchemy-2.0.39-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:533e0f66c32093a987a30df3ad6ed21170db9d581d0b38e71396c49718fbb1ca" } ,
{ file = "SQLAlchemy-2.0.39-cp37-cp37m-musllinux_1_2_aarch64.whl" , hash = "sha256:7399d45b62d755e9ebba94eb89437f80512c08edde8c63716552a3aade61eb42" } ,
{ file = "SQLAlchemy-2.0.39-cp37-cp37m-musllinux_1_2_x86_64.whl" , hash = "sha256:788b6ff6728072b313802be13e88113c33696a9a1f2f6d634a97c20f7ef5ccce" } ,
{ file = "SQLAlchemy-2.0.39-cp37-cp37m-win32.whl" , hash = "sha256:01da15490c9df352fbc29859d3c7ba9cd1377791faeeb47c100832004c99472c" } ,
{ file = "SQLAlchemy-2.0.39-cp37-cp37m-win_amd64.whl" , hash = "sha256:f2bcb085faffcacf9319b1b1445a7e1cfdc6fb46c03f2dce7bc2d9a4b3c1cdc5" } ,
{ file = "SQLAlchemy-2.0.39-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b761a6847f96fdc2d002e29e9e9ac2439c13b919adfd64e8ef49e75f6355c548" } ,
{ file = "SQLAlchemy-2.0.39-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:0d7e3866eb52d914aea50c9be74184a0feb86f9af8aaaa4daefe52b69378db0b" } ,
{ file = "SQLAlchemy-2.0.39-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:995c2bacdddcb640c2ca558e6760383dcdd68830160af92b5c6e6928ffd259b4" } ,
{ file = "SQLAlchemy-2.0.39-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:344cd1ec2b3c6bdd5dfde7ba7e3b879e0f8dd44181f16b895940be9b842fd2b6" } ,
{ file = "SQLAlchemy-2.0.39-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:5dfbc543578058c340360f851ddcecd7a1e26b0d9b5b69259b526da9edfa8875" } ,
{ file = "SQLAlchemy-2.0.39-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:3395e7ed89c6d264d38bea3bfb22ffe868f906a7985d03546ec7dc30221ea980" } ,
{ file = "SQLAlchemy-2.0.39-cp38-cp38-win32.whl" , hash = "sha256:bf555f3e25ac3a70c67807b2949bfe15f377a40df84b71ab2c58d8593a1e036e" } ,
{ file = "SQLAlchemy-2.0.39-cp38-cp38-win_amd64.whl" , hash = "sha256:463ecfb907b256e94bfe7bcb31a6d8c7bc96eca7cbe39803e448a58bb9fcad02" } ,
{ file = "sqlalchemy-2.0.39-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6827f8c1b2f13f1420545bd6d5b3f9e0b85fe750388425be53d23c760dcf176b" } ,
{ file = "sqlalchemy-2.0.39-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:d9f119e7736967c0ea03aff91ac7d04555ee038caf89bb855d93bbd04ae85b41" } ,
{ file = "sqlalchemy-2.0.39-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4600c7a659d381146e1160235918826c50c80994e07c5b26946a3e7ec6c99249" } ,
{ file = "sqlalchemy-2.0.39-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4a06e6c8e31c98ddc770734c63903e39f1947c9e3e5e4bef515c5491b7737dde" } ,
{ file = "sqlalchemy-2.0.39-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:c4c433f78c2908ae352848f56589c02b982d0e741b7905228fad628999799de4" } ,
{ file = "sqlalchemy-2.0.39-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:7bd5c5ee1448b6408734eaa29c0d820d061ae18cb17232ce37848376dcfa3e92" } ,
{ file = "sqlalchemy-2.0.39-cp310-cp310-win32.whl" , hash = "sha256:87a1ce1f5e5dc4b6f4e0aac34e7bb535cb23bd4f5d9c799ed1633b65c2bcad8c" } ,
{ file = "sqlalchemy-2.0.39-cp310-cp310-win_amd64.whl" , hash = "sha256:871f55e478b5a648c08dd24af44345406d0e636ffe021d64c9b57a4a11518304" } ,
{ file = "sqlalchemy-2.0.39-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:a28f9c238f1e143ff42ab3ba27990dfb964e5d413c0eb001b88794c5c4a528a9" } ,
{ file = "sqlalchemy-2.0.39-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:08cf721bbd4391a0e765fe0fe8816e81d9f43cece54fdb5ac465c56efafecb3d" } ,
{ file = "sqlalchemy-2.0.39-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7a8517b6d4005facdbd7eb4e8cf54797dbca100a7df459fdaff4c5123265c1cd" } ,
{ file = "sqlalchemy-2.0.39-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b2de1523d46e7016afc7e42db239bd41f2163316935de7c84d0e19af7e69538" } ,
{ file = "sqlalchemy-2.0.39-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:412c6c126369ddae171c13987b38df5122cb92015cba6f9ee1193b867f3f1530" } ,
{ file = "sqlalchemy-2.0.39-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:6b35e07f1d57b79b86a7de8ecdcefb78485dab9851b9638c2c793c50203b2ae8" } ,
{ file = "sqlalchemy-2.0.39-cp311-cp311-win32.whl" , hash = "sha256:3eb14ba1a9d07c88669b7faf8f589be67871d6409305e73e036321d89f1d904e" } ,
{ file = "sqlalchemy-2.0.39-cp311-cp311-win_amd64.whl" , hash = "sha256:78f1b79132a69fe8bd6b5d91ef433c8eb40688ba782b26f8c9f3d2d9ca23626f" } ,
{ file = "sqlalchemy-2.0.39-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:c457a38351fb6234781d054260c60e531047e4d07beca1889b558ff73dc2014b" } ,
{ file = "sqlalchemy-2.0.39-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:018ee97c558b499b58935c5a152aeabf6d36b3d55d91656abeb6d93d663c0c4c" } ,
{ file = "sqlalchemy-2.0.39-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5493a8120d6fc185f60e7254fc056a6742f1db68c0f849cfc9ab46163c21df47" } ,
{ file = "sqlalchemy-2.0.39-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b2cf5b5ddb69142511d5559c427ff00ec8c0919a1e6c09486e9c32636ea2b9dd" } ,
{ file = "sqlalchemy-2.0.39-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:9f03143f8f851dd8de6b0c10784363712058f38209e926723c80654c1b40327a" } ,
{ file = "sqlalchemy-2.0.39-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:06205eb98cb3dd52133ca6818bf5542397f1dd1b69f7ea28aa84413897380b06" } ,
{ file = "sqlalchemy-2.0.39-cp312-cp312-win32.whl" , hash = "sha256:7f5243357e6da9a90c56282f64b50d29cba2ee1f745381174caacc50d501b109" } ,
{ file = "sqlalchemy-2.0.39-cp312-cp312-win_amd64.whl" , hash = "sha256:2ed107331d188a286611cea9022de0afc437dd2d3c168e368169f27aa0f61338" } ,
{ file = "sqlalchemy-2.0.39-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:fe193d3ae297c423e0e567e240b4324d6b6c280a048e64c77a3ea6886cc2aa87" } ,
{ file = "sqlalchemy-2.0.39-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:79f4f502125a41b1b3b34449e747a6abfd52a709d539ea7769101696bdca6716" } ,
{ file = "sqlalchemy-2.0.39-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8a10ca7f8a1ea0fd5630f02feb055b0f5cdfcd07bb3715fc1b6f8cb72bf114e4" } ,
{ file = "sqlalchemy-2.0.39-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e6b0a1c7ed54a5361aaebb910c1fa864bae34273662bb4ff788a527eafd6e14d" } ,
{ file = "sqlalchemy-2.0.39-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:52607d0ebea43cf214e2ee84a6a76bc774176f97c5a774ce33277514875a718e" } ,
{ file = "sqlalchemy-2.0.39-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:c08a972cbac2a14810463aec3a47ff218bb00c1a607e6689b531a7c589c50723" } ,
{ file = "sqlalchemy-2.0.39-cp313-cp313-win32.whl" , hash = "sha256:23c5aa33c01bd898f879db158537d7e7568b503b15aad60ea0c8da8109adf3e7" } ,
{ file = "sqlalchemy-2.0.39-cp313-cp313-win_amd64.whl" , hash = "sha256:4dabd775fd66cf17f31f8625fc0e4cfc5765f7982f94dc09b9e5868182cb71c0" } ,
{ file = "sqlalchemy-2.0.39-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2600a50d590c22d99c424c394236899ba72f849a02b10e65b4c70149606408b5" } ,
{ file = "sqlalchemy-2.0.39-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4eff9c270afd23e2746e921e80182872058a7a592017b2713f33f96cc5f82e32" } ,
{ file = "sqlalchemy-2.0.39-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2d7332868ce891eda48896131991f7f2be572d65b41a4050957242f8e935d5d7" } ,
{ file = "sqlalchemy-2.0.39-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:125a7763b263218a80759ad9ae2f3610aaf2c2fbbd78fff088d584edf81f3782" } ,
{ file = "sqlalchemy-2.0.39-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:04545042969833cb92e13b0a3019549d284fd2423f318b6ba10e7aa687690a3c" } ,
{ file = "sqlalchemy-2.0.39-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:805cb481474e111ee3687c9047c5f3286e62496f09c0e82e8853338aaaa348f8" } ,
{ file = "sqlalchemy-2.0.39-cp39-cp39-win32.whl" , hash = "sha256:34d5c49f18778a3665d707e6286545a30339ad545950773d43977e504815fa70" } ,
{ file = "sqlalchemy-2.0.39-cp39-cp39-win_amd64.whl" , hash = "sha256:35e72518615aa5384ef4fae828e3af1b43102458b74a8c481f69af8abf7e802a" } ,
{ file = "sqlalchemy-2.0.39-py3-none-any.whl" , hash = "sha256:a1c6b0a5e3e326a466d809b651c63f278b1256146a377a528b6938a279da334f" } ,
{ file = "sqlalchemy-2.0.39.tar.gz" , hash = "sha256:5d2d1fe548def3267b4c70a8568f108d1fed7cbbeccb9cc166e05af2abc25c22" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
2025-03-12 23:42:02 +00:00
greenlet = { version = "!=0.4.17" , markers = "python_version < \"3.14\" and (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-03-28 21:23:25 +01:00
typing-extensions = ">=4.6.0"
[ package . extras ]
aiomysql = [ "aiomysql (>=0.2.0)" , "greenlet (!=0.4.17)" ]
aioodbc = [ "aioodbc" , "greenlet (!=0.4.17)" ]
aiosqlite = [ "aiosqlite" , "greenlet (!=0.4.17)" , "typing_extensions (!=3.10.0.1)" ]
asyncio = [ "greenlet (!=0.4.17)" ]
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4,!=0.2.6)" , "greenlet (!=0.4.17)" ]
2025-03-12 23:42:02 +00:00
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2,!=1.1.5,!=1.1.10)" ]
2024-03-28 21:23:25 +01:00
mssql = [ "pyodbc" ]
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
mypy = [ "mypy (>=0.910)" ]
mysql = [ "mysqlclient (>=1.4.0)" ]
mysql-connector = [ "mysql-connector-python" ]
oracle = [ "cx_oracle (>=8)" ]
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" ]
sqlcipher = [ "sqlcipher3_binary" ]
[ [ package ] ]
name = "starlette"
2025-03-12 23:42:02 +00:00
version = "0.46.1"
2024-03-28 21:23:25 +01:00
description = "The little ASGI library that shines."
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.9"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "starlette-0.46.1-py3-none-any.whl" , hash = "sha256:77c74ed9d2720138b25875133f3a2dae6d854af2ec37dceb56aef370c1d8a227" } ,
{ file = "starlette-0.46.1.tar.gz" , hash = "sha256:3c88d58ee4bd1bb807c0d1acb381838afc7752f9ddaec81bbe4383611d833230" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
2025-03-12 23:42:02 +00:00
anyio = ">=3.6.2,<5"
2024-03-28 21:23:25 +01:00
[ package . extras ]
2025-03-12 23:42:02 +00:00
full = [ "httpx (>=0.27.0,<0.29.0)" , "itsdangerous" , "jinja2" , "python-multipart (>=0.0.18)" , "pyyaml" ]
[ [ package ] ]
name = "typer"
version = "0.15.2"
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
optional = false
python-versions = ">=3.7"
groups = [ "main" ]
files = [
{ file = "typer-0.15.2-py3-none-any.whl" , hash = "sha256:46a499c6107d645a9c13f7ee46c5d5096cae6f5fc57dd11eccbbb9ae3e44ddfc" } ,
{ file = "typer-0.15.2.tar.gz" , hash = "sha256:ab2fab47533a813c49fe1f16b1a370fd5819099c00b119e0633df65f22144ba5" } ,
]
[ package . dependencies ]
click = ">=8.0.0"
rich = ">=10.11.0"
shellingham = ">=1.3.0"
typing-extensions = ">=3.7.4.3"
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "typing-extensions"
2025-03-12 23:42:02 +00:00
version = "4.12.2"
2024-03-28 21:23:25 +01:00
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "typing_extensions-4.12.2-py3-none-any.whl" , hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d" } ,
{ file = "typing_extensions-4.12.2.tar.gz" , hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" } ,
2024-03-28 21:23:25 +01:00
]
[ [ package ] ]
name = "uvicorn"
2025-03-12 23:42:02 +00:00
version = "0.34.0"
2024-03-28 21:23:25 +01:00
description = "The lightning-fast ASGI server."
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.9"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "uvicorn-0.34.0-py3-none-any.whl" , hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4" } ,
{ file = "uvicorn-0.34.0.tar.gz" , hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
click = ">=7.0"
colorama = { version = ">=0.4" , optional = true , markers = "sys_platform == \"win32\" and extra == \"standard\"" }
h11 = ">=0.8"
2025-03-12 23:42:02 +00:00
httptools = { version = ">=0.6.3" , optional = true , markers = "extra == \"standard\"" }
2024-03-28 21:23:25 +01:00
python-dotenv = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
pyyaml = { version = ">=5.1" , optional = true , markers = "extra == \"standard\"" }
2025-03-12 23:42:02 +00:00
uvloop = { version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1" , optional = true , markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\" and extra == \"standard\"" }
2024-03-28 21:23:25 +01:00
watchfiles = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
websockets = { version = ">=10.4" , optional = true , markers = "extra == \"standard\"" }
[ package . extras ]
2025-03-12 23:42:02 +00:00
standard = [ "colorama (>=0.4) ; sys_platform == \"win32\"" , "httptools (>=0.6.3)" , "python-dotenv (>=0.13)" , "pyyaml (>=5.1)" , "uvloop (>=0.14.0,!=0.15.0,!=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"" , "watchfiles (>=0.13)" , "websockets (>=10.4)" ]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "uvloop"
2025-03-12 23:42:02 +00:00
version = "0.21.0"
2024-03-28 21:23:25 +01:00
description = "Fast implementation of asyncio event loop on top of libuv"
optional = false
python-versions = ">=3.8.0"
2025-03-12 23:42:02 +00:00
groups = [ "main" ]
markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\""
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "uvloop-0.21.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:ec7e6b09a6fdded42403182ab6b832b71f4edaf7f37a9a0e371a01db5f0cb45f" } ,
{ file = "uvloop-0.21.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:196274f2adb9689a289ad7d65700d37df0c0930fd8e4e743fa4834e850d7719d" } ,
{ file = "uvloop-0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f38b2e090258d051d68a5b14d1da7203a3c3677321cf32a95a6f4db4dd8b6f26" } ,
{ file = "uvloop-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:87c43e0f13022b998eb9b973b5e97200c8b90823454d4bc06ab33829e09fb9bb" } ,
{ file = "uvloop-0.21.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:10d66943def5fcb6e7b37310eb6b5639fd2ccbc38df1177262b0640c3ca68c1f" } ,
{ file = "uvloop-0.21.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:67dd654b8ca23aed0a8e99010b4c34aca62f4b7fce88f39d452ed7622c94845c" } ,
{ file = "uvloop-0.21.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:c0f3fa6200b3108919f8bdabb9a7f87f20e7097ea3c543754cabc7d717d95cf8" } ,
{ file = "uvloop-0.21.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:0878c2640cf341b269b7e128b1a5fed890adc4455513ca710d77d5e93aa6d6a0" } ,
{ file = "uvloop-0.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b9fb766bb57b7388745d8bcc53a359b116b8a04c83a2288069809d2b3466c37e" } ,
{ file = "uvloop-0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8a375441696e2eda1c43c44ccb66e04d61ceeffcd76e4929e527b7fa401b90fb" } ,
{ file = "uvloop-0.21.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:baa0e6291d91649c6ba4ed4b2f982f9fa165b5bbd50a9e203c416a2797bab3c6" } ,
{ file = "uvloop-0.21.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:4509360fcc4c3bd2c70d87573ad472de40c13387f5fda8cb58350a1d7475e58d" } ,
{ file = "uvloop-0.21.0-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:359ec2c888397b9e592a889c4d72ba3d6befba8b2bb01743f72fffbde663b59c" } ,
{ file = "uvloop-0.21.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:f7089d2dc73179ce5ac255bdf37c236a9f914b264825fdaacaded6990a7fb4c2" } ,
{ file = "uvloop-0.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:baa4dcdbd9ae0a372f2167a207cd98c9f9a1ea1188a8a526431eef2f8116cc8d" } ,
{ file = "uvloop-0.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:86975dca1c773a2c9864f4c52c5a55631038e387b47eaf56210f873887b6c8dc" } ,
{ file = "uvloop-0.21.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:461d9ae6660fbbafedd07559c6a2e57cd553b34b0065b6550685f6653a98c1cb" } ,
{ file = "uvloop-0.21.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:183aef7c8730e54c9a3ee3227464daed66e37ba13040bb3f350bc2ddc040f22f" } ,
{ file = "uvloop-0.21.0-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:bfd55dfcc2a512316e65f16e503e9e450cab148ef11df4e4e679b5e8253a5281" } ,
{ file = "uvloop-0.21.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:787ae31ad8a2856fc4e7c095341cccc7209bd657d0e71ad0dc2ea83c4a6fa8af" } ,
{ file = "uvloop-0.21.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5ee4d4ef48036ff6e5cfffb09dd192c7a5027153948d85b8da7ff705065bacc6" } ,
{ file = "uvloop-0.21.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f3df876acd7ec037a3d005b3ab85a7e4110422e4d9c1571d4fc89b0fc41b6816" } ,
{ file = "uvloop-0.21.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:bd53ecc9a0f3d87ab847503c2e1552b690362e005ab54e8a48ba97da3924c0dc" } ,
{ file = "uvloop-0.21.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:a5c39f217ab3c663dc699c04cbd50c13813e31d917642d459fdcec07555cc553" } ,
{ file = "uvloop-0.21.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:17df489689befc72c39a08359efac29bbee8eee5209650d4b9f34df73d22e414" } ,
{ file = "uvloop-0.21.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:bc09f0ff191e61c2d592a752423c767b4ebb2986daa9ed62908e2b1b9a9ae206" } ,
{ file = "uvloop-0.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f0ce1b49560b1d2d8a2977e3ba4afb2414fb46b86a1b64056bc4ab929efdafbe" } ,
{ file = "uvloop-0.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e678ad6fe52af2c58d2ae3c73dc85524ba8abe637f134bf3564ed07f555c5e79" } ,
{ file = "uvloop-0.21.0-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:460def4412e473896ef179a1671b40c039c7012184b627898eea5072ef6f017a" } ,
{ file = "uvloop-0.21.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:10da8046cc4a8f12c91a1c39d1dd1585c41162a15caaef165c2174db9ef18bdc" } ,
{ file = "uvloop-0.21.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:c097078b8031190c934ed0ebfee8cc5f9ba9642e6eb88322b9958b649750f72b" } ,
{ file = "uvloop-0.21.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:46923b0b5ee7fc0020bef24afe7836cb068f5050ca04caf6b487c513dc1a20b2" } ,
{ file = "uvloop-0.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:53e420a3afe22cdcf2a0f4846e377d16e718bc70103d7088a4f7623567ba5fb0" } ,
{ file = "uvloop-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:88cb67cdbc0e483da00af0b2c3cdad4b7c61ceb1ee0f33fe00e09c81e3a6cb75" } ,
{ file = "uvloop-0.21.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:221f4f2a1f46032b403bf3be628011caf75428ee3cc204a22addf96f586b19fd" } ,
{ file = "uvloop-0.21.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:2d1f581393673ce119355d56da84fe1dd9d2bb8b3d13ce792524e1607139feff" } ,
{ file = "uvloop-0.21.0.tar.gz" , hash = "sha256:3bf12b0fda68447806a7ad847bfa591613177275d35b6724b1ee573faa3704e3" } ,
2024-03-28 21:23:25 +01:00
]
[ package . extras ]
2025-03-12 23:42:02 +00:00
dev = [ "Cython (>=3.0,<4.0)" , "setuptools (>=60)" ]
2024-03-28 21:23:25 +01:00
docs = [ "Sphinx (>=4.1.2,<4.2.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" ]
2025-03-12 23:42:02 +00:00
test = [ "aiohttp (>=3.10.5)" , "flake8 (>=5.0,<6.0)" , "mypy (>=0.800)" , "psutil" , "pyOpenSSL (>=23.0.0,<23.1.0)" , "pycodestyle (>=2.9.0,<2.10.0)" ]
2024-03-28 21:23:25 +01:00
[ [ package ] ]
name = "watchfiles"
2025-03-12 23:42:02 +00:00
version = "1.0.4"
2024-03-28 21:23:25 +01:00
description = "Simple, modern and high performance file watching and code reload in python."
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.9"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "watchfiles-1.0.4-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:ba5bb3073d9db37c64520681dd2650f8bd40902d991e7b4cfaeece3e32561d08" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9f25d0ba0fe2b6d2c921cf587b2bf4c451860086534f40c384329fb96e2044d1" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:47eb32ef8c729dbc4f4273baece89398a4d4b5d21a1493efea77a17059f4df8a" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:076f293100db3b0b634514aa0d294b941daa85fc777f9c698adb1009e5aca0b1" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1eacd91daeb5158c598fe22d7ce66d60878b6294a86477a4715154990394c9b3" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:13c2ce7b72026cfbca120d652f02c7750f33b4c9395d79c9790b27f014c8a5a2" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:90192cdc15ab7254caa7765a98132a5a41471cf739513cc9bcf7d2ffcc0ec7b2" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:278aaa395f405972e9f523bd786ed59dfb61e4b827856be46a42130605fd0899" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:a462490e75e466edbb9fc4cd679b62187153b3ba804868452ef0577ec958f5ff" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8d0d0630930f5cd5af929040e0778cf676a46775753e442a3f60511f2409f48f" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-win32.whl" , hash = "sha256:cc27a65069bcabac4552f34fd2dce923ce3fcde0721a16e4fb1b466d63ec831f" } ,
{ file = "watchfiles-1.0.4-cp310-cp310-win_amd64.whl" , hash = "sha256:8b1f135238e75d075359cf506b27bf3f4ca12029c47d3e769d8593a2024ce161" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:2a9f93f8439639dc244c4d2902abe35b0279102bca7bbcf119af964f51d53c19" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:9eea33ad8c418847dd296e61eb683cae1c63329b6d854aefcd412e12d94ee235" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:31f1a379c9dcbb3f09cf6be1b7e83b67c0e9faabed0471556d9438a4a4e14202" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:ab594e75644421ae0a2484554832ca5895f8cab5ab62de30a1a57db460ce06c6" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fc2eb5d14a8e0d5df7b36288979176fbb39672d45184fc4b1c004d7c3ce29317" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3f68d8e9d5a321163ddacebe97091000955a1b74cd43724e346056030b0bacee" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f9ce064e81fe79faa925ff03b9f4c1a98b0bbb4a1b8c1b015afa93030cb21a49" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b77d5622ac5cc91d21ae9c2b284b5d5c51085a0bdb7b518dba263d0af006132c" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:1941b4e39de9b38b868a69b911df5e89dc43767feeda667b40ae032522b9b5f1" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:4f8c4998506241dedf59613082d1c18b836e26ef2a4caecad0ec41e2a15e4226" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-win32.whl" , hash = "sha256:4ebbeca9360c830766b9f0df3640b791be569d988f4be6c06d6fae41f187f105" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-win_amd64.whl" , hash = "sha256:05d341c71f3d7098920f8551d4df47f7b57ac5b8dad56558064c3431bdfc0b74" } ,
{ file = "watchfiles-1.0.4-cp311-cp311-win_arm64.whl" , hash = "sha256:32b026a6ab64245b584acf4931fe21842374da82372d5c039cba6bf99ef722f3" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:229e6ec880eca20e0ba2f7e2249c85bae1999d330161f45c78d160832e026ee2" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:5717021b199e8353782dce03bd8a8f64438832b84e2885c4a645f9723bf656d9" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0799ae68dfa95136dde7c472525700bd48777875a4abb2ee454e3ab18e9fc712" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:43b168bba889886b62edb0397cab5b6490ffb656ee2fcb22dec8bfeb371a9e12" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fb2c46e275fbb9f0c92e7654b231543c7bbfa1df07cdc4b99fa73bedfde5c844" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:857f5fc3aa027ff5e57047da93f96e908a35fe602d24f5e5d8ce64bf1f2fc733" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:55ccfd27c497b228581e2838d4386301227fc0cb47f5a12923ec2fe4f97b95af" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5c11ea22304d17d4385067588123658e9f23159225a27b983f343fcffc3e796a" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:74cb3ca19a740be4caa18f238298b9d472c850f7b2ed89f396c00a4c97e2d9ff" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:c7cce76c138a91e720d1df54014a047e680b652336e1b73b8e3ff3158e05061e" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-win32.whl" , hash = "sha256:b045c800d55bc7e2cadd47f45a97c7b29f70f08a7c2fa13241905010a5493f94" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-win_amd64.whl" , hash = "sha256:c2acfa49dd0ad0bf2a9c0bb9a985af02e89345a7189be1efc6baa085e0f72d7c" } ,
{ file = "watchfiles-1.0.4-cp312-cp312-win_arm64.whl" , hash = "sha256:22bb55a7c9e564e763ea06c7acea24fc5d2ee5dfc5dafc5cfbedfe58505e9f90" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-macosx_10_12_x86_64.whl" , hash = "sha256:8012bd820c380c3d3db8435e8cf7592260257b378b649154a7948a663b5f84e9" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:aa216f87594f951c17511efe5912808dfcc4befa464ab17c98d387830ce07b60" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:62c9953cf85529c05b24705639ffa390f78c26449e15ec34d5339e8108c7c407" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:7cf684aa9bba4cd95ecb62c822a56de54e3ae0598c1a7f2065d51e24637a3c5d" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f44a39aee3cbb9b825285ff979ab887a25c5d336e5ec3574f1506a4671556a8d" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a38320582736922be8c865d46520c043bff350956dfc9fbaee3b2df4e1740a4b" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:39f4914548b818540ef21fd22447a63e7be6e24b43a70f7642d21f1e73371590" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f12969a3765909cf5dc1e50b2436eb2c0e676a3c75773ab8cc3aa6175c16e902" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:0986902677a1a5e6212d0c49b319aad9cc48da4bd967f86a11bde96ad9676ca1" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:308ac265c56f936636e3b0e3f59e059a40003c655228c131e1ad439957592303" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-win32.whl" , hash = "sha256:aee397456a29b492c20fda2d8961e1ffb266223625346ace14e4b6d861ba9c80" } ,
{ file = "watchfiles-1.0.4-cp313-cp313-win_amd64.whl" , hash = "sha256:d6097538b0ae5c1b88c3b55afa245a66793a8fec7ada6755322e465fb1a0e8cc" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:d3452c1ec703aa1c61e15dfe9d482543e4145e7c45a6b8566978fbb044265a21" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:7b75fee5a16826cf5c46fe1c63116e4a156924d668c38b013e6276f2582230f0" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4e997802d78cdb02623b5941830ab06f8860038faf344f0d288d325cc9c5d2ff" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:e0611d244ce94d83f5b9aff441ad196c6e21b55f77f3c47608dcf651efe54c4a" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9745a4210b59e218ce64c91deb599ae8775c8a9da4e95fb2ee6fe745fc87d01a" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4810ea2ae622add560f4aa50c92fef975e475f7ac4900ce5ff5547b2434642d8" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:740d103cd01458f22462dedeb5a3382b7f2c57d07ff033fbc9465919e5e1d0f3" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cdbd912a61543a36aef85e34f212e5d2486e7c53ebfdb70d1e0b060cc50dd0bf" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:0bc80d91ddaf95f70258cf78c471246846c1986bcc5fd33ccc4a1a67fcb40f9a" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:ab0311bb2ffcd9f74b6c9de2dda1612c13c84b996d032cd74799adb656af4e8b" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-win32.whl" , hash = "sha256:02a526ee5b5a09e8168314c905fc545c9bc46509896ed282aeb5a8ba9bd6ca27" } ,
{ file = "watchfiles-1.0.4-cp39-cp39-win_amd64.whl" , hash = "sha256:a5ae5706058b27c74bac987d615105da17724172d5aaacc6c362a40599b6de43" } ,
{ file = "watchfiles-1.0.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:cdcc92daeae268de1acf5b7befcd6cfffd9a047098199056c72e4623f531de18" } ,
{ file = "watchfiles-1.0.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:d8d3d9203705b5797f0af7e7e5baa17c8588030aaadb7f6a86107b7247303817" } ,
{ file = "watchfiles-1.0.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bdef5a1be32d0b07dcea3318a0be95d42c98ece24177820226b56276e06b63b0" } ,
{ file = "watchfiles-1.0.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:342622287b5604ddf0ed2d085f3a589099c9ae8b7331df3ae9845571586c4f3d" } ,
{ file = "watchfiles-1.0.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:9fe37a2de80aa785d340f2980276b17ef697ab8db6019b07ee4fd28a8359d2f3" } ,
{ file = "watchfiles-1.0.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:9d1ef56b56ed7e8f312c934436dea93bfa3e7368adfcf3df4c0da6d4de959a1e" } ,
{ file = "watchfiles-1.0.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:95b42cac65beae3a362629950c444077d1b44f1790ea2772beaea95451c086bb" } ,
{ file = "watchfiles-1.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5e0227b8ed9074c6172cf55d85b5670199c99ab11fd27d2c473aa30aec67ee42" } ,
{ file = "watchfiles-1.0.4.tar.gz" , hash = "sha256:6ba473efd11062d73e4f00c2b730255f9c1bdd73cd5f9fe5b5da8dbd4a717205" } ,
2024-03-28 21:23:25 +01:00
]
[ package . dependencies ]
anyio = ">=3.0.0"
[ [ package ] ]
name = "websockets"
2025-03-12 23:42:02 +00:00
version = "15.0.1"
2024-03-28 21:23:25 +01:00
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
optional = false
2025-03-12 23:42:02 +00:00
python-versions = ">=3.9"
groups = [ "main" ]
2024-03-28 21:23:25 +01:00
files = [
2025-03-12 23:42:02 +00:00
{ file = "websockets-15.0.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d63efaa0cd96cf0c5fe4d581521d9fa87744540d4bc999ae6e08595a1014b45b" } ,
{ file = "websockets-15.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ac60e3b188ec7574cb761b08d50fcedf9d77f1530352db4eef1707fe9dee7205" } ,
{ file = "websockets-15.0.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:5756779642579d902eed757b21b0164cd6fe338506a8083eb58af5c372e39d9a" } ,
{ file = "websockets-15.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0fdfe3e2a29e4db3659dbd5bbf04560cea53dd9610273917799f1cde46aa725e" } ,
{ file = "websockets-15.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4c2529b320eb9e35af0fa3016c187dffb84a3ecc572bcee7c3ce302bfeba52bf" } ,
{ file = "websockets-15.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ac1e5c9054fe23226fb11e05a6e630837f074174c4c2f0fe442996112a6de4fb" } ,
{ file = "websockets-15.0.1-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:5df592cd503496351d6dc14f7cdad49f268d8e618f80dce0cd5a36b93c3fc08d" } ,
{ file = "websockets-15.0.1-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:0a34631031a8f05657e8e90903e656959234f3a04552259458aac0b0f9ae6fd9" } ,
{ file = "websockets-15.0.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:3d00075aa65772e7ce9e990cab3ff1de702aa09be3940d1dc88d5abf1ab8a09c" } ,
{ file = "websockets-15.0.1-cp310-cp310-win32.whl" , hash = "sha256:1234d4ef35db82f5446dca8e35a7da7964d02c127b095e172e54397fb6a6c256" } ,
{ file = "websockets-15.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:39c1fec2c11dc8d89bba6b2bf1556af381611a173ac2b511cf7231622058af41" } ,
{ file = "websockets-15.0.1-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:823c248b690b2fd9303ba00c4f66cd5e2d8c3ba4aa968b2779be9532a4dad431" } ,
{ file = "websockets-15.0.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:678999709e68425ae2593acf2e3ebcbcf2e69885a5ee78f9eb80e6e371f1bf57" } ,
{ file = "websockets-15.0.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:d50fd1ee42388dcfb2b3676132c78116490976f1300da28eb629272d5d93e905" } ,
{ file = "websockets-15.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d99e5546bf73dbad5bf3547174cd6cb8ba7273062a23808ffea025ecb1cf8562" } ,
{ file = "websockets-15.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:66dd88c918e3287efc22409d426c8f729688d89a0c587c88971a0faa2c2f3792" } ,
{ file = "websockets-15.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8dd8327c795b3e3f219760fa603dcae1dcc148172290a8ab15158cf85a953413" } ,
{ file = "websockets-15.0.1-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:8fdc51055e6ff4adeb88d58a11042ec9a5eae317a0a53d12c062c8a8865909e8" } ,
{ file = "websockets-15.0.1-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:693f0192126df6c2327cce3baa7c06f2a117575e32ab2308f7f8216c29d9e2e3" } ,
{ file = "websockets-15.0.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:54479983bd5fb469c38f2f5c7e3a24f9a4e70594cd68cd1fa6b9340dadaff7cf" } ,
{ file = "websockets-15.0.1-cp311-cp311-win32.whl" , hash = "sha256:16b6c1b3e57799b9d38427dda63edcbe4926352c47cf88588c0be4ace18dac85" } ,
{ file = "websockets-15.0.1-cp311-cp311-win_amd64.whl" , hash = "sha256:27ccee0071a0e75d22cb35849b1db43f2ecd3e161041ac1ee9d2352ddf72f065" } ,
{ file = "websockets-15.0.1-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:3e90baa811a5d73f3ca0bcbf32064d663ed81318ab225ee4f427ad4e26e5aff3" } ,
{ file = "websockets-15.0.1-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:592f1a9fe869c778694f0aa806ba0374e97648ab57936f092fd9d87f8bc03665" } ,
{ file = "websockets-15.0.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:0701bc3cfcb9164d04a14b149fd74be7347a530ad3bbf15ab2c678a2cd3dd9a2" } ,
{ file = "websockets-15.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e8b56bdcdb4505c8078cb6c7157d9811a85790f2f2b3632c7d1462ab5783d215" } ,
{ file = "websockets-15.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0af68c55afbd5f07986df82831c7bff04846928ea8d1fd7f30052638788bc9b5" } ,
{ file = "websockets-15.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:64dee438fed052b52e4f98f76c5790513235efaa1ef7f3f2192c392cd7c91b65" } ,
{ file = "websockets-15.0.1-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:d5f6b181bb38171a8ad1d6aa58a67a6aa9d4b38d0f8c5f496b9e42561dfc62fe" } ,
{ file = "websockets-15.0.1-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:5d54b09eba2bada6011aea5375542a157637b91029687eb4fdb2dab11059c1b4" } ,
{ file = "websockets-15.0.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:3be571a8b5afed347da347bfcf27ba12b069d9d7f42cb8c7028b5e98bbb12597" } ,
{ file = "websockets-15.0.1-cp312-cp312-win32.whl" , hash = "sha256:c338ffa0520bdb12fbc527265235639fb76e7bc7faafbb93f6ba80d9c06578a9" } ,
{ file = "websockets-15.0.1-cp312-cp312-win_amd64.whl" , hash = "sha256:fcd5cf9e305d7b8338754470cf69cf81f420459dbae8a3b40cee57417f4614a7" } ,
{ file = "websockets-15.0.1-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:ee443ef070bb3b6ed74514f5efaa37a252af57c90eb33b956d35c8e9c10a1931" } ,
{ file = "websockets-15.0.1-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:5a939de6b7b4e18ca683218320fc67ea886038265fd1ed30173f5ce3f8e85675" } ,
{ file = "websockets-15.0.1-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:746ee8dba912cd6fc889a8147168991d50ed70447bf18bcda7039f7d2e3d9151" } ,
{ file = "websockets-15.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:595b6c3969023ecf9041b2936ac3827e4623bfa3ccf007575f04c5a6aa318c22" } ,
{ file = "websockets-15.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3c714d2fc58b5ca3e285461a4cc0c9a66bd0e24c5da9911e30158286c9b5be7f" } ,
{ file = "websockets-15.0.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0f3c1e2ab208db911594ae5b4f79addeb3501604a165019dd221c0bdcabe4db8" } ,
{ file = "websockets-15.0.1-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:229cf1d3ca6c1804400b0a9790dc66528e08a6a1feec0d5040e8b9eb14422375" } ,
{ file = "websockets-15.0.1-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:756c56e867a90fb00177d530dca4b097dd753cde348448a1012ed6c5131f8b7d" } ,
{ file = "websockets-15.0.1-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:558d023b3df0bffe50a04e710bc87742de35060580a293c2a984299ed83bc4e4" } ,
{ file = "websockets-15.0.1-cp313-cp313-win32.whl" , hash = "sha256:ba9e56e8ceeeedb2e080147ba85ffcd5cd0711b89576b83784d8605a7df455fa" } ,
{ file = "websockets-15.0.1-cp313-cp313-win_amd64.whl" , hash = "sha256:e09473f095a819042ecb2ab9465aee615bd9c2028e4ef7d933600a8401c79561" } ,
{ file = "websockets-15.0.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:5f4c04ead5aed67c8a1a20491d54cdfba5884507a48dd798ecaf13c74c4489f5" } ,
{ file = "websockets-15.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:abdc0c6c8c648b4805c5eacd131910d2a7f6455dfd3becab248ef108e89ab16a" } ,
{ file = "websockets-15.0.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:a625e06551975f4b7ea7102bc43895b90742746797e2e14b70ed61c43a90f09b" } ,
{ file = "websockets-15.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d591f8de75824cbb7acad4e05d2d710484f15f29d4a915092675ad3456f11770" } ,
{ file = "websockets-15.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:47819cea040f31d670cc8d324bb6435c6f133b8c7a19ec3d61634e62f8d8f9eb" } ,
{ file = "websockets-15.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ac017dd64572e5c3bd01939121e4d16cf30e5d7e110a119399cf3133b63ad054" } ,
{ file = "websockets-15.0.1-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:4a9fac8e469d04ce6c25bb2610dc535235bd4aa14996b4e6dbebf5e007eba5ee" } ,
{ file = "websockets-15.0.1-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:363c6f671b761efcb30608d24925a382497c12c506b51661883c3e22337265ed" } ,
{ file = "websockets-15.0.1-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:2034693ad3097d5355bfdacfffcbd3ef5694f9718ab7f29c29689a9eae841880" } ,
{ file = "websockets-15.0.1-cp39-cp39-win32.whl" , hash = "sha256:3b1ac0d3e594bf121308112697cf4b32be538fb1444468fb0a6ae4feebc83411" } ,
{ file = "websockets-15.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:b7643a03db5c95c799b89b31c036d5f27eeb4d259c798e878d6937d71832b1e4" } ,
{ file = "websockets-15.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:0c9e74d766f2818bb95f84c25be4dea09841ac0f734d1966f415e4edfc4ef1c3" } ,
{ file = "websockets-15.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:1009ee0c7739c08a0cd59de430d6de452a55e42d6b522de7aa15e6f67db0b8e1" } ,
{ file = "websockets-15.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:76d1f20b1c7a2fa82367e04982e708723ba0e7b8d43aa643d3dcd404d74f1475" } ,
{ file = "websockets-15.0.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f29d80eb9a9263b8d109135351caf568cc3f80b9928bccde535c235de55c22d9" } ,
{ file = "websockets-15.0.1-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b359ed09954d7c18bbc1680f380c7301f92c60bf924171629c5db97febb12f04" } ,
{ file = "websockets-15.0.1-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:cad21560da69f4ce7658ca2cb83138fb4cf695a2ba3e475e0559e05991aa8122" } ,
{ file = "websockets-15.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:7f493881579c90fc262d9cdbaa05a6b54b3811c2f300766748db79f098db9940" } ,
{ file = "websockets-15.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:47b099e1f4fbc95b701b6e85768e1fcdaf1630f3cbe4765fa216596f12310e2e" } ,
{ file = "websockets-15.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:67f2b6de947f8c757db2db9c71527933ad0019737ec374a8a6be9a956786aaf9" } ,
{ file = "websockets-15.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d08eb4c2b7d6c41da6ca0600c077e93f5adcfd979cd777d747e9ee624556da4b" } ,
{ file = "websockets-15.0.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b826973a4a2ae47ba357e4e82fa44a463b8f168e1ca775ac64521442b19e87f" } ,
{ file = "websockets-15.0.1-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:21c1fa28a6a7e3cbdc171c694398b6df4744613ce9b36b1a498e816787e28123" } ,
{ file = "websockets-15.0.1-py3-none-any.whl" , hash = "sha256:f7a866fbc1e97b5c617ee4116daaa09b722101d4a3c170c787450ba409f9736f" } ,
{ file = "websockets-15.0.1.tar.gz" , hash = "sha256:82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee" } ,
2024-03-28 21:23:25 +01:00
]
[ metadata ]
2025-03-12 23:42:02 +00:00
lock-version = "2.1"
python-versions = "^3.12"
2025-03-13 16:34:41 +00:00
content-hash = "ae84368de3a8c75f6b38f405b9a356311c6282a9c23c2c2c1fa471d29d8d1ee2"