Mercurial > code > home > repos > light9
annotate pdm.lock @ 2059:1d50165c73b8
rdfdb to dev version. updates other pkg versions
author | drewp@bigasterisk.com |
---|---|
date | Fri, 13 May 2022 22:25:46 -0700 |
parents | 5154f5a23e85 |
children | 1c772cb39908 |
rev | line source |
---|---|
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1 [[package]] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2 name = "anyio" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
3 version = "3.5.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
4 requires_python = ">=3.6.2" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
5 summary = "High level compatibility layer for multiple asynchronous event loop implementations" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
6 dependencies = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
7 "idna>=2.8", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
8 "sniffio>=1.1", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
9 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
10 |
2031 | 11 [[package]] |
12 name = "appnope" | |
13 version = "0.1.3" | |
14 summary = "Disable App Nap on macOS >= 10.9" | |
15 | |
16 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
17 name = "asgiref" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
18 version = "3.5.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
19 requires_python = ">=3.7" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
20 summary = "ASGI specs, helper code, and adapters" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
21 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
22 [[package]] |
2031 | 23 name = "asttokens" |
24 version = "2.0.5" | |
25 summary = "Annotate AST trees with source code positions" | |
26 dependencies = [ | |
27 "six", | |
28 ] | |
29 | |
30 [[package]] | |
31 name = "atomicwrites" | |
32 version = "1.4.0" | |
33 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
34 summary = "Atomic file writes." | |
35 | |
36 [[package]] | |
37 name = "attrs" | |
38 version = "21.4.0" | |
39 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
40 summary = "Classes Without Boilerplate" | |
41 | |
42 [[package]] | |
43 name = "autobahn" | |
44 version = "22.3.2" | |
45 requires_python = ">=3.7" | |
46 summary = "WebSocket client & server library, WAMP real-time framework" | |
47 dependencies = [ | |
48 "cryptography>=3.4.6", | |
49 "hyperlink>=21.0.0", | |
50 "setuptools", | |
51 "txaio>=21.2.1", | |
52 ] | |
53 | |
54 [[package]] | |
55 name = "automat" | |
56 version = "20.2.0" | |
57 summary = "Self-service finite-state machines for the programmer on the go." | |
58 dependencies = [ | |
59 "attrs>=19.2.0", | |
60 "six", | |
61 ] | |
62 | |
63 [[package]] | |
64 name = "backcall" | |
65 version = "0.2.0" | |
66 summary = "Specifications for callback functions passed in to an API" | |
67 | |
68 [[package]] | |
69 name = "certifi" | |
70 version = "2021.10.8" | |
71 summary = "Python package for providing Mozilla's CA Bundle." | |
72 | |
73 [[package]] | |
74 name = "cffi" | |
75 version = "1.15.0" | |
76 summary = "Foreign Function Interface for Python calling C code." | |
77 dependencies = [ | |
78 "pycparser", | |
79 ] | |
80 | |
81 [[package]] | |
82 name = "characteristic" | |
83 version = "14.3.0" | |
84 summary = "Python attributes without boilerplate." | |
85 | |
86 [[package]] | |
87 name = "charset-normalizer" | |
88 version = "2.0.12" | |
89 requires_python = ">=3.5.0" | |
90 summary = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." | |
91 | |
92 [[package]] | |
93 name = "cheroot" | |
94 version = "8.6.0" | |
95 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" | |
96 summary = "Highly-optimized, pure-python HTTP server" | |
97 dependencies = [ | |
98 "jaraco.functools", | |
99 "more-itertools>=2.6; python_version >= \"3.6\"", | |
100 "six>=1.11.0", | |
101 ] | |
102 | |
103 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
104 name = "click" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
105 version = "8.1.2" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
106 requires_python = ">=3.7" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
107 summary = "Composable command line interface toolkit" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
108 dependencies = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
109 "colorama; platform_system == \"Windows\"", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
110 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
111 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
112 [[package]] |
2031 | 113 name = "colorama" |
114 version = "0.4.4" | |
115 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
116 summary = "Cross-platform colored terminal text." | |
117 | |
118 [[package]] | |
119 name = "coloredlogs" | |
120 version = "15.0.1" | |
121 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
122 summary = "Colored terminal output for Python's logging module" | |
123 dependencies = [ | |
124 "humanfriendly>=9.1", | |
125 ] | |
126 | |
127 [[package]] | |
128 name = "colormath" | |
129 version = "3.0.0" | |
130 summary = "Color math and conversion library." | |
131 dependencies = [ | |
132 "networkx>=2.0", | |
133 "numpy", | |
134 ] | |
135 | |
136 [[package]] | |
137 name = "constantly" | |
138 version = "15.1.0" | |
139 summary = "Symbolic constants in Python" | |
140 | |
141 [[package]] | |
142 name = "coverage" | |
143 version = "6.3.2" | |
144 requires_python = ">=3.7" | |
145 summary = "Code coverage measurement for Python" | |
146 | |
147 [[package]] | |
148 name = "cryptography" | |
149 version = "36.0.2" | |
150 requires_python = ">=3.6" | |
151 summary = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." | |
152 dependencies = [ | |
153 "cffi>=1.12", | |
154 ] | |
155 | |
156 [[package]] | |
157 name = "cyclone" | |
158 version = "1.3" | |
159 summary = "Non-blocking web server for Python. Tornado API as a Twisted protocol." | |
160 dependencies = [ | |
161 "pyOpenSSL==19.0.0", | |
162 "twisted==19.2.1", | |
163 ] | |
164 | |
165 [[package]] | |
166 name = "cycloneerr" | |
167 version = "0.4.0" | |
168 url = "https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.4.0.tar.gz" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
169 summary = "" |
2031 | 170 dependencies = [ |
171 "cyclone", | |
172 ] | |
173 | |
174 [[package]] | |
175 name = "decorator" | |
176 version = "4.4.2" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
177 requires_python = ">=3.5" |
2031 | 178 summary = "Decorators for Humans" |
179 | |
180 [[package]] | |
181 name = "executing" | |
182 version = "0.8.3" | |
183 summary = "Get the currently executing AST node of a frame, and other information" | |
184 | |
185 [[package]] | |
186 name = "flake8" | |
187 version = "4.0.1" | |
188 requires_python = ">=3.6" | |
189 summary = "the modular source code checker: pep8 pyflakes and co" | |
190 dependencies = [ | |
191 "mccabe<0.7.0,>=0.6.0", | |
192 "pycodestyle<2.9.0,>=2.8.0", | |
193 "pyflakes<2.5.0,>=2.4.0", | |
194 ] | |
195 | |
196 [[package]] | |
197 name = "freezegun" | |
198 version = "1.2.1" | |
199 requires_python = ">=3.6" | |
200 summary = "Let your Python tests travel through time" | |
201 dependencies = [ | |
202 "python-dateutil>=2.7", | |
203 ] | |
204 | |
205 [[package]] | |
206 name = "genshi" | |
207 version = "0.7.6" | |
208 summary = "A toolkit for generation of output for the web" | |
209 dependencies = [ | |
210 "six", | |
211 ] | |
212 | |
213 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
214 name = "h11" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
215 version = "0.13.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
216 requires_python = ">=3.6" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
217 summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
218 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
219 [[package]] |
2031 | 220 name = "humanfriendly" |
221 version = "10.0" | |
222 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
223 summary = "Human friendly output for text interfaces using Python" | |
224 dependencies = [ | |
225 "pyreadline3; sys_platform == \"win32\" and python_version >= \"3.8\"", | |
226 ] | |
227 | |
228 [[package]] | |
229 name = "hunter" | |
230 version = "3.4.3" | |
231 requires_python = ">=3.6" | |
232 summary = "Hunter is a flexible code tracing toolkit." | |
233 dependencies = [ | |
234 "manhole>=1.5; platform_system != \"Windows\"", | |
235 ] | |
236 | |
237 [[package]] | |
238 name = "hyperlink" | |
239 version = "21.0.0" | |
240 requires_python = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
241 summary = "A featureful, immutable, and correct URL for Python." | |
242 dependencies = [ | |
243 "idna>=2.5", | |
244 ] | |
245 | |
246 [[package]] | |
247 name = "idna" | |
248 version = "3.3" | |
249 requires_python = ">=3.5" | |
250 summary = "Internationalized Domain Names in Applications (IDNA)" | |
251 | |
252 [[package]] | |
253 name = "imageio" | |
254 version = "2.16.1" | |
255 requires_python = ">=3.7" | |
256 summary = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats." | |
257 dependencies = [ | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
258 "numpy", |
2031 | 259 "pillow>=8.3.2", |
260 ] | |
261 | |
262 [[package]] | |
263 name = "imageio-ffmpeg" | |
264 version = "0.4.5" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
265 requires_python = ">=3.5" |
2031 | 266 summary = "FFMPEG wrapper for Python" |
267 | |
268 [[package]] | |
269 name = "incremental" | |
270 version = "21.3.0" | |
271 summary = "A small library that versions your Python projects." | |
272 | |
273 [[package]] | |
274 name = "iniconfig" | |
275 version = "1.1.1" | |
276 summary = "iniconfig: brain-dead simple config-ini parsing" | |
277 | |
278 [[package]] | |
279 name = "ipdb" | |
280 version = "0.13.9" | |
281 requires_python = ">=2.7" | |
282 summary = "IPython-enabled pdb" | |
283 dependencies = [ | |
284 "decorator; python_version > \"3.6\"", | |
285 "ipython>=7.17.0; python_version > \"3.6\"", | |
286 "setuptools", | |
287 "toml>=0.10.2; python_version > \"3.6\"", | |
288 ] | |
289 | |
290 [[package]] | |
291 name = "ipython" | |
292 version = "8.2.0" | |
293 requires_python = ">=3.8" | |
294 summary = "IPython: Productive Interactive Computing" | |
295 dependencies = [ | |
296 "appnope; sys_platform == \"darwin\"", | |
297 "backcall", | |
298 "colorama; sys_platform == \"win32\"", | |
299 "decorator", | |
300 "jedi>=0.16", | |
301 "matplotlib-inline", | |
302 "pexpect>4.3; sys_platform != \"win32\"", | |
303 "pickleshare", | |
304 "prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0", | |
305 "pygments>=2.4.0", | |
306 "setuptools>=18.5", | |
307 "stack-data", | |
308 "traitlets>=5", | |
309 ] | |
310 | |
311 [[package]] | |
312 name = "isodate" | |
313 version = "0.6.1" | |
314 summary = "An ISO 8601 date/time/duration parser and formatter" | |
315 dependencies = [ | |
316 "six", | |
317 ] | |
318 | |
319 [[package]] | |
320 name = "jaraco.functools" | |
321 version = "3.5.0" | |
322 requires_python = ">=3.7" | |
323 summary = "Functools like those found in stdlib" | |
324 dependencies = [ | |
325 "more-itertools", | |
326 ] | |
327 | |
328 [[package]] | |
329 name = "jedi" | |
330 version = "0.18.1" | |
331 requires_python = ">=3.6" | |
332 summary = "An autocompletion tool for Python that can be used for text editors." | |
333 dependencies = [ | |
334 "parso<0.9.0,>=0.8.0", | |
335 ] | |
336 | |
337 [[package]] | |
338 name = "klein" | |
339 version = "21.8.0" | |
340 requires_python = ">=3.5" | |
341 summary = "werkzeug + twisted.web" | |
342 dependencies = [ | |
343 "Tubes", | |
344 "Twisted>=16.6", | |
345 "Werkzeug", | |
346 "attrs", | |
347 "hyperlink", | |
348 "incremental", | |
349 "zope.interface", | |
350 ] | |
351 | |
352 [[package]] | |
353 name = "louie" | |
354 version = "2.0" | |
355 summary = "Signal dispatching mechanism" | |
356 | |
357 [[package]] | |
358 name = "manhole" | |
359 version = "1.8.0" | |
360 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
361 summary = "Manhole is in-process service that will accept unix domain socket connections and present the" | |
362 | |
363 [[package]] | |
364 name = "matplotlib-inline" | |
365 version = "0.1.3" | |
366 requires_python = ">=3.5" | |
367 summary = "Inline Matplotlib backend for Jupyter" | |
368 dependencies = [ | |
369 "traitlets", | |
370 ] | |
371 | |
372 [[package]] | |
373 name = "mccabe" | |
374 version = "0.6.1" | |
375 summary = "McCabe checker, plugin for flake8" | |
376 | |
377 [[package]] | |
378 name = "mock" | |
379 version = "4.0.3" | |
380 requires_python = ">=3.6" | |
381 summary = "Rolling backport of unittest.mock for all Pythons" | |
382 | |
383 [[package]] | |
384 name = "more-itertools" | |
385 version = "8.12.0" | |
386 requires_python = ">=3.5" | |
387 summary = "More routines for operating on iterables, beyond itertools" | |
388 | |
389 [[package]] | |
390 name = "moviepy" | |
391 version = "1.0.3" | |
392 summary = "Video editing with Python" | |
393 dependencies = [ | |
394 "decorator<5.0,>=4.0.2", | |
395 "imageio-ffmpeg>=0.2.0; python_version >= \"3.4\"", | |
396 "imageio<3.0,>=2.5; python_version >= \"3.4\"", | |
397 "numpy; python_version >= \"2.7\"", | |
398 "numpy>=1.17.3; python_version != \"2.7\"", | |
399 "proglog<=1.0.0", | |
400 "requests<3.0,>=2.8.1", | |
401 "tqdm<5.0,>=4.11.2", | |
402 ] | |
403 | |
404 [[package]] | |
405 name = "mypy" | |
406 version = "0.942" | |
407 requires_python = ">=3.6" | |
408 summary = "Optional static typing for Python" | |
409 dependencies = [ | |
410 "mypy-extensions>=0.4.3", | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
411 "tomli>=1.1.0; python_version < \"3.11\"", |
2031 | 412 "typing-extensions>=3.10", |
413 ] | |
414 | |
415 [[package]] | |
416 name = "mypy-extensions" | |
417 version = "0.4.3" | |
418 summary = "Experimental type system extensions for programs checked with the mypy typechecker." | |
419 | |
420 [[package]] | |
421 name = "networkx" | |
422 version = "2.7.1" | |
423 requires_python = ">=3.8" | |
424 summary = "Python package for creating and manipulating graphs and networks" | |
425 | |
426 [[package]] | |
427 name = "noise" | |
428 version = "1.2.2" | |
429 summary = "Perlin noise for Python" | |
430 | |
431 [[package]] | |
432 name = "nose" | |
433 version = "1.3.7" | |
434 summary = "nose extends unittest to make testing easier" | |
435 | |
436 [[package]] | |
437 name = "nose-watcher" | |
438 version = "0.1.3" | |
439 summary = "A nose plugin to watch for changes within the local directory." | |
440 dependencies = [ | |
441 "python-inotify==0.6-test", | |
442 ] | |
443 | |
444 [[package]] | |
445 name = "numpy" | |
446 version = "1.22.3" | |
447 requires_python = ">=3.8" | |
448 summary = "NumPy is the fundamental package for array computing with Python." | |
449 | |
450 [[package]] | |
451 name = "packaging" | |
452 version = "21.3" | |
453 requires_python = ">=3.6" | |
454 summary = "Core utilities for Python packages" | |
455 dependencies = [ | |
456 "pyparsing!=3.0.5,>=2.0.2", | |
457 ] | |
458 | |
459 [[package]] | |
460 name = "parso" | |
461 version = "0.8.3" | |
462 requires_python = ">=3.6" | |
463 summary = "A Python Parser" | |
464 | |
465 [[package]] | |
466 name = "pexpect" | |
467 version = "4.8.0" | |
468 summary = "Pexpect allows easy control of interactive console applications." | |
469 dependencies = [ | |
470 "ptyprocess>=0.5", | |
471 ] | |
472 | |
473 [[package]] | |
474 name = "pickleshare" | |
475 version = "0.7.5" | |
476 summary = "Tiny 'shelve'-like database with concurrency support" | |
477 | |
478 [[package]] | |
479 name = "pillow" | |
480 version = "9.1.0" | |
481 requires_python = ">=3.7" | |
482 summary = "Python Imaging Library (Fork)" | |
483 | |
484 [[package]] | |
485 name = "pluggy" | |
486 version = "1.0.0" | |
487 requires_python = ">=3.6" | |
488 summary = "plugin and hook calling mechanisms for python" | |
489 | |
490 [[package]] | |
491 name = "proglog" | |
492 version = "0.1.9" | |
493 summary = "Log and progress bar manager for console, notebooks, web..." | |
494 dependencies = [ | |
495 "tqdm", | |
496 ] | |
497 | |
498 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
499 name = "prometheus-client" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
500 version = "0.14.1" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
501 requires_python = ">=3.6" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
502 summary = "Python client for the Prometheus monitoring system." |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
503 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
504 [[package]] |
2031 | 505 name = "prompt-toolkit" |
506 version = "3.0.29" | |
507 requires_python = ">=3.6.2" | |
508 summary = "Library for building powerful interactive command lines in Python" | |
509 dependencies = [ | |
510 "wcwidth", | |
511 ] | |
512 | |
513 [[package]] | |
514 name = "psutil" | |
515 version = "5.9.0" | |
516 requires_python = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
517 summary = "Cross-platform lib for process and system monitoring in Python." | |
518 | |
519 [[package]] | |
520 name = "ptyprocess" | |
521 version = "0.7.0" | |
522 summary = "Run a subprocess in a pseudo terminal" | |
523 | |
524 [[package]] | |
525 name = "pure-eval" | |
526 version = "0.2.2" | |
527 summary = "Safely evaluate AST nodes without side effects" | |
528 | |
529 [[package]] | |
530 name = "py" | |
531 version = "1.11.0" | |
532 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
533 summary = "library with cross-python path, ini-parsing, io, code, log facilities" | |
534 | |
535 [[package]] | |
536 name = "pyasn1" | |
537 version = "0.4.8" | |
538 summary = "ASN.1 types and codecs" | |
539 | |
540 [[package]] | |
541 name = "pyasn1-modules" | |
542 version = "0.2.8" | |
543 summary = "A collection of ASN.1-based protocols modules." | |
544 dependencies = [ | |
545 "pyasn1<0.5.0,>=0.4.6", | |
546 ] | |
547 | |
548 [[package]] | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
549 name = "pycairo" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
550 version = "1.21.0" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
551 requires_python = ">=3.7" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
552 summary = "Python interface for cairo" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
553 |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
554 [[package]] |
2031 | 555 name = "pycodestyle" |
556 version = "2.8.0" | |
557 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
558 summary = "Python style guide checker" | |
559 | |
560 [[package]] | |
561 name = "pycparser" | |
562 version = "2.21" | |
563 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
564 summary = "C parser in Python" | |
565 | |
566 [[package]] | |
567 name = "pyflakes" | |
568 version = "2.4.0" | |
569 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
570 summary = "passive checker of Python programs" | |
571 | |
572 [[package]] | |
573 name = "pyftdi" | |
574 version = "0.54.0" | |
575 requires_python = ">=3.7" | |
576 summary = "FTDI device driver (pure Python)" | |
577 dependencies = [ | |
578 "pyserial>=3.0", | |
579 "pyusb!=1.2.0,>=1.0.0", | |
580 ] | |
581 | |
582 [[package]] | |
583 name = "pygments" | |
584 version = "2.11.2" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
585 requires_python = ">=3.6" |
2031 | 586 summary = "Pygments is a syntax highlighting package written in Python." |
587 | |
588 [[package]] | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
589 name = "pygobject" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
590 version = "3.42.1" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
591 requires_python = ">=3.6, <4" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
592 summary = "Python bindings for GObject Introspection" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
593 dependencies = [ |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
594 "pycairo>=1.16.0", |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
595 ] |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
596 |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
597 [[package]] |
2031 | 598 name = "pyjade" |
599 version = "4.0.0" | |
600 summary = "Jade syntax template adapter for Django, Jinja2, Mako and Tornado templates" | |
601 dependencies = [ | |
602 "six", | |
603 ] | |
604 | |
605 [[package]] | |
606 name = "pyopenssl" | |
607 version = "19.0.0" | |
608 summary = "Python wrapper module around the OpenSSL library" | |
609 dependencies = [ | |
610 "cryptography>=2.3", | |
611 "six>=1.5.2", | |
612 ] | |
613 | |
614 [[package]] | |
615 name = "pyparsing" | |
616 version = "3.0.7" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
617 requires_python = ">=3.6.8" |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
618 summary = "pyparsing module - Classes and methods to define and execute parsing grammars" |
2031 | 619 |
620 [[package]] | |
621 name = "pyreadline3" | |
622 version = "3.4.1" | |
623 summary = "A python implementation of GNU readline." | |
624 | |
625 [[package]] | |
626 name = "pyserial" | |
627 version = "3.5" | |
628 summary = "Python Serial Port Extension" | |
629 | |
630 [[package]] | |
631 name = "pytest" | |
632 version = "7.1.1" | |
633 requires_python = ">=3.7" | |
634 summary = "pytest: simple powerful testing with Python" | |
635 dependencies = [ | |
636 "atomicwrites>=1.0; sys_platform == \"win32\"", | |
637 "attrs>=19.2.0", | |
638 "colorama; sys_platform == \"win32\"", | |
639 "iniconfig", | |
640 "packaging", | |
641 "pluggy<2.0,>=0.12", | |
642 "py>=1.8.2", | |
643 "tomli>=1.0.0", | |
644 ] | |
645 | |
646 [[package]] | |
647 name = "pytest-watcher" | |
648 version = "0.2.3" | |
649 requires_python = ">=3.6.2,<4.0.0" | |
650 summary = "Continiously runs pytest on changes in *.py files" | |
651 dependencies = [ | |
652 "watchdog>=2.0.0", | |
653 ] | |
654 | |
655 [[package]] | |
656 name = "python-dateutil" | |
657 version = "2.8.2" | |
658 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" | |
659 summary = "Extensions to the standard Python datetime module" | |
660 dependencies = [ | |
661 "six>=1.5", | |
662 ] | |
663 | |
664 [[package]] | |
665 name = "python-inotify" | |
666 version = "0.6-test" | |
667 summary = "Interface to Linux inotify subsystem" | |
668 | |
669 [[package]] | |
670 name = "pyusb" | |
671 version = "1.2.1" | |
672 requires_python = ">=3.6.0" | |
673 summary = "Python USB access module" | |
674 | |
675 [[package]] | |
676 name = "pyzmq" | |
677 version = "22.3.0" | |
678 requires_python = ">=3.6" | |
679 summary = "Python bindings for 0MQ" | |
680 dependencies = [ | |
681 "cffi; implementation_name == \"pypy\"", | |
682 "py; implementation_name == \"pypy\"", | |
683 ] | |
684 | |
685 [[package]] | |
686 name = "rdfdb" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
687 version = "0.22.0" |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
688 requires_python = ">=3.9" |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
689 path = "/home/drewp/projects/rdfdb" |
2031 | 690 summary = "UNKNOWN" |
691 dependencies = [ | |
692 "autobahn", | |
693 "cyclone", | |
694 "mock", | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
695 "prometheus-client>=0.13.1", |
2031 | 696 "rdflib", |
697 "service-identity", | |
698 "treq", | |
699 ] | |
700 | |
701 [[package]] | |
702 name = "rdflib" | |
703 version = "6.1.1" | |
704 requires_python = ">=3.7" | |
705 summary = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information." | |
706 dependencies = [ | |
707 "isodate", | |
708 "pyparsing", | |
709 "setuptools", | |
710 ] | |
711 | |
712 [[package]] | |
713 name = "requests" | |
714 version = "2.27.1" | |
715 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" | |
716 summary = "Python HTTP for Humans." | |
717 dependencies = [ | |
718 "certifi>=2017.4.17", | |
719 "charset-normalizer~=2.0.0; python_version >= \"3\"", | |
720 "idna<4,>=2.5; python_version >= \"3\"", | |
721 "urllib3<1.27,>=1.21.1", | |
722 ] | |
723 | |
724 [[package]] | |
725 name = "rx" | |
726 version = "3.2.0" | |
727 requires_python = ">=3.6.0" | |
728 summary = "Reactive Extensions (Rx) for Python" | |
729 | |
730 [[package]] | |
731 name = "scales" | |
732 version = "1.0.9" | |
733 summary = "Stats for Python processes" | |
734 dependencies = [ | |
735 "six", | |
736 ] | |
737 | |
738 [[package]] | |
739 name = "scipy" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
740 version = "1.6.0" |
2031 | 741 requires_python = ">=3.7" |
742 summary = "SciPy: Scientific Library for Python" | |
743 dependencies = [ | |
744 "numpy>=1.16.5", | |
745 ] | |
746 | |
747 [[package]] | |
748 name = "service-identity" | |
749 version = "21.1.0" | |
750 summary = "Service identity verification for pyOpenSSL & cryptography." | |
751 dependencies = [ | |
752 "attrs>=19.1.0", | |
753 "cryptography", | |
754 "pyasn1", | |
755 "pyasn1-modules", | |
756 "six", | |
757 ] | |
758 | |
759 [[package]] | |
760 name = "setuptools" | |
761 version = "62.0.0" | |
762 requires_python = ">=3.7" | |
763 summary = "Easily download, build, install, upgrade, and uninstall Python packages" | |
764 | |
765 [[package]] | |
766 name = "six" | |
767 version = "1.16.0" | |
768 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" | |
769 summary = "Python 2 and 3 compatibility utilities" | |
770 | |
771 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
772 name = "sniffio" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
773 version = "1.2.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
774 requires_python = ">=3.5" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
775 summary = "Sniff out which async library your code is running under" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
776 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
777 [[package]] |
2031 | 778 name = "stack-data" |
779 version = "0.2.0" | |
780 summary = "Extract data from python stack frames and tracebacks for informative displays" | |
781 dependencies = [ | |
782 "asttokens", | |
783 "executing", | |
784 "pure-eval", | |
785 ] | |
786 | |
787 [[package]] | |
788 name = "standardservice" | |
789 version = "0.6.0" | |
790 url = "https://projects.bigasterisk.com/standardservice/standardservice-0.6.0.tar.gz" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
791 summary = "" |
2031 | 792 dependencies = [ |
793 "psutil", | |
794 "scales", | |
795 "twisted", | |
796 ] | |
797 | |
798 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
799 name = "starlette" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
800 version = "0.19.0" |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
801 requires_python = ">=3.7" |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
802 summary = "The little ASGI library that shines." |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
803 dependencies = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
804 "anyio<5,>=3.4.0", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
805 "typing-extensions>=3.10.0; python_version < \"3.10\"", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
806 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
807 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
808 [[package]] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
809 name = "starlette-exporter" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
810 version = "0.12.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
811 summary = "Prometheus metrics exporter for Starlette applications." |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
812 dependencies = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
813 "prometheus-client", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
814 "starlette", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
815 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
816 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
817 [[package]] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
818 name = "starlette" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
819 version = "0.19.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
820 extras = ["standard"] |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
821 requires_python = ">=3.7" |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
822 summary = "The little ASGI library that shines." |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
823 dependencies = [ |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
824 "starlette>=0.19.0", |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
825 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
826 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
827 [[package]] |
2031 | 828 name = "statprof" |
829 version = "0.1.2" | |
830 summary = "Statistical profiling for Python" | |
831 | |
832 [[package]] | |
833 name = "toml" | |
834 version = "0.10.2" | |
835 requires_python = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" | |
836 summary = "Python Library for Tom's Obvious, Minimal Language" | |
837 | |
838 [[package]] | |
839 name = "tomli" | |
840 version = "2.0.1" | |
841 requires_python = ">=3.7" | |
842 summary = "A lil' TOML parser" | |
843 | |
844 [[package]] | |
845 name = "toposort" | |
846 version = "1.7" | |
847 summary = "\"Implements a topological sort algorithm.\"" | |
848 | |
849 [[package]] | |
850 name = "tqdm" | |
851 version = "4.64.0" | |
852 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" | |
853 summary = "Fast, Extensible Progress Meter" | |
854 dependencies = [ | |
855 "colorama; platform_system == \"Windows\"", | |
856 ] | |
857 | |
858 [[package]] | |
859 name = "traitlets" | |
860 version = "5.1.1" | |
861 requires_python = ">=3.7" | |
862 summary = "Traitlets Python configuration system" | |
863 | |
864 [[package]] | |
865 name = "treq" | |
866 version = "22.2.0" | |
867 requires_python = ">=3.6" | |
868 summary = "High-level Twisted HTTP Client API" | |
869 dependencies = [ | |
870 "Twisted[tls]>=18.7.0", | |
871 "attrs", | |
872 "hyperlink>=21.0.0", | |
873 "incremental", | |
874 "requests>=2.1.0", | |
875 ] | |
876 | |
877 [[package]] | |
878 name = "tubes" | |
879 version = "0.2.0" | |
880 summary = "\n Flow control and backpressure for event-driven applications. " | |
881 dependencies = [ | |
882 "Twisted", | |
883 "characteristic", | |
884 "six", | |
885 ] | |
886 | |
887 [[package]] | |
888 name = "twisted" | |
889 version = "19.2.1" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
890 requires_python = ">=3.6.7" |
2031 | 891 summary = "An asynchronous networking framework written in Python" |
892 dependencies = [ | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
893 "Automat>=0.8.0", |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
894 "attrs>=19.2.0", |
2031 | 895 "constantly>=15.1", |
896 "hyperlink>=17.1.1", | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
897 "incremental>=21.3.0", |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
898 "twisted-iocpsupport<2,>=1.0.2; platform_system == \"Windows\"", |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
899 "typing-extensions>=3.6.5", |
2031 | 900 "zope.interface>=4.4.2", |
901 ] | |
902 | |
903 [[package]] | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
904 name = "twisted-iocpsupport" |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
905 version = "1.0.2" |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
906 summary = "An extension for use in the twisted I/O Completion Ports reactor." |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
907 |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
908 [[package]] |
2031 | 909 name = "twisted" |
910 version = "22.2.0" | |
911 extras = ["tls"] | |
912 requires_python = ">=3.6.7" | |
913 summary = "An asynchronous networking framework written in Python" | |
914 dependencies = [ | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
915 "Twisted>=18.7.0", |
2031 | 916 "idna>=2.4", |
917 "pyopenssl>=16.0.0", | |
918 "service-identity>=18.1.0", | |
919 ] | |
920 | |
921 [[package]] | |
922 name = "txaio" | |
923 version = "22.2.1" | |
924 requires_python = ">=3.6" | |
925 summary = "Compatibility API between asyncio/Twisted/Trollius" | |
926 | |
927 [[package]] | |
928 name = "txzmq" | |
929 version = "1.0.0" | |
930 summary = "Twisted bindings for ZeroMQ" | |
931 dependencies = [ | |
932 "Twisted>=10.0", | |
933 "pyzmq>=13", | |
934 ] | |
935 | |
936 [[package]] | |
937 name = "typing-extensions" | |
938 version = "4.1.1" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
939 requires_python = ">=3.7" |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
940 summary = "Backported and Experimental Type Hints for Python 3.7+" |
2031 | 941 |
942 [[package]] | |
943 name = "udmx-pyusb" | |
944 version = "2.0.0" | |
945 summary = "uDMX Interface Library" | |
946 dependencies = [ | |
947 "pyusb>=1.0.2", | |
948 ] | |
949 | |
950 [[package]] | |
951 name = "urllib3" | |
952 version = "1.26.9" | |
953 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" | |
954 summary = "HTTP library with thread-safe connection pooling, file post, and more." | |
955 | |
956 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
957 name = "uvicorn" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
958 version = "0.17.6" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
959 requires_python = ">=3.7" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
960 summary = "The lightning-fast ASGI server." |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
961 dependencies = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
962 "asgiref>=3.4.0", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
963 "click>=7.0", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
964 "h11>=0.8", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
965 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
966 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
967 [[package]] |
2031 | 968 name = "watchdog" |
969 version = "2.1.7" | |
970 requires_python = ">=3.6" | |
971 summary = "Filesystem events monitoring" | |
972 | |
973 [[package]] | |
974 name = "wcwidth" | |
975 version = "0.2.5" | |
976 summary = "Measures the displayed width of unicode strings in a terminal" | |
977 | |
978 [[package]] | |
979 name = "web.py" | |
980 version = "0.62" | |
981 requires_python = ">=3.5" | |
982 summary = "web.py: makes web apps" | |
983 dependencies = [ | |
984 "cheroot", | |
985 ] | |
986 | |
987 [[package]] | |
988 name = "webcolors" | |
989 version = "1.11.1" | |
990 requires_python = ">=3.5," | |
991 summary = "A library for working with color names and color values formats defined by HTML and CSS." | |
992 | |
993 [[package]] | |
994 name = "werkzeug" | |
995 version = "2.1.1" | |
996 requires_python = ">=3.7" | |
997 summary = "The comprehensive WSGI web application library." | |
998 | |
999 [[package]] | |
1000 name = "yapf" | |
1001 version = "0.32.0" | |
1002 summary = "A formatter for Python code." | |
1003 | |
1004 [[package]] | |
1005 name = "zope.interface" | |
1006 version = "5.4.0" | |
1007 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
1008 summary = "Interfaces for Python" | |
1009 dependencies = [ | |
1010 "setuptools", | |
1011 ] | |
1012 | |
1013 [metadata] | |
1014 lock_version = "3.1" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1015 content_hash = "sha256:81c18f51153e4cb85073c7a1df75492a17d53257dd29c2f899518046d809b2ac" |
2031 | 1016 |
1017 [metadata.files] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1018 "anyio 3.5.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1019 {file = "anyio-3.5.0-py3-none-any.whl", hash = "sha256:b5fa16c5ff93fa1046f2eeb5bbff2dad4d3514d6cda61d02816dba34fa8c3c2e"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1020 {file = "anyio-3.5.0.tar.gz", hash = "sha256:a0aeffe2fb1fdf374a8e4b471444f0f3ac4fb9f5a5b542b48824475e0042a5a6"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1021 ] |
2031 | 1022 "appnope 0.1.3" = [ |
1023 {file = "appnope-0.1.3-py2.py3-none-any.whl", hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e"}, | |
1024 {file = "appnope-0.1.3.tar.gz", hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24"}, | |
1025 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1026 "asgiref 3.5.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1027 {file = "asgiref-3.5.0-py3-none-any.whl", hash = "sha256:88d59c13d634dcffe0510be048210188edd79aeccb6a6c9028cdad6f31d730a9"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1028 {file = "asgiref-3.5.0.tar.gz", hash = "sha256:2f8abc20f7248433085eda803936d98992f1343ddb022065779f37c5da0181d0"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1029 ] |
2031 | 1030 "asttokens 2.0.5" = [ |
1031 {file = "asttokens-2.0.5-py2.py3-none-any.whl", hash = "sha256:0844691e88552595a6f4a4281a9f7f79b8dd45ca4ccea82e5e05b4bbdb76705c"}, | |
1032 {file = "asttokens-2.0.5.tar.gz", hash = "sha256:9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5"}, | |
1033 ] | |
1034 "atomicwrites 1.4.0" = [ | |
1035 {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"}, | |
1036 {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"}, | |
1037 ] | |
1038 "attrs 21.4.0" = [ | |
1039 {file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"}, | |
1040 {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, | |
1041 ] | |
1042 "autobahn 22.3.2" = [ | |
1043 {file = "autobahn-22.3.2.tar.gz", hash = "sha256:58a887c7a196bb08d8b6624cb3695f493a9e5c9f00fd350d8d6f829b47ff9036"}, | |
1044 ] | |
1045 "automat 20.2.0" = [ | |
1046 {file = "Automat-20.2.0-py2.py3-none-any.whl", hash = "sha256:b6feb6455337df834f6c9962d6ccf771515b7d939bca142b29c20c2376bc6111"}, | |
1047 {file = "Automat-20.2.0.tar.gz", hash = "sha256:7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33"}, | |
1048 ] | |
1049 "backcall 0.2.0" = [ | |
1050 {file = "backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255"}, | |
1051 {file = "backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"}, | |
1052 ] | |
1053 "certifi 2021.10.8" = [ | |
1054 {file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"}, | |
1055 {file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"}, | |
1056 ] | |
1057 "cffi 1.15.0" = [ | |
1058 {file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962"}, | |
1059 {file = "cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0"}, | |
1060 {file = "cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14"}, | |
1061 {file = "cffi-1.15.0-cp27-cp27m-win32.whl", hash = "sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474"}, | |
1062 {file = "cffi-1.15.0-cp27-cp27m-win_amd64.whl", hash = "sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6"}, | |
1063 {file = "cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27"}, | |
1064 {file = "cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023"}, | |
1065 {file = "cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2"}, | |
1066 {file = "cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e"}, | |
1067 {file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7"}, | |
1068 {file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3"}, | |
1069 {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c"}, | |
1070 {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962"}, | |
1071 {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382"}, | |
1072 {file = "cffi-1.15.0-cp310-cp310-win32.whl", hash = "sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55"}, | |
1073 {file = "cffi-1.15.0-cp310-cp310-win_amd64.whl", hash = "sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0"}, | |
1074 {file = "cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e"}, | |
1075 {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39"}, | |
1076 {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc"}, | |
1077 {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032"}, | |
1078 {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8"}, | |
1079 {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605"}, | |
1080 {file = "cffi-1.15.0-cp36-cp36m-win32.whl", hash = "sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e"}, | |
1081 {file = "cffi-1.15.0-cp36-cp36m-win_amd64.whl", hash = "sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc"}, | |
1082 {file = "cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636"}, | |
1083 {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4"}, | |
1084 {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997"}, | |
1085 {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b"}, | |
1086 {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2"}, | |
1087 {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7"}, | |
1088 {file = "cffi-1.15.0-cp37-cp37m-win32.whl", hash = "sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66"}, | |
1089 {file = "cffi-1.15.0-cp37-cp37m-win_amd64.whl", hash = "sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029"}, | |
1090 {file = "cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880"}, | |
1091 {file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20"}, | |
1092 {file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024"}, | |
1093 {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e"}, | |
1094 {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728"}, | |
1095 {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6"}, | |
1096 {file = "cffi-1.15.0-cp38-cp38-win32.whl", hash = "sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c"}, | |
1097 {file = "cffi-1.15.0-cp38-cp38-win_amd64.whl", hash = "sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443"}, | |
1098 {file = "cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a"}, | |
1099 {file = "cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37"}, | |
1100 {file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a"}, | |
1101 {file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e"}, | |
1102 {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796"}, | |
1103 {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df"}, | |
1104 {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8"}, | |
1105 {file = "cffi-1.15.0-cp39-cp39-win32.whl", hash = "sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a"}, | |
1106 {file = "cffi-1.15.0-cp39-cp39-win_amd64.whl", hash = "sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139"}, | |
1107 {file = "cffi-1.15.0.tar.gz", hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954"}, | |
1108 ] | |
1109 "characteristic 14.3.0" = [ | |
1110 {file = "characteristic-14.3.0-py2.py3-none-any.whl", hash = "sha256:5324ca333fc9705bf0f1a38d36021baa37888590ccfe8c3738c68adfa609bbbb"}, | |
1111 {file = "characteristic-14.3.0.tar.gz", hash = "sha256:ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380"}, | |
1112 ] | |
1113 "charset-normalizer 2.0.12" = [ | |
1114 {file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"}, | |
1115 {file = "charset-normalizer-2.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"}, | |
1116 ] | |
1117 "cheroot 8.6.0" = [ | |
1118 {file = "cheroot-8.6.0-py2.py3-none-any.whl", hash = "sha256:62cbced16f07e8aaf512673987cd6b1fc5ad00073345e9ed6c4e2a5cc2a3a22d"}, | |
1119 {file = "cheroot-8.6.0.tar.gz", hash = "sha256:366adf6e7cac9555486c2d1be6297993022eff6f8c4655c1443268cca3f08e25"}, | |
1120 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1121 "click 8.1.2" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1122 {file = "click-8.1.2-py3-none-any.whl", hash = "sha256:24e1a4a9ec5bf6299411369b208c1df2188d9eb8d916302fe6bf03faed227f1e"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1123 {file = "click-8.1.2.tar.gz", hash = "sha256:479707fe14d9ec9a0757618b7a100a0ae4c4e236fac5b7f80ca68028141a1a72"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1124 ] |
2031 | 1125 "colorama 0.4.4" = [ |
1126 {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, | |
1127 {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, | |
1128 ] | |
1129 "coloredlogs 15.0.1" = [ | |
1130 {file = "coloredlogs-15.0.1-py2.py3-none-any.whl", hash = "sha256:612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934"}, | |
1131 {file = "coloredlogs-15.0.1.tar.gz", hash = "sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0"}, | |
1132 ] | |
1133 "colormath 3.0.0" = [ | |
1134 {file = "colormath-3.0.0.tar.gz", hash = "sha256:3d4605af344527da0e4f9f504fad7ddbebda35322c566a6c72e28edb1ff31217"}, | |
1135 ] | |
1136 "constantly 15.1.0" = [ | |
1137 {file = "constantly-15.1.0-py2.py3-none-any.whl", hash = "sha256:dd2fa9d6b1a51a83f0d7dd76293d734046aa176e384bf6e33b7e44880eb37c5d"}, | |
1138 {file = "constantly-15.1.0.tar.gz", hash = "sha256:586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35"}, | |
1139 ] | |
1140 "coverage 6.3.2" = [ | |
1141 {file = "coverage-6.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9b27d894748475fa858f9597c0ee1d4829f44683f3813633aaf94b19cb5453cf"}, | |
1142 {file = "coverage-6.3.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:37d1141ad6b2466a7b53a22e08fe76994c2d35a5b6b469590424a9953155afac"}, | |
1143 {file = "coverage-6.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f9987b0354b06d4df0f4d3e0ec1ae76d7ce7cbca9a2f98c25041eb79eec766f1"}, | |
1144 {file = "coverage-6.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:26e2deacd414fc2f97dd9f7676ee3eaecd299ca751412d89f40bc01557a6b1b4"}, | |
1145 {file = "coverage-6.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4dd8bafa458b5c7d061540f1ee9f18025a68e2d8471b3e858a9dad47c8d41903"}, | |
1146 {file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:46191097ebc381fbf89bdce207a6c107ac4ec0890d8d20f3360345ff5976155c"}, | |
1147 {file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6f89d05e028d274ce4fa1a86887b071ae1755082ef94a6740238cd7a8178804f"}, | |
1148 {file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:58303469e9a272b4abdb9e302a780072c0633cdcc0165db7eec0f9e32f901e05"}, | |
1149 {file = "coverage-6.3.2-cp310-cp310-win32.whl", hash = "sha256:2fea046bfb455510e05be95e879f0e768d45c10c11509e20e06d8fcaa31d9e39"}, | |
1150 {file = "coverage-6.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:a2a8b8bcc399edb4347a5ca8b9b87e7524c0967b335fbb08a83c8421489ddee1"}, | |
1151 {file = "coverage-6.3.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:f1555ea6d6da108e1999b2463ea1003fe03f29213e459145e70edbaf3e004aaa"}, | |
1152 {file = "coverage-6.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5f4e1edcf57ce94e5475fe09e5afa3e3145081318e5fd1a43a6b4539a97e518"}, | |
1153 {file = "coverage-6.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7a15dc0a14008f1da3d1ebd44bdda3e357dbabdf5a0b5034d38fcde0b5c234b7"}, | |
1154 {file = "coverage-6.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21b7745788866028adeb1e0eca3bf1101109e2dc58456cb49d2d9b99a8c516e6"}, | |
1155 {file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:8ce257cac556cb03be4a248d92ed36904a59a4a5ff55a994e92214cde15c5bad"}, | |
1156 {file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:b0be84e5a6209858a1d3e8d1806c46214e867ce1b0fd32e4ea03f4bd8b2e3359"}, | |
1157 {file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:acf53bc2cf7282ab9b8ba346746afe703474004d9e566ad164c91a7a59f188a4"}, | |
1158 {file = "coverage-6.3.2-cp37-cp37m-win32.whl", hash = "sha256:8bdde1177f2311ee552f47ae6e5aa7750c0e3291ca6b75f71f7ffe1f1dab3dca"}, | |
1159 {file = "coverage-6.3.2-cp37-cp37m-win_amd64.whl", hash = "sha256:b31651d018b23ec463e95cf10070d0b2c548aa950a03d0b559eaa11c7e5a6fa3"}, | |
1160 {file = "coverage-6.3.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:07e6db90cd9686c767dcc593dff16c8c09f9814f5e9c51034066cad3373b914d"}, | |
1161 {file = "coverage-6.3.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:2c6dbb42f3ad25760010c45191e9757e7dce981cbfb90e42feef301d71540059"}, | |
1162 {file = "coverage-6.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c76aeef1b95aff3905fb2ae2d96e319caca5b76fa41d3470b19d4e4a3a313512"}, | |
1163 {file = "coverage-6.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8cf5cfcb1521dc3255d845d9dca3ff204b3229401994ef8d1984b32746bb45ca"}, | |
1164 {file = "coverage-6.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8fbbdc8d55990eac1b0919ca69eb5a988a802b854488c34b8f37f3e2025fa90d"}, | |
1165 {file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ec6bc7fe73a938933d4178c9b23c4e0568e43e220aef9472c4f6044bfc6dd0f0"}, | |
1166 {file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:9baff2a45ae1f17c8078452e9e5962e518eab705e50a0aa8083733ea7d45f3a6"}, | |
1167 {file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:fd9e830e9d8d89b20ab1e5af09b32d33e1a08ef4c4e14411e559556fd788e6b2"}, | |
1168 {file = "coverage-6.3.2-cp38-cp38-win32.whl", hash = "sha256:f7331dbf301b7289013175087636bbaf5b2405e57259dd2c42fdcc9fcc47325e"}, | |
1169 {file = "coverage-6.3.2-cp38-cp38-win_amd64.whl", hash = "sha256:68353fe7cdf91f109fc7d474461b46e7f1f14e533e911a2a2cbb8b0fc8613cf1"}, | |
1170 {file = "coverage-6.3.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b78e5afb39941572209f71866aa0b206c12f0109835aa0d601e41552f9b3e620"}, | |
1171 {file = "coverage-6.3.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4e21876082ed887baed0146fe222f861b5815455ada3b33b890f4105d806128d"}, | |
1172 {file = "coverage-6.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34626a7eee2a3da12af0507780bb51eb52dca0e1751fd1471d0810539cefb536"}, | |
1173 {file = "coverage-6.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1ebf730d2381158ecf3dfd4453fbca0613e16eaa547b4170e2450c9707665ce7"}, | |
1174 {file = "coverage-6.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd6fe30bd519694b356cbfcaca9bd5c1737cddd20778c6a581ae20dc8c04def2"}, | |
1175 {file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:96f8a1cb43ca1422f36492bebe63312d396491a9165ed3b9231e778d43a7fca4"}, | |
1176 {file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:dd035edafefee4d573140a76fdc785dc38829fe5a455c4bb12bac8c20cfc3d69"}, | |
1177 {file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5ca5aeb4344b30d0bec47481536b8ba1181d50dbe783b0e4ad03c95dc1296684"}, | |
1178 {file = "coverage-6.3.2-cp39-cp39-win32.whl", hash = "sha256:f5fa5803f47e095d7ad8443d28b01d48c0359484fec1b9d8606d0e3282084bc4"}, | |
1179 {file = "coverage-6.3.2-cp39-cp39-win_amd64.whl", hash = "sha256:9548f10d8be799551eb3a9c74bbf2b4934ddb330e08a73320123c07f95cc2d92"}, | |
1180 {file = "coverage-6.3.2-pp36.pp37.pp38-none-any.whl", hash = "sha256:18d520c6860515a771708937d2f78f63cc47ab3b80cb78e86573b0a760161faf"}, | |
1181 {file = "coverage-6.3.2.tar.gz", hash = "sha256:03e2a7826086b91ef345ff18742ee9fc47a6839ccd517061ef8fa1976e652ce9"}, | |
1182 ] | |
1183 "cryptography 36.0.2" = [ | |
1184 {file = "cryptography-36.0.2-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:4e2dddd38a5ba733be6a025a1475a9f45e4e41139d1321f412c6b360b19070b6"}, | |
1185 {file = "cryptography-36.0.2-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:4881d09298cd0b669bb15b9cfe6166f16fc1277b4ed0d04a22f3d6430cb30f1d"}, | |
1186 {file = "cryptography-36.0.2-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ea634401ca02367c1567f012317502ef3437522e2fc44a3ea1844de028fa4b84"}, | |
1187 {file = "cryptography-36.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:7be666cc4599b415f320839e36367b273db8501127b38316f3b9f22f17a0b815"}, | |
1188 {file = "cryptography-36.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8241cac0aae90b82d6b5c443b853723bcc66963970c67e56e71a2609dc4b5eaf"}, | |
1189 {file = "cryptography-36.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b2d54e787a884ffc6e187262823b6feb06c338084bbe80d45166a1cb1c6c5bf"}, | |
1190 {file = "cryptography-36.0.2-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:c2c5250ff0d36fd58550252f54915776940e4e866f38f3a7866d92b32a654b86"}, | |
1191 {file = "cryptography-36.0.2-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:ec6597aa85ce03f3e507566b8bcdf9da2227ec86c4266bd5e6ab4d9e0cc8dab2"}, | |
1192 {file = "cryptography-36.0.2-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:ca9f686517ec2c4a4ce930207f75c00bf03d94e5063cbc00a1dc42531511b7eb"}, | |
1193 {file = "cryptography-36.0.2-cp36-abi3-win32.whl", hash = "sha256:f64b232348ee82f13aac22856515ce0195837f6968aeaa94a3d0353ea2ec06a6"}, | |
1194 {file = "cryptography-36.0.2-cp36-abi3-win_amd64.whl", hash = "sha256:53e0285b49fd0ab6e604f4c5d9c5ddd98de77018542e88366923f152dbeb3c29"}, | |
1195 {file = "cryptography-36.0.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:32db5cc49c73f39aac27574522cecd0a4bb7384e71198bc65a0d23f901e89bb7"}, | |
1196 {file = "cryptography-36.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b3d199647468d410994dbeb8cec5816fb74feb9368aedf300af709ef507e3e"}, | |
1197 {file = "cryptography-36.0.2-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:da73d095f8590ad437cd5e9faf6628a218aa7c387e1fdf67b888b47ba56a17f0"}, | |
1198 {file = "cryptography-36.0.2-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:0a3bf09bb0b7a2c93ce7b98cb107e9170a90c51a0162a20af1c61c765b90e60b"}, | |
1199 {file = "cryptography-36.0.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8897b7b7ec077c819187a123174b645eb680c13df68354ed99f9b40a50898f77"}, | |
1200 {file = "cryptography-36.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82740818f2f240a5da8dfb8943b360e4f24022b093207160c77cadade47d7c85"}, | |
1201 {file = "cryptography-36.0.2-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:1f64a62b3b75e4005df19d3b5235abd43fa6358d5516cfc43d87aeba8d08dd51"}, | |
1202 {file = "cryptography-36.0.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:e167b6b710c7f7bc54e67ef593f8731e1f45aa35f8a8a7b72d6e42ec76afd4b3"}, | |
1203 {file = "cryptography-36.0.2.tar.gz", hash = "sha256:70f8f4f7bb2ac9f340655cbac89d68c527af5bb4387522a8413e841e3e6628c9"}, | |
1204 ] | |
1205 "cyclone 1.3" = [ | |
1206 {file = "cyclone-1.3-py3-none-any.whl", hash = "sha256:adc1c8736bafc668f1f55236d1919cfb96c1f377831361deb73d633f0c1db779"}, | |
1207 {file = "cyclone-1.3.tar.gz", hash = "sha256:6e5ec576c719240180d56e6e8f83bb474ab52ca3e56ed6417a90f60fd0bf562b"}, | |
1208 ] | |
1209 "decorator 4.4.2" = [ | |
1210 {file = "decorator-4.4.2-py2.py3-none-any.whl", hash = "sha256:41fa54c2a0cc4ba648be4fd43cff00aedf5b9465c9bf18d64325bc225f08f760"}, | |
1211 {file = "decorator-4.4.2.tar.gz", hash = "sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"}, | |
1212 ] | |
1213 "executing 0.8.3" = [ | |
1214 {file = "executing-0.8.3-py2.py3-none-any.whl", hash = "sha256:d1eef132db1b83649a3905ca6dd8897f71ac6f8cac79a7e58a1a09cf137546c9"}, | |
1215 {file = "executing-0.8.3.tar.gz", hash = "sha256:c6554e21c6b060590a6d3be4b82fb78f8f0194d809de5ea7df1c093763311501"}, | |
1216 ] | |
1217 "flake8 4.0.1" = [ | |
1218 {file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"}, | |
1219 {file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"}, | |
1220 ] | |
1221 "freezegun 1.2.1" = [ | |
1222 {file = "freezegun-1.2.1-py3-none-any.whl", hash = "sha256:15103a67dfa868ad809a8f508146e396be2995172d25f927e48ce51c0bf5cb09"}, | |
1223 {file = "freezegun-1.2.1.tar.gz", hash = "sha256:b4c64efb275e6bc68dc6e771b17ffe0ff0f90b81a2a5189043550b6519926ba4"}, | |
1224 ] | |
1225 "genshi 0.7.6" = [ | |
1226 {file = "Genshi-0.7.6-py3-none-any.whl", hash = "sha256:f2374cf48b298f5c5d154adc5940023c1bc3f07934339b81330e0ee22db92956"}, | |
1227 {file = "Genshi-0.7.6.tar.gz", hash = "sha256:34a2ce8b80e843f620c5b7b7e59aaa362a76ce9764a6f11032283ed9458c3a59"}, | |
1228 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1229 "h11 0.13.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1230 {file = "h11-0.13.0-py3-none-any.whl", hash = "sha256:8ddd78563b633ca55346c8cd41ec0af27d3c79931828beffb46ce70a379e7442"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1231 {file = "h11-0.13.0.tar.gz", hash = "sha256:70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1232 ] |
2031 | 1233 "humanfriendly 10.0" = [ |
1234 {file = "humanfriendly-10.0-py2.py3-none-any.whl", hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477"}, | |
1235 {file = "humanfriendly-10.0.tar.gz", hash = "sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc"}, | |
1236 ] | |
1237 "hunter 3.4.3" = [ | |
1238 {file = "hunter-3.4.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4914c6d689106e8b5d5350d7467501987e67c54ed8fc4f2e3056eac2de04a612"}, | |
1239 {file = "hunter-3.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:792fd9dfbac2a257a73e10b1eb61e24a772ce2f2819262066701ba3353e4fb29"}, | |
1240 {file = "hunter-3.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0634e55e661cc868c30aa92edeec30b864c125572ccb733c7f3a931170c2ab0f"}, | |
1241 {file = "hunter-3.4.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6d1c4b4823b88ca9d05e3ff6762e4bb62a6e23dc73a8220ec6a747afb07f029e"}, | |
1242 {file = "hunter-3.4.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f45e2d6c697effd42d2460de9c1671fc248c8bd8ec50aae1eee2aebb1c76e30b"}, | |
1243 {file = "hunter-3.4.3-cp310-cp310-win32.whl", hash = "sha256:d6050b202f33292bf5ee7df8418f5aab31528b119e37e8d1ecd28b6225a17207"}, | |
1244 {file = "hunter-3.4.3-cp310-cp310-win_amd64.whl", hash = "sha256:7e87756ab9edd95761b4617384da207196511a61b14e904c693795c133072147"}, | |
1245 {file = "hunter-3.4.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:d14951794434f51e6dcd6a378505fa9664bf7941a3e0c5cfc2e976f0415e0034"}, | |
1246 {file = "hunter-3.4.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c3d65989e891e98fe404157cee22e10c9ed9f1416c852f418453406664684c4"}, | |
1247 {file = "hunter-3.4.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee809802576fc1080d7de51279f9cc2fd19550c083df149a84dacd5b2a39df95"}, | |
1248 {file = "hunter-3.4.3-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:1cc838680f5f2533248737d5b269f3f02a7e6ee22c682d36f6c45a1838224aa7"}, | |
1249 {file = "hunter-3.4.3-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:83bce5ec5ae52f9198c6c302984e455d7003ea1d46d53498d4ffebac9e710613"}, | |
1250 {file = "hunter-3.4.3-cp36-cp36m-win32.whl", hash = "sha256:bec5a83fd9cb392bd586b865d04caa8dad6e138e8392487efcf439646733590f"}, | |
1251 {file = "hunter-3.4.3-cp36-cp36m-win_amd64.whl", hash = "sha256:809d0756ff571245a0729c59f4419e6ab1346c880c05ac9286a241eb9a1babda"}, | |
1252 {file = "hunter-3.4.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5e2ce7ff73dc009a6f0d5d01cf44aed0e1cd92312b8ca874c67f1ef3ed0e42eb"}, | |
1253 {file = "hunter-3.4.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bac9eaaba19796243922fd92c243c5cc86e0c3e46a39cb2d63f9b711e133c597"}, | |
1254 {file = "hunter-3.4.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5cd85759cdf5580fad3d6c4f7ba37c18e49e75130d0f2ff7a9cf50e14e408843"}, | |
1255 {file = "hunter-3.4.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d2b0d2fd47708189ac0c6c65a772ab9b7e1e569fae8a9e4b8a86473ebb42c957"}, | |
1256 {file = "hunter-3.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:9c1e65c59ca8660b4ece6c109a549b473244f6cdd67dd562d3a9d9bd188b2806"}, | |
1257 {file = "hunter-3.4.3-cp37-cp37m-win32.whl", hash = "sha256:36102036a6750cfaede68925aaac859bb910126fcd6fc83c3ca9f6eaed84b5f4"}, | |
1258 {file = "hunter-3.4.3-cp37-cp37m-win_amd64.whl", hash = "sha256:df5bff2171e7f4507ddf07d5dda0bf046dca73333c643edc26ca3248310a2a25"}, | |
1259 {file = "hunter-3.4.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:79ffdfd918cd72ed6c96f5bd8a8dcb07a5aee26ac498d560297ef99cdd75315e"}, | |
1260 {file = "hunter-3.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b0a7ee2f69f888e350df25cd1a022429d761ef2c93373a11da1b8248a2eaf84"}, | |
1261 {file = "hunter-3.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b18e3a315c851f9cd628a13100c5a881f858d4e4343ba8e244f29f9eb4876116"}, | |
1262 {file = "hunter-3.4.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:3d19f7ee15a98cae8881fa44f0351b0aec3475c16fc0c683e03746d415b4e208"}, | |
1263 {file = "hunter-3.4.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6d691b6b37b658efa2c8f588aaeba2a1f482ecdef10607b766193b29c006151e"}, | |
1264 {file = "hunter-3.4.3-cp38-cp38-win32.whl", hash = "sha256:b943c66468417bf6f64cfd3c9eee13324d7cf18c4ef466d0ea0b42e787ec923b"}, | |
1265 {file = "hunter-3.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:91098f6cbddf1510ed51244ea320f020267d61440d1475cb9a2013009a8e6007"}, | |
1266 {file = "hunter-3.4.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2bec33b96145282a833a6cafed72b9e52d66edfbad1fe068055c70acdc0edae3"}, | |
1267 {file = "hunter-3.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ea09734ee741df20075c603bd974fc73b61334ff43e60a7b9557528f54074e23"}, | |
1268 {file = "hunter-3.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39a80d816266d8e41a4b4a3fd411efc82859eb86a328ea23834531313224e478"}, | |
1269 {file = "hunter-3.4.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:1d098f2fe1cb112c8b766b5401ed9e82c7182e476d57cf7b25a233e2d36fe743"}, | |
1270 {file = "hunter-3.4.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8cf57199b57e0299d8889b785f84ad6c4562f5d55acba24dd1e79dbcc71d126f"}, | |
1271 {file = "hunter-3.4.3-cp39-cp39-win32.whl", hash = "sha256:ca17ae2666a86d05d2d43f059de49c3f09fc703699a279503e2f1df9edebe265"}, | |
1272 {file = "hunter-3.4.3-cp39-cp39-win_amd64.whl", hash = "sha256:2a5f9e75e4af5b2307bd5b93ca5426e88d3677ee32ba52444941345ffc7c7604"}, | |
1273 {file = "hunter-3.4.3-pp37.pp38-none-any.whl", hash = "sha256:2c75d1078d5cb53333949ffc75d21593d1906b06f637daf7ac1d1316a909ae53"}, | |
1274 {file = "hunter-3.4.3.tar.gz", hash = "sha256:024bbcf7b98022289407a569f170d2d9a2a1c0c9fed3ef82e938270d49769794"}, | |
1275 ] | |
1276 "hyperlink 21.0.0" = [ | |
1277 {file = "hyperlink-21.0.0-py2.py3-none-any.whl", hash = "sha256:e6b14c37ecb73e89c77d78cdb4c2cc8f3fb59a885c5b3f819ff4ed80f25af1b4"}, | |
1278 {file = "hyperlink-21.0.0.tar.gz", hash = "sha256:427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b"}, | |
1279 ] | |
1280 "idna 3.3" = [ | |
1281 {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, | |
1282 {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"}, | |
1283 ] | |
1284 "imageio 2.16.1" = [ | |
1285 {file = "imageio-2.16.1-py3-none-any.whl", hash = "sha256:d8d17c59b6f5f3b350bbbe346e7cb7dda0399b1881d93ad01cb29b5acdb24c42"}, | |
1286 {file = "imageio-2.16.1.tar.gz", hash = "sha256:7f123cb23a77ac5abe8ed4e7ad6a60831a82de2c5d123463dcf1d4278c4779d2"}, | |
1287 ] | |
1288 "imageio-ffmpeg 0.4.5" = [ | |
1289 {file = "imageio_ffmpeg-0.4.5-py3-none-macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:266601aab7619acf6ff78cd5ba78b5a593a1119a96d266d33b88bfcd01bbd3ca"}, | |
1290 {file = "imageio_ffmpeg-0.4.5-py3-none-manylinux2010_x86_64.whl", hash = "sha256:f127b8cdd842e8398de5f2aef23c687ae75d4d964e1df2ea3a9ff03e92a370e7"}, | |
1291 {file = "imageio_ffmpeg-0.4.5-py3-none-manylinux2014_aarch64.whl", hash = "sha256:db4d318f640419037a0df29bb11b1022f2f8094c90b4aac8affc7177b8ce4641"}, | |
1292 {file = "imageio_ffmpeg-0.4.5-py3-none-win32.whl", hash = "sha256:39a9ab4326bdf5eae3457961dfdfb4317078659ebe4e6980914ac897a462aeb2"}, | |
1293 {file = "imageio_ffmpeg-0.4.5-py3-none-win_amd64.whl", hash = "sha256:d2ba8339eecc02fa73a6b85c34654c49a7c78d732a1ac76478d11224e6cfa902"}, | |
1294 {file = "imageio-ffmpeg-0.4.5.tar.gz", hash = "sha256:f2ea4245a2adad25dedf98d343159579167e549ac8c4691cef5eff980e20c139"}, | |
1295 ] | |
1296 "incremental 21.3.0" = [ | |
1297 {file = "incremental-21.3.0-py2.py3-none-any.whl", hash = "sha256:92014aebc6a20b78a8084cdd5645eeaa7f74b8933f70fa3ada2cfbd1e3b54321"}, | |
1298 {file = "incremental-21.3.0.tar.gz", hash = "sha256:02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57"}, | |
1299 ] | |
1300 "iniconfig 1.1.1" = [ | |
1301 {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, | |
1302 {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, | |
1303 ] | |
1304 "ipdb 0.13.9" = [ | |
1305 {file = "ipdb-0.13.9.tar.gz", hash = "sha256:951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5"}, | |
1306 ] | |
1307 "ipython 8.2.0" = [ | |
1308 {file = "ipython-8.2.0-py3-none-any.whl", hash = "sha256:1b672bfd7a48d87ab203d9af8727a3b0174a4566b4091e9447c22fb63ea32857"}, | |
1309 {file = "ipython-8.2.0.tar.gz", hash = "sha256:70e5eb132cac594a34b5f799bd252589009905f05104728aea6a403ec2519dc1"}, | |
1310 ] | |
1311 "isodate 0.6.1" = [ | |
1312 {file = "isodate-0.6.1-py2.py3-none-any.whl", hash = "sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96"}, | |
1313 {file = "isodate-0.6.1.tar.gz", hash = "sha256:48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9"}, | |
1314 ] | |
1315 "jaraco.functools 3.5.0" = [ | |
1316 {file = "jaraco.functools-3.5.0-py3-none-any.whl", hash = "sha256:141f95c490a18eb8aab86caf7a2728f02f604988a26dc36652e3d9fa9e4c49fa"}, | |
1317 {file = "jaraco.functools-3.5.0.tar.gz", hash = "sha256:31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0"}, | |
1318 ] | |
1319 "jedi 0.18.1" = [ | |
1320 {file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"}, | |
1321 {file = "jedi-0.18.1.tar.gz", hash = "sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab"}, | |
1322 ] | |
1323 "klein 21.8.0" = [ | |
1324 {file = "klein-21.8.0-py2.py3-none-any.whl", hash = "sha256:5231df96787d13b498fbd75b37d4fb3920f8249364d06159c687ede4b8a2464d"}, | |
1325 {file = "klein-21.8.0.tar.gz", hash = "sha256:901dae754366e0a655d67afa02b4fb6c825de4bb26d7a3784b1634907e6dfed6"}, | |
1326 ] | |
1327 "louie 2.0" = [ | |
1328 {file = "Louie-2.0.tar.gz", hash = "sha256:02c1f088d2a83175b25647a66d75b0ba13adfebe4603ce83b6de0bb82ea64359"}, | |
1329 ] | |
1330 "manhole 1.8.0" = [ | |
1331 {file = "manhole-1.8.0-py2.py3-none-any.whl", hash = "sha256:a17f62f9d47bd9a53438f655d351d7d2b0d6e9d805665fc775e4cb6cbbb4440b"}, | |
1332 {file = "manhole-1.8.0.tar.gz", hash = "sha256:bada20a25b547b395d472e2e08928f0437df26bbdbda4797c55863198e29a21f"}, | |
1333 ] | |
1334 "matplotlib-inline 0.1.3" = [ | |
1335 {file = "matplotlib_inline-0.1.3-py3-none-any.whl", hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c"}, | |
1336 {file = "matplotlib-inline-0.1.3.tar.gz", hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee"}, | |
1337 ] | |
1338 "mccabe 0.6.1" = [ | |
1339 {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, | |
1340 {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"}, | |
1341 ] | |
1342 "mock 4.0.3" = [ | |
1343 {file = "mock-4.0.3-py3-none-any.whl", hash = "sha256:122fcb64ee37cfad5b3f48d7a7d51875d7031aaf3d8be7c42e2bee25044eee62"}, | |
1344 {file = "mock-4.0.3.tar.gz", hash = "sha256:7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc"}, | |
1345 ] | |
1346 "more-itertools 8.12.0" = [ | |
1347 {file = "more_itertools-8.12.0-py3-none-any.whl", hash = "sha256:43e6dd9942dffd72661a2c4ef383ad7da1e6a3e968a927ad7a6083ab410a688b"}, | |
1348 {file = "more-itertools-8.12.0.tar.gz", hash = "sha256:7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d247f6064"}, | |
1349 ] | |
1350 "moviepy 1.0.3" = [ | |
1351 {file = "moviepy-1.0.3.tar.gz", hash = "sha256:2884e35d1788077db3ff89e763c5ba7bfddbd7ae9108c9bc809e7ba58fa433f5"}, | |
1352 ] | |
1353 "mypy 0.942" = [ | |
1354 {file = "mypy-0.942-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5bf44840fb43ac4074636fd47ee476d73f0039f4f54e86d7265077dc199be24d"}, | |
1355 {file = "mypy-0.942-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dcd955f36e0180258a96f880348fbca54ce092b40fbb4b37372ae3b25a0b0a46"}, | |
1356 {file = "mypy-0.942-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6776e5fa22381cc761df53e7496a805801c1a751b27b99a9ff2f0ca848c7eca0"}, | |
1357 {file = "mypy-0.942-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:edf7237137a1a9330046dbb14796963d734dd740a98d5e144a3eb1d267f5f9ee"}, | |
1358 {file = "mypy-0.942-cp310-cp310-win_amd64.whl", hash = "sha256:64235137edc16bee6f095aba73be5334677d6f6bdb7fa03cfab90164fa294a17"}, | |
1359 {file = "mypy-0.942-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b840cfe89c4ab6386c40300689cd8645fc8d2d5f20101c7f8bd23d15fca14904"}, | |
1360 {file = "mypy-0.942-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2b184db8c618c43c3a31b32ff00cd28195d39e9c24e7c3b401f3db7f6e5767f5"}, | |
1361 {file = "mypy-0.942-cp36-cp36m-win_amd64.whl", hash = "sha256:1a0459c333f00e6a11cbf6b468b870c2b99a906cb72d6eadf3d1d95d38c9352c"}, | |
1362 {file = "mypy-0.942-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4c3e497588afccfa4334a9986b56f703e75793133c4be3a02d06a3df16b67a58"}, | |
1363 {file = "mypy-0.942-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6f6ad963172152e112b87cc7ec103ba0f2db2f1cd8997237827c052a3903eaa6"}, | |
1364 {file = "mypy-0.942-cp37-cp37m-win_amd64.whl", hash = "sha256:0e2dd88410937423fba18e57147dd07cd8381291b93d5b1984626f173a26543e"}, | |
1365 {file = "mypy-0.942-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:246e1aa127d5b78488a4a0594bd95f6d6fb9d63cf08a66dafbff8595d8891f67"}, | |
1366 {file = "mypy-0.942-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d8d3ba77e56b84cd47a8ee45b62c84b6d80d32383928fe2548c9a124ea0a725c"}, | |
1367 {file = "mypy-0.942-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:2bc249409a7168d37c658e062e1ab5173300984a2dada2589638568ddc1db02b"}, | |
1368 {file = "mypy-0.942-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:9521c1265ccaaa1791d2c13582f06facf815f426cd8b07c3a485f486a8ffc1f3"}, | |
1369 {file = "mypy-0.942-cp38-cp38-win_amd64.whl", hash = "sha256:e865fec858d75b78b4d63266c9aff770ecb6a39dfb6d6b56c47f7f8aba6baba8"}, | |
1370 {file = "mypy-0.942-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:6ce34a118d1a898f47def970a2042b8af6bdcc01546454726c7dd2171aa6dfca"}, | |
1371 {file = "mypy-0.942-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:10daab80bc40f84e3f087d896cdb53dc811a9f04eae4b3f95779c26edee89d16"}, | |
1372 {file = "mypy-0.942-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3841b5433ff936bff2f4dc8d54cf2cdbfea5d8e88cedfac45c161368e5770ba6"}, | |
1373 {file = "mypy-0.942-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6f7106cbf9cc2f403693bf50ed7c9fa5bb3dfa9007b240db3c910929abe2a322"}, | |
1374 {file = "mypy-0.942-cp39-cp39-win_amd64.whl", hash = "sha256:7742d2c4e46bb5017b51c810283a6a389296cda03df805a4f7869a6f41246534"}, | |
1375 {file = "mypy-0.942-py3-none-any.whl", hash = "sha256:a1b383fe99678d7402754fe90448d4037f9512ce70c21f8aee3b8bf48ffc51db"}, | |
1376 {file = "mypy-0.942.tar.gz", hash = "sha256:17e44649fec92e9f82102b48a3bf7b4a5510ad0cd22fa21a104826b5db4903e2"}, | |
1377 ] | |
1378 "mypy-extensions 0.4.3" = [ | |
1379 {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, | |
1380 {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, | |
1381 ] | |
1382 "networkx 2.7.1" = [ | |
1383 {file = "networkx-2.7.1-py3-none-any.whl", hash = "sha256:011e85d277c89681e8fa661cf5ff0743443445049b0b68789ad55ef09340c6e0"}, | |
1384 {file = "networkx-2.7.1.tar.gz", hash = "sha256:d1194ba753e5eed07cdecd1d23c5cd7a3c772099bd8dbd2fea366788cf4de7ba"}, | |
1385 ] | |
1386 "noise 1.2.2" = [ | |
1387 {file = "noise-1.2.2-cp27-none-win32.whl", hash = "sha256:f7ef26a4c334224e7763e740fc945c26c0abf9ba51a19d4f5befa1d20d7da0b7"}, | |
1388 {file = "noise-1.2.2-cp27-none-win_amd64.whl", hash = "sha256:15582a58c9ee79b07436a1220bd6c4145266865262d1e6478d37a08b7d910da8"}, | |
1389 {file = "noise-1.2.2-cp33-none-win32.whl", hash = "sha256:93ac2977cf0e8f5cb90a2e828a5dfefc438bfb1fb8d7fd1ee305f05eadc8578e"}, | |
1390 {file = "noise-1.2.2-cp33-none-win_amd64.whl", hash = "sha256:20d1c89a2b8c3714abe5a5fa653b3ab9ab01aee1475993b8bdb9d5e26bc081cc"}, | |
1391 {file = "noise-1.2.2-cp34-none-win32.whl", hash = "sha256:f82933563ef89651865cc7cbfab11721a2229f5c6c8c009a041be4fb887949f2"}, | |
1392 {file = "noise-1.2.2-cp34-none-win_amd64.whl", hash = "sha256:065be3531a6b7a7dfcb6840646400a75e081511c524caa04feaea11e16e7ab24"}, | |
1393 {file = "noise-1.2.2.tar.gz", hash = "sha256:57a2797436574391ff63a111e852e53a4164ecd81ad23639641743cd1a209b65"}, | |
1394 {file = "noise-1.2.2.zip", hash = "sha256:36036cdaca131ddd2ab4397fba649af7f074ec08031e1e0a51031d0ae23b509a"}, | |
1395 ] | |
1396 "nose 1.3.7" = [ | |
1397 {file = "nose-1.3.7-py2-none-any.whl", hash = "sha256:dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a"}, | |
1398 {file = "nose-1.3.7-py3-none-any.whl", hash = "sha256:9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac"}, | |
1399 {file = "nose-1.3.7.tar.gz", hash = "sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"}, | |
1400 ] | |
1401 "nose-watcher 0.1.3" = [ | |
1402 {file = "nose_watcher-0.1.3-py2.py3-none-any.whl", hash = "sha256:fff9f12417e562f38fe39aacb97e49f557d92d00edda62ef1beb7382e9758d77"}, | |
1403 {file = "nose-watcher-0.1.3.tar.gz", hash = "sha256:885ddb62e775aba5e9627627a1fa32f18eecf03e95d7beaad3ede5e7b311453f"}, | |
1404 ] | |
1405 "numpy 1.22.3" = [ | |
1406 {file = "numpy-1.22.3-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:92bfa69cfbdf7dfc3040978ad09a48091143cffb778ec3b03fa170c494118d75"}, | |
1407 {file = "numpy-1.22.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8251ed96f38b47b4295b1ae51631de7ffa8260b5b087808ef09a39a9d66c97ab"}, | |
1408 {file = "numpy-1.22.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:48a3aecd3b997bf452a2dedb11f4e79bc5bfd21a1d4cc760e703c31d57c84b3e"}, | |
1409 {file = "numpy-1.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a3bae1a2ed00e90b3ba5f7bd0a7c7999b55d609e0c54ceb2b076a25e345fa9f4"}, | |
1410 {file = "numpy-1.22.3-cp310-cp310-win32.whl", hash = "sha256:f950f8845b480cffe522913d35567e29dd381b0dc7e4ce6a4a9f9156417d2430"}, | |
1411 {file = "numpy-1.22.3-cp310-cp310-win_amd64.whl", hash = "sha256:08d9b008d0156c70dc392bb3ab3abb6e7a711383c3247b410b39962263576cd4"}, | |
1412 {file = "numpy-1.22.3-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:201b4d0552831f7250a08d3b38de0d989d6f6e4658b709a02a73c524ccc6ffce"}, | |
1413 {file = "numpy-1.22.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f8c1f39caad2c896bc0018f699882b345b2a63708008be29b1f355ebf6f933fe"}, | |
1414 {file = "numpy-1.22.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:568dfd16224abddafb1cbcce2ff14f522abe037268514dd7e42c6776a1c3f8e5"}, | |
1415 {file = "numpy-1.22.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ca688e1b9b95d80250bca34b11a05e389b1420d00e87a0d12dc45f131f704a1"}, | |
1416 {file = "numpy-1.22.3-cp38-cp38-win32.whl", hash = "sha256:e7927a589df200c5e23c57970bafbd0cd322459aa7b1ff73b7c2e84d6e3eae62"}, | |
1417 {file = "numpy-1.22.3-cp38-cp38-win_amd64.whl", hash = "sha256:07a8c89a04997625236c5ecb7afe35a02af3896c8aa01890a849913a2309c676"}, | |
1418 {file = "numpy-1.22.3-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:2c10a93606e0b4b95c9b04b77dc349b398fdfbda382d2a39ba5a822f669a0123"}, | |
1419 {file = "numpy-1.22.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fade0d4f4d292b6f39951b6836d7a3c7ef5b2347f3c420cd9820a1d90d794802"}, | |
1420 {file = "numpy-1.22.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5bfb1bb598e8229c2d5d48db1860bcf4311337864ea3efdbe1171fb0c5da515d"}, | |
1421 {file = "numpy-1.22.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:97098b95aa4e418529099c26558eeb8486e66bd1e53a6b606d684d0c3616b168"}, | |
1422 {file = "numpy-1.22.3-cp39-cp39-win32.whl", hash = "sha256:fdf3c08bce27132395d3c3ba1503cac12e17282358cb4bddc25cc46b0aca07aa"}, | |
1423 {file = "numpy-1.22.3-cp39-cp39-win_amd64.whl", hash = "sha256:639b54cdf6aa4f82fe37ebf70401bbb74b8508fddcf4797f9fe59615b8c5813a"}, | |
1424 {file = "numpy-1.22.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c34ea7e9d13a70bf2ab64a2532fe149a9aced424cd05a2c4ba662fd989e3e45f"}, | |
1425 {file = "numpy-1.22.3.zip", hash = "sha256:dbc7601a3b7472d559dc7b933b18b4b66f9aa7452c120e87dfb33d02008c8a18"}, | |
1426 ] | |
1427 "packaging 21.3" = [ | |
1428 {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, | |
1429 {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, | |
1430 ] | |
1431 "parso 0.8.3" = [ | |
1432 {file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"}, | |
1433 {file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"}, | |
1434 ] | |
1435 "pexpect 4.8.0" = [ | |
1436 {file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"}, | |
1437 {file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"}, | |
1438 ] | |
1439 "pickleshare 0.7.5" = [ | |
1440 {file = "pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"}, | |
1441 {file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"}, | |
1442 ] | |
1443 "pillow 9.1.0" = [ | |
1444 {file = "Pillow-9.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:af79d3fde1fc2e33561166d62e3b63f0cc3e47b5a3a2e5fea40d4917754734ea"}, | |
1445 {file = "Pillow-9.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:55dd1cf09a1fd7c7b78425967aacae9b0d70125f7d3ab973fadc7b5abc3de652"}, | |
1446 {file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:66822d01e82506a19407d1afc104c3fcea3b81d5eb11485e593ad6b8492f995a"}, | |
1447 {file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a5eaf3b42df2bcda61c53a742ee2c6e63f777d0e085bbc6b2ab7ed57deb13db7"}, | |
1448 {file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01ce45deec9df310cbbee11104bae1a2a43308dd9c317f99235b6d3080ddd66e"}, | |
1449 {file = "Pillow-9.1.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:aea7ce61328e15943d7b9eaca87e81f7c62ff90f669116f857262e9da4057ba3"}, | |
1450 {file = "Pillow-9.1.0-cp310-cp310-win32.whl", hash = "sha256:7a053bd4d65a3294b153bdd7724dce864a1d548416a5ef61f6d03bf149205160"}, | |
1451 {file = "Pillow-9.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:97bda660702a856c2c9e12ec26fc6d187631ddfd896ff685814ab21ef0597033"}, | |
1452 {file = "Pillow-9.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:21dee8466b42912335151d24c1665fcf44dc2ee47e021d233a40c3ca5adae59c"}, | |
1453 {file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b6d4050b208c8ff886fd3db6690bf04f9a48749d78b41b7a5bf24c236ab0165"}, | |
1454 {file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5cfca31ab4c13552a0f354c87fbd7f162a4fafd25e6b521bba93a57fe6a3700a"}, | |
1455 {file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ed742214068efa95e9844c2d9129e209ed63f61baa4d54dbf4cf8b5e2d30ccf2"}, | |
1456 {file = "Pillow-9.1.0-cp37-cp37m-win32.whl", hash = "sha256:c9efef876c21788366ea1f50ecb39d5d6f65febe25ad1d4c0b8dff98843ac244"}, | |
1457 {file = "Pillow-9.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:de344bcf6e2463bb25179d74d6e7989e375f906bcec8cb86edb8b12acbc7dfef"}, | |
1458 {file = "Pillow-9.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:17869489de2fce6c36690a0c721bd3db176194af5f39249c1ac56d0bb0fcc512"}, | |
1459 {file = "Pillow-9.1.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:25023a6209a4d7c42154073144608c9a71d3512b648a2f5d4465182cb93d3477"}, | |
1460 {file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8782189c796eff29dbb37dd87afa4ad4d40fc90b2742704f94812851b725964b"}, | |
1461 {file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:463acf531f5d0925ca55904fa668bb3461c3ef6bc779e1d6d8a488092bdee378"}, | |
1462 {file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f42364485bfdab19c1373b5cd62f7c5ab7cc052e19644862ec8f15bb8af289e"}, | |
1463 {file = "Pillow-9.1.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:3fddcdb619ba04491e8f771636583a7cc5a5051cd193ff1aa1ee8616d2a692c5"}, | |
1464 {file = "Pillow-9.1.0-cp38-cp38-win32.whl", hash = "sha256:4fe29a070de394e449fd88ebe1624d1e2d7ddeed4c12e0b31624561b58948d9a"}, | |
1465 {file = "Pillow-9.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:c24f718f9dd73bb2b31a6201e6db5ea4a61fdd1d1c200f43ee585fc6dcd21b34"}, | |
1466 {file = "Pillow-9.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:fb89397013cf302f282f0fc998bb7abf11d49dcff72c8ecb320f76ea6e2c5717"}, | |
1467 {file = "Pillow-9.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c870193cce4b76713a2b29be5d8327c8ccbe0d4a49bc22968aa1e680930f5581"}, | |
1468 {file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69e5ddc609230d4408277af135c5b5c8fe7a54b2bdb8ad7c5100b86b3aab04c6"}, | |
1469 {file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:35be4a9f65441d9982240e6966c1eaa1c654c4e5e931eaf580130409e31804d4"}, | |
1470 {file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82283af99c1c3a5ba1da44c67296d5aad19f11c535b551a5ae55328a317ce331"}, | |
1471 {file = "Pillow-9.1.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a325ac71914c5c043fa50441b36606e64a10cd262de12f7a179620f579752ff8"}, | |
1472 {file = "Pillow-9.1.0-cp39-cp39-win32.whl", hash = "sha256:a598d8830f6ef5501002ae85c7dbfcd9c27cc4efc02a1989369303ba85573e58"}, | |
1473 {file = "Pillow-9.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:0c51cb9edac8a5abd069fd0758ac0a8bfe52c261ee0e330f363548aca6893595"}, | |
1474 {file = "Pillow-9.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a336a4f74baf67e26f3acc4d61c913e378e931817cd1e2ef4dfb79d3e051b481"}, | |
1475 {file = "Pillow-9.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb1b89b11256b5b6cad5e7593f9061ac4624f7651f7a8eb4dfa37caa1dfaa4d0"}, | |
1476 {file = "Pillow-9.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:255c9d69754a4c90b0ee484967fc8818c7ff8311c6dddcc43a4340e10cd1636a"}, | |
1477 {file = "Pillow-9.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:5a3ecc026ea0e14d0ad7cd990ea7f48bfcb3eb4271034657dc9d06933c6629a7"}, | |
1478 {file = "Pillow-9.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c5b0ff59785d93b3437c3703e3c64c178aabada51dea2a7f2c5eccf1bcf565a3"}, | |
1479 {file = "Pillow-9.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c7110ec1701b0bf8df569a7592a196c9d07c764a0a74f65471ea56816f10e2c8"}, | |
1480 {file = "Pillow-9.1.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:8d79c6f468215d1a8415aa53d9868a6b40c4682165b8cb62a221b1baa47db458"}, | |
1481 {file = "Pillow-9.1.0.tar.gz", hash = "sha256:f401ed2bbb155e1ade150ccc63db1a4f6c1909d3d378f7d1235a44e90d75fb97"}, | |
1482 ] | |
1483 "pluggy 1.0.0" = [ | |
1484 {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, | |
1485 {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, | |
1486 ] | |
1487 "proglog 0.1.9" = [ | |
1488 {file = "proglog-0.1.9.tar.gz", hash = "sha256:d8c4ccbf2138e0c5e3f3fc0d80dc51d7e69dcfe8bfde4cacb566725092a5b18d"}, | |
1489 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1490 "prometheus-client 0.14.1" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1491 {file = "prometheus_client-0.14.1-py3-none-any.whl", hash = "sha256:522fded625282822a89e2773452f42df14b5a8e84a86433e3f8a189c1d54dc01"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1492 {file = "prometheus_client-0.14.1.tar.gz", hash = "sha256:5459c427624961076277fdc6dc50540e2bacb98eebde99886e59ec55ed92093a"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1493 ] |
2031 | 1494 "prompt-toolkit 3.0.29" = [ |
1495 {file = "prompt_toolkit-3.0.29-py3-none-any.whl", hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752"}, | |
1496 {file = "prompt_toolkit-3.0.29.tar.gz", hash = "sha256:bd640f60e8cecd74f0dc249713d433ace2ddc62b65ee07f96d358e0b152b6ea7"}, | |
1497 ] | |
1498 "psutil 5.9.0" = [ | |
1499 {file = "psutil-5.9.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:55ce319452e3d139e25d6c3f85a1acf12d1607ddedea5e35fb47a552c051161b"}, | |
1500 {file = "psutil-5.9.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:7336292a13a80eb93c21f36bde4328aa748a04b68c13d01dfddd67fc13fd0618"}, | |
1501 {file = "psutil-5.9.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:cb8d10461c1ceee0c25a64f2dd54872b70b89c26419e147a05a10b753ad36ec2"}, | |
1502 {file = "psutil-5.9.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:7641300de73e4909e5d148e90cc3142fb890079e1525a840cf0dfd39195239fd"}, | |
1503 {file = "psutil-5.9.0-cp27-none-win32.whl", hash = "sha256:ea42d747c5f71b5ccaa6897b216a7dadb9f52c72a0fe2b872ef7d3e1eacf3ba3"}, | |
1504 {file = "psutil-5.9.0-cp27-none-win_amd64.whl", hash = "sha256:ef216cc9feb60634bda2f341a9559ac594e2eeaadd0ba187a4c2eb5b5d40b91c"}, | |
1505 {file = "psutil-5.9.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:90a58b9fcae2dbfe4ba852b57bd4a1dded6b990a33d6428c7614b7d48eccb492"}, | |
1506 {file = "psutil-5.9.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ff0d41f8b3e9ebb6b6110057e40019a432e96aae2008951121ba4e56040b84f3"}, | |
1507 {file = "psutil-5.9.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:742c34fff804f34f62659279ed5c5b723bb0195e9d7bd9907591de9f8f6558e2"}, | |
1508 {file = "psutil-5.9.0-cp310-cp310-win32.whl", hash = "sha256:8293942e4ce0c5689821f65ce6522ce4786d02af57f13c0195b40e1edb1db61d"}, | |
1509 {file = "psutil-5.9.0-cp310-cp310-win_amd64.whl", hash = "sha256:9b51917c1af3fa35a3f2dabd7ba96a2a4f19df3dec911da73875e1edaf22a40b"}, | |
1510 {file = "psutil-5.9.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e9805fed4f2a81de98ae5fe38b75a74c6e6ad2df8a5c479594c7629a1fe35f56"}, | |
1511 {file = "psutil-5.9.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c51f1af02334e4b516ec221ee26b8fdf105032418ca5a5ab9737e8c87dafe203"}, | |
1512 {file = "psutil-5.9.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:32acf55cb9a8cbfb29167cd005951df81b567099295291bcfd1027365b36591d"}, | |
1513 {file = "psutil-5.9.0-cp36-cp36m-win32.whl", hash = "sha256:e5c783d0b1ad6ca8a5d3e7b680468c9c926b804be83a3a8e95141b05c39c9f64"}, | |
1514 {file = "psutil-5.9.0-cp36-cp36m-win_amd64.whl", hash = "sha256:d62a2796e08dd024b8179bd441cb714e0f81226c352c802fca0fd3f89eeacd94"}, | |
1515 {file = "psutil-5.9.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:3d00a664e31921009a84367266b35ba0aac04a2a6cad09c550a89041034d19a0"}, | |
1516 {file = "psutil-5.9.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7779be4025c540d1d65a2de3f30caeacc49ae7a2152108adeaf42c7534a115ce"}, | |
1517 {file = "psutil-5.9.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:072664401ae6e7c1bfb878c65d7282d4b4391f1bc9a56d5e03b5a490403271b5"}, | |
1518 {file = "psutil-5.9.0-cp37-cp37m-win32.whl", hash = "sha256:df2c8bd48fb83a8408c8390b143c6a6fa10cb1a674ca664954de193fdcab36a9"}, | |
1519 {file = "psutil-5.9.0-cp37-cp37m-win_amd64.whl", hash = "sha256:1d7b433519b9a38192dfda962dd8f44446668c009833e1429a52424624f408b4"}, | |
1520 {file = "psutil-5.9.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c3400cae15bdb449d518545cbd5b649117de54e3596ded84aacabfbb3297ead2"}, | |
1521 {file = "psutil-5.9.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b2237f35c4bbae932ee98902a08050a27821f8f6dfa880a47195e5993af4702d"}, | |
1522 {file = "psutil-5.9.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1070a9b287846a21a5d572d6dddd369517510b68710fca56b0e9e02fd24bed9a"}, | |
1523 {file = "psutil-5.9.0-cp38-cp38-win32.whl", hash = "sha256:76cebf84aac1d6da5b63df11fe0d377b46b7b500d892284068bacccf12f20666"}, | |
1524 {file = "psutil-5.9.0-cp38-cp38-win_amd64.whl", hash = "sha256:3151a58f0fbd8942ba94f7c31c7e6b310d2989f4da74fcbf28b934374e9bf841"}, | |
1525 {file = "psutil-5.9.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:539e429da49c5d27d5a58e3563886057f8fc3868a5547b4f1876d9c0f007bccf"}, | |
1526 {file = "psutil-5.9.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:58c7d923dc209225600aec73aa2c4ae8ea33b1ab31bc11ef8a5933b027476f07"}, | |
1527 {file = "psutil-5.9.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3611e87eea393f779a35b192b46a164b1d01167c9d323dda9b1e527ea69d697d"}, | |
1528 {file = "psutil-5.9.0-cp39-cp39-win32.whl", hash = "sha256:4e2fb92e3aeae3ec3b7b66c528981fd327fb93fd906a77215200404444ec1845"}, | |
1529 {file = "psutil-5.9.0-cp39-cp39-win_amd64.whl", hash = "sha256:7d190ee2eaef7831163f254dc58f6d2e2a22e27382b936aab51c835fc080c3d3"}, | |
1530 {file = "psutil-5.9.0.tar.gz", hash = "sha256:869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25"}, | |
1531 ] | |
1532 "ptyprocess 0.7.0" = [ | |
1533 {file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"}, | |
1534 {file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"}, | |
1535 ] | |
1536 "pure-eval 0.2.2" = [ | |
1537 {file = "pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"}, | |
1538 {file = "pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"}, | |
1539 ] | |
1540 "py 1.11.0" = [ | |
1541 {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, | |
1542 {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, | |
1543 ] | |
1544 "pyasn1 0.4.8" = [ | |
1545 {file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"}, | |
1546 {file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"}, | |
1547 ] | |
1548 "pyasn1-modules 0.2.8" = [ | |
1549 {file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl", hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74"}, | |
1550 {file = "pyasn1-modules-0.2.8.tar.gz", hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e"}, | |
1551 ] | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1552 "pycairo 1.21.0" = [ |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1553 {file = "pycairo-1.21.0-cp310-cp310-win32.whl", hash = "sha256:44a2ecf34968de07b3b9dfdcdbccbd25aa3cab267200f234f84e81481a73bbf6"}, |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1554 {file = "pycairo-1.21.0-cp310-cp310-win_amd64.whl", hash = "sha256:f63c153a9ea3d21aff85e2caeee4b0c5d566b2368b4ed64826020d12953d76a4"}, |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1555 {file = "pycairo-1.21.0-cp37-cp37m-win32.whl", hash = "sha256:70936b19f967fa3cb3cd200c2608911227fa5d09dae21c166f64bc15e714ee41"}, |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1556 {file = "pycairo-1.21.0-cp37-cp37m-win_amd64.whl", hash = "sha256:31e1c4850db03201d33929cbe1905ce1b33202683ebda7bb0d4dba489115066b"}, |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1557 {file = "pycairo-1.21.0-cp38-cp38-win32.whl", hash = "sha256:dace6b356c476de27f8e1522428ac21a799c225703f746e2957d441f885dcb6c"}, |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1558 {file = "pycairo-1.21.0-cp38-cp38-win_amd64.whl", hash = "sha256:4357f20a6b1de8f1e8072a74ff68ab4c9a0ae698cd9f5c0f2b2cdd9b28b635f6"}, |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1559 {file = "pycairo-1.21.0-cp39-cp39-win32.whl", hash = "sha256:6d37375aab9f2bb6136f076c19815d72108383baae89fbc0d6cb8e5092217d02"}, |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1560 {file = "pycairo-1.21.0-cp39-cp39-win_amd64.whl", hash = "sha256:26b72b813c6f9d495f71057eab89c13e70a21c92360e9265abc049e0a931fa39"}, |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1561 {file = "pycairo-1.21.0.tar.gz", hash = "sha256:251907f18a552df938aa3386657ff4b5a4937dde70e11aa042bc297957f4b74b"}, |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1562 ] |
2031 | 1563 "pycodestyle 2.8.0" = [ |
1564 {file = "pycodestyle-2.8.0-py2.py3-none-any.whl", hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20"}, | |
1565 {file = "pycodestyle-2.8.0.tar.gz", hash = "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f"}, | |
1566 ] | |
1567 "pycparser 2.21" = [ | |
1568 {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, | |
1569 {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, | |
1570 ] | |
1571 "pyflakes 2.4.0" = [ | |
1572 {file = "pyflakes-2.4.0-py2.py3-none-any.whl", hash = "sha256:3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e"}, | |
1573 {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"}, | |
1574 ] | |
1575 "pyftdi 0.54.0" = [ | |
1576 {file = "pyftdi-0.54.0-py3-none-any.whl", hash = "sha256:112f16ee5b2a2becb8f8df9dd40b3bba007589f34e7613024122d94bd56eb7d7"}, | |
1577 {file = "pyftdi-0.54.0.tar.gz", hash = "sha256:8df9af22077d17533d2f95b508b1d87959877627ea5dc2369056e90a3b5a232d"}, | |
1578 ] | |
1579 "pygments 2.11.2" = [ | |
1580 {file = "Pygments-2.11.2-py3-none-any.whl", hash = "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65"}, | |
1581 {file = "Pygments-2.11.2.tar.gz", hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"}, | |
1582 ] | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1583 "pygobject 3.42.1" = [ |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1584 {file = "PyGObject-3.42.1.tar.gz", hash = "sha256:80d6a3ad1630e9d1edf31b9e9fad9a894c57e18545a3c95ef0044ac4042b8620"}, |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1585 ] |
2031 | 1586 "pyjade 4.0.0" = [ |
1587 {file = "pyjade-4.0.0.tar.gz", hash = "sha256:8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7"}, | |
1588 ] | |
1589 "pyopenssl 19.0.0" = [ | |
1590 {file = "pyOpenSSL-19.0.0-py2.py3-none-any.whl", hash = "sha256:c727930ad54b10fc157015014b666f2d8b41f70c0d03e83ab67624fd3dd5d1e6"}, | |
1591 {file = "pyOpenSSL-19.0.0.tar.gz", hash = "sha256:aeca66338f6de19d1aa46ed634c3b9ae519a64b458f8468aec688e7e3c20f200"}, | |
1592 ] | |
1593 "pyparsing 3.0.7" = [ | |
1594 {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, | |
1595 {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, | |
1596 ] | |
1597 "pyreadline3 3.4.1" = [ | |
1598 {file = "pyreadline3-3.4.1-py3-none-any.whl", hash = "sha256:b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb"}, | |
1599 {file = "pyreadline3-3.4.1.tar.gz", hash = "sha256:6f3d1f7b8a31ba32b73917cefc1f28cc660562f39aea8646d30bd6eff21f7bae"}, | |
1600 ] | |
1601 "pyserial 3.5" = [ | |
1602 {file = "pyserial-3.5-py2.py3-none-any.whl", hash = "sha256:c4451db6ba391ca6ca299fb3ec7bae67a5c55dde170964c7a14ceefec02f2cf0"}, | |
1603 {file = "pyserial-3.5.tar.gz", hash = "sha256:3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb"}, | |
1604 ] | |
1605 "pytest 7.1.1" = [ | |
1606 {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, | |
1607 {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, | |
1608 ] | |
1609 "pytest-watcher 0.2.3" = [ | |
1610 {file = "pytest_watcher-0.2.3-py3-none-any.whl", hash = "sha256:af935963399509a5b0e855740ba7227852f1a7fccfbb1cbb79fa19a445af02d2"}, | |
1611 {file = "pytest-watcher-0.2.3.tar.gz", hash = "sha256:1937dd97e72caafd371d8cea7b3d70c88ff4fe35e6cdecb29c41bbdcbf1dcc2b"}, | |
1612 ] | |
1613 "python-dateutil 2.8.2" = [ | |
1614 {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, | |
1615 {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, | |
1616 ] | |
1617 "python-inotify 0.6-test" = [ | |
1618 {file = "python-inotify-0.6-test.tar.gz", hash = "sha256:7521285f68aacc00ddf103ae5c21d9b7fe2ad80d8e3367e6e7e6a99986abdd40"}, | |
1619 ] | |
1620 "pyusb 1.2.1" = [ | |
1621 {file = "pyusb-1.2.1-py3-none-any.whl", hash = "sha256:2b4c7cb86dbadf044dfb9d3a4ff69fd217013dbe78a792177a3feb172449ea36"}, | |
1622 {file = "pyusb-1.2.1.tar.gz", hash = "sha256:a4cc7404a203144754164b8b40994e2849fde1cfff06b08492f12fff9d9de7b9"}, | |
1623 ] | |
1624 "pyzmq 22.3.0" = [ | |
1625 {file = "pyzmq-22.3.0-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:6b217b8f9dfb6628f74b94bdaf9f7408708cb02167d644edca33f38746ca12dd"}, | |
1626 {file = "pyzmq-22.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2841997a0d85b998cbafecb4183caf51fd19c4357075dfd33eb7efea57e4c149"}, | |
1627 {file = "pyzmq-22.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:f89468059ebc519a7acde1ee50b779019535db8dcf9b8c162ef669257fef7a93"}, | |
1628 {file = "pyzmq-22.3.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ea12133df25e3a6918718fbb9a510c6ee5d3fdd5a346320421aac3882f4feeea"}, | |
1629 {file = "pyzmq-22.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76c532fd68b93998aab92356be280deec5de8f8fe59cd28763d2cc8a58747b7f"}, | |
1630 {file = "pyzmq-22.3.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:f907c7359ce8bf7f7e63c82f75ad0223384105f5126f313400b7e8004d9b33c3"}, | |
1631 {file = "pyzmq-22.3.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:902319cfe23366595d3fa769b5b751e6ee6750a0a64c5d9f757d624b2ac3519e"}, | |
1632 {file = "pyzmq-22.3.0-cp310-cp310-win32.whl", hash = "sha256:67db33bea0a29d03e6eeec55a8190e033318cee3cbc732ba8fd939617cbf762d"}, | |
1633 {file = "pyzmq-22.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:7661fc1d5cb73481cf710a1418a4e1e301ed7d5d924f91c67ba84b2a1b89defd"}, | |
1634 {file = "pyzmq-22.3.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:79244b9e97948eaf38695f4b8e6fc63b14b78cc37f403c6642ba555517ac1268"}, | |
1635 {file = "pyzmq-22.3.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ab888624ed68930442a3f3b0b921ad7439c51ba122dbc8c386e6487a658e4a4e"}, | |
1636 {file = "pyzmq-22.3.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:18cd854b423fce44951c3a4d3e686bac8f1243d954f579e120a1714096637cc0"}, | |
1637 {file = "pyzmq-22.3.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:de8df0684398bd74ad160afdc2a118ca28384ac6f5e234eb0508858d8d2d9364"}, | |
1638 {file = "pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:62bcade20813796c426409a3e7423862d50ff0639f5a2a95be4b85b09a618666"}, | |
1639 {file = "pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:ea5a79e808baef98c48c884effce05c31a0698c1057de8fc1c688891043c1ce1"}, | |
1640 {file = "pyzmq-22.3.0-cp36-cp36m-win32.whl", hash = "sha256:3c1895c95be92600233e476fe283f042e71cf8f0b938aabf21b7aafa62a8dac9"}, | |
1641 {file = "pyzmq-22.3.0-cp36-cp36m-win_amd64.whl", hash = "sha256:851977788b9caa8ed011f5f643d3ee8653af02c5fc723fa350db5125abf2be7b"}, | |
1642 {file = "pyzmq-22.3.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b4ebed0977f92320f6686c96e9e8dd29eed199eb8d066936bac991afc37cbb70"}, | |
1643 {file = "pyzmq-22.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42abddebe2c6a35180ca549fadc7228d23c1e1f76167c5ebc8a936b5804ea2df"}, | |
1644 {file = "pyzmq-22.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c1e41b32d6f7f9c26bc731a8b529ff592f31fc8b6ef2be9fa74abd05c8a342d7"}, | |
1645 {file = "pyzmq-22.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:be4e0f229cf3a71f9ecd633566bd6f80d9fa6afaaff5489492be63fe459ef98c"}, | |
1646 {file = "pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:08c4e315a76ef26eb833511ebf3fa87d182152adf43dedee8d79f998a2162a0b"}, | |
1647 {file = "pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:badb868fff14cfd0e200eaa845887b1011146a7d26d579aaa7f966c203736b92"}, | |
1648 {file = "pyzmq-22.3.0-cp37-cp37m-win32.whl", hash = "sha256:7c58f598d9fcc52772b89a92d72bf8829c12d09746a6d2c724c5b30076c1f11d"}, | |
1649 {file = "pyzmq-22.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2b97502c16a5ec611cd52410bdfaab264997c627a46b0f98d3f666227fd1ea2d"}, | |
1650 {file = "pyzmq-22.3.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d728b08448e5ac3e4d886b165385a262883c34b84a7fe1166277fe675e1c197a"}, | |
1651 {file = "pyzmq-22.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:480b9931bfb08bf8b094edd4836271d4d6b44150da051547d8c7113bf947a8b0"}, | |
1652 {file = "pyzmq-22.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:7dc09198e4073e6015d9a8ea093fc348d4e59de49382476940c3dd9ae156fba8"}, | |
1653 {file = "pyzmq-22.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ca6cd58f62a2751728016d40082008d3b3412a7f28ddfb4a2f0d3c130f69e74"}, | |
1654 {file = "pyzmq-22.3.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:468bd59a588e276961a918a3060948ae68f6ff5a7fa10bb2f9160c18fe341067"}, | |
1655 {file = "pyzmq-22.3.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:c88fa7410e9fc471e0858638f403739ee869924dd8e4ae26748496466e27ac59"}, | |
1656 {file = "pyzmq-22.3.0-cp38-cp38-win32.whl", hash = "sha256:c0f84360dcca3481e8674393bdf931f9f10470988f87311b19d23cda869bb6b7"}, | |
1657 {file = "pyzmq-22.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:f762442bab706fd874064ca218b33a1d8e40d4938e96c24dafd9b12e28017f45"}, | |
1658 {file = "pyzmq-22.3.0-cp39-cp39-macosx_10_15_universal2.whl", hash = "sha256:954e73c9cd4d6ae319f1c936ad159072b6d356a92dcbbabfd6e6204b9a79d356"}, | |
1659 {file = "pyzmq-22.3.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f43b4a2e6218371dd4f41e547bd919ceeb6ebf4abf31a7a0669cd11cd91ea973"}, | |
1660 {file = "pyzmq-22.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:acebba1a23fb9d72b42471c3771b6f2f18dcd46df77482612054bd45c07dfa36"}, | |
1661 {file = "pyzmq-22.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cf98fd7a6c8aaa08dbc699ffae33fd71175696d78028281bc7b832b26f00ca57"}, | |
1662 {file = "pyzmq-22.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d072f7dfbdb184f0786d63bda26e8a0882041b1e393fbe98940395f7fab4c5e2"}, | |
1663 {file = "pyzmq-22.3.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:53f4fd13976789ffafedd4d46f954c7bb01146121812b72b4ddca286034df966"}, | |
1664 {file = "pyzmq-22.3.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:d1b5d457acbadcf8b27561deeaa386b0217f47626b29672fa7bd31deb6e91e1b"}, | |
1665 {file = "pyzmq-22.3.0-cp39-cp39-win32.whl", hash = "sha256:e6a02cf7271ee94674a44f4e62aa061d2d049001c844657740e156596298b70b"}, | |
1666 {file = "pyzmq-22.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:d3dcb5548ead4f1123851a5ced467791f6986d68c656bc63bfff1bf9e36671e2"}, | |
1667 {file = "pyzmq-22.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:3a4c9886d61d386b2b493377d980f502186cd71d501fffdba52bd2a0880cef4f"}, | |
1668 {file = "pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:80e043a89c6cadefd3a0712f8a1322038e819ebe9dbac7eca3bce1721bcb63bf"}, | |
1669 {file = "pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:1621e7a2af72cced1f6ec8ca8ca91d0f76ac236ab2e8828ac8fe909512d566cb"}, | |
1670 {file = "pyzmq-22.3.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:d6157793719de168b199194f6b6173f0ccd3bf3499e6870fac17086072e39115"}, | |
1671 {file = "pyzmq-22.3.0.tar.gz", hash = "sha256:8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c"}, | |
1672 ] | |
1673 "rdflib 6.1.1" = [ | |
1674 {file = "rdflib-6.1.1-py3-none-any.whl", hash = "sha256:fc81cef513cd552d471f2926141396b633207109d0154c8e77926222c70367fe"}, | |
1675 {file = "rdflib-6.1.1.tar.gz", hash = "sha256:8dbfa0af2990b98471dacbc936d6494c997ede92fd8ed693fb84ee700ef6f754"}, | |
1676 ] | |
1677 "requests 2.27.1" = [ | |
1678 {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"}, | |
1679 {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, | |
1680 ] | |
1681 "rx 3.2.0" = [ | |
1682 {file = "Rx-3.2.0-py3-none-any.whl", hash = "sha256:922c5f4edb3aa1beaa47bf61d65d5380011ff6adcd527f26377d05cb73ed8ec8"}, | |
1683 {file = "Rx-3.2.0.tar.gz", hash = "sha256:b657ca2b45aa485da2f7dcfd09fac2e554f7ac51ff3c2f8f2ff962ecd963d91c"}, | |
1684 ] | |
1685 "scales 1.0.9" = [ | |
1686 {file = "scales-1.0.9.tar.gz", hash = "sha256:8b6930f7d4bf115192290b44c757af5e254e3fcfcb75ff9a51f5c96a404e2753"}, | |
1687 ] | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1688 "scipy 1.6.0" = [ |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1689 {file = "scipy-1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:3d4303e3e21d07d9557b26a1707bb9fc065510ee8501c9bf22a0157249a82fd0"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1690 {file = "scipy-1.6.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:1bc5b446600c4ff7ab36bade47180673141322f0febaa555f1c433fe04f2a0e3"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1691 {file = "scipy-1.6.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:8840a9adb4ede3751f49761653d3ebf664f25195fdd42ada394ffea8903dd51d"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1692 {file = "scipy-1.6.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:8629135ee00cc2182ac8be8e75643b9f02235942443732c2ed69ab48edcb6614"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1693 {file = "scipy-1.6.0-cp37-cp37m-win32.whl", hash = "sha256:58731bbe0103e96b89b2f41516699db9b63066e4317e31b8402891571f6d358f"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1694 {file = "scipy-1.6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:876badc33eec20709d4e042a09834f5953ebdac4088d45a4f3a1f18b56885718"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1695 {file = "scipy-1.6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c0911f3180de343643f369dc5cfedad6ba9f939c2d516bddea4a6871eb000722"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1696 {file = "scipy-1.6.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:b8af26839ae343655f3ca377a5d5e5466f1d3b3ac7432a43449154fe958ae0e0"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1697 {file = "scipy-1.6.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:4f1d9cc977ac6a4a63c124045c1e8bf67ec37098f67c699887a93736961a00ae"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1698 {file = "scipy-1.6.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:eb7928275f3560d47e5538e15e9f32b3d64cd30ea8f85f3e82987425476f53f6"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1699 {file = "scipy-1.6.0-cp38-cp38-win32.whl", hash = "sha256:31ab217b5c27ab429d07428a76002b33662f98986095bbce5d55e0788f7e8b15"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1700 {file = "scipy-1.6.0-cp38-cp38-win_amd64.whl", hash = "sha256:2f1c2ebca6fd867160e70102200b1bd07b3b2d31a3e6af3c58d688c15d0d07b7"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1701 {file = "scipy-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:155225621df90fcd151e25d51c50217e412de717475999ebb76e17e310176981"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1702 {file = "scipy-1.6.0-cp39-cp39-manylinux1_i686.whl", hash = "sha256:f68d5761a2d2376e2b194c8e9192bbf7c51306ca176f1a0889990a52ef0d551f"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1703 {file = "scipy-1.6.0-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:d902d3a5ad7f28874c0a82db95246d24ca07ad932741df668595fe00a4819870"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1704 {file = "scipy-1.6.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:aef3a2dbc436bbe8f6e0b635f0b5fe5ed024b522eee4637dbbe0b974129ca734"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1705 {file = "scipy-1.6.0-cp39-cp39-win32.whl", hash = "sha256:cdbc47628184a0ebeb5c08f1892614e1bd4a51f6e0d609c6eed253823a960f5b"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1706 {file = "scipy-1.6.0-cp39-cp39-win_amd64.whl", hash = "sha256:313785c4dab65060f9648112d025f6d2fec69a8a889c714328882d678a95f053"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1707 {file = "scipy-1.6.0.tar.gz", hash = "sha256:cb6dc9f82dfd95f6b9032a8d7ea70efeeb15d5b5fd6ed4e8537bb3c673580566"}, |
2031 | 1708 ] |
1709 "service-identity 21.1.0" = [ | |
1710 {file = "service_identity-21.1.0-py2.py3-none-any.whl", hash = "sha256:f0b0caac3d40627c3c04d7a51b6e06721857a0e10a8775f2d1d7e72901b3a7db"}, | |
1711 {file = "service-identity-21.1.0.tar.gz", hash = "sha256:6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34"}, | |
1712 ] | |
1713 "setuptools 62.0.0" = [ | |
1714 {file = "setuptools-62.0.0-py3-none-any.whl", hash = "sha256:a65e3802053e99fc64c6b3b29c11132943d5b8c8facbcc461157511546510967"}, | |
1715 {file = "setuptools-62.0.0.tar.gz", hash = "sha256:7999cbd87f1b6e1f33bf47efa368b224bed5e27b5ef2c4d46580186cbcb1a86a"}, | |
1716 ] | |
1717 "six 1.16.0" = [ | |
1718 {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, | |
1719 {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, | |
1720 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1721 "sniffio 1.2.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1722 {file = "sniffio-1.2.0-py3-none-any.whl", hash = "sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1723 {file = "sniffio-1.2.0.tar.gz", hash = "sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1724 ] |
2031 | 1725 "stack-data 0.2.0" = [ |
1726 {file = "stack_data-0.2.0-py3-none-any.whl", hash = "sha256:999762f9c3132308789affa03e9271bbbe947bf78311851f4d485d8402ed858e"}, | |
1727 {file = "stack_data-0.2.0.tar.gz", hash = "sha256:45692d41bd633a9503a5195552df22b583caf16f0b27c4e58c98d88c8b648e12"}, | |
1728 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1729 "starlette 0.19.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1730 {file = "starlette-0.19.0-py3-none-any.whl", hash = "sha256:de752c8f6c2ac6ef78bfe44058fc61dc04895eba24d4e47d2ae254ba5c125c5e"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1731 {file = "starlette-0.19.0.tar.gz", hash = "sha256:4a1a92aa89dbacc3a4c694a2c112863e88449730ff99b421a9b71fb2213bcd9c"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1732 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1733 "starlette-exporter 0.12.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1734 {file = "starlette_exporter-0.12.0-py3-none-any.whl", hash = "sha256:8d9537e94edef0a2afc396dfdc37687aa95dd594d00dbdab72bdd9dba6c28222"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1735 {file = "starlette_exporter-0.12.0.tar.gz", hash = "sha256:18d95d09cfb45427e6f54ae591982b5ef900aa150ce9b41e717675b18c5bdb74"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1736 ] |
2031 | 1737 "statprof 0.1.2" = [ |
1738 {file = "statprof-0.1.2.tar.gz", hash = "sha256:adb8654edd5183e91e1538ee9112314f8129a52796bfa32cfa34b2f0e73295b4"}, | |
1739 ] | |
1740 "toml 0.10.2" = [ | |
1741 {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, | |
1742 {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, | |
1743 ] | |
1744 "tomli 2.0.1" = [ | |
1745 {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, | |
1746 {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, | |
1747 ] | |
1748 "toposort 1.7" = [ | |
1749 {file = "toposort-1.7-py2.py3-none-any.whl", hash = "sha256:8ed8e109e96ae30bf66da2d2155e4eb9989d9c5c743c837e37d9774a4eddd804"}, | |
1750 {file = "toposort-1.7.tar.gz", hash = "sha256:ddc2182c42912a440511bd7ff5d3e6a1cabc3accbc674a3258c8c41cbfbb2125"}, | |
1751 ] | |
1752 "tqdm 4.64.0" = [ | |
1753 {file = "tqdm-4.64.0-py2.py3-none-any.whl", hash = "sha256:74a2cdefe14d11442cedf3ba4e21a3b84ff9a2dbdc6cfae2c34addb2a14a5ea6"}, | |
1754 {file = "tqdm-4.64.0.tar.gz", hash = "sha256:40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d"}, | |
1755 ] | |
1756 "traitlets 5.1.1" = [ | |
1757 {file = "traitlets-5.1.1-py3-none-any.whl", hash = "sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033"}, | |
1758 {file = "traitlets-5.1.1.tar.gz", hash = "sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7"}, | |
1759 ] | |
1760 "treq 22.2.0" = [ | |
1761 {file = "treq-22.2.0-py3-none-any.whl", hash = "sha256:27d95b07c5c14be3e7b280416139b036087617ad5595be913b1f9b3ce981b9b2"}, | |
1762 {file = "treq-22.2.0.tar.gz", hash = "sha256:df757e3f141fc782ede076a604521194ffcb40fa2645cf48e5a37060307f52ec"}, | |
1763 ] | |
1764 "tubes 0.2.0" = [ | |
1765 {file = "Tubes-0.2.0-py2.py3-none-any.whl", hash = "sha256:de7bc347cb0a04ed6056e28a6b567228abc0f25861cbfad825466bea672d500d"}, | |
1766 {file = "Tubes-0.2.0.tar.gz", hash = "sha256:8d55ffda4c332deda399bf89a335ac7cea307fc8f6bfd89fee010a00c47be169"}, | |
1767 ] | |
1768 "twisted 19.2.1" = [ | |
1769 {file = "Twisted-19.2.1.tar.bz2", hash = "sha256:fa2c04c2d68a9be7fc3975ba4947f653a57a656776f24be58ff0fe4b9aaf3e52"}, | |
1770 ] | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1771 "twisted-iocpsupport 1.0.2" = [ |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1772 {file = "twisted_iocpsupport-1.0.2-cp310-cp310-win32.whl", hash = "sha256:985c06a33f5c0dae92c71a036d1ea63872ee86a21dd9b01e1f287486f15524b4"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1773 {file = "twisted_iocpsupport-1.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:81b3abe3527b367da0220482820cb12a16c661672b7bcfcde328902890d63323"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1774 {file = "twisted_iocpsupport-1.0.2-cp36-cp36m-win32.whl", hash = "sha256:9dbb8823b49f06d4de52721b47de4d3b3026064ef4788ce62b1a21c57c3fff6f"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1775 {file = "twisted_iocpsupport-1.0.2-cp36-cp36m-win_amd64.whl", hash = "sha256:b9fed67cf0f951573f06d560ac2f10f2a4bbdc6697770113a2fc396ea2cb2565"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1776 {file = "twisted_iocpsupport-1.0.2-cp37-cp37m-win32.whl", hash = "sha256:b76b4eed9b27fd63ddb0877efdd2d15835fdcb6baa745cb85b66e5d016ac2878"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1777 {file = "twisted_iocpsupport-1.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:851b3735ca7e8102e661872390e3bce88f8901bece95c25a0c8bb9ecb8a23d32"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1778 {file = "twisted_iocpsupport-1.0.2-cp38-cp38-win32.whl", hash = "sha256:bf4133139d77fc706d8f572e6b7d82871d82ec7ef25d685c2351bdacfb701415"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1779 {file = "twisted_iocpsupport-1.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:306becd6e22ab6e8e4f36b6bdafd9c92e867c98a5ce517b27fdd27760ee7ae41"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1780 {file = "twisted_iocpsupport-1.0.2-cp39-cp39-win32.whl", hash = "sha256:3c61742cb0bc6c1ac117a7e5f422c129832f0c295af49e01d8a6066df8cfc04d"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1781 {file = "twisted_iocpsupport-1.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:b435857b9efcbfc12f8c326ef0383f26416272260455bbca2cd8d8eca470c546"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1782 {file = "twisted_iocpsupport-1.0.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:7d972cfa8439bdcb35a7be78b7ef86d73b34b808c74be56dfa785c8a93b851bf"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1783 {file = "twisted-iocpsupport-1.0.2.tar.gz", hash = "sha256:72068b206ee809c9c596b57b5287259ea41ddb4774d86725b19f35bf56aa32a9"}, |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
1784 ] |
2031 | 1785 "twisted 22.2.0" = [ |
1786 {file = "Twisted-22.2.0-py3-none-any.whl", hash = "sha256:5c63c149eb6b8fe1e32a0215b1cef96fabdba04f705d8efb9174b1ccf5b49d49"}, | |
1787 {file = "Twisted-22.2.0.tar.gz", hash = "sha256:57f32b1f6838facb8c004c89467840367ad38e9e535f8252091345dba500b4f2"}, | |
1788 ] | |
1789 "txaio 22.2.1" = [ | |
1790 {file = "txaio-22.2.1-py2.py3-none-any.whl", hash = "sha256:41223af4a9d5726e645a8ee82480f413e5e300dd257db94bc38ae12ea48fb2e5"}, | |
1791 {file = "txaio-22.2.1.tar.gz", hash = "sha256:2e4582b70f04b2345908254684a984206c0d9b50e3074a24a4c55aba21d24d01"}, | |
1792 ] | |
1793 "txzmq 1.0.0" = [ | |
1794 {file = "txZMQ-1.0.0-py3-none-any.whl", hash = "sha256:23dd8554994e99736b20112dce5254c0f45574b250cd428fed8091bccb357870"}, | |
1795 {file = "txZMQ-1.0.0.tar.gz", hash = "sha256:8d607d0bf09ca94600b8e42f0721dbe43ee53a0470182344ac7ace7e58dc6177"}, | |
1796 ] | |
1797 "typing-extensions 4.1.1" = [ | |
1798 {file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"}, | |
1799 {file = "typing_extensions-4.1.1.tar.gz", hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42"}, | |
1800 ] | |
1801 "udmx-pyusb 2.0.0" = [ | |
1802 {file = "udmx_pyusb-2.0.0-py3-none-any.whl", hash = "sha256:3d0bdb5acbfd7eb2f6ac4f3d13d08b89260454d4c9a97088db13819e9e5391a8"}, | |
1803 {file = "udmx-pyusb-2.0.0.tar.gz", hash = "sha256:3ed45facbbab6c49d6218a04eb44377b21022415f79cce9e271d489ed6d7c263"}, | |
1804 ] | |
1805 "urllib3 1.26.9" = [ | |
1806 {file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"}, | |
1807 {file = "urllib3-1.26.9.tar.gz", hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"}, | |
1808 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1809 "uvicorn 0.17.6" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1810 {file = "uvicorn-0.17.6-py3-none-any.whl", hash = "sha256:19e2a0e96c9ac5581c01eb1a79a7d2f72bb479691acd2b8921fce48ed5b961a6"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1811 {file = "uvicorn-0.17.6.tar.gz", hash = "sha256:5180f9d059611747d841a4a4c4ab675edf54c8489e97f96d0583ee90ac3bfc23"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1812 ] |
2031 | 1813 "watchdog 2.1.7" = [ |
1814 {file = "watchdog-2.1.7-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:177bae28ca723bc00846466016d34f8c1d6a621383b6caca86745918d55c7383"}, | |
1815 {file = "watchdog-2.1.7-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1d1cf7dfd747dec519486a98ef16097e6c480934ef115b16f18adb341df747a4"}, | |
1816 {file = "watchdog-2.1.7-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7f14ce6adea2af1bba495acdde0e510aecaeb13b33f7bd2f6324e551b26688ca"}, | |
1817 {file = "watchdog-2.1.7-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:4d0e98ac2e8dd803a56f4e10438b33a2d40390a72750cff4939b4b274e7906fa"}, | |
1818 {file = "watchdog-2.1.7-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:81982c7884aac75017a6ecc72f1a4fedbae04181a8665a34afce9539fc1b3fab"}, | |
1819 {file = "watchdog-2.1.7-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:0b4a1fe6201c6e5a1926f5767b8664b45f0fcb429b62564a41f490ff1ce1dc7a"}, | |
1820 {file = "watchdog-2.1.7-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6e6ae29b72977f2e1ee3d0b760d7ee47896cb53e831cbeede3e64485e5633cc8"}, | |
1821 {file = "watchdog-2.1.7-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b9777664848160449e5b4260e0b7bc1ae0f6f4992a8b285db4ec1ef119ffa0e2"}, | |
1822 {file = "watchdog-2.1.7-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:19b36d436578eb437e029c6b838e732ed08054956366f6dd11875434a62d2b99"}, | |
1823 {file = "watchdog-2.1.7-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b61acffaf5cd5d664af555c0850f9747cc5f2baf71e54bbac164c58398d6ca7b"}, | |
1824 {file = "watchdog-2.1.7-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1e877c70245424b06c41ac258023ea4bd0c8e4ff15d7c1368f17cd0ae6e351dd"}, | |
1825 {file = "watchdog-2.1.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d802d65262a560278cf1a65ef7cae4e2bc7ecfe19e5451349e4c67e23c9dc420"}, | |
1826 {file = "watchdog-2.1.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:b3750ee5399e6e9c69eae8b125092b871ee9e2fcbd657a92747aea28f9056a5c"}, | |
1827 {file = "watchdog-2.1.7-py3-none-manylinux2014_aarch64.whl", hash = "sha256:ed6d9aad09a2a948572224663ab00f8975fae242aa540509737bb4507133fa2d"}, | |
1828 {file = "watchdog-2.1.7-py3-none-manylinux2014_armv7l.whl", hash = "sha256:b26e13e8008dcaea6a909e91d39b629a39635d1a8a7239dd35327c74f4388601"}, | |
1829 {file = "watchdog-2.1.7-py3-none-manylinux2014_i686.whl", hash = "sha256:0908bb50f6f7de54d5d31ec3da1654cb7287c6b87bce371954561e6de379d690"}, | |
1830 {file = "watchdog-2.1.7-py3-none-manylinux2014_ppc64.whl", hash = "sha256:bdcbf75580bf4b960fb659bbccd00123d83119619195f42d721e002c1621602f"}, | |
1831 {file = "watchdog-2.1.7-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:81a5861d0158a7e55fe149335fb2bbfa6f48cbcbd149b52dbe2cd9a544034bbd"}, | |
1832 {file = "watchdog-2.1.7-py3-none-manylinux2014_s390x.whl", hash = "sha256:03b43d583df0f18782a0431b6e9e9965c5b3f7cf8ec36a00b930def67942c385"}, | |
1833 {file = "watchdog-2.1.7-py3-none-manylinux2014_x86_64.whl", hash = "sha256:ae934e34c11aa8296c18f70bf66ed60e9870fcdb4cc19129a04ca83ab23e7055"}, | |
1834 {file = "watchdog-2.1.7-py3-none-win32.whl", hash = "sha256:49639865e3db4be032a96695c98ac09eed39bbb43fe876bb217da8f8101689a6"}, | |
1835 {file = "watchdog-2.1.7-py3-none-win_amd64.whl", hash = "sha256:340b875aecf4b0e6672076a6f05cfce6686935559bb6d34cebedee04126a9566"}, | |
1836 {file = "watchdog-2.1.7-py3-none-win_ia64.whl", hash = "sha256:351e09b6d9374d5bcb947e6ac47a608ec25b9d70583e9db00b2fcdb97b00b572"}, | |
1837 {file = "watchdog-2.1.7.tar.gz", hash = "sha256:3fd47815353be9c44eebc94cc28fe26b2b0c5bd889dafc4a5a7cbdf924143480"}, | |
1838 ] | |
1839 "wcwidth 0.2.5" = [ | |
1840 {file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"}, | |
1841 {file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"}, | |
1842 ] | |
1843 "web.py 0.62" = [ | |
1844 {file = "web.py-0.62.tar.gz", hash = "sha256:5ce684caa240654cae5950da8b4b7bc178812031e08f990518d072bd44ab525e"}, | |
1845 ] | |
1846 "webcolors 1.11.1" = [ | |
1847 {file = "webcolors-1.11.1-py3-none-any.whl", hash = "sha256:b8cd5d865a25c51ff1218f0c90d0c0781fc64312a49b746b320cf50de1648f6e"}, | |
1848 {file = "webcolors-1.11.1.tar.gz", hash = "sha256:76f360636957d1c976db7466bc71dcb713bb95ac8911944dffc55c01cb516de6"}, | |
1849 ] | |
1850 "werkzeug 2.1.1" = [ | |
1851 {file = "Werkzeug-2.1.1-py3-none-any.whl", hash = "sha256:3c5493ece8268fecdcdc9c0b112211acd006354723b280d643ec732b6d4063d6"}, | |
1852 {file = "Werkzeug-2.1.1.tar.gz", hash = "sha256:f8e89a20aeabbe8a893c24a461d3ee5dad2123b05cc6abd73ceed01d39c3ae74"}, | |
1853 ] | |
1854 "yapf 0.32.0" = [ | |
1855 {file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"}, | |
1856 {file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"}, | |
1857 ] | |
1858 "zope.interface 5.4.0" = [ | |
1859 {file = "zope.interface-5.4.0-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:7df1e1c05304f26faa49fa752a8c690126cf98b40b91d54e6e9cc3b7d6ffe8b7"}, | |
1860 {file = "zope.interface-5.4.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:2c98384b254b37ce50eddd55db8d381a5c53b4c10ee66e1e7fe749824f894021"}, | |
1861 {file = "zope.interface-5.4.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:08f9636e99a9d5410181ba0729e0408d3d8748026ea938f3b970a0249daa8192"}, | |
1862 {file = "zope.interface-5.4.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:0ea1d73b7c9dcbc5080bb8aaffb776f1c68e807767069b9ccdd06f27a161914a"}, | |
1863 {file = "zope.interface-5.4.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:273f158fabc5ea33cbc936da0ab3d4ba80ede5351babc4f577d768e057651531"}, | |
1864 {file = "zope.interface-5.4.0-cp27-cp27m-win32.whl", hash = "sha256:a1e6e96217a0f72e2b8629e271e1b280c6fa3fe6e59fa8f6701bec14e3354325"}, | |
1865 {file = "zope.interface-5.4.0-cp27-cp27m-win_amd64.whl", hash = "sha256:877473e675fdcc113c138813a5dd440da0769a2d81f4d86614e5d62b69497155"}, | |
1866 {file = "zope.interface-5.4.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:f7ee479e96f7ee350db1cf24afa5685a5899e2b34992fb99e1f7c1b0b758d263"}, | |
1867 {file = "zope.interface-5.4.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:b0297b1e05fd128d26cc2460c810d42e205d16d76799526dfa8c8ccd50e74959"}, | |
1868 {file = "zope.interface-5.4.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:af310ec8335016b5e52cae60cda4a4f2a60a788cbb949a4fbea13d441aa5a09e"}, | |
1869 {file = "zope.interface-5.4.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:9a9845c4c6bb56e508651f005c4aeb0404e518c6f000d5a1123ab077ab769f5c"}, | |
1870 {file = "zope.interface-5.4.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:0b465ae0962d49c68aa9733ba92a001b2a0933c317780435f00be7ecb959c702"}, | |
1871 {file = "zope.interface-5.4.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:5dd9ca406499444f4c8299f803d4a14edf7890ecc595c8b1c7115c2342cadc5f"}, | |
1872 {file = "zope.interface-5.4.0-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:469e2407e0fe9880ac690a3666f03eb4c3c444411a5a5fddfdabc5d184a79f05"}, | |
1873 {file = "zope.interface-5.4.0-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:52de7fc6c21b419078008f697fd4103dbc763288b1406b4562554bd47514c004"}, | |
1874 {file = "zope.interface-5.4.0-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:3dd4952748521205697bc2802e4afac5ed4b02909bb799ba1fe239f77fd4e117"}, | |
1875 {file = "zope.interface-5.4.0-cp35-cp35m-win32.whl", hash = "sha256:dd93ea5c0c7f3e25335ab7d22a507b1dc43976e1345508f845efc573d3d779d8"}, | |
1876 {file = "zope.interface-5.4.0-cp35-cp35m-win_amd64.whl", hash = "sha256:3748fac0d0f6a304e674955ab1365d515993b3a0a865e16a11ec9d86fb307f63"}, | |
1877 {file = "zope.interface-5.4.0-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:66c0061c91b3b9cf542131148ef7ecbecb2690d48d1612ec386de9d36766058f"}, | |
1878 {file = "zope.interface-5.4.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:d0c1bc2fa9a7285719e5678584f6b92572a5b639d0e471bb8d4b650a1a910920"}, | |
1879 {file = "zope.interface-5.4.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:2876246527c91e101184f63ccd1d716ec9c46519cc5f3d5375a3351c46467c46"}, | |
1880 {file = "zope.interface-5.4.0-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:334701327f37c47fa628fc8b8d28c7d7730ce7daaf4bda1efb741679c2b087fc"}, | |
1881 {file = "zope.interface-5.4.0-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:71aace0c42d53abe6fc7f726c5d3b60d90f3c5c055a447950ad6ea9cec2e37d9"}, | |
1882 {file = "zope.interface-5.4.0-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:5bb3489b4558e49ad2c5118137cfeaf59434f9737fa9c5deefc72d22c23822e2"}, | |
1883 {file = "zope.interface-5.4.0-cp36-cp36m-win32.whl", hash = "sha256:1c0e316c9add0db48a5b703833881351444398b04111188069a26a61cfb4df78"}, | |
1884 {file = "zope.interface-5.4.0-cp36-cp36m-win_amd64.whl", hash = "sha256:6f0c02cbb9691b7c91d5009108f975f8ffeab5dff8f26d62e21c493060eff2a1"}, | |
1885 {file = "zope.interface-5.4.0-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:7d97a4306898b05404a0dcdc32d9709b7d8832c0c542b861d9a826301719794e"}, | |
1886 {file = "zope.interface-5.4.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:867a5ad16892bf20e6c4ea2aab1971f45645ff3102ad29bd84c86027fa99997b"}, | |
1887 {file = "zope.interface-5.4.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5f931a1c21dfa7a9c573ec1f50a31135ccce84e32507c54e1ea404894c5eb96f"}, | |
1888 {file = "zope.interface-5.4.0-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:194d0bcb1374ac3e1e023961610dc8f2c78a0f5f634d0c737691e215569e640d"}, | |
1889 {file = "zope.interface-5.4.0-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:8270252effc60b9642b423189a2fe90eb6b59e87cbee54549db3f5562ff8d1b8"}, | |
1890 {file = "zope.interface-5.4.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:15e7d1f7a6ee16572e21e3576d2012b2778cbacf75eb4b7400be37455f5ca8bf"}, | |
1891 {file = "zope.interface-5.4.0-cp37-cp37m-win32.whl", hash = "sha256:8892f89999ffd992208754851e5a052f6b5db70a1e3f7d54b17c5211e37a98c7"}, | |
1892 {file = "zope.interface-5.4.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2e5a26f16503be6c826abca904e45f1a44ff275fdb7e9d1b75c10671c26f8b94"}, | |
1893 {file = "zope.interface-5.4.0-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:0f91b5b948686659a8e28b728ff5e74b1be6bf40cb04704453617e5f1e945ef3"}, | |
1894 {file = "zope.interface-5.4.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:4de4bc9b6d35c5af65b454d3e9bc98c50eb3960d5a3762c9438df57427134b8e"}, | |
1895 {file = "zope.interface-5.4.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:bf68f4b2b6683e52bec69273562df15af352e5ed25d1b6641e7efddc5951d1a7"}, | |
1896 {file = "zope.interface-5.4.0-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:63b82bb63de7c821428d513607e84c6d97d58afd1fe2eb645030bdc185440120"}, | |
1897 {file = "zope.interface-5.4.0-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:db1fa631737dab9fa0b37f3979d8d2631e348c3b4e8325d6873c2541d0ae5a48"}, | |
1898 {file = "zope.interface-5.4.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:f44e517131a98f7a76696a7b21b164bcb85291cee106a23beccce454e1f433a4"}, | |
1899 {file = "zope.interface-5.4.0-cp38-cp38-win32.whl", hash = "sha256:a9506a7e80bcf6eacfff7f804c0ad5350c8c95b9010e4356a4b36f5322f09abb"}, | |
1900 {file = "zope.interface-5.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:3c02411a3b62668200910090a0dff17c0b25aaa36145082a5a6adf08fa281e54"}, | |
1901 {file = "zope.interface-5.4.0-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:0cee5187b60ed26d56eb2960136288ce91bcf61e2a9405660d271d1f122a69a4"}, | |
1902 {file = "zope.interface-5.4.0-cp39-cp39-manylinux1_i686.whl", hash = "sha256:a8156e6a7f5e2a0ff0c5b21d6bcb45145efece1909efcbbbf48c56f8da68221d"}, | |
1903 {file = "zope.interface-5.4.0-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:205e40ccde0f37496904572035deea747390a8b7dc65146d30b96e2dd1359a83"}, | |
1904 {file = "zope.interface-5.4.0-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:3f24df7124c323fceb53ff6168da70dbfbae1442b4f3da439cd441681f54fe25"}, | |
1905 {file = "zope.interface-5.4.0-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:5208ebd5152e040640518a77827bdfcc73773a15a33d6644015b763b9c9febc1"}, | |
1906 {file = "zope.interface-5.4.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:17776ecd3a1fdd2b2cd5373e5ef8b307162f581c693575ec62e7c5399d80794c"}, | |
1907 {file = "zope.interface-5.4.0-cp39-cp39-win32.whl", hash = "sha256:d4d9d6c1a455d4babd320203b918ccc7fcbefe308615c521062bc2ba1aa4d26e"}, | |
1908 {file = "zope.interface-5.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:0cba8477e300d64a11a9789ed40ee8932b59f9ee05f85276dbb4b59acee5dd09"}, | |
1909 {file = "zope.interface-5.4.0.tar.gz", hash = "sha256:5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a8a5a0e"}, | |
1910 ] |