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