Mercurial > code > home > repos > light9
annotate pdm.lock @ 2094:ddbd0fca89ff
file moves for effectSequencer
author | drewp@bigasterisk.com |
---|---|
date | Mon, 30 May 2022 23:46:07 -0700 |
parents | b39aafe12319 |
children | f1df317f7c4c |
rev | line source |
---|---|
2072 | 1 [[package]] |
2 name = "aiohttp" | |
3 version = "3.8.1" | |
4 requires_python = ">=3.6" | |
5 summary = "Async http client/server framework (asyncio)" | |
6 dependencies = [ | |
7 "aiosignal>=1.1.2", | |
8 "async-timeout<5.0,>=4.0.0a3", | |
9 "attrs>=17.3.0", | |
10 "charset-normalizer<3.0,>=2.0", | |
11 "frozenlist>=1.1.1", | |
12 "multidict<7.0,>=4.5", | |
13 "yarl<2.0,>=1.0", | |
14 ] | |
15 | |
16 [[package]] | |
17 name = "aiosignal" | |
18 version = "1.2.0" | |
19 requires_python = ">=3.6" | |
20 summary = "aiosignal: a list of registered asynchronous callbacks" | |
21 dependencies = [ | |
22 "frozenlist>=1.1.0", | |
23 ] | |
24 | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
25 [[package]] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
26 name = "anyio" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
27 version = "3.5.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
28 requires_python = ">=3.6.2" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
29 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
|
30 dependencies = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
31 "idna>=2.8", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
32 "sniffio>=1.1", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
33 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
34 |
2031 | 35 [[package]] |
36 name = "appnope" | |
37 version = "0.1.3" | |
38 summary = "Disable App Nap on macOS >= 10.9" | |
39 | |
40 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
41 name = "asgiref" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
42 version = "3.5.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
43 requires_python = ">=3.7" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
44 summary = "ASGI specs, helper code, and adapters" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
45 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
46 [[package]] |
2031 | 47 name = "asttokens" |
48 version = "2.0.5" | |
49 summary = "Annotate AST trees with source code positions" | |
50 dependencies = [ | |
51 "six", | |
52 ] | |
53 | |
54 [[package]] | |
2072 | 55 name = "async-timeout" |
56 version = "4.0.2" | |
57 requires_python = ">=3.6" | |
58 summary = "Timeout context manager for asyncio programs" | |
59 | |
60 [[package]] | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
61 name = "asyncinotify" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
62 version = "2.0.3" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
63 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
|
64 |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
65 [[package]] |
2031 | 66 name = "atomicwrites" |
67 version = "1.4.0" | |
68 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
69 summary = "Atomic file writes." | |
70 | |
71 [[package]] | |
72 name = "attrs" | |
73 version = "21.4.0" | |
74 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
75 summary = "Classes Without Boilerplate" | |
76 | |
77 [[package]] | |
78 name = "autobahn" | |
79 version = "22.3.2" | |
80 requires_python = ">=3.7" | |
81 summary = "WebSocket client & server library, WAMP real-time framework" | |
82 dependencies = [ | |
83 "cryptography>=3.4.6", | |
84 "hyperlink>=21.0.0", | |
85 "setuptools", | |
86 "txaio>=21.2.1", | |
87 ] | |
88 | |
89 [[package]] | |
90 name = "automat" | |
91 version = "20.2.0" | |
92 summary = "Self-service finite-state machines for the programmer on the go." | |
93 dependencies = [ | |
94 "attrs>=19.2.0", | |
95 "six", | |
96 ] | |
97 | |
98 [[package]] | |
99 name = "backcall" | |
100 version = "0.2.0" | |
101 summary = "Specifications for callback functions passed in to an API" | |
102 | |
103 [[package]] | |
104 name = "certifi" | |
105 version = "2021.10.8" | |
106 summary = "Python package for providing Mozilla's CA Bundle." | |
107 | |
108 [[package]] | |
109 name = "cffi" | |
110 version = "1.15.0" | |
111 summary = "Foreign Function Interface for Python calling C code." | |
112 dependencies = [ | |
113 "pycparser", | |
114 ] | |
115 | |
116 [[package]] | |
117 name = "characteristic" | |
118 version = "14.3.0" | |
119 summary = "Python attributes without boilerplate." | |
120 | |
121 [[package]] | |
122 name = "charset-normalizer" | |
123 version = "2.0.12" | |
124 requires_python = ">=3.5.0" | |
125 summary = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." | |
126 | |
127 [[package]] | |
128 name = "cheroot" | |
129 version = "8.6.0" | |
130 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" | |
131 summary = "Highly-optimized, pure-python HTTP server" | |
132 dependencies = [ | |
133 "jaraco.functools", | |
134 "more-itertools>=2.6; python_version >= \"3.6\"", | |
135 "six>=1.11.0", | |
136 ] | |
137 | |
138 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
139 name = "click" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
140 version = "8.1.2" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
141 requires_python = ">=3.7" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
142 summary = "Composable command line interface toolkit" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
143 dependencies = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
144 "colorama; platform_system == \"Windows\"", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
145 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
146 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
147 [[package]] |
2031 | 148 name = "colorama" |
149 version = "0.4.4" | |
150 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
151 summary = "Cross-platform colored terminal text." | |
152 | |
153 [[package]] | |
154 name = "coloredlogs" | |
155 version = "15.0.1" | |
156 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
157 summary = "Colored terminal output for Python's logging module" | |
158 dependencies = [ | |
159 "humanfriendly>=9.1", | |
160 ] | |
161 | |
162 [[package]] | |
163 name = "colormath" | |
164 version = "3.0.0" | |
165 summary = "Color math and conversion library." | |
166 dependencies = [ | |
167 "networkx>=2.0", | |
168 "numpy", | |
169 ] | |
170 | |
171 [[package]] | |
172 name = "constantly" | |
173 version = "15.1.0" | |
174 summary = "Symbolic constants in Python" | |
175 | |
176 [[package]] | |
177 name = "coverage" | |
178 version = "6.3.2" | |
179 requires_python = ">=3.7" | |
180 summary = "Code coverage measurement for Python" | |
181 | |
182 [[package]] | |
183 name = "cryptography" | |
184 version = "36.0.2" | |
185 requires_python = ">=3.6" | |
186 summary = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." | |
187 dependencies = [ | |
188 "cffi>=1.12", | |
189 ] | |
190 | |
191 [[package]] | |
192 name = "cyclone" | |
193 version = "1.3" | |
194 summary = "Non-blocking web server for Python. Tornado API as a Twisted protocol." | |
195 dependencies = [ | |
196 "pyOpenSSL==19.0.0", | |
197 "twisted==19.2.1", | |
198 ] | |
199 | |
200 [[package]] | |
201 name = "cycloneerr" | |
202 version = "0.4.0" | |
203 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
|
204 summary = "UNKNOWN" |
2031 | 205 dependencies = [ |
206 "cyclone", | |
207 ] | |
208 | |
209 [[package]] | |
210 name = "decorator" | |
211 version = "4.4.2" | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
212 requires_python = ">=2.6, !=3.0.*, !=3.1.*" |
2031 | 213 summary = "Decorators for Humans" |
214 | |
215 [[package]] | |
216 name = "executing" | |
217 version = "0.8.3" | |
218 summary = "Get the currently executing AST node of a frame, and other information" | |
219 | |
220 [[package]] | |
221 name = "flake8" | |
222 version = "4.0.1" | |
223 requires_python = ">=3.6" | |
224 summary = "the modular source code checker: pep8 pyflakes and co" | |
225 dependencies = [ | |
226 "mccabe<0.7.0,>=0.6.0", | |
227 "pycodestyle<2.9.0,>=2.8.0", | |
228 "pyflakes<2.5.0,>=2.4.0", | |
229 ] | |
230 | |
231 [[package]] | |
232 name = "freezegun" | |
233 version = "1.2.1" | |
234 requires_python = ">=3.6" | |
235 summary = "Let your Python tests travel through time" | |
236 dependencies = [ | |
237 "python-dateutil>=2.7", | |
238 ] | |
239 | |
240 [[package]] | |
2072 | 241 name = "frozenlist" |
242 version = "1.3.0" | |
243 requires_python = ">=3.7" | |
244 summary = "A list-like structure which implements collections.abc.MutableSequence" | |
245 | |
246 [[package]] | |
2031 | 247 name = "genshi" |
248 version = "0.7.6" | |
249 summary = "A toolkit for generation of output for the web" | |
250 dependencies = [ | |
251 "six", | |
252 ] | |
253 | |
254 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
255 name = "h11" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
256 version = "0.13.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
257 requires_python = ">=3.6" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
258 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
|
259 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
260 [[package]] |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
261 name = "httptools" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
262 version = "0.4.0" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
263 requires_python = ">=3.5.0" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
264 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
|
265 |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
266 [[package]] |
2031 | 267 name = "humanfriendly" |
268 version = "10.0" | |
269 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
270 summary = "Human friendly output for text interfaces using Python" | |
271 dependencies = [ | |
272 "pyreadline3; sys_platform == \"win32\" and python_version >= \"3.8\"", | |
273 ] | |
274 | |
275 [[package]] | |
276 name = "hunter" | |
277 version = "3.4.3" | |
278 requires_python = ">=3.6" | |
279 summary = "Hunter is a flexible code tracing toolkit." | |
280 dependencies = [ | |
281 "manhole>=1.5; platform_system != \"Windows\"", | |
282 ] | |
283 | |
284 [[package]] | |
285 name = "hyperlink" | |
286 version = "21.0.0" | |
287 requires_python = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
288 summary = "A featureful, immutable, and correct URL for Python." | |
289 dependencies = [ | |
290 "idna>=2.5", | |
291 ] | |
292 | |
293 [[package]] | |
294 name = "idna" | |
295 version = "3.3" | |
296 requires_python = ">=3.5" | |
297 summary = "Internationalized Domain Names in Applications (IDNA)" | |
298 | |
299 [[package]] | |
300 name = "imageio" | |
301 version = "2.16.1" | |
302 requires_python = ">=3.7" | |
303 summary = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats." | |
304 dependencies = [ | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
305 "numpy>=1.20.0", |
2031 | 306 "pillow>=8.3.2", |
307 ] | |
308 | |
309 [[package]] | |
310 name = "imageio-ffmpeg" | |
311 version = "0.4.5" | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
312 requires_python = ">=3.4" |
2031 | 313 summary = "FFMPEG wrapper for Python" |
314 | |
315 [[package]] | |
316 name = "incremental" | |
317 version = "21.3.0" | |
318 summary = "A small library that versions your Python projects." | |
319 | |
320 [[package]] | |
321 name = "iniconfig" | |
322 version = "1.1.1" | |
323 summary = "iniconfig: brain-dead simple config-ini parsing" | |
324 | |
325 [[package]] | |
326 name = "ipdb" | |
327 version = "0.13.9" | |
328 requires_python = ">=2.7" | |
329 summary = "IPython-enabled pdb" | |
330 dependencies = [ | |
331 "decorator; python_version > \"3.6\"", | |
332 "ipython>=7.17.0; python_version > \"3.6\"", | |
333 "setuptools", | |
334 "toml>=0.10.2; python_version > \"3.6\"", | |
335 ] | |
336 | |
337 [[package]] | |
338 name = "ipython" | |
339 version = "8.2.0" | |
340 requires_python = ">=3.8" | |
341 summary = "IPython: Productive Interactive Computing" | |
342 dependencies = [ | |
343 "appnope; sys_platform == \"darwin\"", | |
344 "backcall", | |
345 "colorama; sys_platform == \"win32\"", | |
346 "decorator", | |
347 "jedi>=0.16", | |
348 "matplotlib-inline", | |
349 "pexpect>4.3; sys_platform != \"win32\"", | |
350 "pickleshare", | |
351 "prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0", | |
352 "pygments>=2.4.0", | |
353 "setuptools>=18.5", | |
354 "stack-data", | |
355 "traitlets>=5", | |
356 ] | |
357 | |
358 [[package]] | |
359 name = "isodate" | |
360 version = "0.6.1" | |
361 summary = "An ISO 8601 date/time/duration parser and formatter" | |
362 dependencies = [ | |
363 "six", | |
364 ] | |
365 | |
366 [[package]] | |
367 name = "jaraco.functools" | |
368 version = "3.5.0" | |
369 requires_python = ">=3.7" | |
370 summary = "Functools like those found in stdlib" | |
371 dependencies = [ | |
372 "more-itertools", | |
373 ] | |
374 | |
375 [[package]] | |
376 name = "jedi" | |
377 version = "0.18.1" | |
378 requires_python = ">=3.6" | |
379 summary = "An autocompletion tool for Python that can be used for text editors." | |
380 dependencies = [ | |
381 "parso<0.9.0,>=0.8.0", | |
382 ] | |
383 | |
384 [[package]] | |
385 name = "klein" | |
386 version = "21.8.0" | |
387 requires_python = ">=3.5" | |
388 summary = "werkzeug + twisted.web" | |
389 dependencies = [ | |
390 "Tubes", | |
391 "Twisted>=16.6", | |
392 "Werkzeug", | |
393 "attrs", | |
394 "hyperlink", | |
395 "incremental", | |
396 "zope.interface", | |
397 ] | |
398 | |
399 [[package]] | |
400 name = "louie" | |
401 version = "2.0" | |
402 summary = "Signal dispatching mechanism" | |
403 | |
404 [[package]] | |
405 name = "manhole" | |
406 version = "1.8.0" | |
407 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
408 summary = "Manhole is in-process service that will accept unix domain socket connections and present the" | |
409 | |
410 [[package]] | |
411 name = "matplotlib-inline" | |
412 version = "0.1.3" | |
413 requires_python = ">=3.5" | |
414 summary = "Inline Matplotlib backend for Jupyter" | |
415 dependencies = [ | |
416 "traitlets", | |
417 ] | |
418 | |
419 [[package]] | |
420 name = "mccabe" | |
421 version = "0.6.1" | |
422 summary = "McCabe checker, plugin for flake8" | |
423 | |
424 [[package]] | |
425 name = "mock" | |
426 version = "4.0.3" | |
427 requires_python = ">=3.6" | |
428 summary = "Rolling backport of unittest.mock for all Pythons" | |
429 | |
430 [[package]] | |
431 name = "more-itertools" | |
432 version = "8.12.0" | |
433 requires_python = ">=3.5" | |
434 summary = "More routines for operating on iterables, beyond itertools" | |
435 | |
436 [[package]] | |
437 name = "moviepy" | |
438 version = "1.0.3" | |
439 summary = "Video editing with Python" | |
440 dependencies = [ | |
441 "decorator<5.0,>=4.0.2", | |
442 "imageio-ffmpeg>=0.2.0; python_version >= \"3.4\"", | |
443 "imageio<3.0,>=2.5; python_version >= \"3.4\"", | |
444 "numpy; python_version >= \"2.7\"", | |
445 "numpy>=1.17.3; python_version != \"2.7\"", | |
446 "proglog<=1.0.0", | |
447 "requests<3.0,>=2.8.1", | |
448 "tqdm<5.0,>=4.11.2", | |
449 ] | |
450 | |
451 [[package]] | |
2072 | 452 name = "multidict" |
453 version = "6.0.2" | |
454 requires_python = ">=3.7" | |
455 summary = "multidict implementation" | |
456 | |
457 [[package]] | |
2031 | 458 name = "mypy" |
459 version = "0.942" | |
460 requires_python = ">=3.6" | |
461 summary = "Optional static typing for Python" | |
462 dependencies = [ | |
463 "mypy-extensions>=0.4.3", | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
464 "tomli>=1.1.0", |
2031 | 465 "typing-extensions>=3.10", |
466 ] | |
467 | |
468 [[package]] | |
469 name = "mypy-extensions" | |
470 version = "0.4.3" | |
471 summary = "Experimental type system extensions for programs checked with the mypy typechecker." | |
472 | |
473 [[package]] | |
474 name = "networkx" | |
475 version = "2.7.1" | |
476 requires_python = ">=3.8" | |
477 summary = "Python package for creating and manipulating graphs and networks" | |
478 | |
479 [[package]] | |
480 name = "noise" | |
481 version = "1.2.2" | |
482 summary = "Perlin noise for Python" | |
483 | |
484 [[package]] | |
485 name = "nose" | |
486 version = "1.3.7" | |
487 summary = "nose extends unittest to make testing easier" | |
488 | |
489 [[package]] | |
490 name = "nose-watcher" | |
491 version = "0.1.3" | |
492 summary = "A nose plugin to watch for changes within the local directory." | |
493 dependencies = [ | |
494 "python-inotify==0.6-test", | |
495 ] | |
496 | |
497 [[package]] | |
498 name = "numpy" | |
499 version = "1.22.3" | |
500 requires_python = ">=3.8" | |
501 summary = "NumPy is the fundamental package for array computing with Python." | |
502 | |
503 [[package]] | |
504 name = "packaging" | |
505 version = "21.3" | |
506 requires_python = ">=3.6" | |
507 summary = "Core utilities for Python packages" | |
508 dependencies = [ | |
509 "pyparsing!=3.0.5,>=2.0.2", | |
510 ] | |
511 | |
512 [[package]] | |
513 name = "parso" | |
514 version = "0.8.3" | |
515 requires_python = ">=3.6" | |
516 summary = "A Python Parser" | |
517 | |
518 [[package]] | |
519 name = "pexpect" | |
520 version = "4.8.0" | |
521 summary = "Pexpect allows easy control of interactive console applications." | |
522 dependencies = [ | |
523 "ptyprocess>=0.5", | |
524 ] | |
525 | |
526 [[package]] | |
527 name = "pickleshare" | |
528 version = "0.7.5" | |
529 summary = "Tiny 'shelve'-like database with concurrency support" | |
530 | |
531 [[package]] | |
532 name = "pillow" | |
533 version = "9.1.0" | |
534 requires_python = ">=3.7" | |
535 summary = "Python Imaging Library (Fork)" | |
536 | |
537 [[package]] | |
538 name = "pluggy" | |
539 version = "1.0.0" | |
540 requires_python = ">=3.6" | |
541 summary = "plugin and hook calling mechanisms for python" | |
542 | |
543 [[package]] | |
544 name = "proglog" | |
545 version = "0.1.9" | |
546 summary = "Log and progress bar manager for console, notebooks, web..." | |
547 dependencies = [ | |
548 "tqdm", | |
549 ] | |
550 | |
551 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
552 name = "prometheus-client" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
553 version = "0.14.1" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
554 requires_python = ">=3.6" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
555 summary = "Python client for the Prometheus monitoring system." |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
556 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
557 [[package]] |
2031 | 558 name = "prompt-toolkit" |
559 version = "3.0.29" | |
560 requires_python = ">=3.6.2" | |
561 summary = "Library for building powerful interactive command lines in Python" | |
562 dependencies = [ | |
563 "wcwidth", | |
564 ] | |
565 | |
566 [[package]] | |
567 name = "psutil" | |
568 version = "5.9.0" | |
569 requires_python = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
570 summary = "Cross-platform lib for process and system monitoring in Python." | |
571 | |
572 [[package]] | |
573 name = "ptyprocess" | |
574 version = "0.7.0" | |
575 summary = "Run a subprocess in a pseudo terminal" | |
576 | |
577 [[package]] | |
578 name = "pure-eval" | |
579 version = "0.2.2" | |
580 summary = "Safely evaluate AST nodes without side effects" | |
581 | |
582 [[package]] | |
583 name = "py" | |
584 version = "1.11.0" | |
585 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
586 summary = "library with cross-python path, ini-parsing, io, code, log facilities" | |
587 | |
588 [[package]] | |
589 name = "pyasn1" | |
590 version = "0.4.8" | |
591 summary = "ASN.1 types and codecs" | |
592 | |
593 [[package]] | |
594 name = "pyasn1-modules" | |
595 version = "0.2.8" | |
596 summary = "A collection of ASN.1-based protocols modules." | |
597 dependencies = [ | |
598 "pyasn1<0.5.0,>=0.4.6", | |
599 ] | |
600 | |
601 [[package]] | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
602 name = "pycairo" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
603 version = "1.21.0" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
604 requires_python = ">=3.7" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
605 summary = "Python interface for cairo" |
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 [[package]] |
2031 | 608 name = "pycodestyle" |
609 version = "2.8.0" | |
610 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
611 summary = "Python style guide checker" | |
612 | |
613 [[package]] | |
614 name = "pycparser" | |
615 version = "2.21" | |
616 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
617 summary = "C parser in Python" | |
618 | |
619 [[package]] | |
2092
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
620 name = "pydeps" |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
621 version = "1.10.18" |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
622 summary = "Display module dependencies" |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
623 dependencies = [ |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
624 "stdlib-list", |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
625 ] |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
626 |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
627 [[package]] |
2031 | 628 name = "pyflakes" |
629 version = "2.4.0" | |
630 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
631 summary = "passive checker of Python programs" | |
632 | |
633 [[package]] | |
634 name = "pyftdi" | |
635 version = "0.54.0" | |
636 requires_python = ">=3.7" | |
637 summary = "FTDI device driver (pure Python)" | |
638 dependencies = [ | |
639 "pyserial>=3.0", | |
640 "pyusb!=1.2.0,>=1.0.0", | |
641 ] | |
642 | |
643 [[package]] | |
644 name = "pygments" | |
645 version = "2.11.2" | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
646 requires_python = ">=3.5" |
2031 | 647 summary = "Pygments is a syntax highlighting package written in Python." |
648 | |
649 [[package]] | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
650 name = "pygobject" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
651 version = "3.42.1" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
652 requires_python = ">=3.6, <4" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
653 summary = "Python bindings for GObject Introspection" |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
654 dependencies = [ |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
655 "pycairo>=1.16.0", |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
656 ] |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
657 |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
658 [[package]] |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
659 name = "pyhamcrest" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
660 version = "2.0.3" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
661 requires_python = ">=3.5" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
662 summary = "Hamcrest framework for matcher objects" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
663 |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
664 [[package]] |
2031 | 665 name = "pyjade" |
666 version = "4.0.0" | |
667 summary = "Jade syntax template adapter for Django, Jinja2, Mako and Tornado templates" | |
668 dependencies = [ | |
669 "six", | |
670 ] | |
671 | |
672 [[package]] | |
673 name = "pyopenssl" | |
674 version = "19.0.0" | |
675 summary = "Python wrapper module around the OpenSSL library" | |
676 dependencies = [ | |
677 "cryptography>=2.3", | |
678 "six>=1.5.2", | |
679 ] | |
680 | |
681 [[package]] | |
682 name = "pyparsing" | |
683 version = "3.0.7" | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
684 requires_python = ">=3.6" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
685 summary = "Python parsing module" |
2031 | 686 |
687 [[package]] | |
688 name = "pyreadline3" | |
689 version = "3.4.1" | |
690 summary = "A python implementation of GNU readline." | |
691 | |
692 [[package]] | |
693 name = "pyserial" | |
694 version = "3.5" | |
695 summary = "Python Serial Port Extension" | |
696 | |
697 [[package]] | |
698 name = "pytest" | |
699 version = "7.1.1" | |
700 requires_python = ">=3.7" | |
701 summary = "pytest: simple powerful testing with Python" | |
702 dependencies = [ | |
703 "atomicwrites>=1.0; sys_platform == \"win32\"", | |
704 "attrs>=19.2.0", | |
705 "colorama; sys_platform == \"win32\"", | |
706 "iniconfig", | |
707 "packaging", | |
708 "pluggy<2.0,>=0.12", | |
709 "py>=1.8.2", | |
710 "tomli>=1.0.0", | |
711 ] | |
712 | |
713 [[package]] | |
714 name = "pytest-watcher" | |
715 version = "0.2.3" | |
716 requires_python = ">=3.6.2,<4.0.0" | |
717 summary = "Continiously runs pytest on changes in *.py files" | |
718 dependencies = [ | |
719 "watchdog>=2.0.0", | |
720 ] | |
721 | |
722 [[package]] | |
723 name = "python-dateutil" | |
724 version = "2.8.2" | |
725 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" | |
726 summary = "Extensions to the standard Python datetime module" | |
727 dependencies = [ | |
728 "six>=1.5", | |
729 ] | |
730 | |
731 [[package]] | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
732 name = "python-dotenv" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
733 version = "0.20.0" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
734 requires_python = ">=3.5" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
735 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
|
736 |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
737 [[package]] |
2031 | 738 name = "python-inotify" |
739 version = "0.6-test" | |
740 summary = "Interface to Linux inotify subsystem" | |
741 | |
742 [[package]] | |
743 name = "pyusb" | |
744 version = "1.2.1" | |
745 requires_python = ">=3.6.0" | |
746 summary = "Python USB access module" | |
747 | |
748 [[package]] | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
749 name = "pyyaml" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
750 version = "6.0" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
751 requires_python = ">=3.6" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
752 summary = "YAML parser and emitter for Python" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
753 |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
754 [[package]] |
2031 | 755 name = "pyzmq" |
756 version = "22.3.0" | |
757 requires_python = ">=3.6" | |
758 summary = "Python bindings for 0MQ" | |
759 dependencies = [ | |
760 "cffi; implementation_name == \"pypy\"", | |
761 "py; implementation_name == \"pypy\"", | |
762 ] | |
763 | |
764 [[package]] | |
765 name = "rdfdb" | |
2092
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
766 version = "0.23.0" |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
767 requires_python = ">=3.9" |
2092
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
768 url = "https://projects.bigasterisk.com/rdfdb/rdfdb-0.23.0.tar.gz" |
2031 | 769 summary = "UNKNOWN" |
770 dependencies = [ | |
2092
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
771 "aiohttp>=3.8.1", |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
772 "asyncinotify>=2.0.2", |
2031 | 773 "autobahn", |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
774 "prometheus-client>=0.13.1", |
2031 | 775 "rdflib", |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
776 "starlette-exporter>=0.12.0", |
2031 | 777 ] |
778 | |
779 [[package]] | |
780 name = "rdflib" | |
781 version = "6.1.1" | |
782 requires_python = ">=3.7" | |
783 summary = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information." | |
784 dependencies = [ | |
785 "isodate", | |
786 "pyparsing", | |
787 "setuptools", | |
788 ] | |
789 | |
790 [[package]] | |
791 name = "requests" | |
792 version = "2.27.1" | |
793 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" | |
794 summary = "Python HTTP for Humans." | |
795 dependencies = [ | |
796 "certifi>=2017.4.17", | |
797 "charset-normalizer~=2.0.0; python_version >= \"3\"", | |
798 "idna<4,>=2.5; python_version >= \"3\"", | |
799 "urllib3<1.27,>=1.21.1", | |
800 ] | |
801 | |
802 [[package]] | |
803 name = "rx" | |
804 version = "3.2.0" | |
805 requires_python = ">=3.6.0" | |
806 summary = "Reactive Extensions (Rx) for Python" | |
807 | |
808 [[package]] | |
809 name = "scales" | |
810 version = "1.0.9" | |
811 summary = "Stats for Python processes" | |
812 dependencies = [ | |
813 "six", | |
814 ] | |
815 | |
816 [[package]] | |
817 name = "scipy" | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
818 version = "1.6.0" |
2031 | 819 requires_python = ">=3.7" |
820 summary = "SciPy: Scientific Library for Python" | |
821 dependencies = [ | |
822 "numpy>=1.16.5", | |
823 ] | |
824 | |
825 [[package]] | |
826 name = "service-identity" | |
827 version = "21.1.0" | |
828 summary = "Service identity verification for pyOpenSSL & cryptography." | |
829 dependencies = [ | |
830 "attrs>=19.1.0", | |
831 "cryptography", | |
832 "pyasn1", | |
833 "pyasn1-modules", | |
834 "six", | |
835 ] | |
836 | |
837 [[package]] | |
838 name = "setuptools" | |
839 version = "62.0.0" | |
840 requires_python = ">=3.7" | |
841 summary = "Easily download, build, install, upgrade, and uninstall Python packages" | |
842 | |
843 [[package]] | |
844 name = "six" | |
845 version = "1.16.0" | |
846 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" | |
847 summary = "Python 2 and 3 compatibility utilities" | |
848 | |
849 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
850 name = "sniffio" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
851 version = "1.2.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
852 requires_python = ">=3.5" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
853 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
|
854 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
855 [[package]] |
2031 | 856 name = "stack-data" |
857 version = "0.2.0" | |
858 summary = "Extract data from python stack frames and tracebacks for informative displays" | |
859 dependencies = [ | |
860 "asttokens", | |
861 "executing", | |
862 "pure-eval", | |
863 ] | |
864 | |
865 [[package]] | |
866 name = "standardservice" | |
867 version = "0.6.0" | |
868 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
|
869 summary = "UNKNOWN" |
2031 | 870 dependencies = [ |
871 "psutil", | |
872 "scales", | |
873 "twisted", | |
874 ] | |
875 | |
876 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
877 name = "starlette" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
878 version = "0.19.0" |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
879 requires_python = ">=3.6" |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
880 summary = "The little ASGI library that shines." |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
881 dependencies = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
882 "anyio<5,>=3.4.0", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
883 "typing-extensions>=3.10.0; python_version < \"3.10\"", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
884 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
885 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
886 [[package]] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
887 name = "starlette-exporter" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
888 version = "0.12.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
889 summary = "Prometheus metrics exporter for Starlette applications." |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
890 dependencies = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
891 "prometheus-client", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
892 "starlette", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
893 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
894 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
895 [[package]] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
896 name = "starlette" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
897 version = "0.19.0" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
898 extras = ["standard"] |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
899 requires_python = ">=3.6" |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
900 summary = "The little ASGI library that shines." |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
901 dependencies = [ |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
902 "starlette>=0.19.0", |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
903 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
904 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
905 [[package]] |
2031 | 906 name = "statprof" |
907 version = "0.1.2" | |
908 summary = "Statistical profiling for Python" | |
909 | |
910 [[package]] | |
2092
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
911 name = "stdlib-list" |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
912 version = "0.8.0" |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
913 summary = "A list of Python Standard Libraries (2.6-7, 3.2-9)." |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
914 |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
915 [[package]] |
2031 | 916 name = "toml" |
917 version = "0.10.2" | |
918 requires_python = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" | |
919 summary = "Python Library for Tom's Obvious, Minimal Language" | |
920 | |
921 [[package]] | |
922 name = "tomli" | |
923 version = "2.0.1" | |
924 requires_python = ">=3.7" | |
925 summary = "A lil' TOML parser" | |
926 | |
927 [[package]] | |
928 name = "toposort" | |
929 version = "1.7" | |
930 summary = "\"Implements a topological sort algorithm.\"" | |
931 | |
932 [[package]] | |
933 name = "tqdm" | |
934 version = "4.64.0" | |
935 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" | |
936 summary = "Fast, Extensible Progress Meter" | |
937 dependencies = [ | |
938 "colorama; platform_system == \"Windows\"", | |
939 ] | |
940 | |
941 [[package]] | |
942 name = "traitlets" | |
943 version = "5.1.1" | |
944 requires_python = ">=3.7" | |
945 summary = "Traitlets Python configuration system" | |
946 | |
947 [[package]] | |
948 name = "treq" | |
949 version = "22.2.0" | |
950 requires_python = ">=3.6" | |
951 summary = "High-level Twisted HTTP Client API" | |
952 dependencies = [ | |
953 "Twisted[tls]>=18.7.0", | |
954 "attrs", | |
955 "hyperlink>=21.0.0", | |
956 "incremental", | |
957 "requests>=2.1.0", | |
958 ] | |
959 | |
960 [[package]] | |
961 name = "tubes" | |
962 version = "0.2.0" | |
963 summary = "\n Flow control and backpressure for event-driven applications. " | |
964 dependencies = [ | |
965 "Twisted", | |
966 "characteristic", | |
967 "six", | |
968 ] | |
969 | |
970 [[package]] | |
971 name = "twisted" | |
972 version = "19.2.1" | |
973 summary = "An asynchronous networking framework written in Python" | |
974 dependencies = [ | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
975 "Automat>=0.3.0", |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
976 "PyHamcrest>=1.9.0", |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
977 "attrs>=17.4.0", |
2031 | 978 "constantly>=15.1", |
979 "hyperlink>=17.1.1", | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
980 "incremental>=16.10.1", |
2031 | 981 "zope.interface>=4.4.2", |
982 ] | |
983 | |
984 [[package]] | |
985 name = "twisted" | |
986 version = "22.2.0" | |
987 extras = ["tls"] | |
988 requires_python = ">=3.6.7" | |
989 summary = "An asynchronous networking framework written in Python" | |
990 dependencies = [ | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
991 "Twisted>=18.7.0", |
2031 | 992 "idna>=2.4", |
993 "pyopenssl>=16.0.0", | |
994 "service-identity>=18.1.0", | |
995 ] | |
996 | |
997 [[package]] | |
998 name = "txaio" | |
999 version = "22.2.1" | |
1000 requires_python = ">=3.6" | |
1001 summary = "Compatibility API between asyncio/Twisted/Trollius" | |
1002 | |
1003 [[package]] | |
1004 name = "txzmq" | |
1005 version = "1.0.0" | |
1006 summary = "Twisted bindings for ZeroMQ" | |
1007 dependencies = [ | |
1008 "Twisted>=10.0", | |
1009 "pyzmq>=13", | |
1010 ] | |
1011 | |
1012 [[package]] | |
1013 name = "typing-extensions" | |
1014 version = "4.1.1" | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1015 requires_python = ">=3.6" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1016 summary = "Backported and Experimental Type Hints for Python 3.6+" |
2031 | 1017 |
1018 [[package]] | |
1019 name = "udmx-pyusb" | |
1020 version = "2.0.0" | |
1021 summary = "uDMX Interface Library" | |
1022 dependencies = [ | |
1023 "pyusb>=1.0.2", | |
1024 ] | |
1025 | |
1026 [[package]] | |
1027 name = "urllib3" | |
1028 version = "1.26.9" | |
1029 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" | |
1030 summary = "HTTP library with thread-safe connection pooling, file post, and more." | |
1031 | |
1032 [[package]] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1033 name = "uvicorn" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1034 version = "0.17.6" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1035 requires_python = ">=3.7" |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1036 summary = "The lightning-fast ASGI server." |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1037 dependencies = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1038 "asgiref>=3.4.0", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1039 "click>=7.0", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1040 "h11>=0.8", |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1041 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1042 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1043 [[package]] |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1044 name = "uvicorn" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1045 version = "0.17.6" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1046 extras = ["standard"] |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1047 requires_python = ">=3.7" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1048 summary = "The lightning-fast ASGI server." |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1049 dependencies = [ |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1050 "PyYAML>=5.1", |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1051 "colorama>=0.4; sys_platform == \"win32\"", |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1052 "httptools>=0.4.0", |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1053 "python-dotenv>=0.13", |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1054 "uvicorn>=0.17.6", |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1055 "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
|
1056 "watchgod>=0.6", |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1057 "websockets>=10.0", |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1058 ] |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1059 |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1060 [[package]] |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1061 name = "uvloop" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1062 version = "0.16.0" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1063 requires_python = ">=3.7" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1064 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
|
1065 |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1066 [[package]] |
2031 | 1067 name = "watchdog" |
1068 version = "2.1.7" | |
1069 requires_python = ">=3.6" | |
1070 summary = "Filesystem events monitoring" | |
1071 | |
1072 [[package]] | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1073 name = "watchgod" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1074 version = "0.8.2" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1075 requires_python = ">=3.7" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1076 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
|
1077 dependencies = [ |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1078 "anyio<4,>=3.0.0", |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1079 ] |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1080 |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1081 [[package]] |
2031 | 1082 name = "wcwidth" |
1083 version = "0.2.5" | |
1084 summary = "Measures the displayed width of unicode strings in a terminal" | |
1085 | |
1086 [[package]] | |
1087 name = "web.py" | |
1088 version = "0.62" | |
1089 requires_python = ">=3.5" | |
1090 summary = "web.py: makes web apps" | |
1091 dependencies = [ | |
1092 "cheroot", | |
1093 ] | |
1094 | |
1095 [[package]] | |
1096 name = "webcolors" | |
1097 version = "1.11.1" | |
1098 requires_python = ">=3.5," | |
1099 summary = "A library for working with color names and color values formats defined by HTML and CSS." | |
1100 | |
1101 [[package]] | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1102 name = "websockets" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1103 version = "10.3" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1104 requires_python = ">=3.7" |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1105 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
|
1106 |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1107 [[package]] |
2031 | 1108 name = "werkzeug" |
1109 version = "2.1.1" | |
1110 requires_python = ">=3.7" | |
1111 summary = "The comprehensive WSGI web application library." | |
1112 | |
1113 [[package]] | |
1114 name = "yapf" | |
1115 version = "0.32.0" | |
1116 summary = "A formatter for Python code." | |
1117 | |
1118 [[package]] | |
2072 | 1119 name = "yarl" |
1120 version = "1.7.2" | |
1121 requires_python = ">=3.6" | |
1122 summary = "Yet another URL library" | |
1123 dependencies = [ | |
1124 "idna>=2.0", | |
1125 "multidict>=4.0", | |
1126 ] | |
1127 | |
1128 [[package]] | |
2031 | 1129 name = "zope.interface" |
1130 version = "5.4.0" | |
1131 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
1132 summary = "Interfaces for Python" | |
1133 dependencies = [ | |
1134 "setuptools", | |
1135 ] | |
1136 | |
1137 [metadata] | |
1138 lock_version = "3.1" | |
2092
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
1139 content_hash = "sha256:d0af3ae9f90e4ec5ef0d136dcf10cdacdaa1f4d69488639235aa81db15520c5f" |
2031 | 1140 |
1141 [metadata.files] | |
2072 | 1142 "aiohttp 3.8.1" = [ |
1143 {file = "aiohttp-3.8.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:1ed0b6477896559f17b9eaeb6d38e07f7f9ffe40b9f0f9627ae8b9926ae260a8"}, | |
1144 {file = "aiohttp-3.8.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7dadf3c307b31e0e61689cbf9e06be7a867c563d5a63ce9dca578f956609abf8"}, | |
1145 {file = "aiohttp-3.8.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a79004bb58748f31ae1cbe9fa891054baaa46fb106c2dc7af9f8e3304dc30316"}, | |
1146 {file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:12de6add4038df8f72fac606dff775791a60f113a725c960f2bab01d8b8e6b15"}, | |
1147 {file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6f0d5f33feb5f69ddd57a4a4bd3d56c719a141080b445cbf18f238973c5c9923"}, | |
1148 {file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:eaba923151d9deea315be1f3e2b31cc39a6d1d2f682f942905951f4e40200922"}, | |
1149 {file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:099ebd2c37ac74cce10a3527d2b49af80243e2a4fa39e7bce41617fbc35fa3c1"}, | |
1150 {file = "aiohttp-3.8.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2e5d962cf7e1d426aa0e528a7e198658cdc8aa4fe87f781d039ad75dcd52c516"}, | |
1151 {file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:fa0ffcace9b3aa34d205d8130f7873fcfefcb6a4dd3dd705b0dab69af6712642"}, | |
1152 {file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:61bfc23df345d8c9716d03717c2ed5e27374e0fe6f659ea64edcd27b4b044cf7"}, | |
1153 {file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:31560d268ff62143e92423ef183680b9829b1b482c011713ae941997921eebc8"}, | |
1154 {file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:01d7bdb774a9acc838e6b8f1d114f45303841b89b95984cbb7d80ea41172a9e3"}, | |
1155 {file = "aiohttp-3.8.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:97ef77eb6b044134c0b3a96e16abcb05ecce892965a2124c566af0fd60f717e2"}, | |
1156 {file = "aiohttp-3.8.1-cp310-cp310-win32.whl", hash = "sha256:c2aef4703f1f2ddc6df17519885dbfa3514929149d3ff900b73f45998f2532fa"}, | |
1157 {file = "aiohttp-3.8.1-cp310-cp310-win_amd64.whl", hash = "sha256:713ac174a629d39b7c6a3aa757b337599798da4c1157114a314e4e391cd28e32"}, | |
1158 {file = "aiohttp-3.8.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:473d93d4450880fe278696549f2e7aed8cd23708c3c1997981464475f32137db"}, | |
1159 {file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99b5eeae8e019e7aad8af8bb314fb908dd2e028b3cdaad87ec05095394cce632"}, | |
1160 {file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3af642b43ce56c24d063325dd2cf20ee012d2b9ba4c3c008755a301aaea720ad"}, | |
1161 {file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c3630c3ef435c0a7c549ba170a0633a56e92629aeed0e707fec832dee313fb7a"}, | |
1162 {file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:4a4a4e30bf1edcad13fb0804300557aedd07a92cabc74382fdd0ba6ca2661091"}, | |
1163 {file = "aiohttp-3.8.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6f8b01295e26c68b3a1b90efb7a89029110d3a4139270b24fda961893216c440"}, | |
1164 {file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:a25fa703a527158aaf10dafd956f7d42ac6d30ec80e9a70846253dd13e2f067b"}, | |
1165 {file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:5bfde62d1d2641a1f5173b8c8c2d96ceb4854f54a44c23102e2ccc7e02f003ec"}, | |
1166 {file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:51467000f3647d519272392f484126aa716f747859794ac9924a7aafa86cd411"}, | |
1167 {file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:03a6d5349c9ee8f79ab3ff3694d6ce1cfc3ced1c9d36200cb8f08ba06bd3b782"}, | |
1168 {file = "aiohttp-3.8.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:102e487eeb82afac440581e5d7f8f44560b36cf0bdd11abc51a46c1cd88914d4"}, | |
1169 {file = "aiohttp-3.8.1-cp36-cp36m-win32.whl", hash = "sha256:4aed991a28ea3ce320dc8ce655875e1e00a11bdd29fe9444dd4f88c30d558602"}, | |
1170 {file = "aiohttp-3.8.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b0e20cddbd676ab8a64c774fefa0ad787cc506afd844de95da56060348021e96"}, | |
1171 {file = "aiohttp-3.8.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:37951ad2f4a6df6506750a23f7cbabad24c73c65f23f72e95897bb2cecbae676"}, | |
1172 {file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c23b1ad869653bc818e972b7a3a79852d0e494e9ab7e1a701a3decc49c20d51"}, | |
1173 {file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:15b09b06dae900777833fe7fc4b4aa426556ce95847a3e8d7548e2d19e34edb8"}, | |
1174 {file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:477c3ea0ba410b2b56b7efb072c36fa91b1e6fc331761798fa3f28bb224830dd"}, | |
1175 {file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:2f2f69dca064926e79997f45b2f34e202b320fd3782f17a91941f7eb85502ee2"}, | |
1176 {file = "aiohttp-3.8.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ef9612483cb35171d51d9173647eed5d0069eaa2ee812793a75373447d487aa4"}, | |
1177 {file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6d69f36d445c45cda7b3b26afef2fc34ef5ac0cdc75584a87ef307ee3c8c6d00"}, | |
1178 {file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:55c3d1072704d27401c92339144d199d9de7b52627f724a949fc7d5fc56d8b93"}, | |
1179 {file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:b9d00268fcb9f66fbcc7cd9fe423741d90c75ee029a1d15c09b22d23253c0a44"}, | |
1180 {file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:07b05cd3305e8a73112103c834e91cd27ce5b4bd07850c4b4dbd1877d3f45be7"}, | |
1181 {file = "aiohttp-3.8.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:c34dc4958b232ef6188c4318cb7b2c2d80521c9a56c52449f8f93ab7bc2a8a1c"}, | |
1182 {file = "aiohttp-3.8.1-cp37-cp37m-win32.whl", hash = "sha256:d2f9b69293c33aaa53d923032fe227feac867f81682f002ce33ffae978f0a9a9"}, | |
1183 {file = "aiohttp-3.8.1-cp37-cp37m-win_amd64.whl", hash = "sha256:6ae828d3a003f03ae31915c31fa684b9890ea44c9c989056fea96e3d12a9fa17"}, | |
1184 {file = "aiohttp-3.8.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:0c7ebbbde809ff4e970824b2b6cb7e4222be6b95a296e46c03cf050878fc1785"}, | |
1185 {file = "aiohttp-3.8.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8b7ef7cbd4fec9a1e811a5de813311ed4f7ac7d93e0fda233c9b3e1428f7dd7b"}, | |
1186 {file = "aiohttp-3.8.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:c3d6a4d0619e09dcd61021debf7059955c2004fa29f48788a3dfaf9c9901a7cd"}, | |
1187 {file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:718626a174e7e467f0558954f94af117b7d4695d48eb980146016afa4b580b2e"}, | |
1188 {file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:589c72667a5febd36f1315aa6e5f56dd4aa4862df295cb51c769d16142ddd7cd"}, | |
1189 {file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2ed076098b171573161eb146afcb9129b5ff63308960aeca4b676d9d3c35e700"}, | |
1190 {file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:086f92daf51a032d062ec5f58af5ca6a44d082c35299c96376a41cbb33034675"}, | |
1191 {file = "aiohttp-3.8.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:11691cf4dc5b94236ccc609b70fec991234e7ef8d4c02dd0c9668d1e486f5abf"}, | |
1192 {file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:31d1e1c0dbf19ebccbfd62eff461518dcb1e307b195e93bba60c965a4dcf1ba0"}, | |
1193 {file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:11a67c0d562e07067c4e86bffc1553f2cf5b664d6111c894671b2b8712f3aba5"}, | |
1194 {file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:bb01ba6b0d3f6c68b89fce7305080145d4877ad3acaed424bae4d4ee75faa950"}, | |
1195 {file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:44db35a9e15d6fe5c40d74952e803b1d96e964f683b5a78c3cc64eb177878155"}, | |
1196 {file = "aiohttp-3.8.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:844a9b460871ee0a0b0b68a64890dae9c415e513db0f4a7e3cab41a0f2fedf33"}, | |
1197 {file = "aiohttp-3.8.1-cp38-cp38-win32.whl", hash = "sha256:7d08744e9bae2ca9c382581f7dce1273fe3c9bae94ff572c3626e8da5b193c6a"}, | |
1198 {file = "aiohttp-3.8.1-cp38-cp38-win_amd64.whl", hash = "sha256:04d48b8ce6ab3cf2097b1855e1505181bdd05586ca275f2505514a6e274e8e75"}, | |
1199 {file = "aiohttp-3.8.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f5315a2eb0239185af1bddb1abf472d877fede3cc8d143c6cddad37678293237"}, | |
1200 {file = "aiohttp-3.8.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a996d01ca39b8dfe77440f3cd600825d05841088fd6bc0144cc6c2ec14cc5f74"}, | |
1201 {file = "aiohttp-3.8.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:13487abd2f761d4be7c8ff9080de2671e53fff69711d46de703c310c4c9317ca"}, | |
1202 {file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ea302f34477fda3f85560a06d9ebdc7fa41e82420e892fc50b577e35fc6a50b2"}, | |
1203 {file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a2f635ce61a89c5732537a7896b6319a8fcfa23ba09bec36e1b1ac0ab31270d2"}, | |
1204 {file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e999f2d0e12eea01caeecb17b653f3713d758f6dcc770417cf29ef08d3931421"}, | |
1205 {file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0770e2806a30e744b4e21c9d73b7bee18a1cfa3c47991ee2e5a65b887c49d5cf"}, | |
1206 {file = "aiohttp-3.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d15367ce87c8e9e09b0f989bfd72dc641bcd04ba091c68cd305312d00962addd"}, | |
1207 {file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:6c7cefb4b0640703eb1069835c02486669312bf2f12b48a748e0a7756d0de33d"}, | |
1208 {file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:71927042ed6365a09a98a6377501af5c9f0a4d38083652bcd2281a06a5976724"}, | |
1209 {file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:28d490af82bc6b7ce53ff31337a18a10498303fe66f701ab65ef27e143c3b0ef"}, | |
1210 {file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:b6613280ccedf24354406caf785db748bebbddcf31408b20c0b48cb86af76866"}, | |
1211 {file = "aiohttp-3.8.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:81e3d8c34c623ca4e36c46524a3530e99c0bc95ed068fd6e9b55cb721d408fb2"}, | |
1212 {file = "aiohttp-3.8.1-cp39-cp39-win32.whl", hash = "sha256:7187a76598bdb895af0adbd2fb7474d7f6025d170bc0a1130242da817ce9e7d1"}, | |
1213 {file = "aiohttp-3.8.1-cp39-cp39-win_amd64.whl", hash = "sha256:1c182cb873bc91b411e184dab7a2b664d4fea2743df0e4d57402f7f3fa644bac"}, | |
1214 {file = "aiohttp-3.8.1.tar.gz", hash = "sha256:fc5471e1a54de15ef71c1bc6ebe80d4dc681ea600e68bfd1cbce40427f0b7578"}, | |
1215 ] | |
1216 "aiosignal 1.2.0" = [ | |
1217 {file = "aiosignal-1.2.0-py3-none-any.whl", hash = "sha256:26e62109036cd181df6e6ad646f91f0dcfd05fe16d0cb924138ff2ab75d64e3a"}, | |
1218 {file = "aiosignal-1.2.0.tar.gz", hash = "sha256:78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f5b7df2"}, | |
1219 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1220 "anyio 3.5.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1221 {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
|
1222 {file = "anyio-3.5.0.tar.gz", hash = "sha256:a0aeffe2fb1fdf374a8e4b471444f0f3ac4fb9f5a5b542b48824475e0042a5a6"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1223 ] |
2031 | 1224 "appnope 0.1.3" = [ |
1225 {file = "appnope-0.1.3-py2.py3-none-any.whl", hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e"}, | |
1226 {file = "appnope-0.1.3.tar.gz", hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24"}, | |
1227 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1228 "asgiref 3.5.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1229 {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
|
1230 {file = "asgiref-3.5.0.tar.gz", hash = "sha256:2f8abc20f7248433085eda803936d98992f1343ddb022065779f37c5da0181d0"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1231 ] |
2031 | 1232 "asttokens 2.0.5" = [ |
1233 {file = "asttokens-2.0.5-py2.py3-none-any.whl", hash = "sha256:0844691e88552595a6f4a4281a9f7f79b8dd45ca4ccea82e5e05b4bbdb76705c"}, | |
1234 {file = "asttokens-2.0.5.tar.gz", hash = "sha256:9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5"}, | |
1235 ] | |
2072 | 1236 "async-timeout 4.0.2" = [ |
1237 {file = "async_timeout-4.0.2-py3-none-any.whl", hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"}, | |
1238 {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"}, | |
1239 ] | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1240 "asyncinotify 2.0.3" = [ |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1241 {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
|
1242 {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
|
1243 ] |
2031 | 1244 "atomicwrites 1.4.0" = [ |
1245 {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"}, | |
1246 {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"}, | |
1247 ] | |
1248 "attrs 21.4.0" = [ | |
1249 {file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"}, | |
1250 {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, | |
1251 ] | |
1252 "autobahn 22.3.2" = [ | |
1253 {file = "autobahn-22.3.2.tar.gz", hash = "sha256:58a887c7a196bb08d8b6624cb3695f493a9e5c9f00fd350d8d6f829b47ff9036"}, | |
1254 ] | |
1255 "automat 20.2.0" = [ | |
1256 {file = "Automat-20.2.0-py2.py3-none-any.whl", hash = "sha256:b6feb6455337df834f6c9962d6ccf771515b7d939bca142b29c20c2376bc6111"}, | |
1257 {file = "Automat-20.2.0.tar.gz", hash = "sha256:7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33"}, | |
1258 ] | |
1259 "backcall 0.2.0" = [ | |
1260 {file = "backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255"}, | |
1261 {file = "backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"}, | |
1262 ] | |
1263 "certifi 2021.10.8" = [ | |
1264 {file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"}, | |
1265 {file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"}, | |
1266 ] | |
1267 "cffi 1.15.0" = [ | |
1268 {file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962"}, | |
1269 {file = "cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0"}, | |
1270 {file = "cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14"}, | |
1271 {file = "cffi-1.15.0-cp27-cp27m-win32.whl", hash = "sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474"}, | |
1272 {file = "cffi-1.15.0-cp27-cp27m-win_amd64.whl", hash = "sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6"}, | |
1273 {file = "cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27"}, | |
1274 {file = "cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023"}, | |
1275 {file = "cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2"}, | |
1276 {file = "cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e"}, | |
1277 {file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7"}, | |
1278 {file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3"}, | |
1279 {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c"}, | |
1280 {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962"}, | |
1281 {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382"}, | |
1282 {file = "cffi-1.15.0-cp310-cp310-win32.whl", hash = "sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55"}, | |
1283 {file = "cffi-1.15.0-cp310-cp310-win_amd64.whl", hash = "sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0"}, | |
1284 {file = "cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e"}, | |
1285 {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39"}, | |
1286 {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc"}, | |
1287 {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032"}, | |
1288 {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8"}, | |
1289 {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605"}, | |
1290 {file = "cffi-1.15.0-cp36-cp36m-win32.whl", hash = "sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e"}, | |
1291 {file = "cffi-1.15.0-cp36-cp36m-win_amd64.whl", hash = "sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc"}, | |
1292 {file = "cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636"}, | |
1293 {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4"}, | |
1294 {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997"}, | |
1295 {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b"}, | |
1296 {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2"}, | |
1297 {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7"}, | |
1298 {file = "cffi-1.15.0-cp37-cp37m-win32.whl", hash = "sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66"}, | |
1299 {file = "cffi-1.15.0-cp37-cp37m-win_amd64.whl", hash = "sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029"}, | |
1300 {file = "cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880"}, | |
1301 {file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20"}, | |
1302 {file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024"}, | |
1303 {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e"}, | |
1304 {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728"}, | |
1305 {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6"}, | |
1306 {file = "cffi-1.15.0-cp38-cp38-win32.whl", hash = "sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c"}, | |
1307 {file = "cffi-1.15.0-cp38-cp38-win_amd64.whl", hash = "sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443"}, | |
1308 {file = "cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a"}, | |
1309 {file = "cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37"}, | |
1310 {file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a"}, | |
1311 {file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e"}, | |
1312 {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796"}, | |
1313 {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df"}, | |
1314 {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8"}, | |
1315 {file = "cffi-1.15.0-cp39-cp39-win32.whl", hash = "sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a"}, | |
1316 {file = "cffi-1.15.0-cp39-cp39-win_amd64.whl", hash = "sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139"}, | |
1317 {file = "cffi-1.15.0.tar.gz", hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954"}, | |
1318 ] | |
1319 "characteristic 14.3.0" = [ | |
1320 {file = "characteristic-14.3.0-py2.py3-none-any.whl", hash = "sha256:5324ca333fc9705bf0f1a38d36021baa37888590ccfe8c3738c68adfa609bbbb"}, | |
1321 {file = "characteristic-14.3.0.tar.gz", hash = "sha256:ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380"}, | |
1322 ] | |
1323 "charset-normalizer 2.0.12" = [ | |
1324 {file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"}, | |
1325 {file = "charset-normalizer-2.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"}, | |
1326 ] | |
1327 "cheroot 8.6.0" = [ | |
1328 {file = "cheroot-8.6.0-py2.py3-none-any.whl", hash = "sha256:62cbced16f07e8aaf512673987cd6b1fc5ad00073345e9ed6c4e2a5cc2a3a22d"}, | |
1329 {file = "cheroot-8.6.0.tar.gz", hash = "sha256:366adf6e7cac9555486c2d1be6297993022eff6f8c4655c1443268cca3f08e25"}, | |
1330 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1331 "click 8.1.2" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1332 {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
|
1333 {file = "click-8.1.2.tar.gz", hash = "sha256:479707fe14d9ec9a0757618b7a100a0ae4c4e236fac5b7f80ca68028141a1a72"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1334 ] |
2031 | 1335 "colorama 0.4.4" = [ |
1336 {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, | |
1337 {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, | |
1338 ] | |
1339 "coloredlogs 15.0.1" = [ | |
1340 {file = "coloredlogs-15.0.1-py2.py3-none-any.whl", hash = "sha256:612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934"}, | |
1341 {file = "coloredlogs-15.0.1.tar.gz", hash = "sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0"}, | |
1342 ] | |
1343 "colormath 3.0.0" = [ | |
1344 {file = "colormath-3.0.0.tar.gz", hash = "sha256:3d4605af344527da0e4f9f504fad7ddbebda35322c566a6c72e28edb1ff31217"}, | |
1345 ] | |
1346 "constantly 15.1.0" = [ | |
1347 {file = "constantly-15.1.0-py2.py3-none-any.whl", hash = "sha256:dd2fa9d6b1a51a83f0d7dd76293d734046aa176e384bf6e33b7e44880eb37c5d"}, | |
1348 {file = "constantly-15.1.0.tar.gz", hash = "sha256:586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35"}, | |
1349 ] | |
1350 "coverage 6.3.2" = [ | |
1351 {file = "coverage-6.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9b27d894748475fa858f9597c0ee1d4829f44683f3813633aaf94b19cb5453cf"}, | |
1352 {file = "coverage-6.3.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:37d1141ad6b2466a7b53a22e08fe76994c2d35a5b6b469590424a9953155afac"}, | |
1353 {file = "coverage-6.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f9987b0354b06d4df0f4d3e0ec1ae76d7ce7cbca9a2f98c25041eb79eec766f1"}, | |
1354 {file = "coverage-6.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:26e2deacd414fc2f97dd9f7676ee3eaecd299ca751412d89f40bc01557a6b1b4"}, | |
1355 {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"}, | |
1356 {file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:46191097ebc381fbf89bdce207a6c107ac4ec0890d8d20f3360345ff5976155c"}, | |
1357 {file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6f89d05e028d274ce4fa1a86887b071ae1755082ef94a6740238cd7a8178804f"}, | |
1358 {file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:58303469e9a272b4abdb9e302a780072c0633cdcc0165db7eec0f9e32f901e05"}, | |
1359 {file = "coverage-6.3.2-cp310-cp310-win32.whl", hash = "sha256:2fea046bfb455510e05be95e879f0e768d45c10c11509e20e06d8fcaa31d9e39"}, | |
1360 {file = "coverage-6.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:a2a8b8bcc399edb4347a5ca8b9b87e7524c0967b335fbb08a83c8421489ddee1"}, | |
1361 {file = "coverage-6.3.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:f1555ea6d6da108e1999b2463ea1003fe03f29213e459145e70edbaf3e004aaa"}, | |
1362 {file = "coverage-6.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5f4e1edcf57ce94e5475fe09e5afa3e3145081318e5fd1a43a6b4539a97e518"}, | |
1363 {file = "coverage-6.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7a15dc0a14008f1da3d1ebd44bdda3e357dbabdf5a0b5034d38fcde0b5c234b7"}, | |
1364 {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"}, | |
1365 {file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:8ce257cac556cb03be4a248d92ed36904a59a4a5ff55a994e92214cde15c5bad"}, | |
1366 {file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:b0be84e5a6209858a1d3e8d1806c46214e867ce1b0fd32e4ea03f4bd8b2e3359"}, | |
1367 {file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:acf53bc2cf7282ab9b8ba346746afe703474004d9e566ad164c91a7a59f188a4"}, | |
1368 {file = "coverage-6.3.2-cp37-cp37m-win32.whl", hash = "sha256:8bdde1177f2311ee552f47ae6e5aa7750c0e3291ca6b75f71f7ffe1f1dab3dca"}, | |
1369 {file = "coverage-6.3.2-cp37-cp37m-win_amd64.whl", hash = "sha256:b31651d018b23ec463e95cf10070d0b2c548aa950a03d0b559eaa11c7e5a6fa3"}, | |
1370 {file = "coverage-6.3.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:07e6db90cd9686c767dcc593dff16c8c09f9814f5e9c51034066cad3373b914d"}, | |
1371 {file = "coverage-6.3.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:2c6dbb42f3ad25760010c45191e9757e7dce981cbfb90e42feef301d71540059"}, | |
1372 {file = "coverage-6.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c76aeef1b95aff3905fb2ae2d96e319caca5b76fa41d3470b19d4e4a3a313512"}, | |
1373 {file = "coverage-6.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8cf5cfcb1521dc3255d845d9dca3ff204b3229401994ef8d1984b32746bb45ca"}, | |
1374 {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"}, | |
1375 {file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ec6bc7fe73a938933d4178c9b23c4e0568e43e220aef9472c4f6044bfc6dd0f0"}, | |
1376 {file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:9baff2a45ae1f17c8078452e9e5962e518eab705e50a0aa8083733ea7d45f3a6"}, | |
1377 {file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:fd9e830e9d8d89b20ab1e5af09b32d33e1a08ef4c4e14411e559556fd788e6b2"}, | |
1378 {file = "coverage-6.3.2-cp38-cp38-win32.whl", hash = "sha256:f7331dbf301b7289013175087636bbaf5b2405e57259dd2c42fdcc9fcc47325e"}, | |
1379 {file = "coverage-6.3.2-cp38-cp38-win_amd64.whl", hash = "sha256:68353fe7cdf91f109fc7d474461b46e7f1f14e533e911a2a2cbb8b0fc8613cf1"}, | |
1380 {file = "coverage-6.3.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b78e5afb39941572209f71866aa0b206c12f0109835aa0d601e41552f9b3e620"}, | |
1381 {file = "coverage-6.3.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4e21876082ed887baed0146fe222f861b5815455ada3b33b890f4105d806128d"}, | |
1382 {file = "coverage-6.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34626a7eee2a3da12af0507780bb51eb52dca0e1751fd1471d0810539cefb536"}, | |
1383 {file = "coverage-6.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1ebf730d2381158ecf3dfd4453fbca0613e16eaa547b4170e2450c9707665ce7"}, | |
1384 {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"}, | |
1385 {file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:96f8a1cb43ca1422f36492bebe63312d396491a9165ed3b9231e778d43a7fca4"}, | |
1386 {file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:dd035edafefee4d573140a76fdc785dc38829fe5a455c4bb12bac8c20cfc3d69"}, | |
1387 {file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5ca5aeb4344b30d0bec47481536b8ba1181d50dbe783b0e4ad03c95dc1296684"}, | |
1388 {file = "coverage-6.3.2-cp39-cp39-win32.whl", hash = "sha256:f5fa5803f47e095d7ad8443d28b01d48c0359484fec1b9d8606d0e3282084bc4"}, | |
1389 {file = "coverage-6.3.2-cp39-cp39-win_amd64.whl", hash = "sha256:9548f10d8be799551eb3a9c74bbf2b4934ddb330e08a73320123c07f95cc2d92"}, | |
1390 {file = "coverage-6.3.2-pp36.pp37.pp38-none-any.whl", hash = "sha256:18d520c6860515a771708937d2f78f63cc47ab3b80cb78e86573b0a760161faf"}, | |
1391 {file = "coverage-6.3.2.tar.gz", hash = "sha256:03e2a7826086b91ef345ff18742ee9fc47a6839ccd517061ef8fa1976e652ce9"}, | |
1392 ] | |
1393 "cryptography 36.0.2" = [ | |
1394 {file = "cryptography-36.0.2-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:4e2dddd38a5ba733be6a025a1475a9f45e4e41139d1321f412c6b360b19070b6"}, | |
1395 {file = "cryptography-36.0.2-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:4881d09298cd0b669bb15b9cfe6166f16fc1277b4ed0d04a22f3d6430cb30f1d"}, | |
1396 {file = "cryptography-36.0.2-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ea634401ca02367c1567f012317502ef3437522e2fc44a3ea1844de028fa4b84"}, | |
1397 {file = "cryptography-36.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:7be666cc4599b415f320839e36367b273db8501127b38316f3b9f22f17a0b815"}, | |
1398 {file = "cryptography-36.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8241cac0aae90b82d6b5c443b853723bcc66963970c67e56e71a2609dc4b5eaf"}, | |
1399 {file = "cryptography-36.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b2d54e787a884ffc6e187262823b6feb06c338084bbe80d45166a1cb1c6c5bf"}, | |
1400 {file = "cryptography-36.0.2-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:c2c5250ff0d36fd58550252f54915776940e4e866f38f3a7866d92b32a654b86"}, | |
1401 {file = "cryptography-36.0.2-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:ec6597aa85ce03f3e507566b8bcdf9da2227ec86c4266bd5e6ab4d9e0cc8dab2"}, | |
1402 {file = "cryptography-36.0.2-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:ca9f686517ec2c4a4ce930207f75c00bf03d94e5063cbc00a1dc42531511b7eb"}, | |
1403 {file = "cryptography-36.0.2-cp36-abi3-win32.whl", hash = "sha256:f64b232348ee82f13aac22856515ce0195837f6968aeaa94a3d0353ea2ec06a6"}, | |
1404 {file = "cryptography-36.0.2-cp36-abi3-win_amd64.whl", hash = "sha256:53e0285b49fd0ab6e604f4c5d9c5ddd98de77018542e88366923f152dbeb3c29"}, | |
1405 {file = "cryptography-36.0.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:32db5cc49c73f39aac27574522cecd0a4bb7384e71198bc65a0d23f901e89bb7"}, | |
1406 {file = "cryptography-36.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b3d199647468d410994dbeb8cec5816fb74feb9368aedf300af709ef507e3e"}, | |
1407 {file = "cryptography-36.0.2-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:da73d095f8590ad437cd5e9faf6628a218aa7c387e1fdf67b888b47ba56a17f0"}, | |
1408 {file = "cryptography-36.0.2-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:0a3bf09bb0b7a2c93ce7b98cb107e9170a90c51a0162a20af1c61c765b90e60b"}, | |
1409 {file = "cryptography-36.0.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8897b7b7ec077c819187a123174b645eb680c13df68354ed99f9b40a50898f77"}, | |
1410 {file = "cryptography-36.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82740818f2f240a5da8dfb8943b360e4f24022b093207160c77cadade47d7c85"}, | |
1411 {file = "cryptography-36.0.2-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:1f64a62b3b75e4005df19d3b5235abd43fa6358d5516cfc43d87aeba8d08dd51"}, | |
1412 {file = "cryptography-36.0.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:e167b6b710c7f7bc54e67ef593f8731e1f45aa35f8a8a7b72d6e42ec76afd4b3"}, | |
1413 {file = "cryptography-36.0.2.tar.gz", hash = "sha256:70f8f4f7bb2ac9f340655cbac89d68c527af5bb4387522a8413e841e3e6628c9"}, | |
1414 ] | |
1415 "cyclone 1.3" = [ | |
1416 {file = "cyclone-1.3-py3-none-any.whl", hash = "sha256:adc1c8736bafc668f1f55236d1919cfb96c1f377831361deb73d633f0c1db779"}, | |
1417 {file = "cyclone-1.3.tar.gz", hash = "sha256:6e5ec576c719240180d56e6e8f83bb474ab52ca3e56ed6417a90f60fd0bf562b"}, | |
1418 ] | |
1419 "decorator 4.4.2" = [ | |
1420 {file = "decorator-4.4.2-py2.py3-none-any.whl", hash = "sha256:41fa54c2a0cc4ba648be4fd43cff00aedf5b9465c9bf18d64325bc225f08f760"}, | |
1421 {file = "decorator-4.4.2.tar.gz", hash = "sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"}, | |
1422 ] | |
1423 "executing 0.8.3" = [ | |
1424 {file = "executing-0.8.3-py2.py3-none-any.whl", hash = "sha256:d1eef132db1b83649a3905ca6dd8897f71ac6f8cac79a7e58a1a09cf137546c9"}, | |
1425 {file = "executing-0.8.3.tar.gz", hash = "sha256:c6554e21c6b060590a6d3be4b82fb78f8f0194d809de5ea7df1c093763311501"}, | |
1426 ] | |
1427 "flake8 4.0.1" = [ | |
1428 {file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"}, | |
1429 {file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"}, | |
1430 ] | |
1431 "freezegun 1.2.1" = [ | |
1432 {file = "freezegun-1.2.1-py3-none-any.whl", hash = "sha256:15103a67dfa868ad809a8f508146e396be2995172d25f927e48ce51c0bf5cb09"}, | |
1433 {file = "freezegun-1.2.1.tar.gz", hash = "sha256:b4c64efb275e6bc68dc6e771b17ffe0ff0f90b81a2a5189043550b6519926ba4"}, | |
1434 ] | |
2072 | 1435 "frozenlist 1.3.0" = [ |
1436 {file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d2257aaba9660f78c7b1d8fea963b68f3feffb1a9d5d05a18401ca9eb3e8d0a3"}, | |
1437 {file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4a44ebbf601d7bac77976d429e9bdb5a4614f9f4027777f9e54fd765196e9d3b"}, | |
1438 {file = "frozenlist-1.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:45334234ec30fc4ea677f43171b18a27505bfb2dba9aca4398a62692c0ea8868"}, | |
1439 {file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:47be22dc27ed933d55ee55845d34a3e4e9f6fee93039e7f8ebadb0c2f60d403f"}, | |
1440 {file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:03a7dd1bfce30216a3f51a84e6dd0e4a573d23ca50f0346634916ff105ba6e6b"}, | |
1441 {file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:691ddf6dc50480ce49f68441f1d16a4c3325887453837036e0fb94736eae1e58"}, | |
1442 {file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bde99812f237f79eaf3f04ebffd74f6718bbd216101b35ac7955c2d47c17da02"}, | |
1443 {file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6a202458d1298ced3768f5a7d44301e7c86defac162ace0ab7434c2e961166e8"}, | |
1444 {file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b9e3e9e365991f8cc5f5edc1fd65b58b41d0514a6a7ad95ef5c7f34eb49b3d3e"}, | |
1445 {file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:04cb491c4b1c051734d41ea2552fde292f5f3a9c911363f74f39c23659c4af78"}, | |
1446 {file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:436496321dad302b8b27ca955364a439ed1f0999311c393dccb243e451ff66aa"}, | |
1447 {file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:754728d65f1acc61e0f4df784456106e35afb7bf39cfe37227ab00436fb38676"}, | |
1448 {file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:6eb275c6385dd72594758cbe96c07cdb9bd6becf84235f4a594bdf21e3596c9d"}, | |
1449 {file = "frozenlist-1.3.0-cp310-cp310-win32.whl", hash = "sha256:e30b2f9683812eb30cf3f0a8e9f79f8d590a7999f731cf39f9105a7c4a39489d"}, | |
1450 {file = "frozenlist-1.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:f7353ba3367473d1d616ee727945f439e027f0bb16ac1a750219a8344d1d5d3c"}, | |
1451 {file = "frozenlist-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:88aafd445a233dbbf8a65a62bc3249a0acd0d81ab18f6feb461cc5a938610d24"}, | |
1452 {file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4406cfabef8f07b3b3af0f50f70938ec06d9f0fc26cbdeaab431cbc3ca3caeaa"}, | |
1453 {file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8cf829bd2e2956066dd4de43fd8ec881d87842a06708c035b37ef632930505a2"}, | |
1454 {file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:603b9091bd70fae7be28bdb8aa5c9990f4241aa33abb673390a7f7329296695f"}, | |
1455 {file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:25af28b560e0c76fa41f550eacb389905633e7ac02d6eb3c09017fa1c8cdfde1"}, | |
1456 {file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94c7a8a9fc9383b52c410a2ec952521906d355d18fccc927fca52ab575ee8b93"}, | |
1457 {file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:65bc6e2fece04e2145ab6e3c47428d1bbc05aede61ae365b2c1bddd94906e478"}, | |
1458 {file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:3f7c935c7b58b0d78c0beea0c7358e165f95f1fd8a7e98baa40d22a05b4a8141"}, | |
1459 {file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:bd89acd1b8bb4f31b47072615d72e7f53a948d302b7c1d1455e42622de180eae"}, | |
1460 {file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:6983a31698490825171be44ffbafeaa930ddf590d3f051e397143a5045513b01"}, | |
1461 {file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:adac9700675cf99e3615eb6a0eb5e9f5a4143c7d42c05cea2e7f71c27a3d0846"}, | |
1462 {file = "frozenlist-1.3.0-cp37-cp37m-win32.whl", hash = "sha256:0c36e78b9509e97042ef869c0e1e6ef6429e55817c12d78245eb915e1cca7468"}, | |
1463 {file = "frozenlist-1.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:57f4d3f03a18facacb2a6bcd21bccd011e3b75d463dc49f838fd699d074fabd1"}, | |
1464 {file = "frozenlist-1.3.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:8c905a5186d77111f02144fab5b849ab524f1e876a1e75205cd1386a9be4b00a"}, | |
1465 {file = "frozenlist-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b5009062d78a8c6890d50b4e53b0ddda31841b3935c1937e2ed8c1bda1c7fb9d"}, | |
1466 {file = "frozenlist-1.3.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:2fdc3cd845e5a1f71a0c3518528bfdbfe2efaf9886d6f49eacc5ee4fd9a10953"}, | |
1467 {file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:92e650bd09b5dda929523b9f8e7f99b24deac61240ecc1a32aeba487afcd970f"}, | |
1468 {file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:40dff8962b8eba91fd3848d857203f0bd704b5f1fa2b3fc9af64901a190bba08"}, | |
1469 {file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:768efd082074bb203c934e83a61654ed4931ef02412c2fbdecea0cff7ecd0274"}, | |
1470 {file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:006d3595e7d4108a12025ddf415ae0f6c9e736e726a5db0183326fd191b14c5e"}, | |
1471 {file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:871d42623ae15eb0b0e9df65baeee6976b2e161d0ba93155411d58ff27483ad8"}, | |
1472 {file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:aff388be97ef2677ae185e72dc500d19ecaf31b698986800d3fc4f399a5e30a5"}, | |
1473 {file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:9f892d6a94ec5c7b785e548e42722e6f3a52f5f32a8461e82ac3e67a3bd073f1"}, | |
1474 {file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:e982878792c971cbd60ee510c4ee5bf089a8246226dea1f2138aa0bb67aff148"}, | |
1475 {file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:c6c321dd013e8fc20735b92cb4892c115f5cdb82c817b1e5b07f6b95d952b2f0"}, | |
1476 {file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:30530930410855c451bea83f7b272fb1c495ed9d5cc72895ac29e91279401db3"}, | |
1477 {file = "frozenlist-1.3.0-cp38-cp38-win32.whl", hash = "sha256:40ec383bc194accba825fbb7d0ef3dda5736ceab2375462f1d8672d9f6b68d07"}, | |
1478 {file = "frozenlist-1.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:f20baa05eaa2bcd5404c445ec51aed1c268d62600362dc6cfe04fae34a424bd9"}, | |
1479 {file = "frozenlist-1.3.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:0437fe763fb5d4adad1756050cbf855bbb2bf0d9385c7bb13d7a10b0dd550486"}, | |
1480 {file = "frozenlist-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b684c68077b84522b5c7eafc1dc735bfa5b341fb011d5552ebe0968e22ed641c"}, | |
1481 {file = "frozenlist-1.3.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:93641a51f89473837333b2f8100f3f89795295b858cd4c7d4a1f18e299dc0a4f"}, | |
1482 {file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d6d32ff213aef0fd0bcf803bffe15cfa2d4fde237d1d4838e62aec242a8362fa"}, | |
1483 {file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:31977f84828b5bb856ca1eb07bf7e3a34f33a5cddce981d880240ba06639b94d"}, | |
1484 {file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3c62964192a1c0c30b49f403495911298810bada64e4f03249ca35a33ca0417a"}, | |
1485 {file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4eda49bea3602812518765810af732229b4291d2695ed24a0a20e098c45a707b"}, | |
1486 {file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:acb267b09a509c1df5a4ca04140da96016f40d2ed183cdc356d237286c971b51"}, | |
1487 {file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:e1e26ac0a253a2907d654a37e390904426d5ae5483150ce3adedb35c8c06614a"}, | |
1488 {file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f96293d6f982c58ebebb428c50163d010c2f05de0cde99fd681bfdc18d4b2dc2"}, | |
1489 {file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:e84cb61b0ac40a0c3e0e8b79c575161c5300d1d89e13c0e02f76193982f066ed"}, | |
1490 {file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:ff9310f05b9d9c5c4dd472983dc956901ee6cb2c3ec1ab116ecdde25f3ce4951"}, | |
1491 {file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:d26b650b71fdc88065b7a21f8ace70175bcf3b5bdba5ea22df4bfd893e795a3b"}, | |
1492 {file = "frozenlist-1.3.0-cp39-cp39-win32.whl", hash = "sha256:01a73627448b1f2145bddb6e6c2259988bb8aee0fb361776ff8604b99616cd08"}, | |
1493 {file = "frozenlist-1.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:772965f773757a6026dea111a15e6e2678fbd6216180f82a48a40b27de1ee2ab"}, | |
1494 {file = "frozenlist-1.3.0.tar.gz", hash = "sha256:ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b"}, | |
1495 ] | |
2031 | 1496 "genshi 0.7.6" = [ |
1497 {file = "Genshi-0.7.6-py3-none-any.whl", hash = "sha256:f2374cf48b298f5c5d154adc5940023c1bc3f07934339b81330e0ee22db92956"}, | |
1498 {file = "Genshi-0.7.6.tar.gz", hash = "sha256:34a2ce8b80e843f620c5b7b7e59aaa362a76ce9764a6f11032283ed9458c3a59"}, | |
1499 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1500 "h11 0.13.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1501 {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
|
1502 {file = "h11-0.13.0.tar.gz", hash = "sha256:70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1503 ] |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1504 "httptools 0.4.0" = [ |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1505 {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
|
1506 {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
|
1507 {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
|
1508 {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
|
1509 {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
|
1510 {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
|
1511 {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
|
1512 {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
|
1513 {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
|
1514 {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
|
1515 {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
|
1516 {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
|
1517 {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
|
1518 {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
|
1519 {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
|
1520 {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
|
1521 {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
|
1522 {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
|
1523 {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
|
1524 {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
|
1525 {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
|
1526 {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
|
1527 {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
|
1528 {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
|
1529 {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
|
1530 {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
|
1531 {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
|
1532 {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
|
1533 {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
|
1534 {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
|
1535 {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
|
1536 {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
|
1537 {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
|
1538 {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
|
1539 ] |
2031 | 1540 "humanfriendly 10.0" = [ |
1541 {file = "humanfriendly-10.0-py2.py3-none-any.whl", hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477"}, | |
1542 {file = "humanfriendly-10.0.tar.gz", hash = "sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc"}, | |
1543 ] | |
1544 "hunter 3.4.3" = [ | |
1545 {file = "hunter-3.4.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4914c6d689106e8b5d5350d7467501987e67c54ed8fc4f2e3056eac2de04a612"}, | |
1546 {file = "hunter-3.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:792fd9dfbac2a257a73e10b1eb61e24a772ce2f2819262066701ba3353e4fb29"}, | |
1547 {file = "hunter-3.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0634e55e661cc868c30aa92edeec30b864c125572ccb733c7f3a931170c2ab0f"}, | |
1548 {file = "hunter-3.4.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6d1c4b4823b88ca9d05e3ff6762e4bb62a6e23dc73a8220ec6a747afb07f029e"}, | |
1549 {file = "hunter-3.4.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f45e2d6c697effd42d2460de9c1671fc248c8bd8ec50aae1eee2aebb1c76e30b"}, | |
1550 {file = "hunter-3.4.3-cp310-cp310-win32.whl", hash = "sha256:d6050b202f33292bf5ee7df8418f5aab31528b119e37e8d1ecd28b6225a17207"}, | |
1551 {file = "hunter-3.4.3-cp310-cp310-win_amd64.whl", hash = "sha256:7e87756ab9edd95761b4617384da207196511a61b14e904c693795c133072147"}, | |
1552 {file = "hunter-3.4.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:d14951794434f51e6dcd6a378505fa9664bf7941a3e0c5cfc2e976f0415e0034"}, | |
1553 {file = "hunter-3.4.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c3d65989e891e98fe404157cee22e10c9ed9f1416c852f418453406664684c4"}, | |
1554 {file = "hunter-3.4.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee809802576fc1080d7de51279f9cc2fd19550c083df149a84dacd5b2a39df95"}, | |
1555 {file = "hunter-3.4.3-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:1cc838680f5f2533248737d5b269f3f02a7e6ee22c682d36f6c45a1838224aa7"}, | |
1556 {file = "hunter-3.4.3-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:83bce5ec5ae52f9198c6c302984e455d7003ea1d46d53498d4ffebac9e710613"}, | |
1557 {file = "hunter-3.4.3-cp36-cp36m-win32.whl", hash = "sha256:bec5a83fd9cb392bd586b865d04caa8dad6e138e8392487efcf439646733590f"}, | |
1558 {file = "hunter-3.4.3-cp36-cp36m-win_amd64.whl", hash = "sha256:809d0756ff571245a0729c59f4419e6ab1346c880c05ac9286a241eb9a1babda"}, | |
1559 {file = "hunter-3.4.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5e2ce7ff73dc009a6f0d5d01cf44aed0e1cd92312b8ca874c67f1ef3ed0e42eb"}, | |
1560 {file = "hunter-3.4.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bac9eaaba19796243922fd92c243c5cc86e0c3e46a39cb2d63f9b711e133c597"}, | |
1561 {file = "hunter-3.4.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5cd85759cdf5580fad3d6c4f7ba37c18e49e75130d0f2ff7a9cf50e14e408843"}, | |
1562 {file = "hunter-3.4.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d2b0d2fd47708189ac0c6c65a772ab9b7e1e569fae8a9e4b8a86473ebb42c957"}, | |
1563 {file = "hunter-3.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:9c1e65c59ca8660b4ece6c109a549b473244f6cdd67dd562d3a9d9bd188b2806"}, | |
1564 {file = "hunter-3.4.3-cp37-cp37m-win32.whl", hash = "sha256:36102036a6750cfaede68925aaac859bb910126fcd6fc83c3ca9f6eaed84b5f4"}, | |
1565 {file = "hunter-3.4.3-cp37-cp37m-win_amd64.whl", hash = "sha256:df5bff2171e7f4507ddf07d5dda0bf046dca73333c643edc26ca3248310a2a25"}, | |
1566 {file = "hunter-3.4.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:79ffdfd918cd72ed6c96f5bd8a8dcb07a5aee26ac498d560297ef99cdd75315e"}, | |
1567 {file = "hunter-3.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b0a7ee2f69f888e350df25cd1a022429d761ef2c93373a11da1b8248a2eaf84"}, | |
1568 {file = "hunter-3.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b18e3a315c851f9cd628a13100c5a881f858d4e4343ba8e244f29f9eb4876116"}, | |
1569 {file = "hunter-3.4.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:3d19f7ee15a98cae8881fa44f0351b0aec3475c16fc0c683e03746d415b4e208"}, | |
1570 {file = "hunter-3.4.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6d691b6b37b658efa2c8f588aaeba2a1f482ecdef10607b766193b29c006151e"}, | |
1571 {file = "hunter-3.4.3-cp38-cp38-win32.whl", hash = "sha256:b943c66468417bf6f64cfd3c9eee13324d7cf18c4ef466d0ea0b42e787ec923b"}, | |
1572 {file = "hunter-3.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:91098f6cbddf1510ed51244ea320f020267d61440d1475cb9a2013009a8e6007"}, | |
1573 {file = "hunter-3.4.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2bec33b96145282a833a6cafed72b9e52d66edfbad1fe068055c70acdc0edae3"}, | |
1574 {file = "hunter-3.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ea09734ee741df20075c603bd974fc73b61334ff43e60a7b9557528f54074e23"}, | |
1575 {file = "hunter-3.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39a80d816266d8e41a4b4a3fd411efc82859eb86a328ea23834531313224e478"}, | |
1576 {file = "hunter-3.4.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:1d098f2fe1cb112c8b766b5401ed9e82c7182e476d57cf7b25a233e2d36fe743"}, | |
1577 {file = "hunter-3.4.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8cf57199b57e0299d8889b785f84ad6c4562f5d55acba24dd1e79dbcc71d126f"}, | |
1578 {file = "hunter-3.4.3-cp39-cp39-win32.whl", hash = "sha256:ca17ae2666a86d05d2d43f059de49c3f09fc703699a279503e2f1df9edebe265"}, | |
1579 {file = "hunter-3.4.3-cp39-cp39-win_amd64.whl", hash = "sha256:2a5f9e75e4af5b2307bd5b93ca5426e88d3677ee32ba52444941345ffc7c7604"}, | |
1580 {file = "hunter-3.4.3-pp37.pp38-none-any.whl", hash = "sha256:2c75d1078d5cb53333949ffc75d21593d1906b06f637daf7ac1d1316a909ae53"}, | |
1581 {file = "hunter-3.4.3.tar.gz", hash = "sha256:024bbcf7b98022289407a569f170d2d9a2a1c0c9fed3ef82e938270d49769794"}, | |
1582 ] | |
1583 "hyperlink 21.0.0" = [ | |
1584 {file = "hyperlink-21.0.0-py2.py3-none-any.whl", hash = "sha256:e6b14c37ecb73e89c77d78cdb4c2cc8f3fb59a885c5b3f819ff4ed80f25af1b4"}, | |
1585 {file = "hyperlink-21.0.0.tar.gz", hash = "sha256:427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b"}, | |
1586 ] | |
1587 "idna 3.3" = [ | |
1588 {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, | |
1589 {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"}, | |
1590 ] | |
1591 "imageio 2.16.1" = [ | |
1592 {file = "imageio-2.16.1-py3-none-any.whl", hash = "sha256:d8d17c59b6f5f3b350bbbe346e7cb7dda0399b1881d93ad01cb29b5acdb24c42"}, | |
1593 {file = "imageio-2.16.1.tar.gz", hash = "sha256:7f123cb23a77ac5abe8ed4e7ad6a60831a82de2c5d123463dcf1d4278c4779d2"}, | |
1594 ] | |
1595 "imageio-ffmpeg 0.4.5" = [ | |
1596 {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"}, | |
1597 {file = "imageio_ffmpeg-0.4.5-py3-none-manylinux2010_x86_64.whl", hash = "sha256:f127b8cdd842e8398de5f2aef23c687ae75d4d964e1df2ea3a9ff03e92a370e7"}, | |
1598 {file = "imageio_ffmpeg-0.4.5-py3-none-manylinux2014_aarch64.whl", hash = "sha256:db4d318f640419037a0df29bb11b1022f2f8094c90b4aac8affc7177b8ce4641"}, | |
1599 {file = "imageio_ffmpeg-0.4.5-py3-none-win32.whl", hash = "sha256:39a9ab4326bdf5eae3457961dfdfb4317078659ebe4e6980914ac897a462aeb2"}, | |
1600 {file = "imageio_ffmpeg-0.4.5-py3-none-win_amd64.whl", hash = "sha256:d2ba8339eecc02fa73a6b85c34654c49a7c78d732a1ac76478d11224e6cfa902"}, | |
1601 {file = "imageio-ffmpeg-0.4.5.tar.gz", hash = "sha256:f2ea4245a2adad25dedf98d343159579167e549ac8c4691cef5eff980e20c139"}, | |
1602 ] | |
1603 "incremental 21.3.0" = [ | |
1604 {file = "incremental-21.3.0-py2.py3-none-any.whl", hash = "sha256:92014aebc6a20b78a8084cdd5645eeaa7f74b8933f70fa3ada2cfbd1e3b54321"}, | |
1605 {file = "incremental-21.3.0.tar.gz", hash = "sha256:02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57"}, | |
1606 ] | |
1607 "iniconfig 1.1.1" = [ | |
1608 {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, | |
1609 {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, | |
1610 ] | |
1611 "ipdb 0.13.9" = [ | |
1612 {file = "ipdb-0.13.9.tar.gz", hash = "sha256:951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5"}, | |
1613 ] | |
1614 "ipython 8.2.0" = [ | |
1615 {file = "ipython-8.2.0-py3-none-any.whl", hash = "sha256:1b672bfd7a48d87ab203d9af8727a3b0174a4566b4091e9447c22fb63ea32857"}, | |
1616 {file = "ipython-8.2.0.tar.gz", hash = "sha256:70e5eb132cac594a34b5f799bd252589009905f05104728aea6a403ec2519dc1"}, | |
1617 ] | |
1618 "isodate 0.6.1" = [ | |
1619 {file = "isodate-0.6.1-py2.py3-none-any.whl", hash = "sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96"}, | |
1620 {file = "isodate-0.6.1.tar.gz", hash = "sha256:48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9"}, | |
1621 ] | |
1622 "jaraco.functools 3.5.0" = [ | |
1623 {file = "jaraco.functools-3.5.0-py3-none-any.whl", hash = "sha256:141f95c490a18eb8aab86caf7a2728f02f604988a26dc36652e3d9fa9e4c49fa"}, | |
1624 {file = "jaraco.functools-3.5.0.tar.gz", hash = "sha256:31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0"}, | |
1625 ] | |
1626 "jedi 0.18.1" = [ | |
1627 {file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"}, | |
1628 {file = "jedi-0.18.1.tar.gz", hash = "sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab"}, | |
1629 ] | |
1630 "klein 21.8.0" = [ | |
1631 {file = "klein-21.8.0-py2.py3-none-any.whl", hash = "sha256:5231df96787d13b498fbd75b37d4fb3920f8249364d06159c687ede4b8a2464d"}, | |
1632 {file = "klein-21.8.0.tar.gz", hash = "sha256:901dae754366e0a655d67afa02b4fb6c825de4bb26d7a3784b1634907e6dfed6"}, | |
1633 ] | |
1634 "louie 2.0" = [ | |
1635 {file = "Louie-2.0.tar.gz", hash = "sha256:02c1f088d2a83175b25647a66d75b0ba13adfebe4603ce83b6de0bb82ea64359"}, | |
1636 ] | |
1637 "manhole 1.8.0" = [ | |
1638 {file = "manhole-1.8.0-py2.py3-none-any.whl", hash = "sha256:a17f62f9d47bd9a53438f655d351d7d2b0d6e9d805665fc775e4cb6cbbb4440b"}, | |
1639 {file = "manhole-1.8.0.tar.gz", hash = "sha256:bada20a25b547b395d472e2e08928f0437df26bbdbda4797c55863198e29a21f"}, | |
1640 ] | |
1641 "matplotlib-inline 0.1.3" = [ | |
1642 {file = "matplotlib_inline-0.1.3-py3-none-any.whl", hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c"}, | |
1643 {file = "matplotlib-inline-0.1.3.tar.gz", hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee"}, | |
1644 ] | |
1645 "mccabe 0.6.1" = [ | |
1646 {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, | |
1647 {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"}, | |
1648 ] | |
1649 "mock 4.0.3" = [ | |
1650 {file = "mock-4.0.3-py3-none-any.whl", hash = "sha256:122fcb64ee37cfad5b3f48d7a7d51875d7031aaf3d8be7c42e2bee25044eee62"}, | |
1651 {file = "mock-4.0.3.tar.gz", hash = "sha256:7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc"}, | |
1652 ] | |
1653 "more-itertools 8.12.0" = [ | |
1654 {file = "more_itertools-8.12.0-py3-none-any.whl", hash = "sha256:43e6dd9942dffd72661a2c4ef383ad7da1e6a3e968a927ad7a6083ab410a688b"}, | |
1655 {file = "more-itertools-8.12.0.tar.gz", hash = "sha256:7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d247f6064"}, | |
1656 ] | |
1657 "moviepy 1.0.3" = [ | |
1658 {file = "moviepy-1.0.3.tar.gz", hash = "sha256:2884e35d1788077db3ff89e763c5ba7bfddbd7ae9108c9bc809e7ba58fa433f5"}, | |
1659 ] | |
2072 | 1660 "multidict 6.0.2" = [ |
1661 {file = "multidict-6.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2"}, | |
1662 {file = "multidict-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3"}, | |
1663 {file = "multidict-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c"}, | |
1664 {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f"}, | |
1665 {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9"}, | |
1666 {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20"}, | |
1667 {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88"}, | |
1668 {file = "multidict-6.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7"}, | |
1669 {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee"}, | |
1670 {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672"}, | |
1671 {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9"}, | |
1672 {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87"}, | |
1673 {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389"}, | |
1674 {file = "multidict-6.0.2-cp310-cp310-win32.whl", hash = "sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293"}, | |
1675 {file = "multidict-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658"}, | |
1676 {file = "multidict-6.0.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51"}, | |
1677 {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608"}, | |
1678 {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3"}, | |
1679 {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4"}, | |
1680 {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b"}, | |
1681 {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8"}, | |
1682 {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba"}, | |
1683 {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43"}, | |
1684 {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8"}, | |
1685 {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b"}, | |
1686 {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15"}, | |
1687 {file = "multidict-6.0.2-cp37-cp37m-win32.whl", hash = "sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc"}, | |
1688 {file = "multidict-6.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a"}, | |
1689 {file = "multidict-6.0.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60"}, | |
1690 {file = "multidict-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86"}, | |
1691 {file = "multidict-6.0.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d"}, | |
1692 {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0"}, | |
1693 {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d"}, | |
1694 {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376"}, | |
1695 {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693"}, | |
1696 {file = "multidict-6.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849"}, | |
1697 {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49"}, | |
1698 {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516"}, | |
1699 {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227"}, | |
1700 {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9"}, | |
1701 {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d"}, | |
1702 {file = "multidict-6.0.2-cp38-cp38-win32.whl", hash = "sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57"}, | |
1703 {file = "multidict-6.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96"}, | |
1704 {file = "multidict-6.0.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c"}, | |
1705 {file = "multidict-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e"}, | |
1706 {file = "multidict-6.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071"}, | |
1707 {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032"}, | |
1708 {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2"}, | |
1709 {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c"}, | |
1710 {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9"}, | |
1711 {file = "multidict-6.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80"}, | |
1712 {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d"}, | |
1713 {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb"}, | |
1714 {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68"}, | |
1715 {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360"}, | |
1716 {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937"}, | |
1717 {file = "multidict-6.0.2-cp39-cp39-win32.whl", hash = "sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a"}, | |
1718 {file = "multidict-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae"}, | |
1719 {file = "multidict-6.0.2.tar.gz", hash = "sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013"}, | |
1720 ] | |
2031 | 1721 "mypy 0.942" = [ |
1722 {file = "mypy-0.942-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5bf44840fb43ac4074636fd47ee476d73f0039f4f54e86d7265077dc199be24d"}, | |
1723 {file = "mypy-0.942-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dcd955f36e0180258a96f880348fbca54ce092b40fbb4b37372ae3b25a0b0a46"}, | |
1724 {file = "mypy-0.942-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6776e5fa22381cc761df53e7496a805801c1a751b27b99a9ff2f0ca848c7eca0"}, | |
1725 {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"}, | |
1726 {file = "mypy-0.942-cp310-cp310-win_amd64.whl", hash = "sha256:64235137edc16bee6f095aba73be5334677d6f6bdb7fa03cfab90164fa294a17"}, | |
1727 {file = "mypy-0.942-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b840cfe89c4ab6386c40300689cd8645fc8d2d5f20101c7f8bd23d15fca14904"}, | |
1728 {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"}, | |
1729 {file = "mypy-0.942-cp36-cp36m-win_amd64.whl", hash = "sha256:1a0459c333f00e6a11cbf6b468b870c2b99a906cb72d6eadf3d1d95d38c9352c"}, | |
1730 {file = "mypy-0.942-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4c3e497588afccfa4334a9986b56f703e75793133c4be3a02d06a3df16b67a58"}, | |
1731 {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"}, | |
1732 {file = "mypy-0.942-cp37-cp37m-win_amd64.whl", hash = "sha256:0e2dd88410937423fba18e57147dd07cd8381291b93d5b1984626f173a26543e"}, | |
1733 {file = "mypy-0.942-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:246e1aa127d5b78488a4a0594bd95f6d6fb9d63cf08a66dafbff8595d8891f67"}, | |
1734 {file = "mypy-0.942-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d8d3ba77e56b84cd47a8ee45b62c84b6d80d32383928fe2548c9a124ea0a725c"}, | |
1735 {file = "mypy-0.942-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:2bc249409a7168d37c658e062e1ab5173300984a2dada2589638568ddc1db02b"}, | |
1736 {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"}, | |
1737 {file = "mypy-0.942-cp38-cp38-win_amd64.whl", hash = "sha256:e865fec858d75b78b4d63266c9aff770ecb6a39dfb6d6b56c47f7f8aba6baba8"}, | |
1738 {file = "mypy-0.942-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:6ce34a118d1a898f47def970a2042b8af6bdcc01546454726c7dd2171aa6dfca"}, | |
1739 {file = "mypy-0.942-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:10daab80bc40f84e3f087d896cdb53dc811a9f04eae4b3f95779c26edee89d16"}, | |
1740 {file = "mypy-0.942-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3841b5433ff936bff2f4dc8d54cf2cdbfea5d8e88cedfac45c161368e5770ba6"}, | |
1741 {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"}, | |
1742 {file = "mypy-0.942-cp39-cp39-win_amd64.whl", hash = "sha256:7742d2c4e46bb5017b51c810283a6a389296cda03df805a4f7869a6f41246534"}, | |
1743 {file = "mypy-0.942-py3-none-any.whl", hash = "sha256:a1b383fe99678d7402754fe90448d4037f9512ce70c21f8aee3b8bf48ffc51db"}, | |
1744 {file = "mypy-0.942.tar.gz", hash = "sha256:17e44649fec92e9f82102b48a3bf7b4a5510ad0cd22fa21a104826b5db4903e2"}, | |
1745 ] | |
1746 "mypy-extensions 0.4.3" = [ | |
1747 {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, | |
1748 {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, | |
1749 ] | |
1750 "networkx 2.7.1" = [ | |
1751 {file = "networkx-2.7.1-py3-none-any.whl", hash = "sha256:011e85d277c89681e8fa661cf5ff0743443445049b0b68789ad55ef09340c6e0"}, | |
1752 {file = "networkx-2.7.1.tar.gz", hash = "sha256:d1194ba753e5eed07cdecd1d23c5cd7a3c772099bd8dbd2fea366788cf4de7ba"}, | |
1753 ] | |
1754 "noise 1.2.2" = [ | |
1755 {file = "noise-1.2.2-cp27-none-win32.whl", hash = "sha256:f7ef26a4c334224e7763e740fc945c26c0abf9ba51a19d4f5befa1d20d7da0b7"}, | |
1756 {file = "noise-1.2.2-cp27-none-win_amd64.whl", hash = "sha256:15582a58c9ee79b07436a1220bd6c4145266865262d1e6478d37a08b7d910da8"}, | |
1757 {file = "noise-1.2.2-cp33-none-win32.whl", hash = "sha256:93ac2977cf0e8f5cb90a2e828a5dfefc438bfb1fb8d7fd1ee305f05eadc8578e"}, | |
1758 {file = "noise-1.2.2-cp33-none-win_amd64.whl", hash = "sha256:20d1c89a2b8c3714abe5a5fa653b3ab9ab01aee1475993b8bdb9d5e26bc081cc"}, | |
1759 {file = "noise-1.2.2-cp34-none-win32.whl", hash = "sha256:f82933563ef89651865cc7cbfab11721a2229f5c6c8c009a041be4fb887949f2"}, | |
1760 {file = "noise-1.2.2-cp34-none-win_amd64.whl", hash = "sha256:065be3531a6b7a7dfcb6840646400a75e081511c524caa04feaea11e16e7ab24"}, | |
1761 {file = "noise-1.2.2.tar.gz", hash = "sha256:57a2797436574391ff63a111e852e53a4164ecd81ad23639641743cd1a209b65"}, | |
1762 {file = "noise-1.2.2.zip", hash = "sha256:36036cdaca131ddd2ab4397fba649af7f074ec08031e1e0a51031d0ae23b509a"}, | |
1763 ] | |
1764 "nose 1.3.7" = [ | |
1765 {file = "nose-1.3.7-py2-none-any.whl", hash = "sha256:dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a"}, | |
1766 {file = "nose-1.3.7-py3-none-any.whl", hash = "sha256:9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac"}, | |
1767 {file = "nose-1.3.7.tar.gz", hash = "sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"}, | |
1768 ] | |
1769 "nose-watcher 0.1.3" = [ | |
1770 {file = "nose_watcher-0.1.3-py2.py3-none-any.whl", hash = "sha256:fff9f12417e562f38fe39aacb97e49f557d92d00edda62ef1beb7382e9758d77"}, | |
1771 {file = "nose-watcher-0.1.3.tar.gz", hash = "sha256:885ddb62e775aba5e9627627a1fa32f18eecf03e95d7beaad3ede5e7b311453f"}, | |
1772 ] | |
1773 "numpy 1.22.3" = [ | |
1774 {file = "numpy-1.22.3-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:92bfa69cfbdf7dfc3040978ad09a48091143cffb778ec3b03fa170c494118d75"}, | |
1775 {file = "numpy-1.22.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8251ed96f38b47b4295b1ae51631de7ffa8260b5b087808ef09a39a9d66c97ab"}, | |
1776 {file = "numpy-1.22.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:48a3aecd3b997bf452a2dedb11f4e79bc5bfd21a1d4cc760e703c31d57c84b3e"}, | |
1777 {file = "numpy-1.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a3bae1a2ed00e90b3ba5f7bd0a7c7999b55d609e0c54ceb2b076a25e345fa9f4"}, | |
1778 {file = "numpy-1.22.3-cp310-cp310-win32.whl", hash = "sha256:f950f8845b480cffe522913d35567e29dd381b0dc7e4ce6a4a9f9156417d2430"}, | |
1779 {file = "numpy-1.22.3-cp310-cp310-win_amd64.whl", hash = "sha256:08d9b008d0156c70dc392bb3ab3abb6e7a711383c3247b410b39962263576cd4"}, | |
1780 {file = "numpy-1.22.3-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:201b4d0552831f7250a08d3b38de0d989d6f6e4658b709a02a73c524ccc6ffce"}, | |
1781 {file = "numpy-1.22.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f8c1f39caad2c896bc0018f699882b345b2a63708008be29b1f355ebf6f933fe"}, | |
1782 {file = "numpy-1.22.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:568dfd16224abddafb1cbcce2ff14f522abe037268514dd7e42c6776a1c3f8e5"}, | |
1783 {file = "numpy-1.22.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ca688e1b9b95d80250bca34b11a05e389b1420d00e87a0d12dc45f131f704a1"}, | |
1784 {file = "numpy-1.22.3-cp38-cp38-win32.whl", hash = "sha256:e7927a589df200c5e23c57970bafbd0cd322459aa7b1ff73b7c2e84d6e3eae62"}, | |
1785 {file = "numpy-1.22.3-cp38-cp38-win_amd64.whl", hash = "sha256:07a8c89a04997625236c5ecb7afe35a02af3896c8aa01890a849913a2309c676"}, | |
1786 {file = "numpy-1.22.3-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:2c10a93606e0b4b95c9b04b77dc349b398fdfbda382d2a39ba5a822f669a0123"}, | |
1787 {file = "numpy-1.22.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fade0d4f4d292b6f39951b6836d7a3c7ef5b2347f3c420cd9820a1d90d794802"}, | |
1788 {file = "numpy-1.22.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5bfb1bb598e8229c2d5d48db1860bcf4311337864ea3efdbe1171fb0c5da515d"}, | |
1789 {file = "numpy-1.22.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:97098b95aa4e418529099c26558eeb8486e66bd1e53a6b606d684d0c3616b168"}, | |
1790 {file = "numpy-1.22.3-cp39-cp39-win32.whl", hash = "sha256:fdf3c08bce27132395d3c3ba1503cac12e17282358cb4bddc25cc46b0aca07aa"}, | |
1791 {file = "numpy-1.22.3-cp39-cp39-win_amd64.whl", hash = "sha256:639b54cdf6aa4f82fe37ebf70401bbb74b8508fddcf4797f9fe59615b8c5813a"}, | |
1792 {file = "numpy-1.22.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c34ea7e9d13a70bf2ab64a2532fe149a9aced424cd05a2c4ba662fd989e3e45f"}, | |
1793 {file = "numpy-1.22.3.zip", hash = "sha256:dbc7601a3b7472d559dc7b933b18b4b66f9aa7452c120e87dfb33d02008c8a18"}, | |
1794 ] | |
1795 "packaging 21.3" = [ | |
1796 {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, | |
1797 {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, | |
1798 ] | |
1799 "parso 0.8.3" = [ | |
1800 {file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"}, | |
1801 {file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"}, | |
1802 ] | |
1803 "pexpect 4.8.0" = [ | |
1804 {file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"}, | |
1805 {file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"}, | |
1806 ] | |
1807 "pickleshare 0.7.5" = [ | |
1808 {file = "pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"}, | |
1809 {file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"}, | |
1810 ] | |
1811 "pillow 9.1.0" = [ | |
1812 {file = "Pillow-9.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:af79d3fde1fc2e33561166d62e3b63f0cc3e47b5a3a2e5fea40d4917754734ea"}, | |
1813 {file = "Pillow-9.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:55dd1cf09a1fd7c7b78425967aacae9b0d70125f7d3ab973fadc7b5abc3de652"}, | |
1814 {file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:66822d01e82506a19407d1afc104c3fcea3b81d5eb11485e593ad6b8492f995a"}, | |
1815 {file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a5eaf3b42df2bcda61c53a742ee2c6e63f777d0e085bbc6b2ab7ed57deb13db7"}, | |
1816 {file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01ce45deec9df310cbbee11104bae1a2a43308dd9c317f99235b6d3080ddd66e"}, | |
1817 {file = "Pillow-9.1.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:aea7ce61328e15943d7b9eaca87e81f7c62ff90f669116f857262e9da4057ba3"}, | |
1818 {file = "Pillow-9.1.0-cp310-cp310-win32.whl", hash = "sha256:7a053bd4d65a3294b153bdd7724dce864a1d548416a5ef61f6d03bf149205160"}, | |
1819 {file = "Pillow-9.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:97bda660702a856c2c9e12ec26fc6d187631ddfd896ff685814ab21ef0597033"}, | |
1820 {file = "Pillow-9.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:21dee8466b42912335151d24c1665fcf44dc2ee47e021d233a40c3ca5adae59c"}, | |
1821 {file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b6d4050b208c8ff886fd3db6690bf04f9a48749d78b41b7a5bf24c236ab0165"}, | |
1822 {file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5cfca31ab4c13552a0f354c87fbd7f162a4fafd25e6b521bba93a57fe6a3700a"}, | |
1823 {file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ed742214068efa95e9844c2d9129e209ed63f61baa4d54dbf4cf8b5e2d30ccf2"}, | |
1824 {file = "Pillow-9.1.0-cp37-cp37m-win32.whl", hash = "sha256:c9efef876c21788366ea1f50ecb39d5d6f65febe25ad1d4c0b8dff98843ac244"}, | |
1825 {file = "Pillow-9.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:de344bcf6e2463bb25179d74d6e7989e375f906bcec8cb86edb8b12acbc7dfef"}, | |
1826 {file = "Pillow-9.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:17869489de2fce6c36690a0c721bd3db176194af5f39249c1ac56d0bb0fcc512"}, | |
1827 {file = "Pillow-9.1.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:25023a6209a4d7c42154073144608c9a71d3512b648a2f5d4465182cb93d3477"}, | |
1828 {file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8782189c796eff29dbb37dd87afa4ad4d40fc90b2742704f94812851b725964b"}, | |
1829 {file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:463acf531f5d0925ca55904fa668bb3461c3ef6bc779e1d6d8a488092bdee378"}, | |
1830 {file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f42364485bfdab19c1373b5cd62f7c5ab7cc052e19644862ec8f15bb8af289e"}, | |
1831 {file = "Pillow-9.1.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:3fddcdb619ba04491e8f771636583a7cc5a5051cd193ff1aa1ee8616d2a692c5"}, | |
1832 {file = "Pillow-9.1.0-cp38-cp38-win32.whl", hash = "sha256:4fe29a070de394e449fd88ebe1624d1e2d7ddeed4c12e0b31624561b58948d9a"}, | |
1833 {file = "Pillow-9.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:c24f718f9dd73bb2b31a6201e6db5ea4a61fdd1d1c200f43ee585fc6dcd21b34"}, | |
1834 {file = "Pillow-9.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:fb89397013cf302f282f0fc998bb7abf11d49dcff72c8ecb320f76ea6e2c5717"}, | |
1835 {file = "Pillow-9.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c870193cce4b76713a2b29be5d8327c8ccbe0d4a49bc22968aa1e680930f5581"}, | |
1836 {file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69e5ddc609230d4408277af135c5b5c8fe7a54b2bdb8ad7c5100b86b3aab04c6"}, | |
1837 {file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:35be4a9f65441d9982240e6966c1eaa1c654c4e5e931eaf580130409e31804d4"}, | |
1838 {file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82283af99c1c3a5ba1da44c67296d5aad19f11c535b551a5ae55328a317ce331"}, | |
1839 {file = "Pillow-9.1.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a325ac71914c5c043fa50441b36606e64a10cd262de12f7a179620f579752ff8"}, | |
1840 {file = "Pillow-9.1.0-cp39-cp39-win32.whl", hash = "sha256:a598d8830f6ef5501002ae85c7dbfcd9c27cc4efc02a1989369303ba85573e58"}, | |
1841 {file = "Pillow-9.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:0c51cb9edac8a5abd069fd0758ac0a8bfe52c261ee0e330f363548aca6893595"}, | |
1842 {file = "Pillow-9.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a336a4f74baf67e26f3acc4d61c913e378e931817cd1e2ef4dfb79d3e051b481"}, | |
1843 {file = "Pillow-9.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb1b89b11256b5b6cad5e7593f9061ac4624f7651f7a8eb4dfa37caa1dfaa4d0"}, | |
1844 {file = "Pillow-9.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:255c9d69754a4c90b0ee484967fc8818c7ff8311c6dddcc43a4340e10cd1636a"}, | |
1845 {file = "Pillow-9.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:5a3ecc026ea0e14d0ad7cd990ea7f48bfcb3eb4271034657dc9d06933c6629a7"}, | |
1846 {file = "Pillow-9.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c5b0ff59785d93b3437c3703e3c64c178aabada51dea2a7f2c5eccf1bcf565a3"}, | |
1847 {file = "Pillow-9.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c7110ec1701b0bf8df569a7592a196c9d07c764a0a74f65471ea56816f10e2c8"}, | |
1848 {file = "Pillow-9.1.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:8d79c6f468215d1a8415aa53d9868a6b40c4682165b8cb62a221b1baa47db458"}, | |
1849 {file = "Pillow-9.1.0.tar.gz", hash = "sha256:f401ed2bbb155e1ade150ccc63db1a4f6c1909d3d378f7d1235a44e90d75fb97"}, | |
1850 ] | |
1851 "pluggy 1.0.0" = [ | |
1852 {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, | |
1853 {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, | |
1854 ] | |
1855 "proglog 0.1.9" = [ | |
1856 {file = "proglog-0.1.9.tar.gz", hash = "sha256:d8c4ccbf2138e0c5e3f3fc0d80dc51d7e69dcfe8bfde4cacb566725092a5b18d"}, | |
1857 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1858 "prometheus-client 0.14.1" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
1859 {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
|
1860 {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
|
1861 ] |
2031 | 1862 "prompt-toolkit 3.0.29" = [ |
1863 {file = "prompt_toolkit-3.0.29-py3-none-any.whl", hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752"}, | |
1864 {file = "prompt_toolkit-3.0.29.tar.gz", hash = "sha256:bd640f60e8cecd74f0dc249713d433ace2ddc62b65ee07f96d358e0b152b6ea7"}, | |
1865 ] | |
1866 "psutil 5.9.0" = [ | |
1867 {file = "psutil-5.9.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:55ce319452e3d139e25d6c3f85a1acf12d1607ddedea5e35fb47a552c051161b"}, | |
1868 {file = "psutil-5.9.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:7336292a13a80eb93c21f36bde4328aa748a04b68c13d01dfddd67fc13fd0618"}, | |
1869 {file = "psutil-5.9.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:cb8d10461c1ceee0c25a64f2dd54872b70b89c26419e147a05a10b753ad36ec2"}, | |
1870 {file = "psutil-5.9.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:7641300de73e4909e5d148e90cc3142fb890079e1525a840cf0dfd39195239fd"}, | |
1871 {file = "psutil-5.9.0-cp27-none-win32.whl", hash = "sha256:ea42d747c5f71b5ccaa6897b216a7dadb9f52c72a0fe2b872ef7d3e1eacf3ba3"}, | |
1872 {file = "psutil-5.9.0-cp27-none-win_amd64.whl", hash = "sha256:ef216cc9feb60634bda2f341a9559ac594e2eeaadd0ba187a4c2eb5b5d40b91c"}, | |
1873 {file = "psutil-5.9.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:90a58b9fcae2dbfe4ba852b57bd4a1dded6b990a33d6428c7614b7d48eccb492"}, | |
1874 {file = "psutil-5.9.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ff0d41f8b3e9ebb6b6110057e40019a432e96aae2008951121ba4e56040b84f3"}, | |
1875 {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"}, | |
1876 {file = "psutil-5.9.0-cp310-cp310-win32.whl", hash = "sha256:8293942e4ce0c5689821f65ce6522ce4786d02af57f13c0195b40e1edb1db61d"}, | |
1877 {file = "psutil-5.9.0-cp310-cp310-win_amd64.whl", hash = "sha256:9b51917c1af3fa35a3f2dabd7ba96a2a4f19df3dec911da73875e1edaf22a40b"}, | |
1878 {file = "psutil-5.9.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e9805fed4f2a81de98ae5fe38b75a74c6e6ad2df8a5c479594c7629a1fe35f56"}, | |
1879 {file = "psutil-5.9.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c51f1af02334e4b516ec221ee26b8fdf105032418ca5a5ab9737e8c87dafe203"}, | |
1880 {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"}, | |
1881 {file = "psutil-5.9.0-cp36-cp36m-win32.whl", hash = "sha256:e5c783d0b1ad6ca8a5d3e7b680468c9c926b804be83a3a8e95141b05c39c9f64"}, | |
1882 {file = "psutil-5.9.0-cp36-cp36m-win_amd64.whl", hash = "sha256:d62a2796e08dd024b8179bd441cb714e0f81226c352c802fca0fd3f89eeacd94"}, | |
1883 {file = "psutil-5.9.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:3d00a664e31921009a84367266b35ba0aac04a2a6cad09c550a89041034d19a0"}, | |
1884 {file = "psutil-5.9.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7779be4025c540d1d65a2de3f30caeacc49ae7a2152108adeaf42c7534a115ce"}, | |
1885 {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"}, | |
1886 {file = "psutil-5.9.0-cp37-cp37m-win32.whl", hash = "sha256:df2c8bd48fb83a8408c8390b143c6a6fa10cb1a674ca664954de193fdcab36a9"}, | |
1887 {file = "psutil-5.9.0-cp37-cp37m-win_amd64.whl", hash = "sha256:1d7b433519b9a38192dfda962dd8f44446668c009833e1429a52424624f408b4"}, | |
1888 {file = "psutil-5.9.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c3400cae15bdb449d518545cbd5b649117de54e3596ded84aacabfbb3297ead2"}, | |
1889 {file = "psutil-5.9.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b2237f35c4bbae932ee98902a08050a27821f8f6dfa880a47195e5993af4702d"}, | |
1890 {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"}, | |
1891 {file = "psutil-5.9.0-cp38-cp38-win32.whl", hash = "sha256:76cebf84aac1d6da5b63df11fe0d377b46b7b500d892284068bacccf12f20666"}, | |
1892 {file = "psutil-5.9.0-cp38-cp38-win_amd64.whl", hash = "sha256:3151a58f0fbd8942ba94f7c31c7e6b310d2989f4da74fcbf28b934374e9bf841"}, | |
1893 {file = "psutil-5.9.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:539e429da49c5d27d5a58e3563886057f8fc3868a5547b4f1876d9c0f007bccf"}, | |
1894 {file = "psutil-5.9.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:58c7d923dc209225600aec73aa2c4ae8ea33b1ab31bc11ef8a5933b027476f07"}, | |
1895 {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"}, | |
1896 {file = "psutil-5.9.0-cp39-cp39-win32.whl", hash = "sha256:4e2fb92e3aeae3ec3b7b66c528981fd327fb93fd906a77215200404444ec1845"}, | |
1897 {file = "psutil-5.9.0-cp39-cp39-win_amd64.whl", hash = "sha256:7d190ee2eaef7831163f254dc58f6d2e2a22e27382b936aab51c835fc080c3d3"}, | |
1898 {file = "psutil-5.9.0.tar.gz", hash = "sha256:869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25"}, | |
1899 ] | |
1900 "ptyprocess 0.7.0" = [ | |
1901 {file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"}, | |
1902 {file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"}, | |
1903 ] | |
1904 "pure-eval 0.2.2" = [ | |
1905 {file = "pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"}, | |
1906 {file = "pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"}, | |
1907 ] | |
1908 "py 1.11.0" = [ | |
1909 {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, | |
1910 {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, | |
1911 ] | |
1912 "pyasn1 0.4.8" = [ | |
1913 {file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"}, | |
1914 {file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"}, | |
1915 ] | |
1916 "pyasn1-modules 0.2.8" = [ | |
1917 {file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl", hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74"}, | |
1918 {file = "pyasn1-modules-0.2.8.tar.gz", hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e"}, | |
1919 ] | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1920 "pycairo 1.21.0" = [ |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1921 {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
|
1922 {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
|
1923 {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
|
1924 {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
|
1925 {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
|
1926 {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
|
1927 {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
|
1928 {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
|
1929 {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
|
1930 ] |
2031 | 1931 "pycodestyle 2.8.0" = [ |
1932 {file = "pycodestyle-2.8.0-py2.py3-none-any.whl", hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20"}, | |
1933 {file = "pycodestyle-2.8.0.tar.gz", hash = "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f"}, | |
1934 ] | |
1935 "pycparser 2.21" = [ | |
1936 {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, | |
1937 {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, | |
1938 ] | |
2092
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
1939 "pydeps 1.10.18" = [ |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
1940 {file = "pydeps-1.10.18-py3-none-any.whl", hash = "sha256:865b5361e8c99c492ee1625da21776854f4c5eeeb09ebe3fa2384a134b4d457a"}, |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
1941 {file = "pydeps-1.10.18.tar.gz", hash = "sha256:d512f6f0984947a45553598798cdf229a4a23a2c1389eaf60139416a68fcec5f"}, |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
1942 ] |
2031 | 1943 "pyflakes 2.4.0" = [ |
1944 {file = "pyflakes-2.4.0-py2.py3-none-any.whl", hash = "sha256:3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e"}, | |
1945 {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"}, | |
1946 ] | |
1947 "pyftdi 0.54.0" = [ | |
1948 {file = "pyftdi-0.54.0-py3-none-any.whl", hash = "sha256:112f16ee5b2a2becb8f8df9dd40b3bba007589f34e7613024122d94bd56eb7d7"}, | |
1949 {file = "pyftdi-0.54.0.tar.gz", hash = "sha256:8df9af22077d17533d2f95b508b1d87959877627ea5dc2369056e90a3b5a232d"}, | |
1950 ] | |
1951 "pygments 2.11.2" = [ | |
1952 {file = "Pygments-2.11.2-py3-none-any.whl", hash = "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65"}, | |
1953 {file = "Pygments-2.11.2.tar.gz", hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"}, | |
1954 ] | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1955 "pygobject 3.42.1" = [ |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2035
diff
changeset
|
1956 {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
|
1957 ] |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1958 "pyhamcrest 2.0.3" = [ |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1959 {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
|
1960 {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
|
1961 ] |
2031 | 1962 "pyjade 4.0.0" = [ |
1963 {file = "pyjade-4.0.0.tar.gz", hash = "sha256:8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7"}, | |
1964 ] | |
1965 "pyopenssl 19.0.0" = [ | |
1966 {file = "pyOpenSSL-19.0.0-py2.py3-none-any.whl", hash = "sha256:c727930ad54b10fc157015014b666f2d8b41f70c0d03e83ab67624fd3dd5d1e6"}, | |
1967 {file = "pyOpenSSL-19.0.0.tar.gz", hash = "sha256:aeca66338f6de19d1aa46ed634c3b9ae519a64b458f8468aec688e7e3c20f200"}, | |
1968 ] | |
1969 "pyparsing 3.0.7" = [ | |
1970 {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, | |
1971 {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, | |
1972 ] | |
1973 "pyreadline3 3.4.1" = [ | |
1974 {file = "pyreadline3-3.4.1-py3-none-any.whl", hash = "sha256:b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb"}, | |
1975 {file = "pyreadline3-3.4.1.tar.gz", hash = "sha256:6f3d1f7b8a31ba32b73917cefc1f28cc660562f39aea8646d30bd6eff21f7bae"}, | |
1976 ] | |
1977 "pyserial 3.5" = [ | |
1978 {file = "pyserial-3.5-py2.py3-none-any.whl", hash = "sha256:c4451db6ba391ca6ca299fb3ec7bae67a5c55dde170964c7a14ceefec02f2cf0"}, | |
1979 {file = "pyserial-3.5.tar.gz", hash = "sha256:3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb"}, | |
1980 ] | |
1981 "pytest 7.1.1" = [ | |
1982 {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, | |
1983 {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, | |
1984 ] | |
1985 "pytest-watcher 0.2.3" = [ | |
1986 {file = "pytest_watcher-0.2.3-py3-none-any.whl", hash = "sha256:af935963399509a5b0e855740ba7227852f1a7fccfbb1cbb79fa19a445af02d2"}, | |
1987 {file = "pytest-watcher-0.2.3.tar.gz", hash = "sha256:1937dd97e72caafd371d8cea7b3d70c88ff4fe35e6cdecb29c41bbdcbf1dcc2b"}, | |
1988 ] | |
1989 "python-dateutil 2.8.2" = [ | |
1990 {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, | |
1991 {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, | |
1992 ] | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1993 "python-dotenv 0.20.0" = [ |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
1994 {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
|
1995 {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
|
1996 ] |
2031 | 1997 "python-inotify 0.6-test" = [ |
1998 {file = "python-inotify-0.6-test.tar.gz", hash = "sha256:7521285f68aacc00ddf103ae5c21d9b7fe2ad80d8e3367e6e7e6a99986abdd40"}, | |
1999 ] | |
2000 "pyusb 1.2.1" = [ | |
2001 {file = "pyusb-1.2.1-py3-none-any.whl", hash = "sha256:2b4c7cb86dbadf044dfb9d3a4ff69fd217013dbe78a792177a3feb172449ea36"}, | |
2002 {file = "pyusb-1.2.1.tar.gz", hash = "sha256:a4cc7404a203144754164b8b40994e2849fde1cfff06b08492f12fff9d9de7b9"}, | |
2003 ] | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
2004 "pyyaml 6.0" = [ |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
2005 {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
|
2006 {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
|
2007 {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
|
2008 {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
|
2009 {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
|
2010 {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
|
2011 {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
|
2012 {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
|
2013 {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
|
2014 {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
|
2015 {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
|
2016 {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
|
2017 {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
|
2018 {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
|
2019 {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
|
2020 {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
|
2021 {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
|
2022 {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
|
2023 {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
|
2024 {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
|
2025 {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
|
2026 {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
|
2027 {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
|
2028 {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
|
2029 {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
|
2030 {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
|
2031 {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
|
2032 {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
|
2033 {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
|
2034 {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
|
2035 {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
|
2036 {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
|
2037 {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
|
2038 ] |
2031 | 2039 "pyzmq 22.3.0" = [ |
2040 {file = "pyzmq-22.3.0-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:6b217b8f9dfb6628f74b94bdaf9f7408708cb02167d644edca33f38746ca12dd"}, | |
2041 {file = "pyzmq-22.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2841997a0d85b998cbafecb4183caf51fd19c4357075dfd33eb7efea57e4c149"}, | |
2042 {file = "pyzmq-22.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:f89468059ebc519a7acde1ee50b779019535db8dcf9b8c162ef669257fef7a93"}, | |
2043 {file = "pyzmq-22.3.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ea12133df25e3a6918718fbb9a510c6ee5d3fdd5a346320421aac3882f4feeea"}, | |
2044 {file = "pyzmq-22.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76c532fd68b93998aab92356be280deec5de8f8fe59cd28763d2cc8a58747b7f"}, | |
2045 {file = "pyzmq-22.3.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:f907c7359ce8bf7f7e63c82f75ad0223384105f5126f313400b7e8004d9b33c3"}, | |
2046 {file = "pyzmq-22.3.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:902319cfe23366595d3fa769b5b751e6ee6750a0a64c5d9f757d624b2ac3519e"}, | |
2047 {file = "pyzmq-22.3.0-cp310-cp310-win32.whl", hash = "sha256:67db33bea0a29d03e6eeec55a8190e033318cee3cbc732ba8fd939617cbf762d"}, | |
2048 {file = "pyzmq-22.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:7661fc1d5cb73481cf710a1418a4e1e301ed7d5d924f91c67ba84b2a1b89defd"}, | |
2049 {file = "pyzmq-22.3.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:79244b9e97948eaf38695f4b8e6fc63b14b78cc37f403c6642ba555517ac1268"}, | |
2050 {file = "pyzmq-22.3.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ab888624ed68930442a3f3b0b921ad7439c51ba122dbc8c386e6487a658e4a4e"}, | |
2051 {file = "pyzmq-22.3.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:18cd854b423fce44951c3a4d3e686bac8f1243d954f579e120a1714096637cc0"}, | |
2052 {file = "pyzmq-22.3.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:de8df0684398bd74ad160afdc2a118ca28384ac6f5e234eb0508858d8d2d9364"}, | |
2053 {file = "pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:62bcade20813796c426409a3e7423862d50ff0639f5a2a95be4b85b09a618666"}, | |
2054 {file = "pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:ea5a79e808baef98c48c884effce05c31a0698c1057de8fc1c688891043c1ce1"}, | |
2055 {file = "pyzmq-22.3.0-cp36-cp36m-win32.whl", hash = "sha256:3c1895c95be92600233e476fe283f042e71cf8f0b938aabf21b7aafa62a8dac9"}, | |
2056 {file = "pyzmq-22.3.0-cp36-cp36m-win_amd64.whl", hash = "sha256:851977788b9caa8ed011f5f643d3ee8653af02c5fc723fa350db5125abf2be7b"}, | |
2057 {file = "pyzmq-22.3.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b4ebed0977f92320f6686c96e9e8dd29eed199eb8d066936bac991afc37cbb70"}, | |
2058 {file = "pyzmq-22.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42abddebe2c6a35180ca549fadc7228d23c1e1f76167c5ebc8a936b5804ea2df"}, | |
2059 {file = "pyzmq-22.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c1e41b32d6f7f9c26bc731a8b529ff592f31fc8b6ef2be9fa74abd05c8a342d7"}, | |
2060 {file = "pyzmq-22.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:be4e0f229cf3a71f9ecd633566bd6f80d9fa6afaaff5489492be63fe459ef98c"}, | |
2061 {file = "pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:08c4e315a76ef26eb833511ebf3fa87d182152adf43dedee8d79f998a2162a0b"}, | |
2062 {file = "pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:badb868fff14cfd0e200eaa845887b1011146a7d26d579aaa7f966c203736b92"}, | |
2063 {file = "pyzmq-22.3.0-cp37-cp37m-win32.whl", hash = "sha256:7c58f598d9fcc52772b89a92d72bf8829c12d09746a6d2c724c5b30076c1f11d"}, | |
2064 {file = "pyzmq-22.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2b97502c16a5ec611cd52410bdfaab264997c627a46b0f98d3f666227fd1ea2d"}, | |
2065 {file = "pyzmq-22.3.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d728b08448e5ac3e4d886b165385a262883c34b84a7fe1166277fe675e1c197a"}, | |
2066 {file = "pyzmq-22.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:480b9931bfb08bf8b094edd4836271d4d6b44150da051547d8c7113bf947a8b0"}, | |
2067 {file = "pyzmq-22.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:7dc09198e4073e6015d9a8ea093fc348d4e59de49382476940c3dd9ae156fba8"}, | |
2068 {file = "pyzmq-22.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ca6cd58f62a2751728016d40082008d3b3412a7f28ddfb4a2f0d3c130f69e74"}, | |
2069 {file = "pyzmq-22.3.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:468bd59a588e276961a918a3060948ae68f6ff5a7fa10bb2f9160c18fe341067"}, | |
2070 {file = "pyzmq-22.3.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:c88fa7410e9fc471e0858638f403739ee869924dd8e4ae26748496466e27ac59"}, | |
2071 {file = "pyzmq-22.3.0-cp38-cp38-win32.whl", hash = "sha256:c0f84360dcca3481e8674393bdf931f9f10470988f87311b19d23cda869bb6b7"}, | |
2072 {file = "pyzmq-22.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:f762442bab706fd874064ca218b33a1d8e40d4938e96c24dafd9b12e28017f45"}, | |
2073 {file = "pyzmq-22.3.0-cp39-cp39-macosx_10_15_universal2.whl", hash = "sha256:954e73c9cd4d6ae319f1c936ad159072b6d356a92dcbbabfd6e6204b9a79d356"}, | |
2074 {file = "pyzmq-22.3.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f43b4a2e6218371dd4f41e547bd919ceeb6ebf4abf31a7a0669cd11cd91ea973"}, | |
2075 {file = "pyzmq-22.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:acebba1a23fb9d72b42471c3771b6f2f18dcd46df77482612054bd45c07dfa36"}, | |
2076 {file = "pyzmq-22.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cf98fd7a6c8aaa08dbc699ffae33fd71175696d78028281bc7b832b26f00ca57"}, | |
2077 {file = "pyzmq-22.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d072f7dfbdb184f0786d63bda26e8a0882041b1e393fbe98940395f7fab4c5e2"}, | |
2078 {file = "pyzmq-22.3.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:53f4fd13976789ffafedd4d46f954c7bb01146121812b72b4ddca286034df966"}, | |
2079 {file = "pyzmq-22.3.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:d1b5d457acbadcf8b27561deeaa386b0217f47626b29672fa7bd31deb6e91e1b"}, | |
2080 {file = "pyzmq-22.3.0-cp39-cp39-win32.whl", hash = "sha256:e6a02cf7271ee94674a44f4e62aa061d2d049001c844657740e156596298b70b"}, | |
2081 {file = "pyzmq-22.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:d3dcb5548ead4f1123851a5ced467791f6986d68c656bc63bfff1bf9e36671e2"}, | |
2082 {file = "pyzmq-22.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:3a4c9886d61d386b2b493377d980f502186cd71d501fffdba52bd2a0880cef4f"}, | |
2083 {file = "pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:80e043a89c6cadefd3a0712f8a1322038e819ebe9dbac7eca3bce1721bcb63bf"}, | |
2084 {file = "pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:1621e7a2af72cced1f6ec8ca8ca91d0f76ac236ab2e8828ac8fe909512d566cb"}, | |
2085 {file = "pyzmq-22.3.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:d6157793719de168b199194f6b6173f0ccd3bf3499e6870fac17086072e39115"}, | |
2086 {file = "pyzmq-22.3.0.tar.gz", hash = "sha256:8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c"}, | |
2087 ] | |
2088 "rdflib 6.1.1" = [ | |
2089 {file = "rdflib-6.1.1-py3-none-any.whl", hash = "sha256:fc81cef513cd552d471f2926141396b633207109d0154c8e77926222c70367fe"}, | |
2090 {file = "rdflib-6.1.1.tar.gz", hash = "sha256:8dbfa0af2990b98471dacbc936d6494c997ede92fd8ed693fb84ee700ef6f754"}, | |
2091 ] | |
2092 "requests 2.27.1" = [ | |
2093 {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"}, | |
2094 {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, | |
2095 ] | |
2096 "rx 3.2.0" = [ | |
2097 {file = "Rx-3.2.0-py3-none-any.whl", hash = "sha256:922c5f4edb3aa1beaa47bf61d65d5380011ff6adcd527f26377d05cb73ed8ec8"}, | |
2098 {file = "Rx-3.2.0.tar.gz", hash = "sha256:b657ca2b45aa485da2f7dcfd09fac2e554f7ac51ff3c2f8f2ff962ecd963d91c"}, | |
2099 ] | |
2100 "scales 1.0.9" = [ | |
2101 {file = "scales-1.0.9.tar.gz", hash = "sha256:8b6930f7d4bf115192290b44c757af5e254e3fcfcb75ff9a51f5c96a404e2753"}, | |
2102 ] | |
2059
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
2103 "scipy 1.6.0" = [ |
1d50165c73b8
rdfdb to dev version. updates other pkg versions
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
2104 {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
|
2105 {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
|
2106 {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
|
2107 {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
|
2108 {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
|
2109 {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
|
2110 {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
|
2111 {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
|
2112 {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
|
2113 {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
|
2114 {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
|
2115 {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
|
2116 {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
|
2117 {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
|
2118 {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
|
2119 {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
|
2120 {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
|
2121 {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
|
2122 {file = "scipy-1.6.0.tar.gz", hash = "sha256:cb6dc9f82dfd95f6b9032a8d7ea70efeeb15d5b5fd6ed4e8537bb3c673580566"}, |
2031 | 2123 ] |
2124 "service-identity 21.1.0" = [ | |
2125 {file = "service_identity-21.1.0-py2.py3-none-any.whl", hash = "sha256:f0b0caac3d40627c3c04d7a51b6e06721857a0e10a8775f2d1d7e72901b3a7db"}, | |
2126 {file = "service-identity-21.1.0.tar.gz", hash = "sha256:6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34"}, | |
2127 ] | |
2128 "setuptools 62.0.0" = [ | |
2129 {file = "setuptools-62.0.0-py3-none-any.whl", hash = "sha256:a65e3802053e99fc64c6b3b29c11132943d5b8c8facbcc461157511546510967"}, | |
2130 {file = "setuptools-62.0.0.tar.gz", hash = "sha256:7999cbd87f1b6e1f33bf47efa368b224bed5e27b5ef2c4d46580186cbcb1a86a"}, | |
2131 ] | |
2132 "six 1.16.0" = [ | |
2133 {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, | |
2134 {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, | |
2135 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2136 "sniffio 1.2.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2137 {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
|
2138 {file = "sniffio-1.2.0.tar.gz", hash = "sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2139 ] |
2031 | 2140 "stack-data 0.2.0" = [ |
2141 {file = "stack_data-0.2.0-py3-none-any.whl", hash = "sha256:999762f9c3132308789affa03e9271bbbe947bf78311851f4d485d8402ed858e"}, | |
2142 {file = "stack_data-0.2.0.tar.gz", hash = "sha256:45692d41bd633a9503a5195552df22b583caf16f0b27c4e58c98d88c8b648e12"}, | |
2143 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2144 "starlette 0.19.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2145 {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
|
2146 {file = "starlette-0.19.0.tar.gz", hash = "sha256:4a1a92aa89dbacc3a4c694a2c112863e88449730ff99b421a9b71fb2213bcd9c"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2147 ] |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2148 "starlette-exporter 0.12.0" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2149 {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
|
2150 {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
|
2151 ] |
2031 | 2152 "statprof 0.1.2" = [ |
2153 {file = "statprof-0.1.2.tar.gz", hash = "sha256:adb8654edd5183e91e1538ee9112314f8129a52796bfa32cfa34b2f0e73295b4"}, | |
2154 ] | |
2092
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
2155 "stdlib-list 0.8.0" = [ |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
2156 {file = "stdlib_list-0.8.0-py3-none-any.whl", hash = "sha256:2ae0712a55b68f3fbbc9e58d6fa1b646a062188f49745b495f94d3310a9fdd3e"}, |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
2157 {file = "stdlib-list-0.8.0.tar.gz", hash = "sha256:a1e503719720d71e2ed70ed809b385c60cd3fb555ba7ec046b96360d30b16d9f"}, |
b39aafe12319
use rdfdb public version and add pydeps
drewp@bigasterisk.com
parents:
2072
diff
changeset
|
2158 ] |
2031 | 2159 "toml 0.10.2" = [ |
2160 {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, | |
2161 {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, | |
2162 ] | |
2163 "tomli 2.0.1" = [ | |
2164 {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, | |
2165 {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, | |
2166 ] | |
2167 "toposort 1.7" = [ | |
2168 {file = "toposort-1.7-py2.py3-none-any.whl", hash = "sha256:8ed8e109e96ae30bf66da2d2155e4eb9989d9c5c743c837e37d9774a4eddd804"}, | |
2169 {file = "toposort-1.7.tar.gz", hash = "sha256:ddc2182c42912a440511bd7ff5d3e6a1cabc3accbc674a3258c8c41cbfbb2125"}, | |
2170 ] | |
2171 "tqdm 4.64.0" = [ | |
2172 {file = "tqdm-4.64.0-py2.py3-none-any.whl", hash = "sha256:74a2cdefe14d11442cedf3ba4e21a3b84ff9a2dbdc6cfae2c34addb2a14a5ea6"}, | |
2173 {file = "tqdm-4.64.0.tar.gz", hash = "sha256:40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d"}, | |
2174 ] | |
2175 "traitlets 5.1.1" = [ | |
2176 {file = "traitlets-5.1.1-py3-none-any.whl", hash = "sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033"}, | |
2177 {file = "traitlets-5.1.1.tar.gz", hash = "sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7"}, | |
2178 ] | |
2179 "treq 22.2.0" = [ | |
2180 {file = "treq-22.2.0-py3-none-any.whl", hash = "sha256:27d95b07c5c14be3e7b280416139b036087617ad5595be913b1f9b3ce981b9b2"}, | |
2181 {file = "treq-22.2.0.tar.gz", hash = "sha256:df757e3f141fc782ede076a604521194ffcb40fa2645cf48e5a37060307f52ec"}, | |
2182 ] | |
2183 "tubes 0.2.0" = [ | |
2184 {file = "Tubes-0.2.0-py2.py3-none-any.whl", hash = "sha256:de7bc347cb0a04ed6056e28a6b567228abc0f25861cbfad825466bea672d500d"}, | |
2185 {file = "Tubes-0.2.0.tar.gz", hash = "sha256:8d55ffda4c332deda399bf89a335ac7cea307fc8f6bfd89fee010a00c47be169"}, | |
2186 ] | |
2187 "twisted 19.2.1" = [ | |
2188 {file = "Twisted-19.2.1.tar.bz2", hash = "sha256:fa2c04c2d68a9be7fc3975ba4947f653a57a656776f24be58ff0fe4b9aaf3e52"}, | |
2189 ] | |
2190 "twisted 22.2.0" = [ | |
2191 {file = "Twisted-22.2.0-py3-none-any.whl", hash = "sha256:5c63c149eb6b8fe1e32a0215b1cef96fabdba04f705d8efb9174b1ccf5b49d49"}, | |
2192 {file = "Twisted-22.2.0.tar.gz", hash = "sha256:57f32b1f6838facb8c004c89467840367ad38e9e535f8252091345dba500b4f2"}, | |
2193 ] | |
2194 "txaio 22.2.1" = [ | |
2195 {file = "txaio-22.2.1-py2.py3-none-any.whl", hash = "sha256:41223af4a9d5726e645a8ee82480f413e5e300dd257db94bc38ae12ea48fb2e5"}, | |
2196 {file = "txaio-22.2.1.tar.gz", hash = "sha256:2e4582b70f04b2345908254684a984206c0d9b50e3074a24a4c55aba21d24d01"}, | |
2197 ] | |
2198 "txzmq 1.0.0" = [ | |
2199 {file = "txZMQ-1.0.0-py3-none-any.whl", hash = "sha256:23dd8554994e99736b20112dce5254c0f45574b250cd428fed8091bccb357870"}, | |
2200 {file = "txZMQ-1.0.0.tar.gz", hash = "sha256:8d607d0bf09ca94600b8e42f0721dbe43ee53a0470182344ac7ace7e58dc6177"}, | |
2201 ] | |
2202 "typing-extensions 4.1.1" = [ | |
2203 {file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"}, | |
2204 {file = "typing_extensions-4.1.1.tar.gz", hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42"}, | |
2205 ] | |
2206 "udmx-pyusb 2.0.0" = [ | |
2207 {file = "udmx_pyusb-2.0.0-py3-none-any.whl", hash = "sha256:3d0bdb5acbfd7eb2f6ac4f3d13d08b89260454d4c9a97088db13819e9e5391a8"}, | |
2208 {file = "udmx-pyusb-2.0.0.tar.gz", hash = "sha256:3ed45facbbab6c49d6218a04eb44377b21022415f79cce9e271d489ed6d7c263"}, | |
2209 ] | |
2210 "urllib3 1.26.9" = [ | |
2211 {file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"}, | |
2212 {file = "urllib3-1.26.9.tar.gz", hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"}, | |
2213 ] | |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2214 "uvicorn 0.17.6" = [ |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2215 {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
|
2216 {file = "uvicorn-0.17.6.tar.gz", hash = "sha256:5180f9d059611747d841a4a4c4ab675edf54c8489e97f96d0583ee90ac3bfc23"}, |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
2031
diff
changeset
|
2217 ] |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
2218 "uvloop 0.16.0" = [ |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
2219 {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
|
2220 {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
|
2221 {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
|
2222 {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
|
2223 {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
|
2224 {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
|
2225 {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
|
2226 {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
|
2227 {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
|
2228 {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
|
2229 {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
|
2230 {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
|
2231 {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
|
2232 {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
|
2233 {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
|
2234 {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
|
2235 ] |
2031 | 2236 "watchdog 2.1.7" = [ |
2237 {file = "watchdog-2.1.7-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:177bae28ca723bc00846466016d34f8c1d6a621383b6caca86745918d55c7383"}, | |
2238 {file = "watchdog-2.1.7-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1d1cf7dfd747dec519486a98ef16097e6c480934ef115b16f18adb341df747a4"}, | |
2239 {file = "watchdog-2.1.7-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7f14ce6adea2af1bba495acdde0e510aecaeb13b33f7bd2f6324e551b26688ca"}, | |
2240 {file = "watchdog-2.1.7-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:4d0e98ac2e8dd803a56f4e10438b33a2d40390a72750cff4939b4b274e7906fa"}, | |
2241 {file = "watchdog-2.1.7-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:81982c7884aac75017a6ecc72f1a4fedbae04181a8665a34afce9539fc1b3fab"}, | |
2242 {file = "watchdog-2.1.7-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:0b4a1fe6201c6e5a1926f5767b8664b45f0fcb429b62564a41f490ff1ce1dc7a"}, | |
2243 {file = "watchdog-2.1.7-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6e6ae29b72977f2e1ee3d0b760d7ee47896cb53e831cbeede3e64485e5633cc8"}, | |
2244 {file = "watchdog-2.1.7-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b9777664848160449e5b4260e0b7bc1ae0f6f4992a8b285db4ec1ef119ffa0e2"}, | |
2245 {file = "watchdog-2.1.7-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:19b36d436578eb437e029c6b838e732ed08054956366f6dd11875434a62d2b99"}, | |
2246 {file = "watchdog-2.1.7-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b61acffaf5cd5d664af555c0850f9747cc5f2baf71e54bbac164c58398d6ca7b"}, | |
2247 {file = "watchdog-2.1.7-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1e877c70245424b06c41ac258023ea4bd0c8e4ff15d7c1368f17cd0ae6e351dd"}, | |
2248 {file = "watchdog-2.1.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d802d65262a560278cf1a65ef7cae4e2bc7ecfe19e5451349e4c67e23c9dc420"}, | |
2249 {file = "watchdog-2.1.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:b3750ee5399e6e9c69eae8b125092b871ee9e2fcbd657a92747aea28f9056a5c"}, | |
2250 {file = "watchdog-2.1.7-py3-none-manylinux2014_aarch64.whl", hash = "sha256:ed6d9aad09a2a948572224663ab00f8975fae242aa540509737bb4507133fa2d"}, | |
2251 {file = "watchdog-2.1.7-py3-none-manylinux2014_armv7l.whl", hash = "sha256:b26e13e8008dcaea6a909e91d39b629a39635d1a8a7239dd35327c74f4388601"}, | |
2252 {file = "watchdog-2.1.7-py3-none-manylinux2014_i686.whl", hash = "sha256:0908bb50f6f7de54d5d31ec3da1654cb7287c6b87bce371954561e6de379d690"}, | |
2253 {file = "watchdog-2.1.7-py3-none-manylinux2014_ppc64.whl", hash = "sha256:bdcbf75580bf4b960fb659bbccd00123d83119619195f42d721e002c1621602f"}, | |
2254 {file = "watchdog-2.1.7-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:81a5861d0158a7e55fe149335fb2bbfa6f48cbcbd149b52dbe2cd9a544034bbd"}, | |
2255 {file = "watchdog-2.1.7-py3-none-manylinux2014_s390x.whl", hash = "sha256:03b43d583df0f18782a0431b6e9e9965c5b3f7cf8ec36a00b930def67942c385"}, | |
2256 {file = "watchdog-2.1.7-py3-none-manylinux2014_x86_64.whl", hash = "sha256:ae934e34c11aa8296c18f70bf66ed60e9870fcdb4cc19129a04ca83ab23e7055"}, | |
2257 {file = "watchdog-2.1.7-py3-none-win32.whl", hash = "sha256:49639865e3db4be032a96695c98ac09eed39bbb43fe876bb217da8f8101689a6"}, | |
2258 {file = "watchdog-2.1.7-py3-none-win_amd64.whl", hash = "sha256:340b875aecf4b0e6672076a6f05cfce6686935559bb6d34cebedee04126a9566"}, | |
2259 {file = "watchdog-2.1.7-py3-none-win_ia64.whl", hash = "sha256:351e09b6d9374d5bcb947e6ac47a608ec25b9d70583e9db00b2fcdb97b00b572"}, | |
2260 {file = "watchdog-2.1.7.tar.gz", hash = "sha256:3fd47815353be9c44eebc94cc28fe26b2b0c5bd889dafc4a5a7cbdf924143480"}, | |
2261 ] | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
2262 "watchgod 0.8.2" = [ |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
2263 {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
|
2264 {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
|
2265 ] |
2031 | 2266 "wcwidth 0.2.5" = [ |
2267 {file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"}, | |
2268 {file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"}, | |
2269 ] | |
2270 "web.py 0.62" = [ | |
2271 {file = "web.py-0.62.tar.gz", hash = "sha256:5ce684caa240654cae5950da8b4b7bc178812031e08f990518d072bd44ab525e"}, | |
2272 ] | |
2273 "webcolors 1.11.1" = [ | |
2274 {file = "webcolors-1.11.1-py3-none-any.whl", hash = "sha256:b8cd5d865a25c51ff1218f0c90d0c0781fc64312a49b746b320cf50de1648f6e"}, | |
2275 {file = "webcolors-1.11.1.tar.gz", hash = "sha256:76f360636957d1c976db7466bc71dcb713bb95ac8911944dffc55c01cb516de6"}, | |
2276 ] | |
2063
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
2277 "websockets 10.3" = [ |
1c772cb39908
got rdfdb to use local dev version, finally
drewp@bigasterisk.com
parents:
2059
diff
changeset
|
2278 {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
|
2279 {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
|
2280 {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
|
2281 {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
|
2282 {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
|
2283 {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
|
2284 {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
|
2285 {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
|
2286 {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
|
2287 {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
|
2288 {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
|
2289 {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
|
2290 {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
|
2291 {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
|
2292 {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
|
2293 {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
|
2294 {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
|
2295 {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
|
2296 {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
|
2297 {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
|
2298 {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
|
2299 {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
|
2300 {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
|
2301 {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
|
2302 {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
|
2303 {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
|
2304 {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
|
2305 {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
|
2306 {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
|
2307 {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
|
2308 {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
|
2309 {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
|
2310 {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
|
2311 {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
|
2312 {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
|
2313 {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
|
2314 {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
|
2315 {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
|
2316 {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
|
2317 {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
|
2318 {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
|
2319 {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
|
2320 {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
|
2321 {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
|
2322 {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
|
2323 {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
|
2324 {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
|
2325 {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
|
2326 ] |
2031 | 2327 "werkzeug 2.1.1" = [ |
2328 {file = "Werkzeug-2.1.1-py3-none-any.whl", hash = "sha256:3c5493ece8268fecdcdc9c0b112211acd006354723b280d643ec732b6d4063d6"}, | |
2329 {file = "Werkzeug-2.1.1.tar.gz", hash = "sha256:f8e89a20aeabbe8a893c24a461d3ee5dad2123b05cc6abd73ceed01d39c3ae74"}, | |
2330 ] | |
2331 "yapf 0.32.0" = [ | |
2332 {file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"}, | |
2333 {file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"}, | |
2334 ] | |
2072 | 2335 "yarl 1.7.2" = [ |
2336 {file = "yarl-1.7.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f2a8508f7350512434e41065684076f640ecce176d262a7d54f0da41d99c5a95"}, | |
2337 {file = "yarl-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:da6df107b9ccfe52d3a48165e48d72db0eca3e3029b5b8cb4fe6ee3cb870ba8b"}, | |
2338 {file = "yarl-1.7.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a1d0894f238763717bdcfea74558c94e3bc34aeacd3351d769460c1a586a8b05"}, | |
2339 {file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dfe4b95b7e00c6635a72e2d00b478e8a28bfb122dc76349a06e20792eb53a523"}, | |
2340 {file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c145ab54702334c42237a6c6c4cc08703b6aa9b94e2f227ceb3d477d20c36c63"}, | |
2341 {file = "yarl-1.7.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1ca56f002eaf7998b5fcf73b2421790da9d2586331805f38acd9997743114e98"}, | |
2342 {file = "yarl-1.7.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:1d3d5ad8ea96bd6d643d80c7b8d5977b4e2fb1bab6c9da7322616fd26203d125"}, | |
2343 {file = "yarl-1.7.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:167ab7f64e409e9bdd99333fe8c67b5574a1f0495dcfd905bc7454e766729b9e"}, | |
2344 {file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:95a1873b6c0dd1c437fb3bb4a4aaa699a48c218ac7ca1e74b0bee0ab16c7d60d"}, | |
2345 {file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6152224d0a1eb254f97df3997d79dadd8bb2c1a02ef283dbb34b97d4f8492d23"}, | |
2346 {file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:5bb7d54b8f61ba6eee541fba4b83d22b8a046b4ef4d8eb7f15a7e35db2e1e245"}, | |
2347 {file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:9c1f083e7e71b2dd01f7cd7434a5f88c15213194df38bc29b388ccdf1492b739"}, | |
2348 {file = "yarl-1.7.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f44477ae29025d8ea87ec308539f95963ffdc31a82f42ca9deecf2d505242e72"}, | |
2349 {file = "yarl-1.7.2-cp310-cp310-win32.whl", hash = "sha256:cff3ba513db55cc6a35076f32c4cdc27032bd075c9faef31fec749e64b45d26c"}, | |
2350 {file = "yarl-1.7.2-cp310-cp310-win_amd64.whl", hash = "sha256:c9c6d927e098c2d360695f2e9d38870b2e92e0919be07dbe339aefa32a090265"}, | |
2351 {file = "yarl-1.7.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9b4c77d92d56a4c5027572752aa35082e40c561eec776048330d2907aead891d"}, | |
2352 {file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c01a89a44bb672c38f42b49cdb0ad667b116d731b3f4c896f72302ff77d71656"}, | |
2353 {file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c19324a1c5399b602f3b6e7db9478e5b1adf5cf58901996fc973fe4fccd73eed"}, | |
2354 {file = "yarl-1.7.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3abddf0b8e41445426d29f955b24aeecc83fa1072be1be4e0d194134a7d9baee"}, | |
2355 {file = "yarl-1.7.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6a1a9fe17621af43e9b9fcea8bd088ba682c8192d744b386ee3c47b56eaabb2c"}, | |
2356 {file = "yarl-1.7.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8b0915ee85150963a9504c10de4e4729ae700af11df0dc5550e6587ed7891e92"}, | |
2357 {file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:29e0656d5497733dcddc21797da5a2ab990c0cb9719f1f969e58a4abac66234d"}, | |
2358 {file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:bf19725fec28452474d9887a128e98dd67eee7b7d52e932e6949c532d820dc3b"}, | |
2359 {file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:d6f3d62e16c10e88d2168ba2d065aa374e3c538998ed04996cd373ff2036d64c"}, | |
2360 {file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:ac10bbac36cd89eac19f4e51c032ba6b412b3892b685076f4acd2de18ca990aa"}, | |
2361 {file = "yarl-1.7.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:aa32aaa97d8b2ed4e54dc65d241a0da1c627454950f7d7b1f95b13985afd6c5d"}, | |
2362 {file = "yarl-1.7.2-cp36-cp36m-win32.whl", hash = "sha256:87f6e082bce21464857ba58b569370e7b547d239ca22248be68ea5d6b51464a1"}, | |
2363 {file = "yarl-1.7.2-cp36-cp36m-win_amd64.whl", hash = "sha256:ac35ccde589ab6a1870a484ed136d49a26bcd06b6a1c6397b1967ca13ceb3913"}, | |
2364 {file = "yarl-1.7.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a467a431a0817a292121c13cbe637348b546e6ef47ca14a790aa2fa8cc93df63"}, | |
2365 {file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ab0c3274d0a846840bf6c27d2c60ba771a12e4d7586bf550eefc2df0b56b3b4"}, | |
2366 {file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d260d4dc495c05d6600264a197d9d6f7fc9347f21d2594926202fd08cf89a8ba"}, | |
2367 {file = "yarl-1.7.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fc4dd8b01a8112809e6b636b00f487846956402834a7fd59d46d4f4267181c41"}, | |
2368 {file = "yarl-1.7.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:c1164a2eac148d85bbdd23e07dfcc930f2e633220f3eb3c3e2a25f6148c2819e"}, | |
2369 {file = "yarl-1.7.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:67e94028817defe5e705079b10a8438b8cb56e7115fa01640e9c0bb3edf67332"}, | |
2370 {file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:89ccbf58e6a0ab89d487c92a490cb5660d06c3a47ca08872859672f9c511fc52"}, | |
2371 {file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:8cce6f9fa3df25f55521fbb5c7e4a736683148bcc0c75b21863789e5185f9185"}, | |
2372 {file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:211fcd65c58bf250fb994b53bc45a442ddc9f441f6fec53e65de8cba48ded986"}, | |
2373 {file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:c10ea1e80a697cf7d80d1ed414b5cb8f1eec07d618f54637067ae3c0334133c4"}, | |
2374 {file = "yarl-1.7.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:52690eb521d690ab041c3919666bea13ab9fbff80d615ec16fa81a297131276b"}, | |
2375 {file = "yarl-1.7.2-cp37-cp37m-win32.whl", hash = "sha256:695ba021a9e04418507fa930d5f0704edbce47076bdcfeeaba1c83683e5649d1"}, | |
2376 {file = "yarl-1.7.2-cp37-cp37m-win_amd64.whl", hash = "sha256:c17965ff3706beedafd458c452bf15bac693ecd146a60a06a214614dc097a271"}, | |
2377 {file = "yarl-1.7.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:fce78593346c014d0d986b7ebc80d782b7f5e19843ca798ed62f8e3ba8728576"}, | |
2378 {file = "yarl-1.7.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c2a1ac41a6aa980db03d098a5531f13985edcb451bcd9d00670b03129922cd0d"}, | |
2379 {file = "yarl-1.7.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:39d5493c5ecd75c8093fa7700a2fb5c94fe28c839c8e40144b7ab7ccba6938c8"}, | |
2380 {file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1eb6480ef366d75b54c68164094a6a560c247370a68c02dddb11f20c4c6d3c9d"}, | |
2381 {file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5ba63585a89c9885f18331a55d25fe81dc2d82b71311ff8bd378fc8004202ff6"}, | |
2382 {file = "yarl-1.7.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e39378894ee6ae9f555ae2de332d513a5763276a9265f8e7cbaeb1b1ee74623a"}, | |
2383 {file = "yarl-1.7.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:c0910c6b6c31359d2f6184828888c983d54d09d581a4a23547a35f1d0b9484b1"}, | |
2384 {file = "yarl-1.7.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6feca8b6bfb9eef6ee057628e71e1734caf520a907b6ec0d62839e8293e945c0"}, | |
2385 {file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:8300401dc88cad23f5b4e4c1226f44a5aa696436a4026e456fe0e5d2f7f486e6"}, | |
2386 {file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:788713c2896f426a4e166b11f4ec538b5736294ebf7d5f654ae445fd44270832"}, | |
2387 {file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:fd547ec596d90c8676e369dd8a581a21227fe9b4ad37d0dc7feb4ccf544c2d59"}, | |
2388 {file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:737e401cd0c493f7e3dd4db72aca11cfe069531c9761b8ea474926936b3c57c8"}, | |
2389 {file = "yarl-1.7.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:baf81561f2972fb895e7844882898bda1eef4b07b5b385bcd308d2098f1a767b"}, | |
2390 {file = "yarl-1.7.2-cp38-cp38-win32.whl", hash = "sha256:ede3b46cdb719c794427dcce9d8beb4abe8b9aa1e97526cc20de9bd6583ad1ef"}, | |
2391 {file = "yarl-1.7.2-cp38-cp38-win_amd64.whl", hash = "sha256:cc8b7a7254c0fc3187d43d6cb54b5032d2365efd1df0cd1749c0c4df5f0ad45f"}, | |
2392 {file = "yarl-1.7.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:580c1f15500e137a8c37053e4cbf6058944d4c114701fa59944607505c2fe3a0"}, | |
2393 {file = "yarl-1.7.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3ec1d9a0d7780416e657f1e405ba35ec1ba453a4f1511eb8b9fbab81cb8b3ce1"}, | |
2394 {file = "yarl-1.7.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3bf8cfe8856708ede6a73907bf0501f2dc4e104085e070a41f5d88e7faf237f3"}, | |
2395 {file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1be4bbb3d27a4e9aa5f3df2ab61e3701ce8fcbd3e9846dbce7c033a7e8136746"}, | |
2396 {file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:534b047277a9a19d858cde163aba93f3e1677d5acd92f7d10ace419d478540de"}, | |
2397 {file = "yarl-1.7.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c6ddcd80d79c96eb19c354d9dca95291589c5954099836b7c8d29278a7ec0bda"}, | |
2398 {file = "yarl-1.7.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:9bfcd43c65fbb339dc7086b5315750efa42a34eefad0256ba114cd8ad3896f4b"}, | |
2399 {file = "yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f64394bd7ceef1237cc604b5a89bf748c95982a84bcd3c4bbeb40f685c810794"}, | |
2400 {file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:044daf3012e43d4b3538562da94a88fb12a6490652dbc29fb19adfa02cf72eac"}, | |
2401 {file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:368bcf400247318382cc150aaa632582d0780b28ee6053cd80268c7e72796dec"}, | |
2402 {file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:bab827163113177aee910adb1f48ff7af31ee0289f434f7e22d10baf624a6dfe"}, | |
2403 {file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:0cba38120db72123db7c58322fa69e3c0efa933040ffb586c3a87c063ec7cae8"}, | |
2404 {file = "yarl-1.7.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:59218fef177296451b23214c91ea3aba7858b4ae3306dde120224cfe0f7a6ee8"}, | |
2405 {file = "yarl-1.7.2-cp39-cp39-win32.whl", hash = "sha256:1edc172dcca3f11b38a9d5c7505c83c1913c0addc99cd28e993efeaafdfaa18d"}, | |
2406 {file = "yarl-1.7.2-cp39-cp39-win_amd64.whl", hash = "sha256:797c2c412b04403d2da075fb93c123df35239cd7b4cc4e0cd9e5839b73f52c58"}, | |
2407 {file = "yarl-1.7.2.tar.gz", hash = "sha256:45399b46d60c253327a460e99856752009fcee5f5d3c80b2f7c0cae1c38d56dd"}, | |
2408 ] | |
2031 | 2409 "zope.interface 5.4.0" = [ |
2410 {file = "zope.interface-5.4.0-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:7df1e1c05304f26faa49fa752a8c690126cf98b40b91d54e6e9cc3b7d6ffe8b7"}, | |
2411 {file = "zope.interface-5.4.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:2c98384b254b37ce50eddd55db8d381a5c53b4c10ee66e1e7fe749824f894021"}, | |
2412 {file = "zope.interface-5.4.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:08f9636e99a9d5410181ba0729e0408d3d8748026ea938f3b970a0249daa8192"}, | |
2413 {file = "zope.interface-5.4.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:0ea1d73b7c9dcbc5080bb8aaffb776f1c68e807767069b9ccdd06f27a161914a"}, | |
2414 {file = "zope.interface-5.4.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:273f158fabc5ea33cbc936da0ab3d4ba80ede5351babc4f577d768e057651531"}, | |
2415 {file = "zope.interface-5.4.0-cp27-cp27m-win32.whl", hash = "sha256:a1e6e96217a0f72e2b8629e271e1b280c6fa3fe6e59fa8f6701bec14e3354325"}, | |
2416 {file = "zope.interface-5.4.0-cp27-cp27m-win_amd64.whl", hash = "sha256:877473e675fdcc113c138813a5dd440da0769a2d81f4d86614e5d62b69497155"}, | |
2417 {file = "zope.interface-5.4.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:f7ee479e96f7ee350db1cf24afa5685a5899e2b34992fb99e1f7c1b0b758d263"}, | |
2418 {file = "zope.interface-5.4.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:b0297b1e05fd128d26cc2460c810d42e205d16d76799526dfa8c8ccd50e74959"}, | |
2419 {file = "zope.interface-5.4.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:af310ec8335016b5e52cae60cda4a4f2a60a788cbb949a4fbea13d441aa5a09e"}, | |
2420 {file = "zope.interface-5.4.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:9a9845c4c6bb56e508651f005c4aeb0404e518c6f000d5a1123ab077ab769f5c"}, | |
2421 {file = "zope.interface-5.4.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:0b465ae0962d49c68aa9733ba92a001b2a0933c317780435f00be7ecb959c702"}, | |
2422 {file = "zope.interface-5.4.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:5dd9ca406499444f4c8299f803d4a14edf7890ecc595c8b1c7115c2342cadc5f"}, | |
2423 {file = "zope.interface-5.4.0-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:469e2407e0fe9880ac690a3666f03eb4c3c444411a5a5fddfdabc5d184a79f05"}, | |
2424 {file = "zope.interface-5.4.0-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:52de7fc6c21b419078008f697fd4103dbc763288b1406b4562554bd47514c004"}, | |
2425 {file = "zope.interface-5.4.0-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:3dd4952748521205697bc2802e4afac5ed4b02909bb799ba1fe239f77fd4e117"}, | |
2426 {file = "zope.interface-5.4.0-cp35-cp35m-win32.whl", hash = "sha256:dd93ea5c0c7f3e25335ab7d22a507b1dc43976e1345508f845efc573d3d779d8"}, | |
2427 {file = "zope.interface-5.4.0-cp35-cp35m-win_amd64.whl", hash = "sha256:3748fac0d0f6a304e674955ab1365d515993b3a0a865e16a11ec9d86fb307f63"}, | |
2428 {file = "zope.interface-5.4.0-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:66c0061c91b3b9cf542131148ef7ecbecb2690d48d1612ec386de9d36766058f"}, | |
2429 {file = "zope.interface-5.4.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:d0c1bc2fa9a7285719e5678584f6b92572a5b639d0e471bb8d4b650a1a910920"}, | |
2430 {file = "zope.interface-5.4.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:2876246527c91e101184f63ccd1d716ec9c46519cc5f3d5375a3351c46467c46"}, | |
2431 {file = "zope.interface-5.4.0-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:334701327f37c47fa628fc8b8d28c7d7730ce7daaf4bda1efb741679c2b087fc"}, | |
2432 {file = "zope.interface-5.4.0-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:71aace0c42d53abe6fc7f726c5d3b60d90f3c5c055a447950ad6ea9cec2e37d9"}, | |
2433 {file = "zope.interface-5.4.0-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:5bb3489b4558e49ad2c5118137cfeaf59434f9737fa9c5deefc72d22c23822e2"}, | |
2434 {file = "zope.interface-5.4.0-cp36-cp36m-win32.whl", hash = "sha256:1c0e316c9add0db48a5b703833881351444398b04111188069a26a61cfb4df78"}, | |
2435 {file = "zope.interface-5.4.0-cp36-cp36m-win_amd64.whl", hash = "sha256:6f0c02cbb9691b7c91d5009108f975f8ffeab5dff8f26d62e21c493060eff2a1"}, | |
2436 {file = "zope.interface-5.4.0-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:7d97a4306898b05404a0dcdc32d9709b7d8832c0c542b861d9a826301719794e"}, | |
2437 {file = "zope.interface-5.4.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:867a5ad16892bf20e6c4ea2aab1971f45645ff3102ad29bd84c86027fa99997b"}, | |
2438 {file = "zope.interface-5.4.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5f931a1c21dfa7a9c573ec1f50a31135ccce84e32507c54e1ea404894c5eb96f"}, | |
2439 {file = "zope.interface-5.4.0-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:194d0bcb1374ac3e1e023961610dc8f2c78a0f5f634d0c737691e215569e640d"}, | |
2440 {file = "zope.interface-5.4.0-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:8270252effc60b9642b423189a2fe90eb6b59e87cbee54549db3f5562ff8d1b8"}, | |
2441 {file = "zope.interface-5.4.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:15e7d1f7a6ee16572e21e3576d2012b2778cbacf75eb4b7400be37455f5ca8bf"}, | |
2442 {file = "zope.interface-5.4.0-cp37-cp37m-win32.whl", hash = "sha256:8892f89999ffd992208754851e5a052f6b5db70a1e3f7d54b17c5211e37a98c7"}, | |
2443 {file = "zope.interface-5.4.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2e5a26f16503be6c826abca904e45f1a44ff275fdb7e9d1b75c10671c26f8b94"}, | |
2444 {file = "zope.interface-5.4.0-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:0f91b5b948686659a8e28b728ff5e74b1be6bf40cb04704453617e5f1e945ef3"}, | |
2445 {file = "zope.interface-5.4.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:4de4bc9b6d35c5af65b454d3e9bc98c50eb3960d5a3762c9438df57427134b8e"}, | |
2446 {file = "zope.interface-5.4.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:bf68f4b2b6683e52bec69273562df15af352e5ed25d1b6641e7efddc5951d1a7"}, | |
2447 {file = "zope.interface-5.4.0-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:63b82bb63de7c821428d513607e84c6d97d58afd1fe2eb645030bdc185440120"}, | |
2448 {file = "zope.interface-5.4.0-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:db1fa631737dab9fa0b37f3979d8d2631e348c3b4e8325d6873c2541d0ae5a48"}, | |
2449 {file = "zope.interface-5.4.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:f44e517131a98f7a76696a7b21b164bcb85291cee106a23beccce454e1f433a4"}, | |
2450 {file = "zope.interface-5.4.0-cp38-cp38-win32.whl", hash = "sha256:a9506a7e80bcf6eacfff7f804c0ad5350c8c95b9010e4356a4b36f5322f09abb"}, | |
2451 {file = "zope.interface-5.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:3c02411a3b62668200910090a0dff17c0b25aaa36145082a5a6adf08fa281e54"}, | |
2452 {file = "zope.interface-5.4.0-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:0cee5187b60ed26d56eb2960136288ce91bcf61e2a9405660d271d1f122a69a4"}, | |
2453 {file = "zope.interface-5.4.0-cp39-cp39-manylinux1_i686.whl", hash = "sha256:a8156e6a7f5e2a0ff0c5b21d6bcb45145efece1909efcbbbf48c56f8da68221d"}, | |
2454 {file = "zope.interface-5.4.0-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:205e40ccde0f37496904572035deea747390a8b7dc65146d30b96e2dd1359a83"}, | |
2455 {file = "zope.interface-5.4.0-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:3f24df7124c323fceb53ff6168da70dbfbae1442b4f3da439cd441681f54fe25"}, | |
2456 {file = "zope.interface-5.4.0-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:5208ebd5152e040640518a77827bdfcc73773a15a33d6644015b763b9c9febc1"}, | |
2457 {file = "zope.interface-5.4.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:17776ecd3a1fdd2b2cd5373e5ef8b307162f581c693575ec62e7c5399d80794c"}, | |
2458 {file = "zope.interface-5.4.0-cp39-cp39-win32.whl", hash = "sha256:d4d9d6c1a455d4babd320203b918ccc7fcbefe308615c521062bc2ba1aa4d26e"}, | |
2459 {file = "zope.interface-5.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:0cba8477e300d64a11a9789ed40ee8932b59f9ee05f85276dbb4b59acee5dd09"}, | |
2460 {file = "zope.interface-5.4.0.tar.gz", hash = "sha256:5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a8a5a0e"}, | |
2461 ] |