1732
|
1 # This file is @generated by PDM.
|
|
2 # It is not intended for manual editing.
|
|
3
|
|
4 [[package]]
|
|
5 name = "aiomqtt"
|
|
6 version = "1.0.0"
|
|
7 requires_python = ">=3.7,<4.0"
|
|
8 summary = "The idiomatic asyncio MQTT client, wrapped around paho-mqtt"
|
|
9 dependencies = [
|
|
10 "paho-mqtt<2.0.0,>=1.6.0",
|
|
11 ]
|
|
12
|
|
13 [[package]]
|
|
14 name = "anyio"
|
|
15 version = "3.7.1"
|
|
16 requires_python = ">=3.7"
|
|
17 summary = "High level compatibility layer for multiple asynchronous event loop implementations"
|
|
18 dependencies = [
|
|
19 "exceptiongroup; python_version < \"3.11\"",
|
|
20 "idna>=2.8",
|
|
21 "sniffio>=1.1",
|
|
22 ]
|
|
23
|
|
24 [[package]]
|
|
25 name = "asyncio-mqtt"
|
|
26 version = "0.16.2"
|
|
27 requires_python = ">=3.7"
|
|
28 summary = "Idiomatic asyncio wrapper around paho-mqtt"
|
|
29 dependencies = [
|
|
30 "paho-mqtt>=1.6.0",
|
|
31 ]
|
|
32
|
|
33 [[package]]
|
|
34 name = "certifi"
|
|
35 version = "2023.5.7"
|
|
36 requires_python = ">=3.6"
|
|
37 summary = "Python package for providing Mozilla's CA Bundle."
|
|
38
|
|
39 [[package]]
|
|
40 name = "click"
|
|
41 version = "8.1.4"
|
|
42 requires_python = ">=3.7"
|
|
43 summary = "Composable command line interface toolkit"
|
|
44 dependencies = [
|
|
45 "colorama; platform_system == \"Windows\"",
|
|
46 ]
|
|
47
|
|
48 [[package]]
|
|
49 name = "colorama"
|
|
50 version = "0.4.6"
|
|
51 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
|
52 summary = "Cross-platform colored terminal text."
|
|
53
|
|
54 [[package]]
|
|
55 name = "elasticsearch"
|
|
56 version = "7.17.9"
|
|
57 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4"
|
|
58 summary = "Python client for Elasticsearch"
|
|
59 dependencies = [
|
|
60 "certifi",
|
|
61 "urllib3<2,>=1.21.1",
|
|
62 ]
|
|
63
|
|
64 [[package]]
|
|
65 name = "elasticsearch-logging-handler"
|
|
66 version = "1.0.1"
|
|
67 requires_python = ">=3.7"
|
|
68 summary = "Minimalistic Elasticsearch logging handler"
|
|
69 dependencies = [
|
|
70 "elasticsearch<8.0.0",
|
|
71 "pytz",
|
|
72 ]
|
|
73
|
|
74 [[package]]
|
|
75 name = "exceptiongroup"
|
|
76 version = "1.1.2"
|
|
77 requires_python = ">=3.7"
|
|
78 summary = "Backport of PEP 654 (exception groups)"
|
|
79
|
|
80 [[package]]
|
|
81 name = "h11"
|
|
82 version = "0.14.0"
|
|
83 requires_python = ">=3.7"
|
|
84 summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
|
|
85
|
|
86 [[package]]
|
|
87 name = "idna"
|
|
88 version = "3.4"
|
|
89 requires_python = ">=3.5"
|
|
90 summary = "Internationalized Domain Names in Applications (IDNA)"
|
|
91
|
|
92 [[package]]
|
|
93 name = "isodate"
|
|
94 version = "0.6.1"
|
|
95 summary = "An ISO 8601 date/time/duration parser and formatter"
|
|
96 dependencies = [
|
|
97 "six",
|
|
98 ]
|
|
99
|
|
100 [[package]]
|
|
101 name = "logging-json"
|
|
102 version = "0.4.0"
|
|
103 requires_python = ">=3.7"
|
|
104 summary = "JSON formatter for python logging"
|
|
105
|
|
106 [[package]]
|
|
107 name = "paho-mqtt"
|
|
108 version = "1.6.1"
|
|
109 summary = "MQTT version 5.0/3.1.1 client class"
|
|
110
|
|
111 [[package]]
|
|
112 name = "prometheus-client"
|
|
113 version = "0.17.1"
|
|
114 requires_python = ">=3.6"
|
|
115 summary = "Python client for the Prometheus monitoring system."
|
|
116
|
|
117 [[package]]
|
|
118 name = "pyparsing"
|
|
119 version = "3.1.0"
|
|
120 requires_python = ">=3.6.8"
|
|
121 summary = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
|
122
|
|
123 [[package]]
|
|
124 name = "pytz"
|
|
125 version = "2023.3"
|
|
126 summary = "World timezone definitions, modern and historical"
|
|
127
|
|
128 [[package]]
|
|
129 name = "rdflib"
|
|
130 version = "6.3.2"
|
|
131 requires_python = ">=3.7,<4.0"
|
|
132 summary = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."
|
|
133 dependencies = [
|
|
134 "isodate<0.7.0,>=0.6.0",
|
|
135 "pyparsing<4,>=2.1.0",
|
|
136 ]
|
|
137
|
|
138 [[package]]
|
|
139 name = "six"
|
|
140 version = "1.16.0"
|
|
141 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
142 summary = "Python 2 and 3 compatibility utilities"
|
|
143
|
|
144 [[package]]
|
|
145 name = "sniffio"
|
|
146 version = "1.3.0"
|
|
147 requires_python = ">=3.7"
|
|
148 summary = "Sniff out which async library your code is running under"
|
|
149
|
|
150 [[package]]
|
|
151 name = "starlette"
|
|
152 version = "0.28.0"
|
|
153 requires_python = ">=3.7"
|
|
154 summary = "The little ASGI library that shines."
|
|
155 dependencies = [
|
|
156 "anyio<5,>=3.4.0",
|
|
157 ]
|
|
158
|
|
159 [[package]]
|
|
160 name = "starlette-exporter"
|
|
161 version = "0.16.0"
|
|
162 summary = "Prometheus metrics exporter for Starlette applications."
|
|
163 dependencies = [
|
|
164 "prometheus-client>=0.12",
|
|
165 "starlette",
|
|
166 ]
|
|
167
|
|
168 [[package]]
|
|
169 name = "urllib3"
|
|
170 version = "1.26.16"
|
|
171 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
|
172 summary = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
173
|
|
174 [[package]]
|
|
175 name = "uvicorn"
|
|
176 version = "0.22.0"
|
|
177 requires_python = ">=3.7"
|
|
178 summary = "The lightning-fast ASGI server."
|
|
179 dependencies = [
|
|
180 "click>=7.0",
|
|
181 "h11>=0.8",
|
|
182 ]
|
|
183
|
|
184 [[package]]
|
|
185 name = "victorialogger"
|
|
186 version = "0.4.0"
|
|
187 requires_python = ">=3.10"
|
|
188 summary = ""
|
|
189 dependencies = [
|
|
190 "elasticsearch-logging-handler>=1.0.1",
|
|
191 "logging-json>=0.4.0",
|
|
192 ]
|
|
193
|
|
194 [metadata]
|
|
195 lock_version = "4.2"
|
|
196 cross_platform = true
|
|
197 groups = ["default"]
|
|
198 content_hash = "sha256:2e897ffd2914d6d86f5f5488ca6416c633b96eae1d855914f686b9b96d27137f"
|
|
199
|
|
200 [metadata.files]
|
|
201 "aiomqtt 1.0.0" = [
|
|
202 {url = "https://files.pythonhosted.org/packages/8c/d9/5e4859b847897d364cefb29e25d142d6031949499796e6808c24a36a1035/aiomqtt-1.0.0.tar.gz", hash = "sha256:a96c4af50f54ded0c07d4dfc14aa3e212265cbebf659e2ab64950cf14ba8dca2"},
|
|
203 {url = "https://files.pythonhosted.org/packages/cf/7b/c842643452c12c02a1cbc03c9cef24188c81d7b557bd319ebd2c065dbf75/aiomqtt-1.0.0-py3-none-any.whl", hash = "sha256:dd6fe629c10ac24a3d2abc2bcc09afe4f66bc06b6457b63cf764cc81f3b980fe"},
|
|
204 ]
|
|
205 "anyio 3.7.1" = [
|
|
206 {url = "https://files.pythonhosted.org/packages/19/24/44299477fe7dcc9cb58d0a57d5a7588d6af2ff403fdd2d47a246c91a3246/anyio-3.7.1-py3-none-any.whl", hash = "sha256:91dee416e570e92c64041bd18b900d1d6fa78dff7048769ce5ac5ddad004fbb5"},
|
|
207 {url = "https://files.pythonhosted.org/packages/28/99/2dfd53fd55ce9838e6ff2d4dac20ce58263798bd1a0dbe18b3a9af3fcfce/anyio-3.7.1.tar.gz", hash = "sha256:44a3c9aba0f5defa43261a8b3efb97891f2bd7d804e0e1f56419befa1adfc780"},
|
|
208 ]
|
|
209 "asyncio-mqtt 0.16.2" = [
|
|
210 {url = "https://files.pythonhosted.org/packages/2a/64/c8a8c2ed51f3c1f4b8d2f244424d3bad3fbd4333eb01589c6b00a6dd2c04/asyncio_mqtt-0.16.2-py3-none-any.whl", hash = "sha256:fe70ea2c648b248779a7ff3d9218262cdd739083743dfaa7c0d52ba458a8ad71"},
|
|
211 ]
|
|
212 "certifi 2023.5.7" = [
|
|
213 {url = "https://files.pythonhosted.org/packages/93/71/752f7a4dd4c20d6b12341ed1732368546bc0ca9866139fe812f6009d9ac7/certifi-2023.5.7.tar.gz", hash = "sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7"},
|
|
214 {url = "https://files.pythonhosted.org/packages/9d/19/59961b522e6757f0c9097e4493fa906031b95b3ebe9360b2c3083561a6b4/certifi-2023.5.7-py3-none-any.whl", hash = "sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716"},
|
|
215 ]
|
|
216 "click 8.1.4" = [
|
|
217 {url = "https://files.pythonhosted.org/packages/77/88/b0cc5fe95c31c301e9823ea9b028f669c0dcfa205ff71111037a5ed4892c/click-8.1.4.tar.gz", hash = "sha256:b97d0c74955da062a7d4ef92fadb583806a585b2ea81958a81bd72726cbb8e37"},
|
|
218 {url = "https://files.pythonhosted.org/packages/f9/a6/dc327484918f1656cc9fcebebe77efcfc0ef0d447fa925a8760ee55abe0e/click-8.1.4-py3-none-any.whl", hash = "sha256:2739815aaa5d2c986a88f1e9230c55e17f0caad3d958a5e13ad0797c166db9e3"},
|
|
219 ]
|
|
220 "colorama 0.4.6" = [
|
|
221 {url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
|
222 {url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
|
223 ]
|
|
224 "elasticsearch 7.17.9" = [
|
|
225 {url = "https://files.pythonhosted.org/packages/19/3e/91d8970b17a898bbe01c1833e246cc231abddaf70ab987c3f2fd81142964/elasticsearch-7.17.9.tar.gz", hash = "sha256:66c4ece2adfe7cc120e2b6a6798a1fd5c777aecf82eec39bb95cef7cfc7ea2b3"},
|
|
226 {url = "https://files.pythonhosted.org/packages/9b/0a/5ad75e5379bf01c044aa00e0ea893eab630cb5339db87b84436f2b762ffd/elasticsearch-7.17.9-py2.py3-none-any.whl", hash = "sha256:0e2454645dc00517dee4c6de3863411a9c5f1955d013c5fefa29123dadc92f98"},
|
|
227 ]
|
|
228 "elasticsearch-logging-handler 1.0.1" = [
|
|
229 {url = "https://files.pythonhosted.org/packages/0f/62/acbf0fd217a44eaec7535ec2b0e5a94d7ed3266d6c07f39268afd1155f27/elasticsearch_logging_handler-1.0.1-py3-none-any.whl", hash = "sha256:b99c2ab7d64d756f7ef4d631d55e887b354ebd64d6577ba4b348cfba63666065"},
|
|
230 {url = "https://files.pythonhosted.org/packages/9e/3a/c03e8df9ef1d6fa6ed2bd9cde95f4f350e9346414f8a949e43260a83493b/elasticsearch-logging-handler-1.0.1.tar.gz", hash = "sha256:9bb96f665b35aa46c33a7204adbcbd43a37895478ba11a8565c61d4bbe105a31"},
|
|
231 ]
|
|
232 "exceptiongroup 1.1.2" = [
|
|
233 {url = "https://files.pythonhosted.org/packages/55/09/5d2079ecab0ca483e527a1707a483562bdc17abf829d3e73f0c1a73b61c7/exceptiongroup-1.1.2.tar.gz", hash = "sha256:12c3e887d6485d16943a309616de20ae5582633e0a2eda17f4e10fd61c1e8af5"},
|
|
234 {url = "https://files.pythonhosted.org/packages/fe/17/f43b7c9ccf399d72038042ee72785c305f6c6fdc6231942f8ab99d995742/exceptiongroup-1.1.2-py3-none-any.whl", hash = "sha256:e346e69d186172ca7cf029c8c1d16235aa0e04035e5750b4b95039e65204328f"},
|
|
235 ]
|
|
236 "h11 0.14.0" = [
|
|
237 {url = "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
|
|
238 {url = "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
|
|
239 ]
|
|
240 "idna 3.4" = [
|
|
241 {url = "https://files.pythonhosted.org/packages/8b/e1/43beb3d38dba6cb420cefa297822eac205a277ab43e5ba5d5c46faf96438/idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
|
|
242 {url = "https://files.pythonhosted.org/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
|
|
243 ]
|
|
244 "isodate 0.6.1" = [
|
|
245 {url = "https://files.pythonhosted.org/packages/b6/85/7882d311924cbcfc70b1890780763e36ff0b140c7e51c110fc59a532f087/isodate-0.6.1-py2.py3-none-any.whl", hash = "sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96"},
|
|
246 {url = "https://files.pythonhosted.org/packages/db/7a/c0a56c7d56c7fa723988f122fa1f1ccf8c5c4ccc48efad0d214b49e5b1af/isodate-0.6.1.tar.gz", hash = "sha256:48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9"},
|
|
247 ]
|
|
248 "logging-json 0.4.0" = [
|
|
249 {url = "https://files.pythonhosted.org/packages/1d/6d/42d547fd5c5e38a079d8d174da88864b1cfb8a0400c4464ee1af1d0451ac/logging_json-0.4.0.tar.gz", hash = "sha256:ab550d0a16c17a3de7740b1552738ff4f478093b1688902fa397d08ed1952678"},
|
|
250 {url = "https://files.pythonhosted.org/packages/6f/a0/85b77c3b4daa9bc884d8c4f65e71cc11cb33b46da8d6b75ad8364cc5f793/logging_json-0.4.0-py3-none-any.whl", hash = "sha256:e56c0e79fd18573007ccef50fa98689f73c4640c5a2117e7375af0ac43ac95d7"},
|
|
251 ]
|
|
252 "paho-mqtt 1.6.1" = [
|
|
253 {url = "https://files.pythonhosted.org/packages/f8/dd/4b75dcba025f8647bc9862ac17299e0d7d12d3beadbf026d8c8d74215c12/paho-mqtt-1.6.1.tar.gz", hash = "sha256:2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f"},
|
|
254 ]
|
|
255 "prometheus-client 0.17.1" = [
|
|
256 {url = "https://files.pythonhosted.org/packages/ad/b3/6e18c89bf6bd120590ea538a62cae16dc763ff2745b18377c4be5495c4aa/prometheus_client-0.17.1-py3-none-any.whl", hash = "sha256:e537f37160f6807b8202a6fc4764cdd19bac5480ddd3e0d463c3002b34462101"},
|
|
257 {url = "https://files.pythonhosted.org/packages/f5/05/aee33352594522c56eb4a4382b5acd9a706a030db9ba2fc3dc38a283e75c/prometheus_client-0.17.1.tar.gz", hash = "sha256:21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091"},
|
|
258 ]
|
|
259 "pyparsing 3.1.0" = [
|
|
260 {url = "https://files.pythonhosted.org/packages/4f/13/28e88033cab976721512e7741000fb0635fa078045e530a91abb25aea0c0/pyparsing-3.1.0.tar.gz", hash = "sha256:edb662d6fe322d6e990b1594b5feaeadf806803359e3d4d42f11e295e588f0ea"},
|
|
261 {url = "https://files.pythonhosted.org/packages/a4/24/6ae4c9c45cf99d96b06b5d99e25526c060303171fb0aea9da2bfd7dbde93/pyparsing-3.1.0-py3-none-any.whl", hash = "sha256:d554a96d1a7d3ddaf7183104485bc19fd80543ad6ac5bdb6426719d766fb06c1"},
|
|
262 ]
|
|
263 "pytz 2023.3" = [
|
|
264 {url = "https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d/pytz-2023.3.tar.gz", hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"},
|
|
265 {url = "https://files.pythonhosted.org/packages/7f/99/ad6bd37e748257dd70d6f85d916cafe79c0b0f5e2e95b11f7fbc82bf3110/pytz-2023.3-py2.py3-none-any.whl", hash = "sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb"},
|
|
266 ]
|
|
267 "rdflib 6.3.2" = [
|
|
268 {url = "https://files.pythonhosted.org/packages/af/92/d7fb1d7fb70c9f7003fa50b7a3880ebcb311cc3f8552b3595e7c8f75aeeb/rdflib-6.3.2-py3-none-any.whl", hash = "sha256:36b4e74a32aa1e4fa7b8719876fb192f19ecd45ff932ea5ebbd2e417a0247e63"},
|
|
269 {url = "https://files.pythonhosted.org/packages/c8/28/4d1f27c5d73f58e567ca1a14a4eab7d7978a09c4e117687f9f6c216d3366/rdflib-6.3.2.tar.gz", hash = "sha256:72af591ff704f4caacea7ecc0c5a9056b8553e0489dd4f35a9bc52dbd41522e0"},
|
|
270 ]
|
|
271 "six 1.16.0" = [
|
|
272 {url = "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
|
273 {url = "https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
|
274 ]
|
|
275 "sniffio 1.3.0" = [
|
|
276 {url = "https://files.pythonhosted.org/packages/c3/a0/5dba8ed157b0136607c7f2151db695885606968d1fae123dc3391e0cfdbf/sniffio-1.3.0-py3-none-any.whl", hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384"},
|
|
277 {url = "https://files.pythonhosted.org/packages/cd/50/d49c388cae4ec10e8109b1b833fd265511840706808576df3ada99ecb0ac/sniffio-1.3.0.tar.gz", hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101"},
|
|
278 ]
|
|
279 "starlette 0.28.0" = [
|
|
280 {url = "https://files.pythonhosted.org/packages/ba/f3/3cca6acd03eb7e2da1dcf35148815d94e588bf7c1e555a002c888d8a23ee/starlette-0.28.0-py3-none-any.whl", hash = "sha256:e58b9fc402c579950260fbb6d57173395c4e62804c40d3ede7e9ef1074f0c579"},
|
|
281 {url = "https://files.pythonhosted.org/packages/f2/7b/05e2ddc8d0da28c3c916d637cfe509d16e7a2e2cf7faa7cb888446326a30/starlette-0.28.0.tar.gz", hash = "sha256:7bf3da5e997e796cc202cef2bd3f96a7d9b1e1943203c2fe2b42e020bc658482"},
|
|
282 ]
|
|
283 "starlette-exporter 0.16.0" = [
|
|
284 {url = "https://files.pythonhosted.org/packages/91/7a/1edb5c8de27ab3e28a4e6b1f96f5a9de1fffc2a645a095bc5368a0776dcb/starlette_exporter-0.16.0.tar.gz", hash = "sha256:728cccf975c85d3cf2844b0110b51e1fa2dce628ef68bc38da58ad691f9b5d68"},
|
|
285 {url = "https://files.pythonhosted.org/packages/e6/bc/ca5f04ac95634ecba7199ca0912558bec91ca69449edbd2920915432f3c6/starlette_exporter-0.16.0-py3-none-any.whl", hash = "sha256:9dbe8dc647acbeb8680d53cedbbb8042ca75ca1b6987f609c5601ea96ddb7422"},
|
|
286 ]
|
|
287 "urllib3 1.26.16" = [
|
|
288 {url = "https://files.pythonhosted.org/packages/c5/05/c214b32d21c0b465506f95c4f28ccbcba15022e000b043b72b3df7728471/urllib3-1.26.16-py2.py3-none-any.whl", hash = "sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f"},
|
|
289 {url = "https://files.pythonhosted.org/packages/e2/7d/539e6f0cf9f0b95b71dd701a56dae89f768cd39fd8ce0096af3546aeb5a3/urllib3-1.26.16.tar.gz", hash = "sha256:8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14"},
|
|
290 ]
|
|
291 "uvicorn 0.22.0" = [
|
|
292 {url = "https://files.pythonhosted.org/packages/ad/bd/d47ee02312640fcf26c7e1c807402d5c5eab468571153a94ec8f7ada0e46/uvicorn-0.22.0-py3-none-any.whl", hash = "sha256:e9434d3bbf05f310e762147f769c9f21235ee118ba2d2bf1155a7196448bd996"},
|
|
293 {url = "https://files.pythonhosted.org/packages/c6/dd/0d3bab50ab4ef8bec849f89fec2adc2fabcc397018c30e57d9f0d4009c5e/uvicorn-0.22.0.tar.gz", hash = "sha256:79277ae03db57ce7d9aa0567830bbb51d7a612f54d6e1e3e92da3ef24c2c8ed8"},
|
|
294 ]
|
|
295 "victorialogger 0.4.0" = [
|
|
296 {url = "https://projects.bigasterisk.com/victorialogger/victorialogger-0.4.0.tar.gz", hash = "sha256:9fae42f114b3808079b2c18764773d074077678720a52c598e2852e26eb0abac"},
|
|
297 ]
|