Bump dependencies, add pip
for esp-idf dependencies
This commit is contained in:
parent
6a5649668d
commit
f327e12b59
137
pdm.lock
137
pdm.lock
@ -3,7 +3,7 @@
|
||||
|
||||
[[package]]
|
||||
name = "aioesphomeapi"
|
||||
version = "13.5.0"
|
||||
version = "13.5.1"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Python API for interacting with ESPHome devices."
|
||||
dependencies = [
|
||||
@ -107,12 +107,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "esphome"
|
||||
version = "2023.3.2"
|
||||
version = "2023.4.0"
|
||||
requires_python = ">=3.9.0"
|
||||
summary = "Make creating custom firmwares for ESP32/ESP8266 super easy."
|
||||
dependencies = [
|
||||
"PyYAML==6.0",
|
||||
"aioesphomeapi==13.5.0",
|
||||
"aioesphomeapi==13.5.1",
|
||||
"click==8.1.3",
|
||||
"colorama==0.4.6",
|
||||
"esphome-dashboard==20230214.0",
|
||||
@ -125,7 +125,7 @@ dependencies = [
|
||||
"tzdata>=2021.1",
|
||||
"tzlocal==4.2",
|
||||
"voluptuous==0.13.1",
|
||||
"zeroconf==0.47.3",
|
||||
"zeroconf==0.56.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -198,6 +198,12 @@ name = "paho-mqtt"
|
||||
version = "1.6.1"
|
||||
summary = "MQTT version 5.0/3.1.1 client class"
|
||||
|
||||
[[package]]
|
||||
name = "pip"
|
||||
version = "23.1"
|
||||
requires_python = ">=3.7"
|
||||
summary = "The PyPA recommended tool for installing Python packages."
|
||||
|
||||
[[package]]
|
||||
name = "platformio"
|
||||
version = "6.1.6"
|
||||
@ -361,7 +367,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zeroconf"
|
||||
version = "0.47.3"
|
||||
version = "0.56.0"
|
||||
requires_python = ">=3.7,<4.0"
|
||||
summary = "A pure python implementation of multicast DNS service discovery"
|
||||
dependencies = [
|
||||
@ -370,13 +376,14 @@ dependencies = [
|
||||
]
|
||||
|
||||
[metadata]
|
||||
lock_version = "4.1"
|
||||
content_hash = "sha256:7d6cf3ece5e78f4e253f29022338d09178e71550df6a9ba730a8df5021ad86ae"
|
||||
lock_version = "4.2"
|
||||
groups = ["default"]
|
||||
content_hash = "sha256:0057ad1ec6a92fb6ded249b0fe1bbc2952bc040cc94b5fe62cf48f37ebecce0f"
|
||||
|
||||
[metadata.files]
|
||||
"aioesphomeapi 13.5.0" = [
|
||||
{url = "https://files.pythonhosted.org/packages/0e/ba/ef43e009ae0a1f759ebb5fdc2e59253538ae80c13017e3cfa4ad7b81df82/aioesphomeapi-13.5.0.tar.gz", hash = "sha256:c0b8745048d45a3056181197ae015775a2f2166b72afd9ab1e4f93489d523d74"},
|
||||
{url = "https://files.pythonhosted.org/packages/35/96/fc92ab792098d9e10a4ac84e330105f8e77c721c9d51c52bea9779f4345a/aioesphomeapi-13.5.0-py2.py3-none-any.whl", hash = "sha256:ff48d842403b2bd334afecc2448fb8b2bbc5830296ed1f7c880c71cb55cb2787"},
|
||||
"aioesphomeapi 13.5.1" = [
|
||||
{url = "https://files.pythonhosted.org/packages/48/9c/78673a9c75e25727bf2bd577b46983e77f68aa909f83d7e269cf814182fc/aioesphomeapi-13.5.1.tar.gz", hash = "sha256:cf91462ccb5e88db2158816bfeb3e9a987aab8223a321cd41870502eaf5a272c"},
|
||||
{url = "https://files.pythonhosted.org/packages/fd/d2/f858960146acb6e21fc24f808514439c0efd9a062a60f68bdc5bac5f45ce/aioesphomeapi-13.5.1-py2.py3-none-any.whl", hash = "sha256:fb23b6b67e72e38d01f04ade6bb0daec3d8e2b6207bcbd262ee1243f8be33049"},
|
||||
]
|
||||
"aiofiles 22.1.0" = [
|
||||
{url = "https://files.pythonhosted.org/packages/86/26/6e5060a159a6131c430e8a01ec8327405a19a449a506224b394e36f2ebc9/aiofiles-22.1.0.tar.gz", hash = "sha256:9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6"},
|
||||
@ -582,9 +589,9 @@ content_hash = "sha256:7d6cf3ece5e78f4e253f29022338d09178e71550df6a9ba730a8df502
|
||||
{url = "https://files.pythonhosted.org/packages/09/d4/4f05f5d16a4863b30ba96c23b23e942da8889abfa1cdbabf2a0df12a4532/ecdsa-0.18.0-py2.py3-none-any.whl", hash = "sha256:80600258e7ed2f16b9aa1d7c295bd70194109ad5a30fdee0eaeefef1d4c559dd"},
|
||||
{url = "https://files.pythonhosted.org/packages/ff/7b/ba6547a76c468a0d22de93e89ae60d9561ec911f59532907e72b0d8bc0f1/ecdsa-0.18.0.tar.gz", hash = "sha256:190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49"},
|
||||
]
|
||||
"esphome 2023.3.2" = [
|
||||
{url = "https://files.pythonhosted.org/packages/0e/af/35ff91cbdba5fd306d85c157d79ff8096a70589fd58abcb0c8635ad14baf/esphome-2023.3.2.tar.gz", hash = "sha256:a4876d39996c827c8ddf25a93a174e4ca6d43154ec2e18943376ff4e5b8be9da"},
|
||||
{url = "https://files.pythonhosted.org/packages/63/8a/a2b97978210936b8b4396a597cd0ce8cd5b3e5e3f3dbda705b23b1c0b084/esphome-2023.3.2-py2.py3-none-any.whl", hash = "sha256:e1ed387755a9a0ce24765310a3ff990bf2b46d6fc6fb07a68a61d3a9b47a467c"},
|
||||
"esphome 2023.4.0" = [
|
||||
{url = "https://files.pythonhosted.org/packages/40/54/90b3e88f0fe9e0dc69e0a4aa1d0f85fc4a70b354f518364b7f84990016b3/esphome-2023.4.0.tar.gz", hash = "sha256:13c017178fe0e21f72581d5d72ab22ba201b2cf08d0faa3eb8ff97008b24c573"},
|
||||
{url = "https://files.pythonhosted.org/packages/e0/1f/0a4f384118098311d0517823c3b6482f1d601583a6afb40a099350872179/esphome-2023.4.0-py2.py3-none-any.whl", hash = "sha256:5eefb84df049e800a0b6f481897276c272e948607aff30408de8c60e1b1b7ccb"},
|
||||
]
|
||||
"esphome-dashboard 20230214.0" = [
|
||||
{url = "https://files.pythonhosted.org/packages/3d/52/a6a64f6d8708818d5aac788f2a83c8bd2c2d4b2ea22e02528458de561fa0/esphome_dashboard-20230214.0-py3-none-any.whl", hash = "sha256:9776a63ac4770409b2bb639e2dbf27c2abf4ddac96952617e4e0d3558c935099"},
|
||||
@ -624,6 +631,10 @@ content_hash = "sha256:7d6cf3ece5e78f4e253f29022338d09178e71550df6a9ba730a8df502
|
||||
"paho-mqtt 1.6.1" = [
|
||||
{url = "https://files.pythonhosted.org/packages/f8/dd/4b75dcba025f8647bc9862ac17299e0d7d12d3beadbf026d8c8d74215c12/paho-mqtt-1.6.1.tar.gz", hash = "sha256:2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f"},
|
||||
]
|
||||
"pip 23.1" = [
|
||||
{url = "https://files.pythonhosted.org/packages/ae/db/a8821cdac455a1740580c92de3ed7b7f257cfdbad8b1ba8864e6abe58a08/pip-23.1-py3-none-any.whl", hash = "sha256:64b1d4528e491aa835ec6ece0c1ac40ce6ab6d886e60740f6519db44b2e9634d"},
|
||||
{url = "https://files.pythonhosted.org/packages/da/bf/1bdbe62f5fbde085351693e3a8e387a59f8220932b911b1719fe65efa2d7/pip-23.1.tar.gz", hash = "sha256:408539897ee535dbfb83a153f7bc4d620f990d8bd44a52a986efc0b4d330d34a"},
|
||||
]
|
||||
"platformio 6.1.6" = [
|
||||
{url = "https://files.pythonhosted.org/packages/0b/49/0af5d39d7940ba1e6595f451b0d04712dddc4500db553af73b201d5edd4f/platformio-6.1.6.tar.gz", hash = "sha256:d0214c4da22454269220c0344214eb1fe1f65ca1c9dc19a3d160653a92343af4"},
|
||||
]
|
||||
@ -765,54 +776,54 @@ content_hash = "sha256:7d6cf3ece5e78f4e253f29022338d09178e71550df6a9ba730a8df502
|
||||
{url = "https://files.pythonhosted.org/packages/78/58/e860788190eba3bcce367f74d29c4675466ce8dddfba85f7827588416f01/wsproto-1.2.0-py3-none-any.whl", hash = "sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736"},
|
||||
{url = "https://files.pythonhosted.org/packages/c9/4a/44d3c295350d776427904d73c189e10aeae66d7f555bb2feee16d1e4ba5a/wsproto-1.2.0.tar.gz", hash = "sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065"},
|
||||
]
|
||||
"zeroconf 0.47.3" = [
|
||||
{url = "https://files.pythonhosted.org/packages/03/2e/1e406df98c61ff3bf0d4cb0354479ef768f439ab4e41f16ca39a79726b15/zeroconf-0.47.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2f5172bcf5ac1590ea96a28c2465d1224f1277f34052f8eaa83225b7b4ecc4c6"},
|
||||
{url = "https://files.pythonhosted.org/packages/08/f4/cc457a80b5710a584cfc9cc30baad7cfc236698fe5372bbeedf4e5431685/zeroconf-0.47.3-cp311-cp311-macosx_11_0_x86_64.whl", hash = "sha256:4f988d2e9a7143fd3f87525e936d819c306413306f940692c780d5061ac0f4b7"},
|
||||
{url = "https://files.pythonhosted.org/packages/18/66/468105fdaa0c43d1427b4505386a2b568079ec11596b2798537aad060c09/zeroconf-0.47.3-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:4f9dddcd1e2d94a6eb38e965b64f68cc7d1aa9769be77e292b0344dc81caa123"},
|
||||
{url = "https://files.pythonhosted.org/packages/21/35/15db108c5ccd9e212a30ecce2376f094fd45ba0c4be49712047f873674b0/zeroconf-0.47.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b732c64e051c8abd440850e83206ce731e6c73406681890b62599327976acab5"},
|
||||
{url = "https://files.pythonhosted.org/packages/21/8d/fc2cc596d48e6948424e0caab50776d207eabadfed76ff350956849243f0/zeroconf-0.47.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6766576288636d75b89e6f0b578dd6d9d206b0e27229c189982ed76eb14b6161"},
|
||||
{url = "https://files.pythonhosted.org/packages/30/fc/7003b9c7db872abec2ad075c29cf92d3fdc4d4ed84ac98f1fd3b45e228ee/zeroconf-0.47.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:dd3a413f4d6ae42b242be6e35fde0893df6fe54e5b6a16e5aa0b222104c69661"},
|
||||
{url = "https://files.pythonhosted.org/packages/31/2b/d2c9286994d0335eef356a46f39f3f2615e5f9cff087fd37272a3b344853/zeroconf-0.47.3-cp311-cp311-win_amd64.whl", hash = "sha256:a8574949b61be29da75b11431ef3419ddbdb33c04ff6ed46e84f73f4c931c797"},
|
||||
{url = "https://files.pythonhosted.org/packages/36/79/b48eb949a08717c7e24887a33a81dbb9c8a01d7fe07f7de50cae5d2a01e1/zeroconf-0.47.3-cp38-cp38-win32.whl", hash = "sha256:c7700bbde4c949b70675e38d2b510fbb653e19d5ea9b7197e7a5200fad510a03"},
|
||||
{url = "https://files.pythonhosted.org/packages/37/69/0b8bb5e14b20c7b323da635f6ad1594d5da6c129bf9b512d46c5ef4a8607/zeroconf-0.47.3-cp39-cp39-win32.whl", hash = "sha256:dc536fadbe5125cfa343a005f7bc2ff10a61e678f0a44331706f0dd295a8f199"},
|
||||
{url = "https://files.pythonhosted.org/packages/3c/15/9d3bcae253afcd706ebd6aa9b3ec1f88672a3f5b168651501bd4dbf69684/zeroconf-0.47.3-cp37-cp37m-macosx_11_0_x86_64.whl", hash = "sha256:d1d23c458b130d521406e4fe9e1af591913a310d1b2fcf1a4f7e917818577207"},
|
||||
{url = "https://files.pythonhosted.org/packages/3f/0c/358adabffee8a0804fb69566c7526a2c1dd964a42dc5cf0f8831273bbcee/zeroconf-0.47.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:c1894085beb773f8b92c9502da1a4f6574579205989aa9eeb4f1275878d44ee4"},
|
||||
{url = "https://files.pythonhosted.org/packages/3f/e3/dad5e318d0d0df0724f98a17ab5521d7f3923db35e016a6f853fa4c01d9e/zeroconf-0.47.3-cp310-cp310-manylinux_2_31_x86_64.whl", hash = "sha256:169de98c5a1c204a803ca29da69c8b92e470b7c679297bae6ee82293b777c674"},
|
||||
{url = "https://files.pythonhosted.org/packages/41/00/66c482dc9e8b6a67152b40f903e206d5a2fcafe8dc726a807e57cd75f539/zeroconf-0.47.3-cp38-cp38-win_amd64.whl", hash = "sha256:df721da3e0864d0b93550a094e0bebfc018f809d6d669ed7ff54551803d84496"},
|
||||
{url = "https://files.pythonhosted.org/packages/51/c9/8c13fb2784f0e205e2cbcf638b8cfd1fb5617f242282a457da8d7f825985/zeroconf-0.47.3-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:2fa88f99a6fd8f410dea97dca7102ff604aa9accece7af26e31ff3e5326357bf"},
|
||||
{url = "https://files.pythonhosted.org/packages/54/e8/1fbd1e3c37f7af0db5b44d20a6db5e817c05260691b1a1111d4b0fd26148/zeroconf-0.47.3-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:481248870582991839c8d2ffcefbfeeeb0fb4d0b9cf9d5128ea890433dfae8c5"},
|
||||
{url = "https://files.pythonhosted.org/packages/5b/74/23c36bea390b62ed20cb26ba0fdcc5bcf6f9f09b2c5e634f9655d14cb978/zeroconf-0.47.3-cp37-cp37m-win32.whl", hash = "sha256:c9b706600cfef72cee6c86cb1584f3a0ae7f7a15a03287b961ea8b59cae02ad1"},
|
||||
{url = "https://files.pythonhosted.org/packages/5c/b1/c450d552e8bb8b19ea70da52afd9b2de63f0cab1b7681369b37bfc6ba62c/zeroconf-0.47.3-cp38-cp38-macosx_11_0_x86_64.whl", hash = "sha256:aa4b23181545f62f8f8aa647fbc5d360015d5240ff6fb037beded0844fa21a55"},
|
||||
{url = "https://files.pythonhosted.org/packages/60/b0/bb7acbd74fc95e6237fd53c74f63bf0bb6e66f005d3a5474a5c9e907ac30/zeroconf-0.47.3-pp37-pypy37_pp73-macosx_11_0_x86_64.whl", hash = "sha256:3e32c3d5f7eebd10b15a5292d7fe4f9afded670b11a8e469e7bbba38793c04c5"},
|
||||
{url = "https://files.pythonhosted.org/packages/60/f4/9da2795fb001700eaf7c7ff86746d6781857b7fcb74923974c0d3c5311f1/zeroconf-0.47.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:3b7abbd7428eeb656632a825c1704b960af8df1ac9fc4bb735fbd4b459ed529a"},
|
||||
{url = "https://files.pythonhosted.org/packages/64/90/f6cdda411d6220b23156ade53a73716618f401abf2222930e3ee284df409/zeroconf-0.47.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:ab9fc64380c0739ecba2f30d46f92ea5b6400ecd57ab91b4b83bf71e1250fe8e"},
|
||||
{url = "https://files.pythonhosted.org/packages/6f/5e/152576d92c0e795a96e6e6698876efa32f59641db6a265d243b483a9b7c9/zeroconf-0.47.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:066fa4bd345fca025591b1f890d254871ec7ad85a55a09b054b40570d92da11d"},
|
||||
{url = "https://files.pythonhosted.org/packages/79/d7/4a9d1868c00542df6c0735598381481cf68be68c51560ecb46ce5b35a087/zeroconf-0.47.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:a69881519888ac3f3084d2194923e09213bf49febd0dc245ea52e1ea35756050"},
|
||||
{url = "https://files.pythonhosted.org/packages/7e/e0/dc2cecf5a7291112036ba3d5bfa5dfdb9cc6bbb9863a50a56b6653d26064/zeroconf-0.47.3-cp37-cp37m-win_amd64.whl", hash = "sha256:3e2bdc55489cbe44e97ea3976e1fa4c65ceba74767a95ebed587087939e3cb1e"},
|
||||
{url = "https://files.pythonhosted.org/packages/7f/5f/e53a304a7a7426856ca41e85c33b8d51b3aea53bcfae9b836f97901b82a9/zeroconf-0.47.3-cp39-cp39-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:efabc14c3b9eb4bc152fcc4aaf1b25e0537332df804152962a750445995f2617"},
|
||||
{url = "https://files.pythonhosted.org/packages/7f/de/97449bb305c9f64fe86fa3c2e665fc5989da4bc042e1a62b171c82eb7b57/zeroconf-0.47.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5f7e8921f777d4cdd077276cc68a32dd1cc021928d1a43050d96e1452e5ff6e"},
|
||||
{url = "https://files.pythonhosted.org/packages/87/e1/9137753248d4070e502ab47af6f1c1c1f81aee023e6016083e4bf50beb56/zeroconf-0.47.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d009194f2d18b28751ab864eb844ffe29ae32734e6707832769889fbf41528be"},
|
||||
{url = "https://files.pythonhosted.org/packages/89/43/c85f1f3204ba4e1bf3aba9326ad1c28fc389ae7b62572e9dfa6436472424/zeroconf-0.47.3-cp38-cp38-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:ad39f961a4f71315d428c271a8f43eba70d8803f3360dca371a614a22ddee949"},
|
||||
{url = "https://files.pythonhosted.org/packages/8f/f1/e27181e700fa9f75d2c35b174cd498fa86aaaf6803daf5006a67d6759f96/zeroconf-0.47.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:cfa66a01340628ebe64c81e3f7d73c73aa57c275f674e6e8f093477f3e1780e8"},
|
||||
{url = "https://files.pythonhosted.org/packages/91/9e/2a26a96f2dcd5e722e8552379cda250de42a2bea9259cee099cc169d7798/zeroconf-0.47.3-cp311-cp311-win32.whl", hash = "sha256:2f63fcdf868d1e24799fd454dccafc73fdf36080250bd6d9f0a790d77372539a"},
|
||||
{url = "https://files.pythonhosted.org/packages/91/aa/2ab677f8f2ec2443c4b61c57604fefefdf72d9ca3f4f7fba2583f840bcfe/zeroconf-0.47.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:3a95642d8034f28e0ad5afc13a7aec2dc93897a6336cfa76ac70048d02e6e0dc"},
|
||||
{url = "https://files.pythonhosted.org/packages/97/5f/5b9f5811710de0b2162a61742ce7e7f2c6adf583bd0f23868883f8664e36/zeroconf-0.47.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:1550fcd3bdc4c3f2ae8640530d2f4cab0a9713def3f663d2499bd04e438664d9"},
|
||||
{url = "https://files.pythonhosted.org/packages/99/fa/2c66533150db7165a9b9d3bb91a73ef9aea1bae94fb399c7173afedd0c0d/zeroconf-0.47.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0fd255f77133cd37dc64d7fa6013fe252efd4835714dcf822817627fd5fd16ef"},
|
||||
{url = "https://files.pythonhosted.org/packages/ad/10/65a989dcb1b922c4afe284152b9b726b35c056d336761f285227ac0aadb2/zeroconf-0.47.3-pp39-pypy39_pp73-macosx_11_0_x86_64.whl", hash = "sha256:5ee1a578d0778bde2e2a690f673e0b8bb72bd9f64e1c6b7d59e7bbdc3bd41589"},
|
||||
{url = "https://files.pythonhosted.org/packages/b1/36/897a3a7a0a71bd9058c8d5ea4dc3d36d68bd54d27291df28c7ae189c3cbe/zeroconf-0.47.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:0660b0da8603f97626b22605669ed6b6bc56b38ecd012e210647992c42f254dd"},
|
||||
{url = "https://files.pythonhosted.org/packages/bb/5e/caa29687d88e454b7d37b6e419a2b1a1ba7d16c519d859bcd3629b0d35fa/zeroconf-0.47.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4c96e659bafd8ecd80577b09e83616197d31595dd8975ece1c8b76131bf3241"},
|
||||
{url = "https://files.pythonhosted.org/packages/bc/69/5136d07a0f35c5f120586d746b9d8ff74ebf7b2d1856abd5c328917491a4/zeroconf-0.47.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e4746f35bd6edf2b67263edf8fdab242da82433929a655cefb7ee04fed325f96"},
|
||||
{url = "https://files.pythonhosted.org/packages/c2/ea/11a4f0cd6591e8500dfc5c76ea7f37db4642a5ccfce2dfa56185dd0a5d00/zeroconf-0.47.3-cp310-cp310-win32.whl", hash = "sha256:f6f639613e972f2dde51e3860b462172373f5b0fbffc12ba7bb8448a3c7ff28e"},
|
||||
{url = "https://files.pythonhosted.org/packages/c7/27/77e494c54e1f7025d51acdc77010a83f18e79202879f2b8e4d793053fcbb/zeroconf-0.47.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:6c23c029e05024b68780ff2d8a399608428e3c7814d2b1dbcecaaacd45bcf58a"},
|
||||
{url = "https://files.pythonhosted.org/packages/ca/7e/49abde42c03dfd91912f11f6a4508029cf50d8a1c0b8c0f943284f0c13c7/zeroconf-0.47.3-cp310-cp310-win_amd64.whl", hash = "sha256:1774e4f5f8a9c0bd92295a33bf486a4333cfd1510f741db98ae31705cc61d3c1"},
|
||||
{url = "https://files.pythonhosted.org/packages/d2/8f/60e62fa53e32be612b5beccda64bb05955f67c8c7c7d8459a3a497f0eb3f/zeroconf-0.47.3-pp38-pypy38_pp73-macosx_11_0_x86_64.whl", hash = "sha256:1a52181681dc00d0e101da92672d4ed867df342a504c40177a9ba074352fd0e0"},
|
||||
{url = "https://files.pythonhosted.org/packages/d5/4e/7948ad710a11841b5e4a801351a959f9ff943032116a4fab89f71f24805d/zeroconf-0.47.3-cp37-cp37m-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:4f39b9993695a6f718e8706a259329aa35305bf7e642e221c73ac3c06e0c6e53"},
|
||||
{url = "https://files.pythonhosted.org/packages/d6/95/64b29debbe50a7c7f32e179a149a897ed87bb9d9bafbd2142902e4e1e45e/zeroconf-0.47.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:592f15b584b93f75cb5f550d9362eab968161925e5398c74a551c155a22ddd27"},
|
||||
{url = "https://files.pythonhosted.org/packages/d9/50/ddd78a51d21b032a69e904030cbf6ce47b6a7bff4f3b5df8fd62278d61f0/zeroconf-0.47.3-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:3d49e96842aff696b69ac723175acc3eaaa859ff548f245bea2b557c11790a9d"},
|
||||
{url = "https://files.pythonhosted.org/packages/da/9c/7bfd88a90cc6dfc592fb19ebaa938fef86b7d2b1b519ed5681592076fee9/zeroconf-0.47.3.tar.gz", hash = "sha256:eb6ad7fdf3ef542c99416c4a5de60c6a4d16d82b336522e0ef6e7d2d2ddca603"},
|
||||
{url = "https://files.pythonhosted.org/packages/e3/d8/09e9e70d46bbfd58bf573717ee65e474850263f9a3431a99b40dd8e31b71/zeroconf-0.47.3-cp39-cp39-win_amd64.whl", hash = "sha256:60aedbb4f7fc5dadc01009fc91072af4723a06e18d122d211aa2dd5611ead883"},
|
||||
{url = "https://files.pythonhosted.org/packages/e5/71/f14be3ab0f91687af12fa513bb7b39e655902608c21bfa50d101f4cc6d96/zeroconf-0.47.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:8c92ff8fa21a39338fa3b420e469ce4bb15d1db4b4d33e73beb93b4aa7c8561f"},
|
||||
{url = "https://files.pythonhosted.org/packages/e9/ca/026de5d1bc5c750d1fdd45f17c8e60b7237124b2a2c686f7b4175673f229/zeroconf-0.47.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:13d76002a83d726303b71092500c91ce4c6b1933bb20afe1f472e101745d5278"},
|
||||
{url = "https://files.pythonhosted.org/packages/f5/43/d632bfc447e3f6b2b9967bff5d4edb4ee12bcecd555d34d4343e722617d7/zeroconf-0.47.3-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:727adedc4764af287ab3f69144feb573a22b4649e3b4d35981ecd1836fc05bd6"},
|
||||
{url = "https://files.pythonhosted.org/packages/fc/5a/181fbc67961fa5f58b8171ddd3b2a9f9e13fa01108f928a1bb5bfb2223e1/zeroconf-0.47.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:abaf706cdbda1bc4a286a0c767c2780f75fd35e1570f55ed985b56e1f3308c5d"},
|
||||
"zeroconf 0.56.0" = [
|
||||
{url = "https://files.pythonhosted.org/packages/07/0d/8ff36a52d655321d9a67f534d041221940840064ae61542e0ad83f947f78/zeroconf-0.56.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:85e284d0f36c28f9ecc41670abda20e59de6b83d146cbff517956bb6ec6a25e8"},
|
||||
{url = "https://files.pythonhosted.org/packages/0d/00/986f84a91c5b361fcbc5d4afb0e5dce513f779bd55b7929f55cda94a6067/zeroconf-0.56.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c2b2e22024679633896f88665e554b43ec795ca42e25b9f817fe8c3e93a9828f"},
|
||||
{url = "https://files.pythonhosted.org/packages/0f/98/542226356449193fdfec6d66fd995a19468b7e3719707373094f318f2ca3/zeroconf-0.56.0-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:f8524890f978c92b418185809c0b3627c7fb2a8a1a3c288f1b8e588e81e124d4"},
|
||||
{url = "https://files.pythonhosted.org/packages/13/22/404af4ce5516cbfdcf5b8a8652602fcc754bb9a6624e874e28db733672bd/zeroconf-0.56.0-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:8491a06bb3a49f8f5163485a5243410261acf9c6cac5fb60a9458d80831c816c"},
|
||||
{url = "https://files.pythonhosted.org/packages/15/d3/a3ed9cb7e02bacaf498cc8759b0cfff8eb0ac7271e570899ccdc0838728c/zeroconf-0.56.0-cp38-cp38-win32.whl", hash = "sha256:ce8420db8be870c6dd0b1592fe1b86f90916aff8e5bef889acf0b464023892a1"},
|
||||
{url = "https://files.pythonhosted.org/packages/18/9c/a191d4bc2dbf47201610eaabbc1c62d73ac2b3889e3732b5d1ac043c1b5d/zeroconf-0.56.0-cp310-cp310-manylinux_2_31_x86_64.whl", hash = "sha256:e4d75b9d96278ddca0a0b50cb55c91b3a936c0ec5f61fbd05602caad3a4e25f5"},
|
||||
{url = "https://files.pythonhosted.org/packages/1c/28/05162526c4861e1001669ba974e17374de1c45d1c2ca68dc59959f7f3e59/zeroconf-0.56.0-cp38-cp38-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:794833341f1fbdc1bf1fe9a68d6a5d5c888c90187e79b5c543fbedb2338a1a4a"},
|
||||
{url = "https://files.pythonhosted.org/packages/23/5f/5af69254700b0ac5c94d8b4e257fe810e532bfd76556341199f384ef9926/zeroconf-0.56.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f1febed6883ea5114d06e810c7f36983a56bf919f682e6c6d6f2d2dd82835fc"},
|
||||
{url = "https://files.pythonhosted.org/packages/24/28/0247903eae08c2d88851ea01fb0faf87b2ab2e7f8344fbbf9c216661f36e/zeroconf-0.56.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:2ad0f14bdc2f4b86255b702f165c490870ab2145fe90288d27f7a42cb96be5cb"},
|
||||
{url = "https://files.pythonhosted.org/packages/2d/11/b6b2963585e133b54eab7bbc7c14785a44b0435c6db542d9ec26cd890472/zeroconf-0.56.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:6c3d1aab57e9215d4ebf375cd9e4364176ff0ac7c7c49a449bab614092b14241"},
|
||||
{url = "https://files.pythonhosted.org/packages/34/8a/704508daee93ba3c6166a6481c93cfd26a0cb4cac85f3cbb096c4b4eb5f8/zeroconf-0.56.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7c2d0492353ab10c62d5953e5d508466774e49c1602ab3fe0d1c334d3c4903ce"},
|
||||
{url = "https://files.pythonhosted.org/packages/37/61/a744303101bd47c2e3026cdead153d63ef4b6c7f8e6cffad14213f3cbc44/zeroconf-0.56.0-cp311-cp311-win32.whl", hash = "sha256:52dc6c7a2c0505567f2361de95807f498904861f91d46b6ccf57e047b6aea5f5"},
|
||||
{url = "https://files.pythonhosted.org/packages/38/53/b94b438bb9ebab2cabe09f29d85abbf371500bd0fa26f24789c6214c2b69/zeroconf-0.56.0-pp39-pypy39_pp73-macosx_11_0_x86_64.whl", hash = "sha256:a78615d3e839d4d8d2148f2f4c870d87effe32ab198cc2d9fca2252dc3ed8e47"},
|
||||
{url = "https://files.pythonhosted.org/packages/3e/ea/b9dfa6c5cef822f8ed71fb64b8bcf16dae2d0c51005cdb071e2e28861f24/zeroconf-0.56.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:641c96d697fe70cebc95c20234df7bbaefdd5798f354a736aa5ef43a95e110b5"},
|
||||
{url = "https://files.pythonhosted.org/packages/41/eb/79297b225a91d7ec2fc5ff07cdf7c26af061502240aa24057c150ef764d5/zeroconf-0.56.0-cp310-cp310-win_amd64.whl", hash = "sha256:ba0c662fe7dc8b467dc2788be16df70b1fb6342be3691b38fdfeac0acfd3cb17"},
|
||||
{url = "https://files.pythonhosted.org/packages/51/89/4cae3cbc008e2bbd816c1ce119cf2e20638b0873188ab33c8734ac5e4022/zeroconf-0.56.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e4f97f78bb464ec4d358ce99b83dc489eb2c30a2fdf8b61645733f7a2c7d7400"},
|
||||
{url = "https://files.pythonhosted.org/packages/53/54/8c566c6d4b8e2db9431927b88e4d5d638cb768e37ebac65d773053a83cba/zeroconf-0.56.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa5ddfd3841720207b86a833ca6512ded0fc0bc703de49cfe958b2ce3f79dfa8"},
|
||||
{url = "https://files.pythonhosted.org/packages/59/b0/1c9fe57471d8480fa27ad8a6e41fb85eb2b9d3135cb8521ccc1ff75d839f/zeroconf-0.56.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:fc315759dc1d7a0f238b8e55a035668452f43234fd07d2092fa9340fd9e5e31f"},
|
||||
{url = "https://files.pythonhosted.org/packages/67/a3/1d3c55c032f50794f5ec2c5d31852bb81683edddd345b296d9aa60f8030b/zeroconf-0.56.0-pp37-pypy37_pp73-macosx_11_0_x86_64.whl", hash = "sha256:5fb0e8f00ba9146b800938ce7fcdf7e1eeab9a0df56273e834290399c9ccbca4"},
|
||||
{url = "https://files.pythonhosted.org/packages/6a/19/1b268daa01b871c861235f49910cf700d78fc0d48de4cc0c1faaf4548342/zeroconf-0.56.0-cp37-cp37m-win_amd64.whl", hash = "sha256:7a436dc9afe752788f1c2957d5535f887f188bce7aea1db213f3b2f46214938f"},
|
||||
{url = "https://files.pythonhosted.org/packages/6b/bb/6b8b7f8dfa4252ed08a360c2e5a631dfd302390e7f62b781ebe110eca0b9/zeroconf-0.56.0-cp38-cp38-win_amd64.whl", hash = "sha256:e667e4ea575ba8ab8f8a789eb80f6c615250e12b8ac62c0450f618a34a4ebbca"},
|
||||
{url = "https://files.pythonhosted.org/packages/6d/97/eb087ab956194b6eedec86af18639e49ea8af710e5f117643533948ee4da/zeroconf-0.56.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:92f9ea361cbbbfa38a58621650312e5c39d0e1facf6710daa835d057fa342a54"},
|
||||
{url = "https://files.pythonhosted.org/packages/6f/9c/5ea9269385e2cdb369f3b7f6155ce61219ebb9d8c1d5882d04baf5dbb37c/zeroconf-0.56.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6503a3722370ed136251d29099890095ce4ef418a1aa5f8b335dcf4de6b30275"},
|
||||
{url = "https://files.pythonhosted.org/packages/71/03/331b4db924c44c90d416ec440e806b9ce41609b488c9640160e1521dc2e2/zeroconf-0.56.0-cp311-cp311-macosx_11_0_x86_64.whl", hash = "sha256:fa4592d54b7b1bc9abb02ac010ee19c6a0605a22b3c2e16f7cab217d877edfc9"},
|
||||
{url = "https://files.pythonhosted.org/packages/73/36/d466bafe2a11c1227861990a537e5ca457127d2db7cd767d7d06bc2827e9/zeroconf-0.56.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:653201f9c7427f13ebfbe7dfdb080ec87563f49d2697a7736bc6d5c7239e0c53"},
|
||||
{url = "https://files.pythonhosted.org/packages/75/11/3dc42eaaffb75b11915e0111f471317fb8a38eab7ad4e0ed2377a867c814/zeroconf-0.56.0-pp38-pypy38_pp73-macosx_11_0_x86_64.whl", hash = "sha256:760ecd469352d18c4526dd492684766256e64c3cdae53bd770e343b6633d4580"},
|
||||
{url = "https://files.pythonhosted.org/packages/81/e3/5c6654f0ef31530a8f9f43e69eaa5d8f8d7ed216592d4f1768357a6792f1/zeroconf-0.56.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a7e91a4aa42082c6dd1009360db7ad5d39a34bb9539ca44709e54b02728b8a4f"},
|
||||
{url = "https://files.pythonhosted.org/packages/88/65/04e326416b04574615264a35a0d96df6974ba8700d9a565ead8329f0e6b2/zeroconf-0.56.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:f5d7c3c96dbba2a9a75e97e6e8ad0084cf885e4fbfa37ae721d577e8a4b6ecf9"},
|
||||
{url = "https://files.pythonhosted.org/packages/91/f0/9d91181af73aadfe75bb122855917a191eb076208ac5731d4de6562b5379/zeroconf-0.56.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:594b9480e7a6d8e2a27faa8bfee26ab4fc534845b255842fef0c47776c6b84e9"},
|
||||
{url = "https://files.pythonhosted.org/packages/93/36/a4eb2d810be6ccc53df3813035e07c032cc1e75439caa758e8cd6834a485/zeroconf-0.56.0-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:a8f37ad96a139b067ac74fa2b411e42cb0e07bfc0d1a70993f4ee5a6a7f7616f"},
|
||||
{url = "https://files.pythonhosted.org/packages/94/de/e8f9aea580c8b6874a86460dfe05f4bf73f0a91cded1018eddfcea429417/zeroconf-0.56.0-cp311-cp311-win_amd64.whl", hash = "sha256:7819c4ad4bcdc052163f27f68f052dc128b506e4550cdf3984acb1535155dc75"},
|
||||
{url = "https://files.pythonhosted.org/packages/99/86/0f1b4c8c041bf21670d6b3dfd27cb66ecfc27e0668e75f29f4ebc6b76a83/zeroconf-0.56.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl", hash = "sha256:52ebfd9d061350ec70017801edc5622d375be8c4386ab55b7b8a43251dcc68b3"},
|
||||
{url = "https://files.pythonhosted.org/packages/a1/7f/0b7c2cd45bb5b9f6d08cc631c381f7aa6bde547c1d4f7a9cd7485eb3f35a/zeroconf-0.56.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:d9165df31346f54c474dd41f99c0d4bab6279d11bd3c9a82b457b78160eb64ba"},
|
||||
{url = "https://files.pythonhosted.org/packages/a7/2a/0c2044e80822ddc7b8f502f21d0a2e206f2784f604f174cf1c4036483fa3/zeroconf-0.56.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:11d5807b569ac2993cf25fc86cb051b66c403dc26e231b65fe77361547dc0afe"},
|
||||
{url = "https://files.pythonhosted.org/packages/b6/94/6377f26a1ccd9bfc91ab714b2365e7b8283e899bb487f901f65cb2b52e2f/zeroconf-0.56.0-cp39-cp39-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:ec8f51fd720200ee26fb8bf9bf1feb3ad7c4ad5c7a6bf0e754da0fbf720de181"},
|
||||
{url = "https://files.pythonhosted.org/packages/ba/1b/7b94a73e33b648be5884319da1d0e6c164ac26d30fa902dced3339cbe923/zeroconf-0.56.0.tar.gz", hash = "sha256:d21916e98de8d4cb822134b25746dcf321531b8662757a7da402798ba627062e"},
|
||||
{url = "https://files.pythonhosted.org/packages/ba/27/110a58ccaa87b09917f2f0348950a4cb527edd84b3ccc4d9e48c76d574e4/zeroconf-0.56.0-cp39-cp39-win_amd64.whl", hash = "sha256:2a6e4f86b02997fa4dc271b9198d7a4fa356d45498c25b6af8c4d72604a30b69"},
|
||||
{url = "https://files.pythonhosted.org/packages/bb/41/26d9974b3af9e2d2f74dad8cbce79accd8f643fea734dc077ceb66ecd4c1/zeroconf-0.56.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5695505267b48d7723d40fcb47e2ccca6186b50d3a7a03af0b2524aafbb293b"},
|
||||
{url = "https://files.pythonhosted.org/packages/be/22/5e9c6defa278e04e614bb0fb73663dba86e0c77d55f965d4b53c96d64d5f/zeroconf-0.56.0-cp38-cp38-macosx_11_0_x86_64.whl", hash = "sha256:7b34196a5799ea1d2ccca3df69ff74e51c5ce4d966b993eabbc4c683923f99b6"},
|
||||
{url = "https://files.pythonhosted.org/packages/c3/23/7fb1e1d1b248e0134e1a425a4cb61bb052255a0b4096c3c9b223c22ab7f7/zeroconf-0.56.0-cp310-cp310-win32.whl", hash = "sha256:297f32a67e2fcfbfb63044ec89dfd35ee0a72b41970681a80bed08bf4cf5121a"},
|
||||
{url = "https://files.pythonhosted.org/packages/d8/30/fc2829689afbc3ffec0682060f8fb820e5288c7ed208126e0f115fbed319/zeroconf-0.56.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:227335ae1379c46191e9a92ee2c7d6e1c6b94457687cecedbb041120278e8b42"},
|
||||
{url = "https://files.pythonhosted.org/packages/db/af/b630b72f31de8a7d53de45ff822374ac2c7b39486d6dcd4d31f91c68f86b/zeroconf-0.56.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:72e7f9675e7a74267dc7c4bced18124c73e8c9cf6e21bc6e7cd37cb597bbc183"},
|
||||
{url = "https://files.pythonhosted.org/packages/dc/64/7ffec2fb8b7673faff133314dcdd1ab5f146f53778b20381869affced7bc/zeroconf-0.56.0-cp37-cp37m-win32.whl", hash = "sha256:dbe2b7e456e4e2d81df413dd5c99a2276d6c055e8cf32187eef92b66d97708ed"},
|
||||
{url = "https://files.pythonhosted.org/packages/e7/ae/f8f8988ec110bee6f464778a826220138c6a754b6a274c8dc89c74bab64f/zeroconf-0.56.0-cp39-cp39-win32.whl", hash = "sha256:c04cc4a684f96342869979473bdb510c3ac100fcf7ee384423a2bd4433bd1697"},
|
||||
{url = "https://files.pythonhosted.org/packages/f0/5a/b643aa81cceef5c70504af67043960b55fb9c624eea094ec43aa6cf9e22f/zeroconf-0.56.0-cp37-cp37m-macosx_11_0_x86_64.whl", hash = "sha256:d9216035b189f1fc974c6157b1f5ed1ad5eb779de326a40c6a9e00d76efbf37a"},
|
||||
{url = "https://files.pythonhosted.org/packages/f4/ee/3b2688bbf197f2780e8449129daedb1e92e334c9b1e76970d1e51120d897/zeroconf-0.56.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:19eb5d058fb247d6441aee5148e44c0d5beac2a22e0aef975fbc3e6869ac9a4b"},
|
||||
{url = "https://files.pythonhosted.org/packages/fa/77/039b4e6ccc1dde72b320dcdd0c5f02a8f9ac0dfbe1266c884cacda954295/zeroconf-0.56.0-cp37-cp37m-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:a0410250741c9c441cd96a00121095d8799ee31ff885e872f3833b67d144ae31"},
|
||||
{url = "https://files.pythonhosted.org/packages/fa/d0/25725abff2ff6265a57507204b6e8f13933d10bd37002b6d7c991a24cd7c/zeroconf-0.56.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl", hash = "sha256:ff4a7ac4dacf29b3bc383d0b2aef94c85af40523f2ec4f7437042a711196b95d"},
|
||||
{url = "https://files.pythonhosted.org/packages/fd/4f/eee3d8b72cce5d74708f6dc9724eb4d88cc31dbb7e05378520005a373205/zeroconf-0.56.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2dccc3c3dd87e8e229a1cd379f3861f93d4d1d6a4ea557a15f4b9be48b1565d2"},
|
||||
]
|
||||
|
@ -8,9 +8,10 @@ authors = [
|
||||
{name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"},
|
||||
]
|
||||
dependencies = [
|
||||
"esphome>=2022.12.8",
|
||||
"tornado>=6.2",
|
||||
"esptool>=4.4",
|
||||
"esphome~=2023.4",
|
||||
"tornado~=6.2",
|
||||
"esptool~=4.5",
|
||||
"pip>=23.1",
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
license = {text = "MIT"}
|
||||
|
Loading…
Reference in New Issue
Block a user