-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
1588 lines (1588 loc) · 77.1 KB
/
pixi.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
version: 5
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
- url: https://conda.anaconda.org/pytorch/
indexes:
- https://pypi.org/simple
packages:
osx-arm64:
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.3-h091b4b1_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4.20240210-h078ce10_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.0-h0d3ecfb_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.10.14-h2469fbe_0_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2
- pypi: https://files.pythonhosted.org/packages/a9/51/d95cab6dbee773c57ff590d218633e7b9d52a103bc51060483349f3c8e1e/aiohttp-3.9.5-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b3/c8/69600a8138a56794713ecdb8b75b14fbe32a410bc444683f27dbab93c0ca/alembic-1.8.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/14/fd/2f20c40b45e4fb4324834aea24bd4afdf1143390242c0b33774da0e2e34f/anyio-4.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/45/86/4736ac618d82a20d87d2f92ae19441ebc7ac9e7a581d7e58bbe79233b24a/asttokens-2.4.1-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/62/55/7f118b9c1b23ec15ca05d15a578d8207aa1706bc6f7c87218efffbbf875d/azure_common-1.1.28-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d7/70/180df3b43ebc7a1ec957d9e5c2c76e6c54398ec61a67dff88d3e0131be80/azure_core-1.30.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/5a/3a31578b840600dffb75f3ffb383cc4c5e8ea0d06a1085f86b17e18c3193/azure_mgmt_core-1.4.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/0d/d6/99160959ad730a283c1d6af8c249bfdb7c727fcd3e27ea9083f56f615850/azure_mgmt_resource-23.1.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/78/d4/3b2657bd58ef02b23a07729b0df26f21af97169dbd0b5797afa9e97ebb49/bcrypt-4.0.1-cp36-abi3-macosx_10_10_universal2.whl
- pypi: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/c4/01/f5116266fe80c04d4d1cc96c3d355606943f9fb604a810e0b02228a0ce19/cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/46/6a/d5c26c41c49b546860cc1acabdddf48b0b3fb2685f4f5617ac59261b44ae/charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/c2/f1/df59e28c642d583f7dacffb1e0965d0e00b218e0186d7858ac5233dce840/click-8.1.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d8/0c/d64afe189950e0cc8b9bc921cfccfd8137df531440a9d108dbacfaa0d723/click_params-0.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/15/80/44286939ca215e88fa827b2aeb6fa3fd2b4a7af322485c7170d6f9fd96e0/cloudpickle-2.2.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e6/75/49e5bfe642f71f272236b5b2d2691cf915a7283cc0ceda56357b61daa538/comm-0.2.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/cf/c2/8226676b3a4916a12d6c243b1934894e333ea2e97d0233f3260955ed2673/cryptography-42.0.7-cp39-abi3-macosx_10_12_universal2.whl
- pypi: https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/db/be/3032490fa33b36ddc8c4b1da3252c6f974e7133f1a50de00c6b85cca203a/docker-6.1.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/01/90/79fe92dd413a9cab314ef5c591b5aa9b9ba787ae4cadab75055b0ae00b33/exceptiongroup-1.2.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/80/03/6ea8b1b2a5ab40a7a60dc464d3daa7aa546e0a74d74a9f8ff551ea7905db/executing-2.0.1-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/1d/d1/5958526c3bdbed74f88bf69b86506db5b25a600207f0f688473667690de6/fastapi-0.110.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/72/b8/9353a1b6b3adc5e6ede398eea2095968ac334883266dbd5bf55e99958b0a/fastapi_utils-0.2.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/ae/83/bcdaa437a9bd693ba658a0310f8cdccff26bd78e45fccf8e49897904a5cd/frozenlist-1.4.1-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/fd/5b/8f0c4a5bb9fd491c277c21eff7ccae71b47d43c4446c9d0c6cff2fe8c2c4/gitdb-4.0.11-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e9/bd/cc3a402a6439c15c3d4294333e13042b915bbeab54edc457c723931fed3f/GitPython-3.1.43-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/15/dc/d14bce03f4bfd0214b90a3f556d7c96f75bb94ad597c816a641b962f22e9/httplib2-0.19.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a9/6a/80bce0216b63babf51cdc34814c3f0f10489e13ab89fb6bc91202736a8a2/httptools-0.6.1-cp310-cp310-macosx_10_9_universal2.whl
- pypi: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/bc/0f/70ea118e5aebae49bbd48192e4ea433fa292931cdeb82bd97fb213569de4/ipinfo-5.0.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/71/1b/c7bbd3e03ee6f3580a8afbdf8d6fd38279da03bd5c4bc431907ea3246f9a/ipython-8.24.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/70/1a/7edeedb1c089d63ccd8bd5c0612334774e90cf9337de9fe6c82d90081791/ipywidgets-8.1.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b6/85/7882d311924cbcfc70b1890780763e36ff0b140c7e51c110fc59a532f087/isodate-0.6.1-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/24/da/db1cb0387a7e4086780aff137987ee924e953d7f91b2a870f994b9b1eeb8/jupyterlab_widgets-3.0.10-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/c6/c9/9cd84cbd5816aa8bee5fd5a00f857efd636ec30586848d571b67baf0b868/Mako-1.3.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e4/54/ad5eb37bf9d51800010a74e4665425831a9db4e7c4e0fde4352e391e808e/MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl
- pypi: https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a4/eb/d8e7693c9064554a1585698d1902839440c6c695b0f53c9a8be5d9d4a3b8/multidict-6.0.5-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/20/f7/b24208eba89f9d1b58c1668bc6c8c4fd472b20c45573cb767f59d49fb0f6/numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/0b/d6/8def11fe38145173b6b565326d1eee8ee15460ad73cb92201bd9ac347b76/orjson-3.10.3-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl
- pypi: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/fd/4b/0cd38e68ab690b9df8ef90cba625bf3f93b82d1c719703b8e1b333b2c72d/pandas-2.2.2-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/3b/a4/ab6b7589382ca3df236e03faa71deac88cae040af60c071a78d254a62172/passlib-1.7.4-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/ee/fd/ca7bf3869e7caa7a037e23078539467b433a4e01eebd93f77180ab927766/prompt_toolkit-3.0.43-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/05/33/2d74d588408caedd065c2497bdb5ef83ce6082db01289a1e1147f6639802/psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/2b/27/77f9d5684e6bce929f5cfe18d6cfbe5133013c06cb2fbf5933670e60761d/pure_eval-0.2.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d8/d1/692c00e8921b54a0bd07fe3c49039a83e7398546db779f35f187bb86feaf/pydantic-1.10.15-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/f7/3f/01c8b82017c199075f8f788d0d906b9ffbbc5a47dc9918a945e13d5a2bda/pygments-2.18.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/c7/e8/01b2e35d81e618a8212e651e10c91660bdfda49c1d15ce66f4ca1ff43649/PyJWT-2.7.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/5b/b1/bb485db528749f07d6f11aa123e5f931f2e465a9c27945d6122bae5f7df7/PyMySQL-1.0.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6a/3e/b68c118422ec867fa7ab88444e1274aa40681c606d59ac27de5a5588f082/python_dotenv-1.0.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/3d/47/444768600d9e0ebc82f8e347775d24aef8f6348cf00e9fa0e81910814e6d/python_multipart-0.0.9-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/5b/07/10033a403b23405a8fc48975444463d3d10a5c2736b7eb2550b07b367429/PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/87/67/a37f6214d0e9fe57f6ae54b2956d550ca8365857f42a1ce0392bb21d9410/rich-13.7.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/af/23/ddd55c7f5f4eab67cd6d03f10fed6ccfd070e30f01bc717baa79dc29b131/secure-0.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a7/a5/10f97f73544edcdef54409f1d839f6049a0d79df68adbc1ceb24d1aaca42/smmap-5.0.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/67/a0/97da2cb07e013fd6c37fd896a86b374aa726e4161cafd57185e8418d59aa/SQLAlchemy-1.4.41.tar.gz
- pypi: https://files.pythonhosted.org/packages/ee/ea/6eff437d0a26c894da2982429ed2c148ecaf0526349ddc8cda1e7151c171/sqlalchemy2_stubs-0.0.2a38-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e1/90/6ff1829b55cf752994be76bdf5f718db053dcb8d738f9df5b622207a4ab8/SQLAlchemy_Utils-0.38.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/90/63/65f95cf5902ccdfccec99de87666b5e039589c19db7ab62b3770171e5685/sqlmodel-0.0.8-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/fd/18/31fa32ed6c68ba66220204ef0be798c349d0a20c1901f9d4a794e08c76d8/starlette-0.37.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/01/f3/936e209267d6ef7510322191003885de524fc48d1b43269810cd589ceaf5/typing_extensions-4.11.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/73/f5/cbb16fcbe277c1e0b8b3ddd188f2df0e0947f545c49119b589643632d156/uvicorn-0.29.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/36/c2/27bf858a576b1fa35b5c2c2029c8cec424a8789e87545ed2f25466d1f21d/uvloop-0.19.0-cp310-cp310-macosx_10_9_universal2.whl
- pypi: https://files.pythonhosted.org/packages/db/2f/7fed3ee94ad665ad2c1de87f858f10a7785251ff75b4fd47987888d07ef1/validators-0.18.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b5/e5/240e5eb3ff0ee3da3b028ac5be2019c407bdd0f3fdb02bd75fdf3bd10aff/watchfiles-0.21.0-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/5a/84/44687a29792a70e111c5c477230a72c4b957d88d16141199bf9acb7537a3/websocket_client-1.8.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/4e/e1/f6c3ecf7f1bfd9209e13949db027d7fdea2faf090c69b5f2d17d1d796d96/websockets-12.0-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/99/bc/82a8c3985209ca7c0a61b383c80e015fd92e74f8ba0ec1af98f9d6ca8dce/widgetsnbextension-4.0.10-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/81/c6/06938036ea48fa74521713499fba1459b0eb60af9b9afbe8e0e9e1a96c36/yarl-1.9.4-cp310-cp310-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/ee/b7/df3549bbc2c906c5b0c1c277a206aaf36e0267c3f660e7e3992c643f9775/zenml-0.57.0-py3-none-any.whl
packages:
- kind: pypi
name: aiohttp
version: 3.9.5
url: https://files.pythonhosted.org/packages/a9/51/d95cab6dbee773c57ff590d218633e7b9d52a103bc51060483349f3c8e1e/aiohttp-3.9.5-cp310-cp310-macosx_11_0_arm64.whl
sha256: 6ae79c1bc12c34082d92bf9422764f799aee4746fd7a392db46b7fd357d4a17a
requires_dist:
- aiosignal>=1.1.2
- attrs>=17.3.0
- frozenlist>=1.1.1
- multidict<7.0,>=4.5
- yarl<2.0,>=1.0
- async-timeout<5.0,>=4.0 ; python_version < '3.11'
- brotlicffi ; platform_python_implementation != 'CPython' and extra == 'speedups'
- brotli ; platform_python_implementation == 'CPython' and extra == 'speedups'
- aiodns ; (sys_platform == 'linux' or sys_platform == 'darwin') and extra == 'speedups'
requires_python: '>=3.8'
- kind: pypi
name: aiosignal
version: 1.3.1
url: https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl
sha256: f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17
requires_dist:
- frozenlist>=1.1.0
requires_python: '>=3.7'
- kind: pypi
name: alembic
version: 1.8.1
url: https://files.pythonhosted.org/packages/b3/c8/69600a8138a56794713ecdb8b75b14fbe32a410bc444683f27dbab93c0ca/alembic-1.8.1-py3-none-any.whl
sha256: 0a024d7f2de88d738d7395ff866997314c837be6104e90c5724350313dee4da4
requires_dist:
- sqlalchemy>=1.3.0
- mako
- importlib-metadata ; python_version < '3.9'
- importlib-resources ; python_version < '3.9'
- python-dateutil ; extra == 'tz'
requires_python: '>=3.7'
- kind: pypi
name: anyio
version: 4.3.0
url: https://files.pythonhosted.org/packages/14/fd/2f20c40b45e4fb4324834aea24bd4afdf1143390242c0b33774da0e2e34f/anyio-4.3.0-py3-none-any.whl
sha256: 048e05d0f6caeed70d731f3db756d35dcc1f35747c8c403364a8332c630441b8
requires_dist:
- idna>=2.8
- sniffio>=1.1
- exceptiongroup>=1.0.2 ; python_version < '3.11'
- typing-extensions>=4.1 ; python_version < '3.11'
- packaging ; extra == 'doc'
- sphinx>=7 ; extra == 'doc'
- sphinx-rtd-theme ; extra == 'doc'
- sphinx-autodoc-typehints>=1.2.0 ; extra == 'doc'
- anyio[trio] ; extra == 'test'
- coverage[toml]>=7 ; extra == 'test'
- exceptiongroup>=1.2.0 ; extra == 'test'
- hypothesis>=4.0 ; extra == 'test'
- psutil>=5.9 ; extra == 'test'
- pytest>=7.0 ; extra == 'test'
- pytest-mock>=3.6.1 ; extra == 'test'
- trustme ; extra == 'test'
- uvloop>=0.17 ; (platform_python_implementation == 'CPython' and platform_system != 'Windows') and extra == 'test'
- trio>=0.23 ; extra == 'trio'
requires_python: '>=3.8'
- kind: pypi
name: asttokens
version: 2.4.1
url: https://files.pythonhosted.org/packages/45/86/4736ac618d82a20d87d2f92ae19441ebc7ac9e7a581d7e58bbe79233b24a/asttokens-2.4.1-py2.py3-none-any.whl
sha256: 051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24
requires_dist:
- six>=1.12.0
- typing ; python_version < '3.5'
- astroid<2,>=1 ; python_version < '3' and extra == 'astroid'
- astroid<4,>=2 ; python_version >= '3' and extra == 'astroid'
- pytest ; extra == 'test'
- astroid<2,>=1 ; python_version < '3' and extra == 'test'
- astroid<4,>=2 ; python_version >= '3' and extra == 'test'
- kind: pypi
name: async-timeout
version: 4.0.3
url: https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl
sha256: 7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028
requires_dist:
- typing-extensions>=3.6.5 ; python_version < '3.8'
requires_python: '>=3.7'
- kind: pypi
name: attrs
version: 23.2.0
url: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl
sha256: 99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1
requires_dist:
- importlib-metadata ; python_version < '3.8'
- attrs[tests] ; extra == 'cov'
- coverage[toml]>=5.3 ; extra == 'cov'
- attrs[tests] ; extra == 'dev'
- pre-commit ; extra == 'dev'
- furo ; extra == 'docs'
- myst-parser ; extra == 'docs'
- sphinx ; extra == 'docs'
- sphinx-notfound-page ; extra == 'docs'
- sphinxcontrib-towncrier ; extra == 'docs'
- towncrier ; extra == 'docs'
- zope-interface ; extra == 'docs'
- attrs[tests-no-zope] ; extra == 'tests'
- zope-interface ; extra == 'tests'
- mypy>=1.6 ; (platform_python_implementation == 'CPython' and python_version >= '3.8') and extra == 'tests-mypy'
- pytest-mypy-plugins ; (platform_python_implementation == 'CPython' and python_version >= '3.8') and extra == 'tests-mypy'
- attrs[tests-mypy] ; extra == 'tests-no-zope'
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'tests-no-zope'
- hypothesis ; extra == 'tests-no-zope'
- pympler ; extra == 'tests-no-zope'
- pytest-xdist[psutil] ; extra == 'tests-no-zope'
- pytest>=4.3.0 ; extra == 'tests-no-zope'
requires_python: '>=3.7'
- kind: pypi
name: azure-common
version: 1.1.28
url: https://files.pythonhosted.org/packages/62/55/7f118b9c1b23ec15ca05d15a578d8207aa1706bc6f7c87218efffbbf875d/azure_common-1.1.28-py2.py3-none-any.whl
sha256: 5c12d3dcf4ec20599ca6b0d3e09e86e146353d443e7fcc050c9a19c1f9df20ad
requires_dist:
- azure-nspkg ; python_version < '3.0'
- kind: pypi
name: azure-core
version: 1.30.1
url: https://files.pythonhosted.org/packages/d7/70/180df3b43ebc7a1ec957d9e5c2c76e6c54398ec61a67dff88d3e0131be80/azure_core-1.30.1-py3-none-any.whl
sha256: 7c5ee397e48f281ec4dd773d67a0a47a0962ed6fa833036057f9ea067f688e74
requires_dist:
- requests>=2.21.0
- six>=1.11.0
- typing-extensions>=4.6.0
- aiohttp>=3.0 ; extra == 'aio'
requires_python: '>=3.7'
- kind: pypi
name: azure-mgmt-core
version: 1.4.0
url: https://files.pythonhosted.org/packages/b1/5a/3a31578b840600dffb75f3ffb383cc4c5e8ea0d06a1085f86b17e18c3193/azure_mgmt_core-1.4.0-py3-none-any.whl
sha256: 81071675f186a585555ef01816f2774d49c1c9024cb76e5720c3c0f6b337bb7d
requires_dist:
- azure-core<2.0.0,>=1.26.2
requires_python: '>=3.7'
- kind: pypi
name: azure-mgmt-resource
version: 23.1.0
url: https://files.pythonhosted.org/packages/0d/d6/99160959ad730a283c1d6af8c249bfdb7c727fcd3e27ea9083f56f615850/azure_mgmt_resource-23.1.0-py3-none-any.whl
sha256: 12726627037de3623d3c4a140a08d9eb97502e33ef4680243f310d5004df5e96
requires_dist:
- isodate>=0.6.1
- azure-common>=1.1
- azure-mgmt-core>=1.3.2
requires_python: '>=3.8'
- kind: pypi
name: bcrypt
version: 4.0.1
url: https://files.pythonhosted.org/packages/78/d4/3b2657bd58ef02b23a07729b0df26f21af97169dbd0b5797afa9e97ebb49/bcrypt-4.0.1-cp36-abi3-macosx_10_10_universal2.whl
sha256: b1023030aec778185a6c16cf70f359cbb6e0c289fd564a7cfa29e727a1c38f8f
requires_dist:
- pytest!=3.3.0,>=3.2.1 ; extra == 'tests'
- mypy ; extra == 'typecheck'
requires_python: '>=3.6'
- kind: conda
name: bzip2
version: 1.0.8
build: h93a5062_5
build_number: 5
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda
sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f
md5: 1bbc659ca658bfd49a481b5ef7a0f40f
license: bzip2-1.0.6
license_family: BSD
size: 122325
timestamp: 1699280294368
- kind: conda
name: ca-certificates
version: 2024.2.2
build: hf0a4a13_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda
sha256: 49bc3439816ac72d0c0e0f144b8cc870fdcc4adec2e861407ec818d8116b2204
md5: fb416a1795f18dcc5a038bc2dc54edf9
license: ISC
size: 155725
timestamp: 1706844034242
- kind: pypi
name: cachetools
version: 5.3.3
url: https://files.pythonhosted.org/packages/fb/2b/a64c2d25a37aeb921fddb929111413049fc5f8b9a4c1aefaffaafe768d54/cachetools-5.3.3-py3-none-any.whl
sha256: 0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945
requires_python: '>=3.7'
- kind: pypi
name: certifi
version: 2024.2.2
url: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl
sha256: dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1
requires_python: '>=3.6'
- kind: pypi
name: cffi
version: 1.16.0
url: https://files.pythonhosted.org/packages/c4/01/f5116266fe80c04d4d1cc96c3d355606943f9fb604a810e0b02228a0ce19/cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl
sha256: ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9
requires_dist:
- pycparser
requires_python: '>=3.8'
- kind: pypi
name: charset-normalizer
version: 3.3.2
url: https://files.pythonhosted.org/packages/46/6a/d5c26c41c49b546860cc1acabdddf48b0b3fb2685f4f5617ac59261b44ae/charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl
sha256: 9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03
requires_python: '>=3.7.0'
- kind: pypi
name: click
version: 8.1.3
url: https://files.pythonhosted.org/packages/c2/f1/df59e28c642d583f7dacffb1e0965d0e00b218e0186d7858ac5233dce840/click-8.1.3-py3-none-any.whl
sha256: bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48
requires_dist:
- colorama ; platform_system == 'Windows'
- importlib-metadata ; python_version < '3.8'
requires_python: '>=3.7'
- kind: pypi
name: click-params
version: 0.3.0
url: https://files.pythonhosted.org/packages/d8/0c/d64afe189950e0cc8b9bc921cfccfd8137df531440a9d108dbacfaa0d723/click_params-0.3.0-py3-none-any.whl
sha256: b9fd5a7a3787cfa40ea09e4419c327078690fc3f2385cc5641f890ee13b049d4
requires_dist:
- click>=7.0,<9.0
- validators>=0.18,<0.19
requires_python: '>=3.7,<4.0'
- kind: pypi
name: cloudpickle
version: 2.2.1
url: https://files.pythonhosted.org/packages/15/80/44286939ca215e88fa827b2aeb6fa3fd2b4a7af322485c7170d6f9fd96e0/cloudpickle-2.2.1-py3-none-any.whl
sha256: 61f594d1f4c295fa5cd9014ceb3a1fc4a70b0de1164b94fbc2d854ccba056f9f
requires_python: '>=3.6'
- kind: pypi
name: comm
version: 0.2.2
url: https://files.pythonhosted.org/packages/e6/75/49e5bfe642f71f272236b5b2d2691cf915a7283cc0ceda56357b61daa538/comm-0.2.2-py3-none-any.whl
sha256: e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3
requires_dist:
- traitlets>=4
- pytest ; extra == 'test'
requires_python: '>=3.8'
- kind: pypi
name: cryptography
version: 42.0.7
url: https://files.pythonhosted.org/packages/cf/c2/8226676b3a4916a12d6c243b1934894e333ea2e97d0233f3260955ed2673/cryptography-42.0.7-cp39-abi3-macosx_10_12_universal2.whl
sha256: a3a5ac8b56fe37f3125e5b72b61dcde43283e5370827f5233893d461b7360cd4
requires_dist:
- cffi>=1.12 ; platform_python_implementation != 'PyPy'
- sphinx>=5.3.0 ; extra == 'docs'
- sphinx-rtd-theme>=1.1.1 ; extra == 'docs'
- pyenchant>=1.6.11 ; extra == 'docstest'
- readme-renderer ; extra == 'docstest'
- sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest'
- nox ; extra == 'nox'
- ruff ; extra == 'pep8test'
- mypy ; extra == 'pep8test'
- check-sdist ; extra == 'pep8test'
- click ; extra == 'pep8test'
- build ; extra == 'sdist'
- bcrypt>=3.1.5 ; extra == 'ssh'
- pytest>=6.2.0 ; extra == 'test'
- pytest-benchmark ; extra == 'test'
- pytest-cov ; extra == 'test'
- pytest-xdist ; extra == 'test'
- pretend ; extra == 'test'
- certifi ; extra == 'test'
- pytest-randomly ; extra == 'test-randomorder'
requires_python: '>=3.7'
- kind: pypi
name: decorator
version: 5.1.1
url: https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl
sha256: b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186
requires_python: '>=3.5'
- kind: pypi
name: distro
version: 1.9.0
url: https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl
sha256: 7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2
requires_python: '>=3.6'
- kind: pypi
name: docker
version: 6.1.3
url: https://files.pythonhosted.org/packages/db/be/3032490fa33b36ddc8c4b1da3252c6f974e7133f1a50de00c6b85cca203a/docker-6.1.3-py3-none-any.whl
sha256: aecd2277b8bf8e506e484f6ab7aec39abe0038e29fa4a6d3ba86c3fe01844ed9
requires_dist:
- packaging>=14.0
- requests>=2.26.0
- urllib3>=1.26.0
- websocket-client>=0.32.0
- pywin32>=304 ; sys_platform == 'win32'
- paramiko>=2.4.3 ; extra == 'ssh'
requires_python: '>=3.7'
- kind: pypi
name: exceptiongroup
version: 1.2.1
url: https://files.pythonhosted.org/packages/01/90/79fe92dd413a9cab314ef5c591b5aa9b9ba787ae4cadab75055b0ae00b33/exceptiongroup-1.2.1-py3-none-any.whl
sha256: 5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad
requires_dist:
- pytest>=6 ; extra == 'test'
requires_python: '>=3.7'
- kind: pypi
name: executing
version: 2.0.1
url: https://files.pythonhosted.org/packages/80/03/6ea8b1b2a5ab40a7a60dc464d3daa7aa546e0a74d74a9f8ff551ea7905db/executing-2.0.1-py2.py3-none-any.whl
sha256: eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc
requires_dist:
- asttokens>=2.1.0 ; extra == 'tests'
- ipython ; extra == 'tests'
- pytest ; extra == 'tests'
- coverage ; extra == 'tests'
- coverage-enable-subprocess ; extra == 'tests'
- littleutils ; extra == 'tests'
- rich ; python_version >= '3.11' and extra == 'tests'
requires_python: '>=3.5'
- kind: pypi
name: fastapi
version: 0.110.3
url: https://files.pythonhosted.org/packages/1d/d1/5958526c3bdbed74f88bf69b86506db5b25a600207f0f688473667690de6/fastapi-0.110.3-py3-none-any.whl
sha256: fd7600612f755e4050beb74001310b5a7e1796d149c2ee363124abdfa0289d32
requires_dist:
- starlette<0.38.0,>=0.37.2
- pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4
- typing-extensions>=4.8.0
- httpx>=0.23.0 ; extra == 'all'
- jinja2>=2.11.2 ; extra == 'all'
- python-multipart>=0.0.7 ; extra == 'all'
- itsdangerous>=1.1.0 ; extra == 'all'
- pyyaml>=5.3.1 ; extra == 'all'
- ujson!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,>=4.0.1 ; extra == 'all'
- orjson>=3.2.1 ; extra == 'all'
- email-validator>=2.0.0 ; extra == 'all'
- uvicorn[standard]>=0.12.0 ; extra == 'all'
- pydantic-settings>=2.0.0 ; extra == 'all'
- pydantic-extra-types>=2.0.0 ; extra == 'all'
requires_python: '>=3.8'
- kind: pypi
name: fastapi-utils
version: 0.2.1
url: https://files.pythonhosted.org/packages/72/b8/9353a1b6b3adc5e6ede398eea2095968ac334883266dbd5bf55e99958b0a/fastapi_utils-0.2.1-py3-none-any.whl
sha256: dd0be7dc7f03fa681b25487a206651d99f2330d5a567fb8ab6cb5f8a06a29360
requires_dist:
- fastapi
- pydantic>=1.0,<2.0
- sqlalchemy>=1.3.12,<2.0.0
requires_python: '>=3.6,<4.0'
- kind: pypi
name: frozenlist
version: 1.4.1
url: https://files.pythonhosted.org/packages/ae/83/bcdaa437a9bd693ba658a0310f8cdccff26bd78e45fccf8e49897904a5cd/frozenlist-1.4.1-cp310-cp310-macosx_11_0_arm64.whl
sha256: 74fb4bee6880b529a0c6560885fce4dc95936920f9f20f53d99a213f7bf66776
requires_python: '>=3.8'
- kind: pypi
name: gitdb
version: 4.0.11
url: https://files.pythonhosted.org/packages/fd/5b/8f0c4a5bb9fd491c277c21eff7ccae71b47d43c4446c9d0c6cff2fe8c2c4/gitdb-4.0.11-py3-none-any.whl
sha256: 81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4
requires_dist:
- smmap<6,>=3.0.1
requires_python: '>=3.7'
- kind: pypi
name: gitpython
version: 3.1.43
url: https://files.pythonhosted.org/packages/e9/bd/cc3a402a6439c15c3d4294333e13042b915bbeab54edc457c723931fed3f/GitPython-3.1.43-py3-none-any.whl
sha256: eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff
requires_dist:
- gitdb<5,>=4.0.1
- typing-extensions>=3.7.4.3 ; python_version < '3.8'
- sphinx==4.3.2 ; extra == 'doc'
- sphinx-rtd-theme ; extra == 'doc'
- sphinxcontrib-applehelp<=1.0.4,>=1.0.2 ; extra == 'doc'
- sphinxcontrib-devhelp==1.0.2 ; extra == 'doc'
- sphinxcontrib-htmlhelp<=2.0.1,>=2.0.0 ; extra == 'doc'
- sphinxcontrib-qthelp==1.0.3 ; extra == 'doc'
- sphinxcontrib-serializinghtml==1.1.5 ; extra == 'doc'
- sphinx-autodoc-typehints ; extra == 'doc'
- coverage[toml] ; extra == 'test'
- ddt!=1.4.3,>=1.1.1 ; extra == 'test'
- mypy ; extra == 'test'
- pre-commit ; extra == 'test'
- pytest>=7.3.1 ; extra == 'test'
- pytest-cov ; extra == 'test'
- pytest-instafail ; extra == 'test'
- pytest-mock ; extra == 'test'
- pytest-sugar ; extra == 'test'
- typing-extensions ; python_version < '3.11' and extra == 'test'
- mock ; python_version < '3.8' and extra == 'test'
requires_python: '>=3.7'
- kind: pypi
name: h11
version: 0.14.0
url: https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl
sha256: e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761
requires_dist:
- typing-extensions ; python_version < '3.8'
requires_python: '>=3.7'
- kind: pypi
name: httplib2
version: 0.19.1
url: https://files.pythonhosted.org/packages/15/dc/d14bce03f4bfd0214b90a3f556d7c96f75bb94ad597c816a641b962f22e9/httplib2-0.19.1-py3-none-any.whl
sha256: 2ad195faf9faf079723f6714926e9a9061f694d07724b846658ce08d40f522b4
requires_dist:
- pyparsing<3,>=2.4.2
- kind: pypi
name: httptools
version: 0.6.1
url: https://files.pythonhosted.org/packages/a9/6a/80bce0216b63babf51cdc34814c3f0f10489e13ab89fb6bc91202736a8a2/httptools-0.6.1-cp310-cp310-macosx_10_9_universal2.whl
sha256: d2f6c3c4cb1948d912538217838f6e9960bc4a521d7f9b323b3da579cd14532f
requires_dist:
- cython<0.30.0,>=0.29.24 ; extra == 'test'
requires_python: '>=3.8.0'
- kind: pypi
name: idna
version: '3.7'
url: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl
sha256: 82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
requires_python: '>=3.5'
- kind: pypi
name: ipinfo
version: 5.0.1
url: https://files.pythonhosted.org/packages/bc/0f/70ea118e5aebae49bbd48192e4ea433fa292931cdeb82bd97fb213569de4/ipinfo-5.0.1-py3-none-any.whl
sha256: 9441238cfc4abb5460d4fa4949d706809138256f6590d391418ae3907e7fefa1
requires_dist:
- requests
- cachetools
- aiohttp<=4
- kind: pypi
name: ipython
version: 8.24.0
url: https://files.pythonhosted.org/packages/71/1b/c7bbd3e03ee6f3580a8afbdf8d6fd38279da03bd5c4bc431907ea3246f9a/ipython-8.24.0-py3-none-any.whl
sha256: d7bf2f6c4314984e3e02393213bab8703cf163ede39672ce5918c51fe253a2a3
requires_dist:
- decorator
- jedi>=0.16
- matplotlib-inline
- prompt-toolkit<3.1.0,>=3.0.41
- pygments>=2.4.0
- stack-data
- traitlets>=5.13.0
- exceptiongroup ; python_version < '3.11'
- typing-extensions>=4.6 ; python_version < '3.12'
- pexpect>4.3 ; sys_platform != 'win32' and sys_platform != 'emscripten'
- colorama ; sys_platform == 'win32'
- ipython[black,doc,kernel,matplotlib,nbconvert,nbformat,notebook,parallel,qtconsole] ; extra == 'all'
- ipython[test,test-extra] ; extra == 'all'
- black ; extra == 'black'
- ipykernel ; extra == 'doc'
- setuptools>=18.5 ; extra == 'doc'
- sphinx>=1.3 ; extra == 'doc'
- sphinx-rtd-theme ; extra == 'doc'
- sphinxcontrib-jquery ; extra == 'doc'
- docrepr ; extra == 'doc'
- matplotlib ; extra == 'doc'
- stack-data ; extra == 'doc'
- typing-extensions ; extra == 'doc'
- exceptiongroup ; extra == 'doc'
- ipython[test] ; extra == 'doc'
- ipykernel ; extra == 'kernel'
- matplotlib ; extra == 'matplotlib'
- nbconvert ; extra == 'nbconvert'
- nbformat ; extra == 'nbformat'
- ipywidgets ; extra == 'notebook'
- notebook ; extra == 'notebook'
- ipyparallel ; extra == 'parallel'
- qtconsole ; extra == 'qtconsole'
- pytest ; extra == 'test'
- pytest-asyncio<0.22 ; extra == 'test'
- testpath ; extra == 'test'
- pickleshare ; extra == 'test'
- ipython[test] ; extra == 'test_extra'
- curio ; extra == 'test_extra'
- matplotlib!=3.2.0 ; extra == 'test_extra'
- nbformat ; extra == 'test_extra'
- numpy>=1.23 ; extra == 'test_extra'
- pandas ; extra == 'test_extra'
- trio ; extra == 'test_extra'
requires_python: '>=3.10'
- kind: pypi
name: ipywidgets
version: 8.1.2
url: https://files.pythonhosted.org/packages/70/1a/7edeedb1c089d63ccd8bd5c0612334774e90cf9337de9fe6c82d90081791/ipywidgets-8.1.2-py3-none-any.whl
sha256: bbe43850d79fb5e906b14801d6c01402857996864d1e5b6fa62dd2ee35559f60
requires_dist:
- comm>=0.1.3
- ipython>=6.1.0
- traitlets>=4.3.1
- widgetsnbextension~=4.0.10
- jupyterlab-widgets~=3.0.10
- jsonschema ; extra == 'test'
- ipykernel ; extra == 'test'
- pytest>=3.6.0 ; extra == 'test'
- pytest-cov ; extra == 'test'
- pytz ; extra == 'test'
requires_python: '>=3.7'
- kind: pypi
name: isodate
version: 0.6.1
url: https://files.pythonhosted.org/packages/b6/85/7882d311924cbcfc70b1890780763e36ff0b140c7e51c110fc59a532f087/isodate-0.6.1-py2.py3-none-any.whl
sha256: 0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96
requires_dist:
- six
- kind: pypi
name: jedi
version: 0.19.1
url: https://files.pythonhosted.org/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl
sha256: e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0
requires_dist:
- parso<0.9.0,>=0.8.3
- jinja2==2.11.3 ; extra == 'docs'
- markupsafe==1.1.1 ; extra == 'docs'
- pygments==2.8.1 ; extra == 'docs'
- alabaster==0.7.12 ; extra == 'docs'
- babel==2.9.1 ; extra == 'docs'
- chardet==4.0.0 ; extra == 'docs'
- commonmark==0.8.1 ; extra == 'docs'
- docutils==0.17.1 ; extra == 'docs'
- future==0.18.2 ; extra == 'docs'
- idna==2.10 ; extra == 'docs'
- imagesize==1.2.0 ; extra == 'docs'
- mock==1.0.1 ; extra == 'docs'
- packaging==20.9 ; extra == 'docs'
- pyparsing==2.4.7 ; extra == 'docs'
- pytz==2021.1 ; extra == 'docs'
- readthedocs-sphinx-ext==2.1.4 ; extra == 'docs'
- recommonmark==0.5.0 ; extra == 'docs'
- requests==2.25.1 ; extra == 'docs'
- six==1.15.0 ; extra == 'docs'
- snowballstemmer==2.1.0 ; extra == 'docs'
- sphinx-rtd-theme==0.4.3 ; extra == 'docs'
- sphinx==1.8.5 ; extra == 'docs'
- sphinxcontrib-serializinghtml==1.1.4 ; extra == 'docs'
- sphinxcontrib-websupport==1.2.4 ; extra == 'docs'
- urllib3==1.26.4 ; extra == 'docs'
- flake8==5.0.4 ; extra == 'qa'
- mypy==0.971 ; extra == 'qa'
- types-setuptools==67.2.0.1 ; extra == 'qa'
- django ; extra == 'testing'
- attrs ; extra == 'testing'
- colorama ; extra == 'testing'
- docopt ; extra == 'testing'
- pytest<7.0.0 ; extra == 'testing'
requires_python: '>=3.6'
- kind: pypi
name: jinja2
version: 3.1.4
url: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl
sha256: bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d
requires_dist:
- markupsafe>=2.0
- babel>=2.7 ; extra == 'i18n'
requires_python: '>=3.7'
- kind: pypi
name: jupyterlab-widgets
version: 3.0.10
url: https://files.pythonhosted.org/packages/24/da/db1cb0387a7e4086780aff137987ee924e953d7f91b2a870f994b9b1eeb8/jupyterlab_widgets-3.0.10-py3-none-any.whl
sha256: dd61f3ae7a5a7f80299e14585ce6cf3d6925a96c9103c978eda293197730cb64
requires_python: '>=3.7'
- kind: conda
name: libffi
version: 3.4.2
build: h3422bc3_5
build_number: 5
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2
sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca
md5: 086914b672be056eb70fd4285b6783b6
license: MIT
license_family: MIT
size: 39020
timestamp: 1636488587153
- kind: conda
name: libsqlite
version: 3.45.3
build: h091b4b1_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.3-h091b4b1_0.conda
sha256: 4337f466eb55bbdc74e168b52ec8c38f598e3664244ec7a2536009036e2066cc
md5: c8c1186c7f3351f6ffddb97b1f54fc58
depends:
- libzlib >=1.2.13,<1.3.0a0
license: Unlicense
size: 824794
timestamp: 1713367748819
- kind: conda
name: libzlib
version: 1.2.13
build: h53f4e23_5
build_number: 5
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda
sha256: ab1c8aefa2d54322a63aaeeefe9cf877411851738616c4068e0dccc66b9c758a
md5: 1a47f5236db2e06a320ffa0392f81bd8
constrains:
- zlib 1.2.13 *_5
license: Zlib
license_family: Other
size: 48102
timestamp: 1686575426584
- kind: pypi
name: mako
version: 1.3.3
url: https://files.pythonhosted.org/packages/c6/c9/9cd84cbd5816aa8bee5fd5a00f857efd636ec30586848d571b67baf0b868/Mako-1.3.3-py3-none-any.whl
sha256: 5324b88089a8978bf76d1629774fcc2f1c07b82acdf00f4c5dd8ceadfffc4b40
requires_dist:
- markupsafe>=0.9.2
- babel ; extra == 'babel'
- lingua ; extra == 'lingua'
- pytest ; extra == 'testing'
requires_python: '>=3.8'
- kind: pypi
name: markdown-it-py
version: 3.0.0
url: https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl
sha256: 355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1
requires_dist:
- mdurl~=0.1
- psutil ; extra == 'benchmarking'
- pytest ; extra == 'benchmarking'
- pytest-benchmark ; extra == 'benchmarking'
- pre-commit~=3.0 ; extra == 'code_style'
- commonmark~=0.9 ; extra == 'compare'
- markdown~=3.4 ; extra == 'compare'
- mistletoe~=1.0 ; extra == 'compare'
- mistune~=2.0 ; extra == 'compare'
- panflute~=2.3 ; extra == 'compare'
- linkify-it-py>=1,<3 ; extra == 'linkify'
- mdit-py-plugins ; extra == 'plugins'
- gprof2dot ; extra == 'profiling'
- mdit-py-plugins ; extra == 'rtd'
- myst-parser ; extra == 'rtd'
- pyyaml ; extra == 'rtd'
- sphinx ; extra == 'rtd'
- sphinx-copybutton ; extra == 'rtd'
- sphinx-design ; extra == 'rtd'
- sphinx-book-theme ; extra == 'rtd'
- jupyter-sphinx ; extra == 'rtd'
- coverage ; extra == 'testing'
- pytest ; extra == 'testing'
- pytest-cov ; extra == 'testing'
- pytest-regressions ; extra == 'testing'
requires_python: '>=3.8'
- kind: pypi
name: markupsafe
version: 2.1.5
url: https://files.pythonhosted.org/packages/e4/54/ad5eb37bf9d51800010a74e4665425831a9db4e7c4e0fde4352e391e808e/MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl
sha256: a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc
requires_python: '>=3.7'
- kind: pypi
name: matplotlib-inline
version: 0.1.7
url: https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl
sha256: df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca
requires_dist:
- traitlets
requires_python: '>=3.8'
- kind: pypi
name: mdurl
version: 0.1.2
url: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl
sha256: 84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8
requires_python: '>=3.7'
- kind: pypi
name: multidict
version: 6.0.5
url: https://files.pythonhosted.org/packages/a4/eb/d8e7693c9064554a1585698d1902839440c6c695b0f53c9a8be5d9d4a3b8/multidict-6.0.5-cp310-cp310-macosx_11_0_arm64.whl
sha256: 411bf8515f3be9813d06004cac41ccf7d1cd46dfe233705933dd163b60e37600
requires_python: '>=3.7'
- kind: conda
name: ncurses
version: 6.4.20240210
build: h078ce10_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4.20240210-h078ce10_0.conda
sha256: 06f0905791575e2cd3aa961493c56e490b3d82ad9eb49f1c332bd338b0216911
md5: 616ae8691e6608527d0071e6766dcb81
license: X11 AND BSD-3-Clause
size: 820249
timestamp: 1710866874348
- kind: pypi
name: numpy
version: 1.26.4
url: https://files.pythonhosted.org/packages/20/f7/b24208eba89f9d1b58c1668bc6c8c4fd472b20c45573cb767f59d49fb0f6/numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl
sha256: 2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a
requires_python: '>=3.9'
- kind: conda
name: openssl
version: 3.3.0
build: h0d3ecfb_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.0-h0d3ecfb_0.conda
sha256: 51f9be8fe929c2bb3243cd0707b6dfcec27541f8284b4bd9b063c288fc46f482
md5: 25b0e522c3131886a637e347b2ca0c0f
depends:
- ca-certificates
constrains:
- pyopenssl >=22.1
license: Apache-2.0
license_family: Apache
size: 2888226
timestamp: 1714466346030
- kind: pypi
name: orjson
version: 3.10.3
url: https://files.pythonhosted.org/packages/0b/d6/8def11fe38145173b6b565326d1eee8ee15460ad73cb92201bd9ac347b76/orjson-3.10.3-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl
sha256: 9fb6c3f9f5490a3eb4ddd46fc1b6eadb0d6fc16fb3f07320149c3286a1409dd8
requires_python: '>=3.8'
- kind: pypi
name: packaging
version: '24.0'
url: https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl
sha256: 2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5
requires_python: '>=3.7'
- kind: pypi
name: pandas
version: 2.2.2
url: https://files.pythonhosted.org/packages/fd/4b/0cd38e68ab690b9df8ef90cba625bf3f93b82d1c719703b8e1b333b2c72d/pandas-2.2.2-cp310-cp310-macosx_11_0_arm64.whl
sha256: c7adfc142dac335d8c1e0dcbd37eb8617eac386596eb9e1a1b77791cf2498238
requires_dist:
- numpy>=1.22.4 ; python_version < '3.11'
- numpy>=1.23.2 ; python_version == '3.11'
- numpy>=1.26.0 ; python_version >= '3.12'
- python-dateutil>=2.8.2
- pytz>=2020.1
- tzdata>=2022.7
- hypothesis>=6.46.1 ; extra == 'test'
- pytest>=7.3.2 ; extra == 'test'
- pytest-xdist>=2.2.0 ; extra == 'test'
- pyarrow>=10.0.1 ; extra == 'pyarrow'
- bottleneck>=1.3.6 ; extra == 'performance'
- numba>=0.56.4 ; extra == 'performance'
- numexpr>=2.8.4 ; extra == 'performance'
- scipy>=1.10.0 ; extra == 'computation'
- xarray>=2022.12.0 ; extra == 'computation'
- fsspec>=2022.11.0 ; extra == 'fss'
- s3fs>=2022.11.0 ; extra == 'aws'
- gcsfs>=2022.11.0 ; extra == 'gcp'
- pandas-gbq>=0.19.0 ; extra == 'gcp'
- odfpy>=1.4.1 ; extra == 'excel'
- openpyxl>=3.1.0 ; extra == 'excel'
- python-calamine>=0.1.7 ; extra == 'excel'
- pyxlsb>=1.0.10 ; extra == 'excel'
- xlrd>=2.0.1 ; extra == 'excel'
- xlsxwriter>=3.0.5 ; extra == 'excel'
- pyarrow>=10.0.1 ; extra == 'parquet'
- pyarrow>=10.0.1 ; extra == 'feather'
- tables>=3.8.0 ; extra == 'hdf5'
- pyreadstat>=1.2.0 ; extra == 'spss'
- sqlalchemy>=2.0.0 ; extra == 'postgresql'
- psycopg2>=2.9.6 ; extra == 'postgresql'
- adbc-driver-postgresql>=0.8.0 ; extra == 'postgresql'
- sqlalchemy>=2.0.0 ; extra == 'mysql'
- pymysql>=1.0.2 ; extra == 'mysql'
- sqlalchemy>=2.0.0 ; extra == 'sql-other'
- adbc-driver-postgresql>=0.8.0 ; extra == 'sql-other'
- adbc-driver-sqlite>=0.8.0 ; extra == 'sql-other'
- beautifulsoup4>=4.11.2 ; extra == 'html'
- html5lib>=1.1 ; extra == 'html'
- lxml>=4.9.2 ; extra == 'html'
- lxml>=4.9.2 ; extra == 'xml'
- matplotlib>=3.6.3 ; extra == 'plot'
- jinja2>=3.1.2 ; extra == 'output-formatting'
- tabulate>=0.9.0 ; extra == 'output-formatting'
- pyqt5>=5.15.9 ; extra == 'clipboard'
- qtpy>=2.3.0 ; extra == 'clipboard'
- zstandard>=0.19.0 ; extra == 'compression'
- dataframe-api-compat>=0.1.7 ; extra == 'consortium-standard'
- adbc-driver-postgresql>=0.8.0 ; extra == 'all'
- adbc-driver-sqlite>=0.8.0 ; extra == 'all'
- beautifulsoup4>=4.11.2 ; extra == 'all'
- bottleneck>=1.3.6 ; extra == 'all'
- dataframe-api-compat>=0.1.7 ; extra == 'all'
- fastparquet>=2022.12.0 ; extra == 'all'
- fsspec>=2022.11.0 ; extra == 'all'
- gcsfs>=2022.11.0 ; extra == 'all'
- html5lib>=1.1 ; extra == 'all'
- hypothesis>=6.46.1 ; extra == 'all'
- jinja2>=3.1.2 ; extra == 'all'
- lxml>=4.9.2 ; extra == 'all'
- matplotlib>=3.6.3 ; extra == 'all'
- numba>=0.56.4 ; extra == 'all'
- numexpr>=2.8.4 ; extra == 'all'
- odfpy>=1.4.1 ; extra == 'all'
- openpyxl>=3.1.0 ; extra == 'all'
- pandas-gbq>=0.19.0 ; extra == 'all'
- psycopg2>=2.9.6 ; extra == 'all'
- pyarrow>=10.0.1 ; extra == 'all'
- pymysql>=1.0.2 ; extra == 'all'
- pyqt5>=5.15.9 ; extra == 'all'
- pyreadstat>=1.2.0 ; extra == 'all'
- pytest>=7.3.2 ; extra == 'all'
- pytest-xdist>=2.2.0 ; extra == 'all'
- python-calamine>=0.1.7 ; extra == 'all'
- pyxlsb>=1.0.10 ; extra == 'all'
- qtpy>=2.3.0 ; extra == 'all'
- scipy>=1.10.0 ; extra == 'all'
- s3fs>=2022.11.0 ; extra == 'all'
- sqlalchemy>=2.0.0 ; extra == 'all'
- tables>=3.8.0 ; extra == 'all'
- tabulate>=0.9.0 ; extra == 'all'
- xarray>=2022.12.0 ; extra == 'all'
- xlrd>=2.0.1 ; extra == 'all'
- xlsxwriter>=3.0.5 ; extra == 'all'
- zstandard>=0.19.0 ; extra == 'all'
requires_python: '>=3.9'
- kind: pypi
name: parso
version: 0.8.4
url: https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl
sha256: a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18
requires_dist:
- flake8==5.0.4 ; extra == 'qa'
- mypy==0.971 ; extra == 'qa'
- types-setuptools==67.2.0.1 ; extra == 'qa'
- docopt ; extra == 'testing'
- pytest ; extra == 'testing'
requires_python: '>=3.6'
- kind: pypi
name: passlib
version: 1.7.4
url: https://files.pythonhosted.org/packages/3b/a4/ab6b7589382ca3df236e03faa71deac88cae040af60c071a78d254a62172/passlib-1.7.4-py2.py3-none-any.whl
sha256: aa6bca462b8d8bda89c70b382f0c298a20b5560af6cbfa2dce410c0a2fb669f1
requires_dist:
- argon2-cffi>=18.2.0 ; extra == 'argon2'
- bcrypt>=3.1.0 ; extra == 'bcrypt'
- sphinx>=1.6 ; extra == 'build_docs'
- sphinxcontrib-fulltoc>=1.2.0 ; extra == 'build_docs'
- cloud-sptheme>=1.10.1 ; extra == 'build_docs'
- cryptography ; extra == 'totp'
- kind: pypi
name: pexpect
version: 4.9.0
url: https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl
sha256: 7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523
requires_dist:
- ptyprocess>=0.5
- kind: pypi
name: prompt-toolkit
version: 3.0.43
url: https://files.pythonhosted.org/packages/ee/fd/ca7bf3869e7caa7a037e23078539467b433a4e01eebd93f77180ab927766/prompt_toolkit-3.0.43-py3-none-any.whl
sha256: a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6
requires_dist:
- wcwidth
requires_python: '>=3.7.0'
- kind: pypi
name: psutil
version: 5.9.8
url: https://files.pythonhosted.org/packages/05/33/2d74d588408caedd065c2497bdb5ef83ce6082db01289a1e1147f6639802/psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl
sha256: d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8
requires_dist:
- ipaddress ; python_version < '3.0' and extra == 'test'
- mock ; python_version < '3.0' and extra == 'test'
- enum34 ; python_version <= '3.4' and extra == 'test'
- pywin32 ; sys_platform == 'win32' and extra == 'test'
- wmi ; sys_platform == 'win32' and extra == 'test'
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*'
- kind: pypi
name: ptyprocess
version: 0.7.0
url: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl
sha256: 4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35
- kind: pypi
name: pure-eval
version: 0.2.2
url: https://files.pythonhosted.org/packages/2b/27/77f9d5684e6bce929f5cfe18d6cfbe5133013c06cb2fbf5933670e60761d/pure_eval-0.2.2-py3-none-any.whl
sha256: 01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350
requires_dist:
- pytest ; extra == 'tests'
- kind: pypi
name: pycparser
version: '2.22'
url: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl
sha256: c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc
requires_python: '>=3.8'
- kind: pypi
name: pydantic
version: 1.10.15
url: https://files.pythonhosted.org/packages/d8/d1/692c00e8921b54a0bd07fe3c49039a83e7398546db779f35f187bb86feaf/pydantic-1.10.15-cp310-cp310-macosx_11_0_arm64.whl
sha256: 75279d3cac98186b6ebc2597b06bcbc7244744f6b0b44a23e4ef01e5683cc0d2
requires_dist:
- typing-extensions>=4.2.0
- python-dotenv>=0.10.4 ; extra == 'dotenv'
- email-validator>=1.0.3 ; extra == 'email'
requires_python: '>=3.7'
- kind: pypi