-
Notifications
You must be signed in to change notification settings - Fork 0
/
python-default.lock
3297 lines (3296 loc) · 160 KB
/
python-default.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
// This lockfile was autogenerated by Pants. To regenerate, run:
//
// pants generate-lockfiles --resolve=python-default
//
// --- BEGIN PANTS LOCKFILE METADATA: DO NOT EDIT OR REMOVE ---
// {
// "version": 3,
// "valid_for_interpreter_constraints": [
// "CPython==3.11.*"
// ],
// "generated_with_requirements": [
// "jupyterlab",
// "numpy",
// "seaborn"
// ],
// "manylinux": "manylinux2014",
// "requirement_constraints": [
// "pandas==2.0.3"
// ],
// "only_binary": [],
// "no_binary": []
// }
// --- END PANTS LOCKFILE METADATA ---
{
"allow_builds": true,
"allow_prereleases": false,
"allow_wheels": true,
"build_isolation": true,
"constraints": [
"pandas==2.0.3"
],
"locked_resolves": [
{
"locked_requirements": [
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "cfdb2b588b9fc25ede96d8db56ed50848b0b649dca3dd1df0b11f683bb9e0b5f",
"url": "https://files.pythonhosted.org/packages/36/55/ad4de788d84a630656ece71059665e01ca793c04294c463fd84132f40fe6/anyio-4.0.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "f7ed51751b2c2add651e5747c891b47e26d2a21be5d32d9311dfe9692f3e5d7a",
"url": "https://files.pythonhosted.org/packages/74/17/5075225ee1abbb93cd7fc30a2d343c6a3f5f71cf388f14768a7a38256581/anyio-4.0.0.tar.gz"
}
],
"project_name": "anyio",
"requires_dists": [
"Sphinx>=7; extra == \"doc\"",
"anyio[trio]; extra == \"test\"",
"coverage[toml]>=7; extra == \"test\"",
"exceptiongroup>=1.0.2; python_version < \"3.11\"",
"hypothesis>=4.0; extra == \"test\"",
"idna>=2.8",
"packaging; extra == \"doc\"",
"psutil>=5.9; extra == \"test\"",
"pytest-mock>=3.6.1; extra == \"test\"",
"pytest>=7.0; extra == \"test\"",
"sniffio>=1.1",
"sphinx-autodoc-typehints>=1.2.0; extra == \"doc\"",
"trio>=0.22; extra == \"trio\"",
"trustme; extra == \"test\"",
"uvloop>=0.17; (python_version < \"3.12\" and platform_python_implementation == \"CPython\" and platform_system != \"Windows\") and extra == \"test\""
],
"requires_python": ">=3.8",
"version": "4.0.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e",
"url": "https://files.pythonhosted.org/packages/41/4a/381783f26df413dde4c70c734163d88ca0550a1361cb74a1c68f47550619/appnope-0.1.3-py2.py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24",
"url": "https://files.pythonhosted.org/packages/6a/cd/355842c0db33192ac0fc822e2dcae835669ef317fe56c795fb55fcddb26f/appnope-0.1.3.tar.gz"
}
],
"project_name": "appnope",
"requires_dists": [],
"requires_python": null,
"version": "0.1.3"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "c670642b78ba29641818ab2e68bd4e6a78ba53b7eff7b4c3815ae16abf91c7ea",
"url": "https://files.pythonhosted.org/packages/a4/6a/e8a041599e78b6b3752da48000b14c8d1e8a04ded09c88c714ba047f34f5/argon2_cffi-23.1.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08",
"url": "https://files.pythonhosted.org/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f/argon2_cffi-23.1.0.tar.gz"
}
],
"project_name": "argon2-cffi",
"requires_dists": [
"argon2-cffi-bindings",
"argon2-cffi[tests,typing]; extra == \"dev\"",
"furo; extra == \"docs\"",
"hypothesis; extra == \"tests\"",
"mypy; extra == \"typing\"",
"myst-parser; extra == \"docs\"",
"pytest; extra == \"tests\"",
"sphinx-copybutton; extra == \"docs\"",
"sphinx-notfound-page; extra == \"docs\"",
"sphinx; extra == \"docs\"",
"tox>4; extra == \"dev\"",
"typing-extensions; python_version < \"3.8\""
],
"requires_python": ">=3.7",
"version": "23.1.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93",
"url": "https://files.pythonhosted.org/packages/5a/e4/bf8034d25edaa495da3c8a3405627d2e35758e44ff6eaa7948092646fdcc/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl"
},
{
"algorithm": "sha256",
"hash": "8cd69c07dd875537a824deec19f978e0f2078fdda07fd5c42ac29668dda5f40f",
"url": "https://files.pythonhosted.org/packages/4f/fd/37f86deef67ff57c76f137a67181949c2d408077e2e3dd70c6c42912c9bf/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_i686.whl"
},
{
"algorithm": "sha256",
"hash": "f1152ac548bd5b8bcecfb0b0371f082037e47128653df2e8ba6e914d384f3c3e",
"url": "https://files.pythonhosted.org/packages/6f/52/5a60085a3dae8fded8327a4f564223029f5f54b0cb0455a31131b5363a01/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "bd46088725ef7f58b5a1ef7ca06647ebaf0eb4baff7d1d0d177c6cc8744abd86",
"url": "https://files.pythonhosted.org/packages/74/2b/73d767bfdaab25484f7e7901379d5f8793cccbb86c6e0cbc4c1b96f63896/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_aarch64.whl"
},
{
"algorithm": "sha256",
"hash": "58ed19212051f49a523abb1dbe954337dc82d947fb6e5a0da60f7c8471a8476c",
"url": "https://files.pythonhosted.org/packages/74/f6/4a34a37a98311ed73bb80efe422fed95f2ac25a4cacc5ae1d7ae6a144505/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
},
{
"algorithm": "sha256",
"hash": "9524464572e12979364b7d600abf96181d3541da11e23ddf565a32e70bd4dc0d",
"url": "https://files.pythonhosted.org/packages/b3/02/f7f7bb6b6af6031edb11037639c697b912e1dea2db94d436e681aea2f495/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
},
{
"algorithm": "sha256",
"hash": "bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3",
"url": "https://files.pythonhosted.org/packages/b9/e9/184b8ccce6683b0aa2fbb7ba5683ea4b9c5763f1356347f1312c32e3c66e/argon2-cffi-bindings-21.2.0.tar.gz"
},
{
"algorithm": "sha256",
"hash": "ccb949252cb2ab3a08c02024acb77cfb179492d5701c7cbdbfd776124d4d2367",
"url": "https://files.pythonhosted.org/packages/d4/13/838ce2620025e9666aa8f686431f67a29052241692a3dd1ae9d3692a89d3/argon2_cffi_bindings-21.2.0-cp36-abi3-macosx_10_9_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae",
"url": "https://files.pythonhosted.org/packages/ec/f7/378254e6dd7ae6f31fe40c8649eea7d4832a42243acaf0f1fff9083b2bed/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
}
],
"project_name": "argon2-cffi-bindings",
"requires_dists": [
"cffi>=1.0.1",
"cogapp; extra == \"dev\"",
"pre-commit; extra == \"dev\"",
"pytest; extra == \"dev\"",
"pytest; extra == \"tests\"",
"wheel; extra == \"dev\""
],
"requires_python": ">=3.6",
"version": "21.2.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "5a49ab92e3b7b71d96cd6bfcc4df14efefc9dfa96ea19045815914a6ab6b1fe2",
"url": "https://files.pythonhosted.org/packages/67/67/4bca5a595e2f89bff271724ddb1098e6c9e16f7f3d018d120255e3c30313/arrow-1.2.3-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "3934b30ca1b9f292376d9db15b19446088d12ec58629bc3f0da28fd55fb633a1",
"url": "https://files.pythonhosted.org/packages/7f/c0/c601ea7811f422700ef809f167683899cdfddec5aa3f83597edf97349962/arrow-1.2.3.tar.gz"
}
],
"project_name": "arrow",
"requires_dists": [
"python-dateutil>=2.7.0",
"typing-extensions; python_version < \"3.8\""
],
"requires_python": ">=3.6",
"version": "1.2.3"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "cf8fc9e61a86461aa9fb161a14a0841a03c405fa829ac6b202670b3495d2ce69",
"url": "https://files.pythonhosted.org/packages/4f/25/adda9979586d9606300415c89ad0e4c5b53d72b92d2747a3c634701a6a02/asttokens-2.4.0-py2.py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "2e0171b991b2c959acc6c49318049236844a5da1d65ba2672c4880c1c894834e",
"url": "https://files.pythonhosted.org/packages/ed/e0/7e5af07a090b9ef4f88e29b6edb8db8ca3366a0d7736ae9c3a6522fae140/asttokens-2.4.0.tar.gz"
}
],
"project_name": "asttokens",
"requires_dists": [
"astroid; extra == \"test\"",
"pytest; extra == \"test\"",
"six>=1.12.0",
"typing; python_version < \"3.5\""
],
"requires_python": null,
"version": "2.4.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "ff02944ce3c288c5be660c42dbcca0742b32c3b279d6dceda655190240b99224",
"url": "https://files.pythonhosted.org/packages/fa/9f/3c3503693386c4b0f245eaf5ca6198e3b28879ca0a40bde6b0e319793453/async_lru-2.0.4-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627",
"url": "https://files.pythonhosted.org/packages/80/e2/2b4651eff771f6fd900d233e175ddc5e2be502c7eb62c0c42f975c6d36cd/async-lru-2.0.4.tar.gz"
}
],
"project_name": "async-lru",
"requires_dists": [
"typing-extensions>=4.0.0; python_version < \"3.11\""
],
"requires_python": ">=3.8",
"version": "2.0.4"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04",
"url": "https://files.pythonhosted.org/packages/f0/eb/fcb708c7bf5056045e9e98f62b93bd7467eb718b0202e7698eb11d66416c/attrs-23.1.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015",
"url": "https://files.pythonhosted.org/packages/97/90/81f95d5f705be17872843536b1868f351805acf6971251ff07c1b8334dbb/attrs-23.1.0.tar.gz"
}
],
"project_name": "attrs",
"requires_dists": [
"attrs[docs,tests]; extra == \"dev\"",
"attrs[tests-no-zope]; extra == \"tests\"",
"attrs[tests]; extra == \"cov\"",
"cloudpickle; platform_python_implementation == \"CPython\" and extra == \"tests-no-zope\"",
"coverage[toml]>=5.3; extra == \"cov\"",
"furo; extra == \"docs\"",
"hypothesis; extra == \"tests-no-zope\"",
"importlib-metadata; python_version < \"3.8\"",
"mypy>=1.1.1; platform_python_implementation == \"CPython\" and extra == \"tests-no-zope\"",
"myst-parser; extra == \"docs\"",
"pre-commit; extra == \"dev\"",
"pympler; extra == \"tests-no-zope\"",
"pytest-mypy-plugins; platform_python_implementation == \"CPython\" and python_version < \"3.11\" and extra == \"tests-no-zope\"",
"pytest-xdist[psutil]; extra == \"tests-no-zope\"",
"pytest>=4.3.0; extra == \"tests-no-zope\"",
"sphinx-notfound-page; extra == \"docs\"",
"sphinx; extra == \"docs\"",
"sphinxcontrib-towncrier; extra == \"docs\"",
"towncrier; extra == \"docs\"",
"zope-interface; extra == \"docs\"",
"zope-interface; extra == \"tests\""
],
"requires_python": ">=3.7",
"version": "23.1.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "b4246fb7677d3b98f501a39d43396d3cafdc8eadb045f4a31be01863f655c610",
"url": "https://files.pythonhosted.org/packages/df/c4/1088865e0246d7ecf56d819a233ab2b72f7d6ab043965ef327d0731b5434/Babel-2.12.1-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455",
"url": "https://files.pythonhosted.org/packages/ba/42/54426ba5d7aeebde9f4aaba9884596eb2fe02b413ad77d62ef0b0422e205/Babel-2.12.1.tar.gz"
}
],
"project_name": "babel",
"requires_dists": [
"pytz>=2015.7; python_version < \"3.9\""
],
"requires_python": ">=3.7",
"version": "2.12.1"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255",
"url": "https://files.pythonhosted.org/packages/4c/1c/ff6546b6c12603d8dd1070aa3c3d273ad4c07f5771689a7b69a550e8c951/backcall-0.2.0-py2.py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e",
"url": "https://files.pythonhosted.org/packages/a2/40/764a663805d84deee23043e1426a9175567db89c8b3287b5c2ad9f71aa93/backcall-0.2.0.tar.gz"
}
],
"project_name": "backcall",
"requires_dists": [],
"requires_python": null,
"version": "0.2.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a",
"url": "https://files.pythonhosted.org/packages/57/f4/a69c20ee4f660081a7dedb1ac57f29be9378e04edfcb90c526b923d4bebc/beautifulsoup4-4.12.2-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da",
"url": "https://files.pythonhosted.org/packages/af/0b/44c39cf3b18a9280950ad63a579ce395dda4c32193ee9da7ff0aed547094/beautifulsoup4-4.12.2.tar.gz"
}
],
"project_name": "beautifulsoup4",
"requires_dists": [
"html5lib; extra == \"html5lib\"",
"lxml; extra == \"lxml\"",
"soupsieve>1.2"
],
"requires_python": ">=3.6.0",
"version": "4.12.2"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "33c16e3353dbd13028ab4799a0f89a83f113405c766e9c122df8a06f5b85b3f4",
"url": "https://files.pythonhosted.org/packages/ac/e2/dfcab68c9b2e7800c8f06b85c76e5f978d05b195a958daa9b1dda54a1db6/bleach-6.0.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "1a1a85c1595e07d8db14c5f09f09e6433502c51c595970edc090551f0db99414",
"url": "https://files.pythonhosted.org/packages/7e/e6/d5f220ca638f6a25557a611860482cb6e54b2d97f0332966b1b005742e1f/bleach-6.0.0.tar.gz"
}
],
"project_name": "bleach",
"requires_dists": [
"six>=1.9.0",
"tinycss2<1.2,>=1.1.0; extra == \"css\"",
"webencodings"
],
"requires_python": ">=3.7",
"version": "6.0.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9",
"url": "https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082",
"url": "https://files.pythonhosted.org/packages/98/98/c2ff18671db109c9f10ed27f5ef610ae05b73bd876664139cf95bd1429aa/certifi-2023.7.22.tar.gz"
}
],
"project_name": "certifi",
"requires_dists": [],
"requires_python": ">=3.6",
"version": "2023.7.22"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8",
"url": "https://files.pythonhosted.org/packages/d3/56/3e94aa719ae96eeda8b68b3ec6e347e0a23168c6841dc276ccdcdadc9f32/cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9",
"url": "https://files.pythonhosted.org/packages/10/72/617ee266192223a38b67149c830bd9376b69cf3551e1477abc72ff23ef8e/cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
},
{
"algorithm": "sha256",
"hash": "3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac",
"url": "https://files.pythonhosted.org/packages/23/8b/2e8c2469eaf89f7273ac685164949a7e644cdfe5daf1c036564208c3d26b/cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9",
"url": "https://files.pythonhosted.org/packages/2b/a8/050ab4f0c3d4c1b8aaa805f70e26e84d0e27004907c5b8ecc1d31815f92a/cffi-1.15.1.tar.gz"
},
{
"algorithm": "sha256",
"hash": "94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c",
"url": "https://files.pythonhosted.org/packages/37/5a/c37631a86be838bdd84cc0259130942bf7e6e32f70f4cab95f479847fb91/cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325",
"url": "https://files.pythonhosted.org/packages/5d/4e/4e0bb5579b01fdbfd4388bd1eb9394a989e1336203a4b7f700d887b233c1/cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl"
},
{
"algorithm": "sha256",
"hash": "03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef",
"url": "https://files.pythonhosted.org/packages/71/d7/0fe0d91b0bbf610fb7254bb164fa8931596e660d62e90fb6289b7ee27b09/cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl"
},
{
"algorithm": "sha256",
"hash": "3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c",
"url": "https://files.pythonhosted.org/packages/91/bc/b7723c2fe7a22eee71d7edf2102cd43423d5f95ff3932ebaa2f82c7ec8d0/cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
},
{
"algorithm": "sha256",
"hash": "3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83",
"url": "https://files.pythonhosted.org/packages/f9/96/fc9e118c47b7adc45a0676f413b4a47554e5f3b6c99b8607ec9726466ef1/cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl"
}
],
"project_name": "cffi",
"requires_dists": [
"pycparser"
],
"requires_python": null,
"version": "1.15.1"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "8e098148dd37b4ce3baca71fb394c81dc5d9c7728c95df695d2dca218edf40e6",
"url": "https://files.pythonhosted.org/packages/bf/a0/188f223c7d8b924fb9b554b9d27e0e7506fd5bf9cfb6dbacb2dfd5832b53/charset_normalizer-3.2.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "46fb8c61d794b78ec7134a715a3e564aafc8f6b5e338417cb19fe9f57a5a9bf2",
"url": "https://files.pythonhosted.org/packages/0f/16/8d50877a7215d31f024245a0acbda9e484dd70a21794f3109a6d8eaeba99/charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "3b1613dd5aee995ec6d4c69f00378bbd07614702a315a2cf6c1d21461fe17c23",
"url": "https://files.pythonhosted.org/packages/27/19/49de2049561eca73233ba0ed7a843c184d364ef3b8886969a48d6793c830/charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_s390x.whl"
},
{
"algorithm": "sha256",
"hash": "f25c229a6ba38a35ae6e25ca1264621cc25d4d38dca2942a7fce0b67a4efe918",
"url": "https://files.pythonhosted.org/packages/28/ec/cda85baa366071c48593774eb59a5031793dd974fa26f4982829e971df6b/charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
},
{
"algorithm": "sha256",
"hash": "3bb3d25a8e6c0aedd251753a79ae98a093c7e7b471faa3aa9a93a81431987ace",
"url": "https://files.pythonhosted.org/packages/2a/53/cf0a48de1bdcf6ff6e1c9a023f5f523dfe303e4024f216feac64b6eb7f67/charset-normalizer-3.2.0.tar.gz"
},
{
"algorithm": "sha256",
"hash": "1f30b48dd7fa1474554b0b0f3fdfdd4c13b5c737a3c6284d3cdc424ec0ffff3a",
"url": "https://files.pythonhosted.org/packages/2e/29/dc806e009ddb357371458de3e93cfde78ea6e5c995df008fb6b048769457/charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl"
},
{
"algorithm": "sha256",
"hash": "9bd9b3b31adcb054116447ea22caa61a285d92e94d710aa5ec97992ff5eb7cf3",
"url": "https://files.pythonhosted.org/packages/59/8e/62651b09599938e5e6d068ea723fd22d3f8c14d773c3c11c58e5e7d1eab7/charset_normalizer-3.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
},
{
"algorithm": "sha256",
"hash": "9e608aafdb55eb9f255034709e20d5a83b6d60c054df0802fa9c9883d0a937aa",
"url": "https://files.pythonhosted.org/packages/6f/14/8e317fa69483a2823ea358a77e243c37f23f536a7add1b605460269593b5/charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "4957669ef390f0e6719db3613ab3a7631e68424604a7b448f079bee145da6e09",
"url": "https://files.pythonhosted.org/packages/8e/a2/77cf1f042a4697822070fd5f3f5f58fd0e3ee798d040e3863eac43e3a2e5/charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_universal2.whl"
},
{
"algorithm": "sha256",
"hash": "f779d3ad205f108d14e99bb3859aa7dd8e9c68874617c72354d7ecaec2a054ac",
"url": "https://files.pythonhosted.org/packages/91/e6/8fa919fc84a106e9b04109de62bdf8526899e2754a64da66e1cd50ac1faa/charset_normalizer-3.2.0-cp311-cp311-macosx_11_0_arm64.whl"
},
{
"algorithm": "sha256",
"hash": "7a4826ad2bd6b07ca615c74ab91f32f6c96d08f6fcc3902ceeedaec8cdc3bcd6",
"url": "https://files.pythonhosted.org/packages/99/23/7262c6a7c8a8c2ec783886166a432985915f67277bc44020d181e5c04584/charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_ppc64le.whl"
},
{
"algorithm": "sha256",
"hash": "2efb1bd13885392adfda4614c33d3b68dee4921fd0ac1d3988f8cbb7d589e72a",
"url": "https://files.pythonhosted.org/packages/af/3d/57e7e401f8db6dd0c56e366d69dc7366173fc549bcd533dea15f2a805000/charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl"
},
{
"algorithm": "sha256",
"hash": "3170c9399da12c9dc66366e9d14da8bf7147e1e9d9ea566067bbce7bb74bd9c2",
"url": "https://files.pythonhosted.org/packages/b6/2a/03e909cad170b0df5ce8b731fecbc872b7b922a1d38da441b5062a89e53f/charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_i686.whl"
},
{
"algorithm": "sha256",
"hash": "246de67b99b6851627d945db38147d1b209a899311b1305dd84916f2b88526c6",
"url": "https://files.pythonhosted.org/packages/bc/85/ef25d4ba14c7653c3020a1c6e1a7413e6791ef36a0ac177efa605fc2c737/charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "8c2f5e83493748286002f9369f3e6607c565a6a90425a3a1fef5ae32a36d749d",
"url": "https://files.pythonhosted.org/packages/fd/17/0a1dba835ec37a3cc025f5c49653effb23f8cd391dea5e60a5696d639a92/charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_aarch64.whl"
}
],
"project_name": "charset-normalizer",
"requires_dists": [],
"requires_python": ">=3.7.0",
"version": "3.2.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "6d52794cba11b36ed9860999cd10fd02d6b2eac177068fdd585e1e2f8a96e67a",
"url": "https://files.pythonhosted.org/packages/fe/47/0133ac1b7dc476ed77710715e98077119b3d9bae56b13f6f9055e7da1c53/comm-0.1.4-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "354e40a59c9dd6db50c5cc6b4acc887d82e9603787f83b68c01a80a923984d15",
"url": "https://files.pythonhosted.org/packages/6c/c1/839b14561c958d42a875851fcdf4c15604ba8fd174d22f9003eb97d0611e/comm-0.1.4.tar.gz"
}
],
"project_name": "comm",
"requires_dists": [
"black>=22.6.0; extra == \"lint\"",
"mdformat-gfm>=0.3.5; extra == \"lint\"",
"mdformat>0.7; extra == \"lint\"",
"mypy>=0.990; extra == \"typing\"",
"pytest; extra == \"test\"",
"ruff>=0.0.156; extra == \"lint\"",
"traitlets>=4"
],
"requires_python": ">=3.6",
"version": "0.1.4"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "181cbace49874f4358e2929aaf7ba84006acb76694102e88dd15af861996c16e",
"url": "https://files.pythonhosted.org/packages/80/4a/884f93efc62c8709354f6553063e87d9a29b080944d994af2098ad6fafb3/contourpy-1.1.0-cp311-cp311-musllinux_1_1_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "27bc79200c742f9746d7dd51a734ee326a292d77e7d94c8af6e08d1e6c15d545",
"url": "https://files.pythonhosted.org/packages/88/e3/696e96ee197b1f60242d12b215332af9fc1961c81990c8b5630b89b34ce6/contourpy-1.1.0-cp311-cp311-macosx_11_0_arm64.whl"
},
{
"algorithm": "sha256",
"hash": "0b7b04ed0961647691cfe5d82115dd072af7ce8846d31a5fac6c142dcce8b882",
"url": "https://files.pythonhosted.org/packages/92/4d/fe7a7098d98a8889252105193f5e869532f9dc37e39d917a82d2b0b874a1/contourpy-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "e53046c3863828d21d531cc3b53786e6580eb1ba02477e8681009b6aa0870b21",
"url": "https://files.pythonhosted.org/packages/a7/3b/632c003e1dfbc82d32c0466762f2d2cf139d26032626dc65944e38d0e5b9/contourpy-1.1.0.tar.gz"
},
{
"algorithm": "sha256",
"hash": "e5cec36c5090e75a9ac9dbd0ff4a8cf7cecd60f1b6dc23a374c7d980a1cd710e",
"url": "https://files.pythonhosted.org/packages/a7/50/2caa9aeffff75acf9f9115ce154b9d103fc0fad5f5585c7cb8fc707059fc/contourpy-1.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl"
},
{
"algorithm": "sha256",
"hash": "9382a1c0bc46230fb881c36229bfa23d8c303b889b788b939365578d762b5c18",
"url": "https://files.pythonhosted.org/packages/aa/d2/9a50ca9e71aa8f6d4d2115a1c3da205bf688dad43229e8ff3043767c7ce4/contourpy-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl"
},
{
"algorithm": "sha256",
"hash": "052cc634bf903c604ef1a00a5aa093c54f81a2612faedaa43295809ffdde885e",
"url": "https://files.pythonhosted.org/packages/b6/dc/c1344ecb08ceb2724e058f8f5c1546fb4e4734fdc5866e2daa8dc495193b/contourpy-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
},
{
"algorithm": "sha256",
"hash": "1f0cbd657e9bde94cd0e33aa7df94fb73c1ab7799378d3b3f902eb8eb2e04a3a",
"url": "https://files.pythonhosted.org/packages/d8/23/8d968922459b1c8a2c6ffca28fac00324b06b3a0633be2a39b0b1c3f84ab/contourpy-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
}
],
"project_name": "contourpy",
"requires_dists": [
"Pillow; extra == \"test\"",
"bokeh; extra == \"bokeh\"",
"contourpy[bokeh,docs]; extra == \"mypy\"",
"contourpy[test-no-images]; extra == \"test\"",
"docutils-stubs; extra == \"mypy\"",
"furo; extra == \"docs\"",
"matplotlib; extra == \"test\"",
"mypy==1.2.0; extra == \"mypy\"",
"numpy>=1.16",
"pytest-cov; extra == \"test-no-images\"",
"pytest; extra == \"test-no-images\"",
"selenium; extra == \"bokeh\"",
"sphinx-copybutton; extra == \"docs\"",
"types-Pillow; extra == \"mypy\"",
"wurlitzer; extra == \"test-no-images\""
],
"requires_python": ">=3.8",
"version": "1.1.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3",
"url": "https://files.pythonhosted.org/packages/5c/f9/695d6bedebd747e5eb0fe8fad57b72fdf25411273a39791cde838d5a8f51/cycler-0.11.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f",
"url": "https://files.pythonhosted.org/packages/34/45/a7caaacbfc2fa60bee42effc4bcc7d7c6dbe9c349500e04f65a861c15eb9/cycler-0.11.0.tar.gz"
}
],
"project_name": "cycler",
"requires_dists": [],
"requires_python": ">=3.6",
"version": "0.11.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "9c9b0ac1ce2a42888199df1a1906e45e6f3c9555497643a85e0bf2406e3ffbc4",
"url": "https://files.pythonhosted.org/packages/64/59/b9c5dbe60c3a3e4e4bb12b1968aa75e98b99ff8b65273a5e7de75cceef75/debugpy-1.8.0-py2.py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "60009b132c91951354f54363f8ebdf7457aeb150e84abba5ae251b8e9f29a8a6",
"url": "https://files.pythonhosted.org/packages/44/1b/7980d32a274bb49e87b12ff9c828dad2a0ad5f4332fd2af2fa9ff8eac5a6/debugpy-1.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "12af2c55b419521e33d5fb21bd022df0b5eb267c3e178f1d374a63a2a6bdccd0",
"url": "https://files.pythonhosted.org/packages/61/fe/0486b90b9ac0d9afced236fdfe6e54c2f45b7ef09225210090f23dc6e48a/debugpy-1.8.0.zip"
},
{
"algorithm": "sha256",
"hash": "ef54404365fae8d45cf450d0544ee40cefbcb9cb85ea7afe89a963c27028261e",
"url": "https://files.pythonhosted.org/packages/a2/38/ade3c4fae91b34a2f7ba48c3a742443d0e8060a485f783c5a076a33cbacc/debugpy-1.8.0-cp311-cp311-macosx_11_0_universal2.whl"
}
],
"project_name": "debugpy",
"requires_dists": [],
"requires_python": ">=3.8",
"version": "1.8.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186",
"url": "https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330",
"url": "https://files.pythonhosted.org/packages/66/0c/8d907af351aa16b42caae42f9d6aa37b900c67308052d10fdce809f8d952/decorator-5.1.1.tar.gz"
}
],
"project_name": "decorator",
"requires_dists": [],
"requires_python": ">=3.5",
"version": "5.1.1"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61",
"url": "https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69",
"url": "https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz"
}
],
"project_name": "defusedxml",
"requires_dists": [],
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7",
"version": "0.7.1"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "0314a69e37426e3608aada02473b4161d4caf5a4b244d1d0c48072b8fee7bacc",
"url": "https://files.pythonhosted.org/packages/28/3c/bc3819dd8b1a1588c9215a87271b6178cc5498acaa83885211f5d4d9e693/executing-1.2.0-py2.py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107",
"url": "https://files.pythonhosted.org/packages/8f/ac/89ff37d8594b0eef176b7cec742ac868fef853b8e18df0309e3def9f480b/executing-1.2.0.tar.gz"
}
],
"project_name": "executing",
"requires_dists": [
"asttokens; extra == \"tests\"",
"littleutils; extra == \"tests\"",
"pytest; extra == \"tests\"",
"rich; python_version >= \"3.11\" and extra == \"tests\"",
"typing; python_version < \"3.5\""
],
"requires_python": null,
"version": "1.2.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "128039912a11a807068a7c87d0da36660afbfd7202780db26c4aa7153cfdc799",
"url": "https://files.pythonhosted.org/packages/9d/93/a3ca3cdeb84065d7d8f8df4cb09ab44405f109183c1d2b915ec17574e6b1/fastjsonschema-2.18.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "e820349dd16f806e4bd1467a138dced9def4bc7d6213a34295272a6cac95b5bd",
"url": "https://files.pythonhosted.org/packages/e5/23/cd3d068a28f030efa05169a9f3fcfb091532614ae9abd3f047d50373bed7/fastjsonschema-2.18.0.tar.gz"
}
],
"project_name": "fastjsonschema",
"requires_dists": [
"colorama; extra == \"devel\"",
"json-spec; extra == \"devel\"",
"jsonschema; extra == \"devel\"",
"pylint; extra == \"devel\"",
"pytest-benchmark; extra == \"devel\"",
"pytest-cache; extra == \"devel\"",
"pytest; extra == \"devel\"",
"validictory; extra == \"devel\""
],
"requires_python": null,
"version": "2.18.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "9398f244e28e0596e2ee6024f808b06060109e33ed38dcc9bded452fd9bbb853",
"url": "https://files.pythonhosted.org/packages/b9/97/8fb94ba61f1a098671639f60cda3d7e3e2bf3a5ccc4fca00fcb909f0882e/fonttools-4.42.1-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "113337c2d29665839b7d90b39f99b3cac731f72a0eda9306165a305c7c31d341",
"url": "https://files.pythonhosted.org/packages/07/fb/c507a09ab93642224417c31a3acd2806bfa53f4d723cf5d6cbdf62f2f337/fonttools-4.42.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "689508b918332fb40ce117131633647731d098b1b10d092234aa959b4251add5",
"url": "https://files.pythonhosted.org/packages/1f/80/c5ce42faa7dec3c22fe587e56e141c7416c19a13a96bd4972bf1b55cb494/fonttools-4.42.1-cp311-cp311-macosx_10_9_universal2.whl"
},
{
"algorithm": "sha256",
"hash": "c391cd5af88aacaf41dd7cfb96eeedfad297b5899a39e12f4c2c3706d0a3329d",
"url": "https://files.pythonhosted.org/packages/45/40/94a4c9b4248dd3d1aa7c17a46e4cfbe493350d0d09548141223fbed6c0fa/fonttools-4.42.1.tar.gz"
},
{
"algorithm": "sha256",
"hash": "9e36344e48af3e3bde867a1ca54f97c308735dd8697005c2d24a86054a114a71",
"url": "https://files.pythonhosted.org/packages/48/ae/43993b3561dca4cf2d18c24c53ce7e2fbba4e3a7d42950ca8f1aaa210590/fonttools-4.42.1-cp311-cp311-macosx_10_9_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "6ed2662a3d9c832afa36405f8748c250be94ae5dfc5283d668308391f2102861",
"url": "https://files.pythonhosted.org/packages/8e/19/e64ab45f7a65b9f0f5921d94f34a1fc7520f2b623a7ae999115ff0aa3311/fonttools-4.42.1-cp311-cp311-musllinux_1_1_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "19b7db825c8adee96fac0692e6e1ecd858cae9affb3b4812cdb9d934a898b29e",
"url": "https://files.pythonhosted.org/packages/9f/21/c7fa5c136c5838cbc08681f572c80a616c89b10740af7a856151ac8d70d8/fonttools-4.42.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
},
{
"algorithm": "sha256",
"hash": "37983b6bdab42c501202500a2be3a572f50d4efe3237e0686ee9d5f794d76b35",
"url": "https://files.pythonhosted.org/packages/e8/0b/9b36c2b0583dcc77735b2fd739ac40acbcdc17e9397cfc8c446b550375e6/fonttools-4.42.1-cp311-cp311-musllinux_1_1_aarch64.whl"
}
],
"project_name": "fonttools",
"requires_dists": [
"brotli>=1.0.1; platform_python_implementation == \"CPython\" and extra == \"all\"",
"brotli>=1.0.1; platform_python_implementation == \"CPython\" and extra == \"woff\"",
"brotlicffi>=0.8.0; platform_python_implementation != \"CPython\" and extra == \"all\"",
"brotlicffi>=0.8.0; platform_python_implementation != \"CPython\" and extra == \"woff\"",
"fs<3,>=2.2.0; extra == \"all\"",
"fs<3,>=2.2.0; extra == \"ufo\"",
"lxml<5,>=4.0; extra == \"all\"",
"lxml<5,>=4.0; extra == \"lxml\"",
"lz4>=1.7.4.2; extra == \"all\"",
"lz4>=1.7.4.2; extra == \"graphite\"",
"matplotlib; extra == \"all\"",
"matplotlib; extra == \"plot\"",
"munkres; platform_python_implementation == \"PyPy\" and extra == \"all\"",
"munkres; platform_python_implementation == \"PyPy\" and extra == \"interpolatable\"",
"scipy; platform_python_implementation != \"PyPy\" and extra == \"all\"",
"scipy; platform_python_implementation != \"PyPy\" and extra == \"interpolatable\"",
"skia-pathops>=0.5.0; extra == \"all\"",
"skia-pathops>=0.5.0; extra == \"pathops\"",
"sympy; extra == \"all\"",
"sympy; extra == \"symfont\"",
"uharfbuzz>=0.23.0; extra == \"all\"",
"uharfbuzz>=0.23.0; extra == \"repacker\"",
"unicodedata2>=15.0.0; python_version <= \"3.11\" and extra == \"all\"",
"unicodedata2>=15.0.0; python_version <= \"3.11\" and extra == \"unicode\"",
"xattr; sys_platform == \"darwin\" and extra == \"all\"",
"xattr; sys_platform == \"darwin\" and extra == \"type1\"",
"zopfli>=0.1.4; extra == \"all\"",
"zopfli>=0.1.4; extra == \"woff\""
],
"requires_python": ">=3.8",
"version": "4.42.1"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014",
"url": "https://files.pythonhosted.org/packages/cf/58/8acf1b3e91c58313ce5cb67df61001fc9dcd21be4fadb76c1a2d540e09ed/fqdn-1.5.1-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "105ed3677e767fb5ca086a0c1f4bb66ebc3c100be518f0e0d755d9eae164d89f",
"url": "https://files.pythonhosted.org/packages/30/3e/a80a8c077fd798951169626cde3e239adeba7dab75deb3555716415bd9b0/fqdn-1.5.1.tar.gz"
}
],
"project_name": "fqdn",
"requires_dists": [
"cached-property>=1.3.0; python_version < \"3.8\""
],
"requires_python": "!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,<4,>=2.7",
"version": "1.5.1"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2",
"url": "https://files.pythonhosted.org/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4",
"url": "https://files.pythonhosted.org/packages/8b/e1/43beb3d38dba6cb420cefa297822eac205a277ab43e5ba5d5c46faf96438/idna-3.4.tar.gz"
}
],
"project_name": "idna",
"requires_dists": [],
"requires_python": ">=3.5",
"version": "3.4"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "2e2ee359baba19f10251b99415bb39de1e97d04e1fab385646f24f0596510b77",
"url": "https://files.pythonhosted.org/packages/94/e3/70fb6e6bdd42cb0586d6b6680713997d2a9dc46642aec207ca04d0df80b8/ipykernel-6.25.2-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "f468ddd1f17acb48c8ce67fcfa49ba6d46d4f9ac0438c1f441be7c3d1372230b",
"url": "https://files.pythonhosted.org/packages/8b/4a/3c1ba010e1517191eefb9f2fc556a3aed146b8c4e65708aed3ad17e803c5/ipykernel-6.25.2.tar.gz"
}
],
"project_name": "ipykernel",
"requires_dists": [
"appnope; platform_system == \"Darwin\"",
"comm>=0.1.1",
"coverage[toml]; extra == \"cov\"",
"curio; extra == \"cov\"",
"debugpy>=1.6.5",
"flaky; extra == \"test\"",
"ipyparallel; extra == \"test\"",
"ipython>=7.23.1",
"jupyter-client>=6.1.12",
"jupyter-core!=5.0.*,>=4.12",
"matplotlib-inline>=0.1",
"matplotlib; extra == \"cov\"",
"myst-parser; extra == \"docs\"",
"nest-asyncio",
"packaging",
"pre-commit; extra == \"test\"",
"psutil",
"pydata-sphinx-theme; extra == \"docs\"",
"pyqt5; extra == \"pyqt5\"",
"pyside6; extra == \"pyside6\"",
"pytest-asyncio; extra == \"test\"",
"pytest-cov; extra == \"cov\"",
"pytest-cov; extra == \"test\"",
"pytest-timeout; extra == \"test\"",
"pytest>=7.0; extra == \"test\"",
"pyzmq>=20",
"sphinx-autodoc-typehints; extra == \"docs\"",
"sphinx; extra == \"docs\"",
"sphinxcontrib-github-alt; extra == \"docs\"",
"sphinxcontrib-spelling; extra == \"docs\"",
"tornado>=6.1",
"traitlets>=5.4.0",
"trio; extra == \"cov\"",
"trio; extra == \"docs\""
],
"requires_python": ">=3.8",
"version": "6.25.2"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "45a2c3a529296870a97b7de34eda4a31bee16bc7bf954e07d39abe49caf8f887",
"url": "https://files.pythonhosted.org/packages/7f/d0/c3eb7b17b013da59925aed7b2e7c55f8f1c9209249316812fe8cb758b337/ipython-8.15.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "2baeb5be6949eeebf532150f81746f8333e2ccce02de1c7eedde3f23ed5e9f1e",
"url": "https://files.pythonhosted.org/packages/15/d0/b84b1131d7b958b2e4564f784c9a88b63ce7c181af914f0c26ac07970dc1/ipython-8.15.0.tar.gz"
}
],
"project_name": "ipython",
"requires_dists": [
"appnope; sys_platform == \"darwin\"",
"backcall",
"black; extra == \"all\"",
"black; extra == \"black\"",
"colorama; sys_platform == \"win32\"",
"curio; extra == \"all\"",
"curio; extra == \"test_extra\"",
"decorator",
"docrepr; extra == \"all\"",
"docrepr; extra == \"doc\"",
"exceptiongroup; extra == \"all\"",
"exceptiongroup; extra == \"doc\"",
"exceptiongroup; python_version < \"3.11\"",
"ipykernel; extra == \"all\"",
"ipykernel; extra == \"doc\"",
"ipykernel; extra == \"kernel\"",
"ipyparallel; extra == \"all\"",
"ipyparallel; extra == \"parallel\"",
"ipywidgets; extra == \"all\"",
"ipywidgets; extra == \"notebook\"",
"jedi>=0.16",
"matplotlib!=3.2.0; extra == \"all\"",
"matplotlib!=3.2.0; extra == \"test_extra\"",
"matplotlib-inline",
"matplotlib; extra == \"all\"",
"matplotlib; extra == \"doc\"",
"nbconvert; extra == \"all\"",
"nbconvert; extra == \"nbconvert\"",
"nbformat; extra == \"all\"",
"nbformat; extra == \"nbformat\"",
"nbformat; extra == \"test_extra\"",
"notebook; extra == \"all\"",
"notebook; extra == \"notebook\"",
"numpy>=1.21; extra == \"all\"",
"numpy>=1.21; extra == \"test_extra\"",
"pandas; extra == \"all\"",
"pandas; extra == \"test_extra\"",
"pexpect>4.3; sys_platform != \"win32\"",
"pickleshare",
"prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30",
"pygments>=2.4.0",
"pytest-asyncio; extra == \"all\"",
"pytest-asyncio; extra == \"doc\"",
"pytest-asyncio; extra == \"test\"",
"pytest-asyncio; extra == \"test_extra\"",
"pytest<7.1; extra == \"all\"",
"pytest<7.1; extra == \"doc\"",
"pytest<7.1; extra == \"test\"",
"pytest<7.1; extra == \"test_extra\"",
"pytest<7; extra == \"all\"",
"pytest<7; extra == \"doc\"",
"qtconsole; extra == \"all\"",
"qtconsole; extra == \"qtconsole\"",
"setuptools>=18.5; extra == \"all\"",
"setuptools>=18.5; extra == \"doc\"",
"sphinx-rtd-theme; extra == \"all\"",
"sphinx-rtd-theme; extra == \"doc\"",
"sphinx>=1.3; extra == \"all\"",
"sphinx>=1.3; extra == \"doc\"",
"stack-data",
"stack-data; extra == \"all\"",
"stack-data; extra == \"doc\"",
"testpath; extra == \"all\"",
"testpath; extra == \"doc\"",
"testpath; extra == \"test\"",
"testpath; extra == \"test_extra\"",
"traitlets>=5",
"trio; extra == \"all\"",
"trio; extra == \"test_extra\"",
"typing-extensions; extra == \"all\"",
"typing-extensions; extra == \"doc\"",
"typing-extensions; python_version < \"3.10\""
],
"requires_python": ">=3.9",