|
|
|
@@ -37,7 +37,7 @@ wheels = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "baby-monitor"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = { virtual = "." }
|
|
|
|
|
source = { editable = "." }
|
|
|
|
|
dependencies = [
|
|
|
|
|
{ name = "fastapi" },
|
|
|
|
|
{ name = "uvicorn" },
|
|
|
|
@@ -45,8 +45,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[package.dev-dependencies]
|
|
|
|
|
dev = [
|
|
|
|
|
{ name = "httpx" },
|
|
|
|
|
{ name = "mypy" },
|
|
|
|
|
{ name = "pre-commit" },
|
|
|
|
|
{ name = "pytest" },
|
|
|
|
|
{ name = "pytest-cov" },
|
|
|
|
|
{ name = "pyupgrade" },
|
|
|
|
|
{ name = "ruff" },
|
|
|
|
|
]
|
|
|
|
@@ -59,12 +62,24 @@ requires-dist = [
|
|
|
|
|
|
|
|
|
|
[package.metadata.requires-dev]
|
|
|
|
|
dev = [
|
|
|
|
|
{ name = "httpx", specifier = ">=0.28.1" },
|
|
|
|
|
{ name = "mypy", specifier = ">=1.18.2" },
|
|
|
|
|
{ name = "pre-commit", specifier = ">=4.3.0" },
|
|
|
|
|
{ name = "pytest", specifier = ">=8.4.2" },
|
|
|
|
|
{ name = "pytest-cov", specifier = ">=7.0.0" },
|
|
|
|
|
{ name = "pyupgrade", specifier = ">=3.21.0" },
|
|
|
|
|
{ name = "ruff", specifier = ">=0.14.3" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "certifi"
|
|
|
|
|
version = "2025.10.5"
|
|
|
|
|
source = { registry = "http://10.0.0.2:5001/index/" }
|
|
|
|
|
sdist = { url = "http://10.0.0.2:5001/index/certifi/certifi-2025.10.5.tar.gz", hash = "sha256:47c09d31ccf2acf0be3f701ea53595ee7e0b8fa08801c6624be771df09ae7b43" }
|
|
|
|
|
wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/certifi/certifi-2025.10.5-py3-none-any.whl", hash = "sha256:0f212c2744a9bb6de0c56639a6f68afe01ecd92d91f14ae897c4fe7bbeeef0de" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfgv"
|
|
|
|
|
version = "3.4.0"
|
|
|
|
@@ -95,6 +110,80 @@ wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/colorama/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "coverage"
|
|
|
|
|
version = "7.11.0"
|
|
|
|
|
source = { registry = "http://10.0.0.2:5001/index/" }
|
|
|
|
|
sdist = { url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0.tar.gz", hash = "sha256:167bd504ac1ca2af7ff3b81d245dfea0292c5032ebef9d66cc08a7d28c1b8050" }
|
|
|
|
|
wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:9c49e77811cf9d024b95faf86c3f059b11c0c9be0b0d61bc598f453703bd6fd1" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a61e37a403a778e2cda2a6a39abcc895f1d984071942a41074b5c7ee31642007" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:c79cae102bb3b1801e2ef1511fb50e91ec83a1ce466b2c7c25010d884336de46" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:16ce17ceb5d211f320b62df002fa7016b7442ea0fd260c11cec8ce7730954893" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:80027673e9d0bd6aef86134b0771845e2da85755cf686e7c7c59566cf5a89115" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:4d3ffa07a08657306cd2215b0da53761c4d73cb54d9143b9303a6481ec0cd415" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a3b6a5f8b2524fd6c1066bc85bfd97e78709bb5e37b5b94911a6506b65f47186" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:fcc0a4aa589de34bc56e1a80a740ee0f8c47611bdfb28cd1849de60660f3799d" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:dba82204769d78c3fd31b35c3d5f46e06511936c5019c39f98320e05b08f794d" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:81b335f03ba67309a95210caf3eb43bd6fe75a4e22ba653ef97b4696c56c7ec2" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-win32.whl", hash = "sha256:037b2d064c2f8cc8716fe4d39cb705779af3fbf1ba318dc96a1af858888c7bb5" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-win_amd64.whl", hash = "sha256:d66c0104aec3b75e5fd897e7940188ea1892ca1d0235316bf89286d6a22568c0" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp312-cp312-win_arm64.whl", hash = "sha256:d91ebeac603812a09cf6a886ba6e464f3bbb367411904ae3790dfe28311b15ad" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:cc3f49e65ea6e0d5d9bd60368684fe52a704d46f9e7fc413918f18d046ec40e1" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f39ae2f63f37472c17b4990f794035c9890418b1b8cca75c01193f3c8d3e01be" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:7db53b5cdd2917b6eaadd0b1251cf4e7d96f4a8d24e174bdbdf2f65b5ea7994d" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:10ad04ac3a122048688387828b4537bc9cf60c0bf4869c1e9989c46e45690b82" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4036cc9c7983a2b1f2556d574d2eb2154ac6ed55114761685657e38782b23f52" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:7ab934dd13b1c5e94b692b1e01bd87e4488cb746e3a50f798cb9464fd128374b" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:59a6e5a265f7cfc05f76e3bb53eca2e0dfe90f05e07e849930fecd6abb8f40b4" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:df01d6c4c81e15a7c88337b795bb7595a8596e92310266b5072c7e301168efbd" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:8c934bd088eed6174210942761e38ee81d28c46de0132ebb1801dbe36a390dcc" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5a03eaf7ec24078ad64a07f02e30060aaf22b91dedf31a6b24d0d98d2bba7f48" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-win32.whl", hash = "sha256:695340f698a5f56f795b2836abe6fb576e7c53d48cd155ad2f80fd24bc63a040" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-win_amd64.whl", hash = "sha256:2727d47fce3ee2bac648528e41455d1b0c46395a087a229deac75e9f88ba5a05" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313-win_arm64.whl", hash = "sha256:0efa742f431529699712b92ecdf22de8ff198df41e43aeaaadf69973eb93f17a" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:587c38849b853b157706407e9ebdca8fd12f45869edb56defbef2daa5fb0812b" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:b971bdefdd75096163dd4261c74be813c4508477e39ff7b92191dea19f24cd37" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:269bfe913b7d5be12ab13a95f3a76da23cf147be7fa043933320ba5625f0a8de" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:dadbcce51a10c07b7c72b0ce4a25e4b6dcb0c0372846afb8e5b6307a121eb99f" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9ed43fa22c6436f7957df036331f8fe4efa7af132054e1844918866cd228af6c" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:9516add7256b6713ec08359b7b05aeff8850c98d357784c7205b2e60aa2513fa" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:eb92e47c92fcbcdc692f428da67db33337fa213756f7adb6a011f7b5a7a20740" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:d06f4fc7acf3cabd6d74941d53329e06bab00a8fe10e4df2714f0b134bfc64ef" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:6fbcee1a8f056af07ecd344482f711f563a9eb1c2cad192e87df00338ec3cdb0" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:dbbf012be5f32533a490709ad597ad8a8ff80c582a95adc8d62af664e532f9ca" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-win32.whl", hash = "sha256:cee6291bb4fed184f1c2b663606a115c743df98a537c969c3c64b49989da96c2" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-win_amd64.whl", hash = "sha256:a386c1061bf98e7ea4758e4313c0ab5ecf57af341ef0f43a0bf26c2477b5c268" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp313-cp313t-win_arm64.whl", hash = "sha256:f9ea02ef40bb83823b2b04964459d281688fe173e20643870bb5d2edf68bc836" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:c770885b28fb399aaf2a65bbd1c12bf6f307ffd112d6a76c5231a94276f0c497" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:a3d0e2087dba64c86a6b254f43e12d264b636a39e88c5cc0a01a7c71bcfdab7e" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:73feb83bb41c32811973b8565f3705caf01d928d972b72042b44e97c71fd70d1" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:c6f31f281012235ad08f9a560976cc2fc9c95c17604ff3ab20120fe480169bca" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e9570ad567f880ef675673992222746a124b9595506826b210fbe0ce3f0499cd" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:8badf70446042553a773547a61fecaa734b55dc738cacf20c56ab04b77425e43" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:a09c1211959903a479e389685b7feb8a17f59ec5a4ef9afde7650bd5eabc2777" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:5ef83b107f50db3f9ae40f69e34b3bd9337456c5a7fe3461c7abf8b75dd666a2" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:f91f927a3215b8907e214af77200250bb6aae36eca3f760f89780d13e495388d" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:cdbcd376716d6b7fbfeedd687a6c4be019c5a5671b35f804ba76a4c0a778cba4" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-win32.whl", hash = "sha256:bab7ec4bb501743edc63609320aaec8cd9188b396354f482f4de4d40a9d10721" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-win_amd64.whl", hash = "sha256:3d4ba9a449e9364a936a27322b20d32d8b166553bfe63059bd21527e681e2fad" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314-win_arm64.whl", hash = "sha256:ce37f215223af94ef0f75ac68ea096f9f8e8c8ec7d6e8c346ee45c0d363f0479" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:f413ce6e07e0d0dc9c433228727b619871532674b45165abafe201f200cc215f" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:05791e528a18f7072bf5998ba772fe29db4da1234c45c2087866b5ba4dea710e" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:cacb29f420cfeb9283b803263c3b9a068924474ff19ca126ba9103e1278dfa44" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:314c24e700d7027ae3ab0d95fbf8d53544fca1f20345fd30cd219b737c6e58d3" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:630d0bd7a293ad2fc8b4b94e5758c8b2536fdf36c05f1681270203e463cbfa9b" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e89641f5175d65e2dbb44db15fe4ea48fade5d5bbb9868fdc2b4fce22f4a469d" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:c9f08ea03114a637dab06cedb2e914da9dc67fa52c6015c018ff43fdde25b9c2" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:ce9f3bde4e9b031eaf1eb61df95c1401427029ea1bfddb8621c1161dcb0fa02e" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:e4dc07e95495923d6fd4d6c27bf70769425b71c89053083843fd78f378558996" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:424538266794db2861db4922b05d729ade0940ee69dcf0591ce8f69784db0e11" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-win32.whl", hash = "sha256:4c1eeb3fb8eb9e0190bebafd0462936f75717687117339f708f395fe455acc73" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-win_amd64.whl", hash = "sha256:b56efee146c98dbf2cf5cffc61b9829d1e94442df4d7398b26892a53992d3547" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-cp314-cp314t-win_arm64.whl", hash = "sha256:b5c2705afa83f49bd91962a4094b6b082f94aef7626365ab3f8f4bd159c5acf3" },
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/coverage/coverage-7.11.0-py3-none-any.whl", hash = "sha256:4b7589765348d78fb4e5fb6ea35d07564e387da2fc5efff62e0222971f155f68" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "distlib"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
@@ -137,6 +226,34 @@ wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/h11/h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httpcore"
|
|
|
|
|
version = "1.0.9"
|
|
|
|
|
source = { registry = "http://10.0.0.2:5001/index/" }
|
|
|
|
|
dependencies = [
|
|
|
|
|
{ name = "certifi" },
|
|
|
|
|
{ name = "h11" },
|
|
|
|
|
]
|
|
|
|
|
sdist = { url = "http://10.0.0.2:5001/index/httpcore/httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" }
|
|
|
|
|
wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/httpcore/httpcore-1.0.9-py3-none-any.whl", hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httpx"
|
|
|
|
|
version = "0.28.1"
|
|
|
|
|
source = { registry = "http://10.0.0.2:5001/index/" }
|
|
|
|
|
dependencies = [
|
|
|
|
|
{ name = "anyio" },
|
|
|
|
|
{ name = "certifi" },
|
|
|
|
|
{ name = "httpcore" },
|
|
|
|
|
{ name = "idna" },
|
|
|
|
|
]
|
|
|
|
|
sdist = { url = "http://10.0.0.2:5001/index/httpx/httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" }
|
|
|
|
|
wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/httpx/httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "identify"
|
|
|
|
|
version = "2.6.15"
|
|
|
|
@@ -155,6 +272,15 @@ wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/idna/idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iniconfig"
|
|
|
|
|
version = "2.3.0"
|
|
|
|
|
source = { registry = "http://10.0.0.2:5001/index/" }
|
|
|
|
|
sdist = { url = "http://10.0.0.2:5001/index/iniconfig/iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730" }
|
|
|
|
|
wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/iniconfig/iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mypy"
|
|
|
|
|
version = "1.18.2"
|
|
|
|
@@ -205,6 +331,15 @@ wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/nodeenv/nodeenv-1.9.1-py2.py3-none-any.whl", hash = "sha256:ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "packaging"
|
|
|
|
|
version = "25.0"
|
|
|
|
|
source = { registry = "http://10.0.0.2:5001/index/" }
|
|
|
|
|
sdist = { url = "http://10.0.0.2:5001/index/packaging/packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" }
|
|
|
|
|
wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/packaging/packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pathspec"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
@@ -223,6 +358,15 @@ wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/platformdirs/platformdirs-4.5.0-py3-none-any.whl", hash = "sha256:e578a81bb873cbb89a41fcc904c7ef523cc18284b7e3b3ccf06aca1403b7ebd3" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pluggy"
|
|
|
|
|
version = "1.6.0"
|
|
|
|
|
source = { registry = "http://10.0.0.2:5001/index/" }
|
|
|
|
|
sdist = { url = "http://10.0.0.2:5001/index/pluggy/pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" }
|
|
|
|
|
wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/pluggy/pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pre-commit"
|
|
|
|
|
version = "4.3.0"
|
|
|
|
@@ -321,6 +465,45 @@ wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/pydantic-core/pydantic_core-2.41.4-graalpy312-graalpy250_312_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bd8a5028425820731d8c6c098ab642d7b8b999758e24acae03ed38a66eca8335" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pygments"
|
|
|
|
|
version = "2.19.2"
|
|
|
|
|
source = { registry = "http://10.0.0.2:5001/index/" }
|
|
|
|
|
sdist = { url = "http://10.0.0.2:5001/index/pygments/pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" }
|
|
|
|
|
wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/pygments/pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytest"
|
|
|
|
|
version = "8.4.2"
|
|
|
|
|
source = { registry = "http://10.0.0.2:5001/index/" }
|
|
|
|
|
dependencies = [
|
|
|
|
|
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
|
|
|
{ name = "iniconfig" },
|
|
|
|
|
{ name = "packaging" },
|
|
|
|
|
{ name = "pluggy" },
|
|
|
|
|
{ name = "pygments" },
|
|
|
|
|
]
|
|
|
|
|
sdist = { url = "http://10.0.0.2:5001/index/pytest/pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01" }
|
|
|
|
|
wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/pytest/pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytest-cov"
|
|
|
|
|
version = "7.0.0"
|
|
|
|
|
source = { registry = "http://10.0.0.2:5001/index/" }
|
|
|
|
|
dependencies = [
|
|
|
|
|
{ name = "coverage" },
|
|
|
|
|
{ name = "pluggy" },
|
|
|
|
|
{ name = "pytest" },
|
|
|
|
|
]
|
|
|
|
|
sdist = { url = "http://10.0.0.2:5001/index/pytest-cov/pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1" }
|
|
|
|
|
wheels = [
|
|
|
|
|
{ url = "http://10.0.0.2:5001/index/pytest-cov/pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyupgrade"
|
|
|
|
|
version = "3.21.0"
|
|
|
|
|