annotate pdm.lock @ 7:f0d549ec5e59 default tip

deployment and hostname
author drewp@bigasterisk.com
date Mon, 23 Sep 2024 01:24:48 -0700
parents b7b6d7f1ce56
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
1 # This file is @generated by PDM.
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
2 # It is not intended for manual editing.
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
3
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
4 [metadata]
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
5 groups = ["default"]
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
6 strategy = ["cross_platform"]
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
7 lock_version = "4.5.0"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
8 content_hash = "sha256:d6a2d2477798bebb9c6b8364f7d84320fb09ff75ea17593ef74f4a3d49270494"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
9
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
10 [[metadata.targets]]
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
11 requires_python = ">=3.11"
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
12
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
13 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
14 name = "anyio"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
15 version = "4.6.0"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
16 requires_python = ">=3.9"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
17 summary = "High level compatibility layer for multiple asynchronous event loop implementations"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
18 dependencies = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
19 "exceptiongroup>=1.0.2; python_version < \"3.11\"",
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
20 "idna>=2.8",
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
21 "sniffio>=1.1",
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
22 "typing-extensions>=4.1; python_version < \"3.11\"",
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
23 ]
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
24 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
25 {file = "anyio-4.6.0-py3-none-any.whl", hash = "sha256:c7d2e9d63e31599eeb636c8c5c03a7e108d73b345f064f1c19fdc87b79036a9a"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
26 {file = "anyio-4.6.0.tar.gz", hash = "sha256:137b4559cbb034c477165047febb6ff83f390fc3b20bf181c1fc0a728cb8beeb"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
27 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
28
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
29 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
30 name = "background-loop"
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
31 version = "1.8.0"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
32 requires_python = ">=3.9"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
33 summary = ""
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
34 dependencies = [
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
35 "prometheus-client",
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
36 ]
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
37 files = [
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
38 {file = "background-loop-1.8.0.tar.gz", hash = "sha256:0cda4f1d341ca3ed7c1dadaf28fde45c567af603b762217b6ffc7a56f701c671"},
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
39 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
40
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
41 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
42 name = "click"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
43 version = "8.1.7"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
44 requires_python = ">=3.7"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
45 summary = "Composable command line interface toolkit"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
46 dependencies = [
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
47 "colorama; platform_system == \"Windows\"",
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
48 "importlib-metadata; python_version < \"3.8\"",
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
49 ]
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
50 files = [
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
51 {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
52 {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
53 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
54
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
55 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
56 name = "colorama"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
57 version = "0.4.6"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
58 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
59 summary = "Cross-platform colored terminal text."
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
60 files = [
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
61 {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
62 {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
63 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
64
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
65 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
66 name = "h11"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
67 version = "0.14.0"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
68 requires_python = ">=3.7"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
69 summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
70 dependencies = [
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
71 "typing-extensions; python_version < \"3.8\"",
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
72 ]
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
73 files = [
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
74 {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
75 {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
76 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
77
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
78 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
79 name = "httptools"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
80 version = "0.6.1"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
81 requires_python = ">=3.8.0"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
82 summary = "A collection of framework independent HTTP protocol utils."
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
83 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
84 {file = "httptools-0.6.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:7a7ea483c1a4485c71cb5f38be9db078f8b0e8b4c4dc0210f531cdd2ddac1ef1"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
85 {file = "httptools-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:85ed077c995e942b6f1b07583e4eb0a8d324d418954fc6af913d36db7c05a5a0"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
86 {file = "httptools-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b0bb634338334385351a1600a73e558ce619af390c2b38386206ac6a27fecfc"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
87 {file = "httptools-0.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d9ceb2c957320def533671fc9c715a80c47025139c8d1f3797477decbc6edd2"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
88 {file = "httptools-0.6.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:4f0f8271c0a4db459f9dc807acd0eadd4839934a4b9b892f6f160e94da309837"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
89 {file = "httptools-0.6.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:6a4f5ccead6d18ec072ac0b84420e95d27c1cdf5c9f1bc8fbd8daf86bd94f43d"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
90 {file = "httptools-0.6.1-cp311-cp311-win_amd64.whl", hash = "sha256:5cceac09f164bcba55c0500a18fe3c47df29b62353198e4f37bbcc5d591172c3"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
91 {file = "httptools-0.6.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:75c8022dca7935cba14741a42744eee13ba05db00b27a4b940f0d646bd4d56d0"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
92 {file = "httptools-0.6.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:48ed8129cd9a0d62cf4d1575fcf90fb37e3ff7d5654d3a5814eb3d55f36478c2"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
93 {file = "httptools-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f58e335a1402fb5a650e271e8c2d03cfa7cea46ae124649346d17bd30d59c90"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
94 {file = "httptools-0.6.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:93ad80d7176aa5788902f207a4e79885f0576134695dfb0fefc15b7a4648d503"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
95 {file = "httptools-0.6.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:9bb68d3a085c2174c2477eb3ffe84ae9fb4fde8792edb7bcd09a1d8467e30a84"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
96 {file = "httptools-0.6.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:b512aa728bc02354e5ac086ce76c3ce635b62f5fbc32ab7082b5e582d27867bb"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
97 {file = "httptools-0.6.1-cp312-cp312-win_amd64.whl", hash = "sha256:97662ce7fb196c785344d00d638fc9ad69e18ee4bfb4000b35a52efe5adcc949"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
98 {file = "httptools-0.6.1.tar.gz", hash = "sha256:c6e26c30455600b95d94b1b836085138e82f177351454ee841c148f93a9bad5a"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
99 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
100
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
101 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
102 name = "idna"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
103 version = "3.10"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
104 requires_python = ">=3.6"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
105 summary = "Internationalized Domain Names in Applications (IDNA)"
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
106 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
107 {file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
108 {file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
109 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
110
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
111 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
112 name = "pigpio"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
113 version = "1.78"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
114 summary = "Raspberry Pi GPIO module"
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
115 files = [
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
116 {file = "pigpio-1.78-py2.py3-none-any.whl", hash = "sha256:81e46f640c4e6342881fa9bbe290dbcd4fc179619dc6591e57a9d4a084dc49fa"},
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
117 {file = "pigpio-1.78.tar.gz", hash = "sha256:91efa50e4990649da97408a384782d6ccf58342fc59cdfe21ed7a42911569975"},
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
118 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
119
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
120 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
121 name = "prometheus-client"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
122 version = "0.21.0"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
123 requires_python = ">=3.8"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
124 summary = "Python client for the Prometheus monitoring system."
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
125 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
126 {file = "prometheus_client-0.21.0-py3-none-any.whl", hash = "sha256:4fa6b4dd0ac16d58bb587c04b1caae65b8c5043e85f778f42f5f632f6af2e166"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
127 {file = "prometheus_client-0.21.0.tar.gz", hash = "sha256:96c83c606b71ff2b0a433c98889d275f51ffec6c5e267de37c7a2b5c9aa9233e"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
128 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
129
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
130 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
131 name = "python-dotenv"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
132 version = "1.0.1"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
133 requires_python = ">=3.8"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
134 summary = "Read key-value pairs from a .env file and set them as environment variables"
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
135 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
136 {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
137 {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
138 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
139
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
140 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
141 name = "pyyaml"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
142 version = "6.0.2"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
143 requires_python = ">=3.8"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
144 summary = "YAML parser and emitter for Python"
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
145 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
146 {file = "PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
147 {file = "PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
148 {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
149 {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
150 {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
151 {file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
152 {file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
153 {file = "PyYAML-6.0.2-cp311-cp311-win32.whl", hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
154 {file = "PyYAML-6.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
155 {file = "PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
156 {file = "PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
157 {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
158 {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
159 {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
160 {file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
161 {file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
162 {file = "PyYAML-6.0.2-cp312-cp312-win32.whl", hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
163 {file = "PyYAML-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
164 {file = "PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
165 {file = "PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
166 {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
167 {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
168 {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
169 {file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
170 {file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
171 {file = "PyYAML-6.0.2-cp313-cp313-win32.whl", hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
172 {file = "PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
173 {file = "pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
174 ]
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
175
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
176 [[package]]
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
177 name = "ruff"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
178 version = "0.6.7"
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
179 requires_python = ">=3.7"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
180 summary = "An extremely fast Python linter and code formatter, written in Rust."
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
181 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
182 {file = "ruff-0.6.7-py3-none-linux_armv6l.whl", hash = "sha256:08277b217534bfdcc2e1377f7f933e1c7957453e8a79764d004e44c40db923f2"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
183 {file = "ruff-0.6.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:c6707a32e03b791f4448dc0dce24b636cbcdee4dd5607adc24e5ee73fd86c00a"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
184 {file = "ruff-0.6.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:533d66b7774ef224e7cf91506a7dafcc9e8ec7c059263ec46629e54e7b1f90ab"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
185 {file = "ruff-0.6.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:17a86aac6f915932d259f7bec79173e356165518859f94649d8c50b81ff087e9"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
186 {file = "ruff-0.6.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b3f8822defd260ae2460ea3832b24d37d203c3577f48b055590a426a722d50ef"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
187 {file = "ruff-0.6.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9ba4efe5c6dbbb58be58dd83feedb83b5e95c00091bf09987b4baf510fee5c99"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
188 {file = "ruff-0.6.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:525201b77f94d2b54868f0cbe5edc018e64c22563da6c5c2e5c107a4e85c1c0d"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
189 {file = "ruff-0.6.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8854450839f339e1049fdbe15d875384242b8e85d5c6947bb2faad33c651020b"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
190 {file = "ruff-0.6.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2f0b62056246234d59cbf2ea66e84812dc9ec4540518e37553513392c171cb18"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
191 {file = "ruff-0.6.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b1462fa56c832dc0cea5b4041cfc9c97813505d11cce74ebc6d1aae068de36b"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
192 {file = "ruff-0.6.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:02b083770e4cdb1495ed313f5694c62808e71764ec6ee5db84eedd82fd32d8f5"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
193 {file = "ruff-0.6.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:0c05fd37013de36dfa883a3854fae57b3113aaa8abf5dea79202675991d48624"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
194 {file = "ruff-0.6.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:f49c9caa28d9bbfac4a637ae10327b3db00f47d038f3fbb2195c4d682e925b14"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
195 {file = "ruff-0.6.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:a0e1655868164e114ba43a908fd2d64a271a23660195017c17691fb6355d59bb"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
196 {file = "ruff-0.6.7-py3-none-win32.whl", hash = "sha256:a939ca435b49f6966a7dd64b765c9df16f1faed0ca3b6f16acdf7731969deb35"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
197 {file = "ruff-0.6.7-py3-none-win_amd64.whl", hash = "sha256:590445eec5653f36248584579c06252ad2e110a5d1f32db5420de35fb0e1c977"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
198 {file = "ruff-0.6.7-py3-none-win_arm64.whl", hash = "sha256:b28f0d5e2f771c1fe3c7a45d3f53916fc74a480698c4b5731f0bea61e52137c8"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
199 {file = "ruff-0.6.7.tar.gz", hash = "sha256:44e52129d82266fa59b587e2cd74def5637b730a69c4542525dfdecfaae38bd5"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
200 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
201
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
202 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
203 name = "sniffio"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
204 version = "1.3.1"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
205 requires_python = ">=3.7"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
206 summary = "Sniff out which async library your code is running under"
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
207 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
208 {file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
209 {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
210 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
211
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
212 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
213 name = "starlette"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
214 version = "0.39.0"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
215 requires_python = ">=3.8"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
216 summary = "The little ASGI library that shines."
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
217 dependencies = [
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
218 "anyio<5,>=3.4.0",
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
219 "typing-extensions>=3.10.0; python_version < \"3.10\"",
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
220 ]
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
221 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
222 {file = "starlette-0.39.0-py3-none-any.whl", hash = "sha256:57164a38948018134537d31367fb46ef9be6050a8e955fb4990235960ed03f92"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
223 {file = "starlette-0.39.0.tar.gz", hash = "sha256:b35acedae74e95967dd9c0a47b45f5803dcd8973d0d95c18c1abb184845ba42c"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
224 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
225
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
226 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
227 name = "starlette-exporter"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
228 version = "0.23.0"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
229 requires_python = ">=3.8"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
230 summary = "Prometheus metrics exporter for Starlette applications."
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
231 dependencies = [
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
232 "prometheus-client>=0.12",
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
233 "starlette>=0.35",
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
234 ]
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
235 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
236 {file = "starlette_exporter-0.23.0-py3-none-any.whl", hash = "sha256:ea1a27f2aae48122931e2384a361a03e00261efbb4a665ce1ae2e46f29123d5e"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
237 {file = "starlette_exporter-0.23.0.tar.gz", hash = "sha256:f80998db2d4a3462808a9bce56950046b113d3fab6ec6c20cb6de4431d974969"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
238 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
239
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
240 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
241 name = "uvicorn"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
242 version = "0.30.6"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
243 requires_python = ">=3.8"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
244 summary = "The lightning-fast ASGI server."
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
245 dependencies = [
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
246 "click>=7.0",
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
247 "h11>=0.8",
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
248 "typing-extensions>=4.0; python_version < \"3.11\"",
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
249 ]
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
250 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
251 {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
252 {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
253 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
254
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
255 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
256 name = "uvicorn"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
257 version = "0.30.6"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
258 extras = ["standard"]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
259 requires_python = ">=3.8"
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
260 summary = "The lightning-fast ASGI server."
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
261 dependencies = [
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
262 "colorama>=0.4; sys_platform == \"win32\"",
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
263 "httptools>=0.5.0",
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
264 "python-dotenv>=0.13",
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
265 "pyyaml>=5.1",
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
266 "uvicorn==0.30.6",
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
267 "uvloop!=0.15.0,!=0.15.1,>=0.14.0; (sys_platform != \"cygwin\" and sys_platform != \"win32\") and platform_python_implementation != \"PyPy\"",
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
268 "watchfiles>=0.13",
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
269 "websockets>=10.4",
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
270 ]
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
271 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
272 {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
273 {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
274 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
275
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
276 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
277 name = "uvloop"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
278 version = "0.20.0"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
279 requires_python = ">=3.8.0"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
280 summary = "Fast implementation of asyncio event loop on top of libuv"
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
281 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
282 {file = "uvloop-0.20.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:e50289c101495e0d1bb0bfcb4a60adde56e32f4449a67216a1ab2750aa84f037"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
283 {file = "uvloop-0.20.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e237f9c1e8a00e7d9ddaa288e535dc337a39bcbf679f290aee9d26df9e72bce9"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
284 {file = "uvloop-0.20.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:746242cd703dc2b37f9d8b9f173749c15e9a918ddb021575a0205ec29a38d31e"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
285 {file = "uvloop-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82edbfd3df39fb3d108fc079ebc461330f7c2e33dbd002d146bf7c445ba6e756"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
286 {file = "uvloop-0.20.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:80dc1b139516be2077b3e57ce1cb65bfed09149e1d175e0478e7a987863b68f0"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
287 {file = "uvloop-0.20.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:4f44af67bf39af25db4c1ac27e82e9665717f9c26af2369c404be865c8818dcf"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
288 {file = "uvloop-0.20.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:4b75f2950ddb6feed85336412b9a0c310a2edbcf4cf931aa5cfe29034829676d"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
289 {file = "uvloop-0.20.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:77fbc69c287596880ecec2d4c7a62346bef08b6209749bf6ce8c22bbaca0239e"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
290 {file = "uvloop-0.20.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6462c95f48e2d8d4c993a2950cd3d31ab061864d1c226bbf0ee2f1a8f36674b9"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
291 {file = "uvloop-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:649c33034979273fa71aa25d0fe120ad1777c551d8c4cd2c0c9851d88fcb13ab"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
292 {file = "uvloop-0.20.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3a609780e942d43a275a617c0839d85f95c334bad29c4c0918252085113285b5"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
293 {file = "uvloop-0.20.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:aea15c78e0d9ad6555ed201344ae36db5c63d428818b4b2a42842b3870127c00"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
294 {file = "uvloop-0.20.0.tar.gz", hash = "sha256:4603ca714a754fc8d9b197e325db25b2ea045385e8a3ad05d3463de725fdf469"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
295 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
296
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
297 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
298 name = "watchfiles"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
299 version = "0.24.0"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
300 requires_python = ">=3.8"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
301 summary = "Simple, modern and high performance file watching and code reload in python."
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
302 dependencies = [
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
303 "anyio>=3.0.0",
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
304 ]
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
305 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
306 {file = "watchfiles-0.24.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:bdcd5538e27f188dd3c804b4a8d5f52a7fc7f87e7fd6b374b8e36a4ca03db428"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
307 {file = "watchfiles-0.24.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2dadf8a8014fde6addfd3c379e6ed1a981c8f0a48292d662e27cabfe4239c83c"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
308 {file = "watchfiles-0.24.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6509ed3f467b79d95fc62a98229f79b1a60d1b93f101e1c61d10c95a46a84f43"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
309 {file = "watchfiles-0.24.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8360f7314a070c30e4c976b183d1d8d1585a4a50c5cb603f431cebcbb4f66327"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
310 {file = "watchfiles-0.24.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:316449aefacf40147a9efaf3bd7c9bdd35aaba9ac5d708bd1eb5763c9a02bef5"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
311 {file = "watchfiles-0.24.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:73bde715f940bea845a95247ea3e5eb17769ba1010efdc938ffcb967c634fa61"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
312 {file = "watchfiles-0.24.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3770e260b18e7f4e576edca4c0a639f704088602e0bc921c5c2e721e3acb8d15"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
313 {file = "watchfiles-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa0fd7248cf533c259e59dc593a60973a73e881162b1a2f73360547132742823"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
314 {file = "watchfiles-0.24.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:d7a2e3b7f5703ffbd500dabdefcbc9eafeff4b9444bbdd5d83d79eedf8428fab"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
315 {file = "watchfiles-0.24.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:d831ee0a50946d24a53821819b2327d5751b0c938b12c0653ea5be7dea9c82ec"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
316 {file = "watchfiles-0.24.0-cp311-none-win32.whl", hash = "sha256:49d617df841a63b4445790a254013aea2120357ccacbed00253f9c2b5dc24e2d"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
317 {file = "watchfiles-0.24.0-cp311-none-win_amd64.whl", hash = "sha256:d3dcb774e3568477275cc76554b5a565024b8ba3a0322f77c246bc7111c5bb9c"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
318 {file = "watchfiles-0.24.0-cp311-none-win_arm64.whl", hash = "sha256:9301c689051a4857d5b10777da23fafb8e8e921bcf3abe6448a058d27fb67633"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
319 {file = "watchfiles-0.24.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:7211b463695d1e995ca3feb38b69227e46dbd03947172585ecb0588f19b0d87a"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
320 {file = "watchfiles-0.24.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:4b8693502d1967b00f2fb82fc1e744df128ba22f530e15b763c8d82baee15370"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
321 {file = "watchfiles-0.24.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cdab9555053399318b953a1fe1f586e945bc8d635ce9d05e617fd9fe3a4687d6"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
322 {file = "watchfiles-0.24.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:34e19e56d68b0dad5cff62273107cf5d9fbaf9d75c46277aa5d803b3ef8a9e9b"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
323 {file = "watchfiles-0.24.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:41face41f036fee09eba33a5b53a73e9a43d5cb2c53dad8e61fa6c9f91b5a51e"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
324 {file = "watchfiles-0.24.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5148c2f1ea043db13ce9b0c28456e18ecc8f14f41325aa624314095b6aa2e9ea"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
325 {file = "watchfiles-0.24.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7e4bd963a935aaf40b625c2499f3f4f6bbd0c3776f6d3bc7c853d04824ff1c9f"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
326 {file = "watchfiles-0.24.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c79d7719d027b7a42817c5d96461a99b6a49979c143839fc37aa5748c322f234"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
327 {file = "watchfiles-0.24.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:32aa53a9a63b7f01ed32e316e354e81e9da0e6267435c7243bf8ae0f10b428ef"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
328 {file = "watchfiles-0.24.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:ce72dba6a20e39a0c628258b5c308779b8697f7676c254a845715e2a1039b968"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
329 {file = "watchfiles-0.24.0-cp312-none-win32.whl", hash = "sha256:d9018153cf57fc302a2a34cb7564870b859ed9a732d16b41a9b5cb2ebed2d444"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
330 {file = "watchfiles-0.24.0-cp312-none-win_amd64.whl", hash = "sha256:551ec3ee2a3ac9cbcf48a4ec76e42c2ef938a7e905a35b42a1267fa4b1645896"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
331 {file = "watchfiles-0.24.0-cp312-none-win_arm64.whl", hash = "sha256:b52a65e4ea43c6d149c5f8ddb0bef8d4a1e779b77591a458a893eb416624a418"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
332 {file = "watchfiles-0.24.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:3d2e3ab79a1771c530233cadfd277fcc762656d50836c77abb2e5e72b88e3a48"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
333 {file = "watchfiles-0.24.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:327763da824817b38ad125dcd97595f942d720d32d879f6c4ddf843e3da3fe90"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
334 {file = "watchfiles-0.24.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd82010f8ab451dabe36054a1622870166a67cf3fce894f68895db6f74bbdc94"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
335 {file = "watchfiles-0.24.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d64ba08db72e5dfd5c33be1e1e687d5e4fcce09219e8aee893a4862034081d4e"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
336 {file = "watchfiles-0.24.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1cf1f6dd7825053f3d98f6d33f6464ebdd9ee95acd74ba2c34e183086900a827"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
337 {file = "watchfiles-0.24.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:43e3e37c15a8b6fe00c1bce2473cfa8eb3484bbeecf3aefbf259227e487a03df"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
338 {file = "watchfiles-0.24.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:88bcd4d0fe1d8ff43675360a72def210ebad3f3f72cabfeac08d825d2639b4ab"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
339 {file = "watchfiles-0.24.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:999928c6434372fde16c8f27143d3e97201160b48a614071261701615a2a156f"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
340 {file = "watchfiles-0.24.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:30bbd525c3262fd9f4b1865cb8d88e21161366561cd7c9e1194819e0a33ea86b"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
341 {file = "watchfiles-0.24.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:edf71b01dec9f766fb285b73930f95f730bb0943500ba0566ae234b5c1618c18"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
342 {file = "watchfiles-0.24.0-cp313-none-win32.whl", hash = "sha256:f4c96283fca3ee09fb044f02156d9570d156698bc3734252175a38f0e8975f07"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
343 {file = "watchfiles-0.24.0-cp313-none-win_amd64.whl", hash = "sha256:a974231b4fdd1bb7f62064a0565a6b107d27d21d9acb50c484d2cdba515b9366"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
344 {file = "watchfiles-0.24.0.tar.gz", hash = "sha256:afb72325b74fa7a428c009c1b8be4b4d7c2afedafb2982827ef2156646df2fe1"},
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
345 ]
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
346
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
347 [[package]]
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
348 name = "websockets"
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
349 version = "13.1"
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
350 requires_python = ">=3.8"
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
351 summary = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
2
b7b6d7f1ce56 bg loop now crashes if there's an error
drewp@bigasterisk.com
parents: 0
diff changeset
352 files = [
7
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
353 {file = "websockets-13.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:61fc0dfcda609cda0fc9fe7977694c0c59cf9d749fbb17f4e9483929e3c48a19"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
354 {file = "websockets-13.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ceec59f59d092c5007e815def4ebb80c2de330e9588e101cf8bd94c143ec78a5"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
355 {file = "websockets-13.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c1dca61c6db1166c48b95198c0b7d9c990b30c756fc2923cc66f68d17dc558fd"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
356 {file = "websockets-13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:308e20f22c2c77f3f39caca508e765f8725020b84aa963474e18c59accbf4c02"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
357 {file = "websockets-13.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:62d516c325e6540e8a57b94abefc3459d7dab8ce52ac75c96cad5549e187e3a7"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
358 {file = "websockets-13.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87c6e35319b46b99e168eb98472d6c7d8634ee37750d7693656dc766395df096"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
359 {file = "websockets-13.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:5f9fee94ebafbc3117c30be1844ed01a3b177bb6e39088bc6b2fa1dc15572084"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
360 {file = "websockets-13.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:7c1e90228c2f5cdde263253fa5db63e6653f1c00e7ec64108065a0b9713fa1b3"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
361 {file = "websockets-13.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:6548f29b0e401eea2b967b2fdc1c7c7b5ebb3eeb470ed23a54cd45ef078a0db9"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
362 {file = "websockets-13.1-cp311-cp311-win32.whl", hash = "sha256:c11d4d16e133f6df8916cc5b7e3e96ee4c44c936717d684a94f48f82edb7c92f"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
363 {file = "websockets-13.1-cp311-cp311-win_amd64.whl", hash = "sha256:d04f13a1d75cb2b8382bdc16ae6fa58c97337253826dfe136195b7f89f661557"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
364 {file = "websockets-13.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:9d75baf00138f80b48f1eac72ad1535aac0b6461265a0bcad391fc5aba875cfc"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
365 {file = "websockets-13.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:9b6f347deb3dcfbfde1c20baa21c2ac0751afaa73e64e5b693bb2b848efeaa49"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
366 {file = "websockets-13.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:de58647e3f9c42f13f90ac7e5f58900c80a39019848c5547bc691693098ae1bd"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
367 {file = "websockets-13.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a1b54689e38d1279a51d11e3467dd2f3a50f5f2e879012ce8f2d6943f00e83f0"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
368 {file = "websockets-13.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cf1781ef73c073e6b0f90af841aaf98501f975d306bbf6221683dd594ccc52b6"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
369 {file = "websockets-13.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d23b88b9388ed85c6faf0e74d8dec4f4d3baf3ecf20a65a47b836d56260d4b9"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
370 {file = "websockets-13.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3c78383585f47ccb0fcf186dcb8a43f5438bd7d8f47d69e0b56f71bf431a0a68"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
371 {file = "websockets-13.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:d6d300f8ec35c24025ceb9b9019ae9040c1ab2f01cddc2bcc0b518af31c75c14"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
372 {file = "websockets-13.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a9dcaf8b0cc72a392760bb8755922c03e17a5a54e08cca58e8b74f6902b433cf"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
373 {file = "websockets-13.1-cp312-cp312-win32.whl", hash = "sha256:2f85cf4f2a1ba8f602298a853cec8526c2ca42a9a4b947ec236eaedb8f2dc80c"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
374 {file = "websockets-13.1-cp312-cp312-win_amd64.whl", hash = "sha256:38377f8b0cdeee97c552d20cf1865695fcd56aba155ad1b4ca8779a5b6ef4ac3"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
375 {file = "websockets-13.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:a9ab1e71d3d2e54a0aa646ab6d4eebfaa5f416fe78dfe4da2839525dc5d765c6"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
376 {file = "websockets-13.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b9d7439d7fab4dce00570bb906875734df13d9faa4b48e261c440a5fec6d9708"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
377 {file = "websockets-13.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:327b74e915cf13c5931334c61e1a41040e365d380f812513a255aa804b183418"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
378 {file = "websockets-13.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:325b1ccdbf5e5725fdcb1b0e9ad4d2545056479d0eee392c291c1bf76206435a"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
379 {file = "websockets-13.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:346bee67a65f189e0e33f520f253d5147ab76ae42493804319b5716e46dddf0f"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
380 {file = "websockets-13.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:91a0fa841646320ec0d3accdff5b757b06e2e5c86ba32af2e0815c96c7a603c5"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
381 {file = "websockets-13.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:18503d2c5f3943e93819238bf20df71982d193f73dcecd26c94514f417f6b135"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
382 {file = "websockets-13.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:a9cd1af7e18e5221d2878378fbc287a14cd527fdd5939ed56a18df8a31136bb2"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
383 {file = "websockets-13.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:70c5be9f416aa72aab7a2a76c90ae0a4fe2755c1816c153c1a2bcc3333ce4ce6"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
384 {file = "websockets-13.1-cp313-cp313-win32.whl", hash = "sha256:624459daabeb310d3815b276c1adef475b3e6804abaf2d9d2c061c319f7f187d"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
385 {file = "websockets-13.1-cp313-cp313-win_amd64.whl", hash = "sha256:c518e84bb59c2baae725accd355c8dc517b4a3ed8db88b4bc93c78dae2974bf2"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
386 {file = "websockets-13.1-py3-none-any.whl", hash = "sha256:a9a396a6ad26130cdae92ae10c36af09d9bfe6cafe69670fd3b6da9b07b4044f"},
f0d549ec5e59 deployment and hostname
drewp@bigasterisk.com
parents: 2
diff changeset
387 {file = "websockets-13.1.tar.gz", hash = "sha256:a3b3366087c1bc0a2795111edcadddb8b3b59509d5db5d7ea3fdd69f954a8878"},
0
3989f073ed9e start. hardcoded motion light in garage
drewp@bigasterisk.com
parents:
diff changeset
388 ]