annotate pdm.lock @ 8:f23b21bd0fce

apex search
author drewp@bigasterisk.com
date Sun, 07 Jul 2024 16:26:56 -0700
parents 0e33c65f1904
children d1b54241a731
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@bigasterisk.com
parents:
diff changeset
1 # This file is @generated by PDM.
drewp@bigasterisk.com
parents:
diff changeset
2 # It is not intended for manual editing.
drewp@bigasterisk.com
parents:
diff changeset
3
drewp@bigasterisk.com
parents:
diff changeset
4 [metadata]
drewp@bigasterisk.com
parents:
diff changeset
5 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
6 strategy = ["cross_platform", "inherit_metadata"]
drewp@bigasterisk.com
parents:
diff changeset
7 lock_version = "4.4.1"
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
8 content_hash = "sha256:50f2904cbccac5298835948c8e9bc0168395a04c59bc0967ae6e8c073b2adfb8"
0
drewp@bigasterisk.com
parents:
diff changeset
9
drewp@bigasterisk.com
parents:
diff changeset
10 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
11 name = "absl-py"
drewp@bigasterisk.com
parents:
diff changeset
12 version = "2.1.0"
drewp@bigasterisk.com
parents:
diff changeset
13 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
14 summary = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py."
drewp@bigasterisk.com
parents:
diff changeset
15 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
16 files = [
drewp@bigasterisk.com
parents:
diff changeset
17 {file = "absl-py-2.1.0.tar.gz", hash = "sha256:7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff"},
drewp@bigasterisk.com
parents:
diff changeset
18 {file = "absl_py-2.1.0-py3-none-any.whl", hash = "sha256:526a04eadab8b4ee719ce68f204172ead1027549089702d99b9059f129ff1308"},
drewp@bigasterisk.com
parents:
diff changeset
19 ]
drewp@bigasterisk.com
parents:
diff changeset
20
drewp@bigasterisk.com
parents:
diff changeset
21 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
22 name = "aiohttp"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
23 version = "3.9.5"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
24 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
25 summary = "Async http client/server framework (asyncio)"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
26 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
27 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
28 "aiosignal>=1.1.2",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
29 "attrs>=17.3.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
30 "frozenlist>=1.1.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
31 "multidict<7.0,>=4.5",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
32 "yarl<2.0,>=1.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
33 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
34 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
35 {file = "aiohttp-3.9.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:e0ae53e33ee7476dd3d1132f932eeb39bf6125083820049d06edcdca4381f342"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
36 {file = "aiohttp-3.9.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c088c4d70d21f8ca5c0b8b5403fe84a7bc8e024161febdd4ef04575ef35d474d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
37 {file = "aiohttp-3.9.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:639d0042b7670222f33b0028de6b4e2fad6451462ce7df2af8aee37dcac55424"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
38 {file = "aiohttp-3.9.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f26383adb94da5e7fb388d441bf09c61e5e35f455a3217bfd790c6b6bc64b2ee"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
39 {file = "aiohttp-3.9.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:66331d00fb28dc90aa606d9a54304af76b335ae204d1836f65797d6fe27f1ca2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
40 {file = "aiohttp-3.9.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4ff550491f5492ab5ed3533e76b8567f4b37bd2995e780a1f46bca2024223233"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
41 {file = "aiohttp-3.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f22eb3a6c1080d862befa0a89c380b4dafce29dc6cd56083f630073d102eb595"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
42 {file = "aiohttp-3.9.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a81b1143d42b66ffc40a441379387076243ef7b51019204fd3ec36b9f69e77d6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
43 {file = "aiohttp-3.9.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:f64fd07515dad67f24b6ea4a66ae2876c01031de91c93075b8093f07c0a2d93d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
44 {file = "aiohttp-3.9.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:93e22add827447d2e26d67c9ac0161756007f152fdc5210277d00a85f6c92323"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
45 {file = "aiohttp-3.9.5-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:55b39c8684a46e56ef8c8d24faf02de4a2b2ac60d26cee93bc595651ff545de9"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
46 {file = "aiohttp-3.9.5-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4715a9b778f4293b9f8ae7a0a7cef9829f02ff8d6277a39d7f40565c737d3771"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
47 {file = "aiohttp-3.9.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:afc52b8d969eff14e069a710057d15ab9ac17cd4b6753042c407dcea0e40bf75"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
48 {file = "aiohttp-3.9.5-cp311-cp311-win32.whl", hash = "sha256:b3df71da99c98534be076196791adca8819761f0bf6e08e07fd7da25127150d6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
49 {file = "aiohttp-3.9.5-cp311-cp311-win_amd64.whl", hash = "sha256:88e311d98cc0bf45b62fc46c66753a83445f5ab20038bcc1b8a1cc05666f428a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
50 {file = "aiohttp-3.9.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:c7a4b7a6cf5b6eb11e109a9755fd4fda7d57395f8c575e166d363b9fc3ec4678"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
51 {file = "aiohttp-3.9.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:0a158704edf0abcac8ac371fbb54044f3270bdbc93e254a82b6c82be1ef08f3c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
52 {file = "aiohttp-3.9.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d153f652a687a8e95ad367a86a61e8d53d528b0530ef382ec5aaf533140ed00f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
53 {file = "aiohttp-3.9.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82a6a97d9771cb48ae16979c3a3a9a18b600a8505b1115cfe354dfb2054468b4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
54 {file = "aiohttp-3.9.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:60cdbd56f4cad9f69c35eaac0fbbdf1f77b0ff9456cebd4902f3dd1cf096464c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
55 {file = "aiohttp-3.9.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8676e8fd73141ded15ea586de0b7cda1542960a7b9ad89b2b06428e97125d4fa"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
56 {file = "aiohttp-3.9.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:da00da442a0e31f1c69d26d224e1efd3a1ca5bcbf210978a2ca7426dfcae9f58"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
57 {file = "aiohttp-3.9.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:18f634d540dd099c262e9f887c8bbacc959847cfe5da7a0e2e1cf3f14dbf2daf"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
58 {file = "aiohttp-3.9.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:320e8618eda64e19d11bdb3bd04ccc0a816c17eaecb7e4945d01deee2a22f95f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
59 {file = "aiohttp-3.9.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:2faa61a904b83142747fc6a6d7ad8fccff898c849123030f8e75d5d967fd4a81"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
60 {file = "aiohttp-3.9.5-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:8c64a6dc3fe5db7b1b4d2b5cb84c4f677768bdc340611eca673afb7cf416ef5a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
61 {file = "aiohttp-3.9.5-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:393c7aba2b55559ef7ab791c94b44f7482a07bf7640d17b341b79081f5e5cd1a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
62 {file = "aiohttp-3.9.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:c671dc117c2c21a1ca10c116cfcd6e3e44da7fcde37bf83b2be485ab377b25da"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
63 {file = "aiohttp-3.9.5-cp312-cp312-win32.whl", hash = "sha256:5a7ee16aab26e76add4afc45e8f8206c95d1d75540f1039b84a03c3b3800dd59"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
64 {file = "aiohttp-3.9.5-cp312-cp312-win_amd64.whl", hash = "sha256:5ca51eadbd67045396bc92a4345d1790b7301c14d1848feaac1d6a6c9289e888"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
65 {file = "aiohttp-3.9.5.tar.gz", hash = "sha256:edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
66 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
67
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
68 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
69 name = "aiosignal"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
70 version = "1.3.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
71 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
72 summary = "aiosignal: a list of registered asynchronous callbacks"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
73 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
74 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
75 "frozenlist>=1.1.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
76 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
77 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
78 {file = "aiosignal-1.3.1-py3-none-any.whl", hash = "sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
79 {file = "aiosignal-1.3.1.tar.gz", hash = "sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
80 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
81
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
82 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
83 name = "annotated-types"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
84 version = "0.7.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
85 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
86 summary = "Reusable constraint types to use with typing.Annotated"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
87 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
88 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
89 {file = "annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
90 {file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
91 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
92
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
93 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
94 name = "anyio"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
95 version = "4.4.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
96 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
97 summary = "High level compatibility layer for multiple asynchronous event loop implementations"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
98 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
99 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
100 "idna>=2.8",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
101 "sniffio>=1.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
102 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
103 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
104 {file = "anyio-4.4.0-py3-none-any.whl", hash = "sha256:c1b2d8f46a8a812513012e1107cb0e68c17159a7a594208005a57dc776e1bdc7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
105 {file = "anyio-4.4.0.tar.gz", hash = "sha256:5aadc6a1bbb7cdb0bede386cac5e2940f5e2ff3aa20277e991cf028e0585ce94"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
106 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
107
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
108 [[package]]
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
109 name = "apex-search"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
110 version = "0.0.2"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
111 requires_python = ">=3.10"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
112 summary = "A full text search implementation in Python"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
113 groups = ["default"]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
114 files = [
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
115 {file = "apex-search-0.0.2.tar.gz", hash = "sha256:e7593732b8b27e0994ed1d2f8b9f213444ee60f42da0bce39352cad343c68364"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
116 ]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
117
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
118 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
119 name = "asttokens"
drewp@bigasterisk.com
parents:
diff changeset
120 version = "2.4.1"
drewp@bigasterisk.com
parents:
diff changeset
121 summary = "Annotate AST trees with source code positions"
drewp@bigasterisk.com
parents:
diff changeset
122 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
123 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
124 "six>=1.12.0",
drewp@bigasterisk.com
parents:
diff changeset
125 ]
drewp@bigasterisk.com
parents:
diff changeset
126 files = [
drewp@bigasterisk.com
parents:
diff changeset
127 {file = "asttokens-2.4.1-py2.py3-none-any.whl", hash = "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24"},
drewp@bigasterisk.com
parents:
diff changeset
128 {file = "asttokens-2.4.1.tar.gz", hash = "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0"},
drewp@bigasterisk.com
parents:
diff changeset
129 ]
drewp@bigasterisk.com
parents:
diff changeset
130
drewp@bigasterisk.com
parents:
diff changeset
131 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
132 name = "attrs"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
133 version = "23.2.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
134 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
135 summary = "Classes Without Boilerplate"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
136 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
137 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
138 {file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
139 {file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
140 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
141
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
142 [[package]]
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
143 name = "beautifulsoup4"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
144 version = "4.12.3"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
145 requires_python = ">=3.6.0"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
146 summary = "Screen-scraping library"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
147 groups = ["default"]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
148 dependencies = [
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
149 "soupsieve>1.2",
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
150 ]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
151 files = [
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
152 {file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
153 {file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
154 ]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
155
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
156 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
157 name = "certifi"
drewp@bigasterisk.com
parents:
diff changeset
158 version = "2024.7.4"
drewp@bigasterisk.com
parents:
diff changeset
159 requires_python = ">=3.6"
drewp@bigasterisk.com
parents:
diff changeset
160 summary = "Python package for providing Mozilla's CA Bundle."
drewp@bigasterisk.com
parents:
diff changeset
161 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
162 files = [
drewp@bigasterisk.com
parents:
diff changeset
163 {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"},
drewp@bigasterisk.com
parents:
diff changeset
164 {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"},
drewp@bigasterisk.com
parents:
diff changeset
165 ]
drewp@bigasterisk.com
parents:
diff changeset
166
drewp@bigasterisk.com
parents:
diff changeset
167 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
168 name = "charset-normalizer"
drewp@bigasterisk.com
parents:
diff changeset
169 version = "3.3.2"
drewp@bigasterisk.com
parents:
diff changeset
170 requires_python = ">=3.7.0"
drewp@bigasterisk.com
parents:
diff changeset
171 summary = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
drewp@bigasterisk.com
parents:
diff changeset
172 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
173 files = [
drewp@bigasterisk.com
parents:
diff changeset
174 {file = "charset-normalizer-3.3.2.tar.gz", hash = "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5"},
drewp@bigasterisk.com
parents:
diff changeset
175 {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db"},
drewp@bigasterisk.com
parents:
diff changeset
176 {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96"},
drewp@bigasterisk.com
parents:
diff changeset
177 {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e"},
drewp@bigasterisk.com
parents:
diff changeset
178 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f"},
drewp@bigasterisk.com
parents:
diff changeset
179 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574"},
drewp@bigasterisk.com
parents:
diff changeset
180 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4"},
drewp@bigasterisk.com
parents:
diff changeset
181 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8"},
drewp@bigasterisk.com
parents:
diff changeset
182 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc"},
drewp@bigasterisk.com
parents:
diff changeset
183 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae"},
drewp@bigasterisk.com
parents:
diff changeset
184 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887"},
drewp@bigasterisk.com
parents:
diff changeset
185 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae"},
drewp@bigasterisk.com
parents:
diff changeset
186 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce"},
drewp@bigasterisk.com
parents:
diff changeset
187 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f"},
drewp@bigasterisk.com
parents:
diff changeset
188 {file = "charset_normalizer-3.3.2-cp311-cp311-win32.whl", hash = "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab"},
drewp@bigasterisk.com
parents:
diff changeset
189 {file = "charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl", hash = "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77"},
drewp@bigasterisk.com
parents:
diff changeset
190 {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8"},
drewp@bigasterisk.com
parents:
diff changeset
191 {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b"},
drewp@bigasterisk.com
parents:
diff changeset
192 {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6"},
drewp@bigasterisk.com
parents:
diff changeset
193 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a"},
drewp@bigasterisk.com
parents:
diff changeset
194 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389"},
drewp@bigasterisk.com
parents:
diff changeset
195 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa"},
drewp@bigasterisk.com
parents:
diff changeset
196 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b"},
drewp@bigasterisk.com
parents:
diff changeset
197 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed"},
drewp@bigasterisk.com
parents:
diff changeset
198 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26"},
drewp@bigasterisk.com
parents:
diff changeset
199 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d"},
drewp@bigasterisk.com
parents:
diff changeset
200 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068"},
drewp@bigasterisk.com
parents:
diff changeset
201 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143"},
drewp@bigasterisk.com
parents:
diff changeset
202 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4"},
drewp@bigasterisk.com
parents:
diff changeset
203 {file = "charset_normalizer-3.3.2-cp312-cp312-win32.whl", hash = "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7"},
drewp@bigasterisk.com
parents:
diff changeset
204 {file = "charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl", hash = "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001"},
drewp@bigasterisk.com
parents:
diff changeset
205 {file = "charset_normalizer-3.3.2-py3-none-any.whl", hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc"},
drewp@bigasterisk.com
parents:
diff changeset
206 ]
drewp@bigasterisk.com
parents:
diff changeset
207
drewp@bigasterisk.com
parents:
diff changeset
208 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
209 name = "chex"
drewp@bigasterisk.com
parents:
diff changeset
210 version = "0.1.86"
drewp@bigasterisk.com
parents:
diff changeset
211 requires_python = ">=3.9"
drewp@bigasterisk.com
parents:
diff changeset
212 summary = "Chex: Testing made fun, in JAX!"
drewp@bigasterisk.com
parents:
diff changeset
213 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
214 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
215 "absl-py>=0.9.0",
drewp@bigasterisk.com
parents:
diff changeset
216 "jax>=0.4.16",
drewp@bigasterisk.com
parents:
diff changeset
217 "jaxlib>=0.1.37",
drewp@bigasterisk.com
parents:
diff changeset
218 "numpy>=1.24.1",
drewp@bigasterisk.com
parents:
diff changeset
219 "setuptools; python_version >= \"3.12\"",
drewp@bigasterisk.com
parents:
diff changeset
220 "toolz>=0.9.0",
drewp@bigasterisk.com
parents:
diff changeset
221 "typing-extensions>=4.2.0",
drewp@bigasterisk.com
parents:
diff changeset
222 ]
drewp@bigasterisk.com
parents:
diff changeset
223 files = [
drewp@bigasterisk.com
parents:
diff changeset
224 {file = "chex-0.1.86-py3-none-any.whl", hash = "sha256:251c20821092323a3d9c28e1cf80e4a58180978bec368f531949bd9847eee568"},
drewp@bigasterisk.com
parents:
diff changeset
225 {file = "chex-0.1.86.tar.gz", hash = "sha256:e8b0f96330eba4144659e1617c0f7a57b161e8cbb021e55c6d5056c7378091d1"},
drewp@bigasterisk.com
parents:
diff changeset
226 ]
drewp@bigasterisk.com
parents:
diff changeset
227
drewp@bigasterisk.com
parents:
diff changeset
228 [[package]]
1
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
229 name = "click"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
230 version = "8.1.7"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
231 requires_python = ">=3.7"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
232 summary = "Composable command line interface toolkit"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
233 groups = ["default"]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
234 dependencies = [
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
235 "colorama; platform_system == \"Windows\"",
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
236 ]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
237 files = [
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
238 {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
239 {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
240 ]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
241
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
242 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
243 name = "colorama"
drewp@bigasterisk.com
parents:
diff changeset
244 version = "0.4.6"
drewp@bigasterisk.com
parents:
diff changeset
245 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
drewp@bigasterisk.com
parents:
diff changeset
246 summary = "Cross-platform colored terminal text."
drewp@bigasterisk.com
parents:
diff changeset
247 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
248 marker = "sys_platform == \"win32\" or platform_system == \"Windows\""
drewp@bigasterisk.com
parents:
diff changeset
249 files = [
drewp@bigasterisk.com
parents:
diff changeset
250 {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
drewp@bigasterisk.com
parents:
diff changeset
251 {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
drewp@bigasterisk.com
parents:
diff changeset
252 ]
drewp@bigasterisk.com
parents:
diff changeset
253
drewp@bigasterisk.com
parents:
diff changeset
254 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
255 name = "coloredlogs"
drewp@bigasterisk.com
parents:
diff changeset
256 version = "15.0.1"
drewp@bigasterisk.com
parents:
diff changeset
257 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
drewp@bigasterisk.com
parents:
diff changeset
258 summary = "Colored terminal output for Python's logging module"
drewp@bigasterisk.com
parents:
diff changeset
259 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
260 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
261 "humanfriendly>=9.1",
drewp@bigasterisk.com
parents:
diff changeset
262 ]
drewp@bigasterisk.com
parents:
diff changeset
263 files = [
drewp@bigasterisk.com
parents:
diff changeset
264 {file = "coloredlogs-15.0.1-py2.py3-none-any.whl", hash = "sha256:612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934"},
drewp@bigasterisk.com
parents:
diff changeset
265 {file = "coloredlogs-15.0.1.tar.gz", hash = "sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0"},
drewp@bigasterisk.com
parents:
diff changeset
266 ]
drewp@bigasterisk.com
parents:
diff changeset
267
drewp@bigasterisk.com
parents:
diff changeset
268 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
269 name = "decorator"
drewp@bigasterisk.com
parents:
diff changeset
270 version = "5.1.1"
drewp@bigasterisk.com
parents:
diff changeset
271 requires_python = ">=3.5"
drewp@bigasterisk.com
parents:
diff changeset
272 summary = "Decorators for Humans"
drewp@bigasterisk.com
parents:
diff changeset
273 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
274 files = [
drewp@bigasterisk.com
parents:
diff changeset
275 {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"},
drewp@bigasterisk.com
parents:
diff changeset
276 {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"},
drewp@bigasterisk.com
parents:
diff changeset
277 ]
drewp@bigasterisk.com
parents:
diff changeset
278
drewp@bigasterisk.com
parents:
diff changeset
279 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
280 name = "dnspython"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
281 version = "2.6.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
282 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
283 summary = "DNS toolkit"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
284 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
285 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
286 {file = "dnspython-2.6.1-py3-none-any.whl", hash = "sha256:5ef3b9680161f6fa89daf8ad451b5f1a33b18ae8a1c6778cdf4b43f08c0a6e50"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
287 {file = "dnspython-2.6.1.tar.gz", hash = "sha256:e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
288 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
289
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
290 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
291 name = "email-validator"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
292 version = "2.2.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
293 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
294 summary = "A robust email address syntax and deliverability validation library."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
295 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
296 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
297 "dnspython>=2.0.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
298 "idna>=2.0.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
299 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
300 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
301 {file = "email_validator-2.2.0-py3-none-any.whl", hash = "sha256:561977c2d73ce3611850a06fa56b414621e0c8faa9d66f2611407d87465da631"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
302 {file = "email_validator-2.2.0.tar.gz", hash = "sha256:cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
303 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
304
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
305 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
306 name = "environs"
drewp@bigasterisk.com
parents:
diff changeset
307 version = "9.5.0"
drewp@bigasterisk.com
parents:
diff changeset
308 requires_python = ">=3.6"
drewp@bigasterisk.com
parents:
diff changeset
309 summary = "simplified environment variable parsing"
drewp@bigasterisk.com
parents:
diff changeset
310 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
311 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
312 "marshmallow>=3.0.0",
drewp@bigasterisk.com
parents:
diff changeset
313 "python-dotenv",
drewp@bigasterisk.com
parents:
diff changeset
314 ]
drewp@bigasterisk.com
parents:
diff changeset
315 files = [
drewp@bigasterisk.com
parents:
diff changeset
316 {file = "environs-9.5.0-py2.py3-none-any.whl", hash = "sha256:1e549569a3de49c05f856f40bce86979e7d5ffbbc4398e7f338574c220189124"},
drewp@bigasterisk.com
parents:
diff changeset
317 {file = "environs-9.5.0.tar.gz", hash = "sha256:a76307b36fbe856bdca7ee9161e6c466fd7fcffc297109a118c59b54e27e30c9"},
drewp@bigasterisk.com
parents:
diff changeset
318 ]
drewp@bigasterisk.com
parents:
diff changeset
319
drewp@bigasterisk.com
parents:
diff changeset
320 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
321 name = "etils"
drewp@bigasterisk.com
parents:
diff changeset
322 version = "1.9.2"
drewp@bigasterisk.com
parents:
diff changeset
323 requires_python = ">=3.11"
drewp@bigasterisk.com
parents:
diff changeset
324 summary = "Collection of common python utils"
drewp@bigasterisk.com
parents:
diff changeset
325 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
326 files = [
drewp@bigasterisk.com
parents:
diff changeset
327 {file = "etils-1.9.2-py3-none-any.whl", hash = "sha256:ecd79de1fbfea9b0d6924756cfa922b05ed3360c45cf2170767da4bee0001d20"},
drewp@bigasterisk.com
parents:
diff changeset
328 {file = "etils-1.9.2.tar.gz", hash = "sha256:15dcd35ac0c0cc2404b46ac0846af3cc4e876fd3d80f36f57951e27e8b9d6379"},
drewp@bigasterisk.com
parents:
diff changeset
329 ]
drewp@bigasterisk.com
parents:
diff changeset
330
drewp@bigasterisk.com
parents:
diff changeset
331 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
332 name = "etils"
drewp@bigasterisk.com
parents:
diff changeset
333 version = "1.9.2"
drewp@bigasterisk.com
parents:
diff changeset
334 extras = ["epath", "epy"]
drewp@bigasterisk.com
parents:
diff changeset
335 requires_python = ">=3.11"
drewp@bigasterisk.com
parents:
diff changeset
336 summary = "Collection of common python utils"
drewp@bigasterisk.com
parents:
diff changeset
337 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
338 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
339 "etils==1.9.2",
drewp@bigasterisk.com
parents:
diff changeset
340 "etils[epy]",
drewp@bigasterisk.com
parents:
diff changeset
341 "fsspec",
drewp@bigasterisk.com
parents:
diff changeset
342 "importlib-resources",
drewp@bigasterisk.com
parents:
diff changeset
343 "typing-extensions",
drewp@bigasterisk.com
parents:
diff changeset
344 "typing-extensions",
drewp@bigasterisk.com
parents:
diff changeset
345 "zipp",
drewp@bigasterisk.com
parents:
diff changeset
346 ]
drewp@bigasterisk.com
parents:
diff changeset
347 files = [
drewp@bigasterisk.com
parents:
diff changeset
348 {file = "etils-1.9.2-py3-none-any.whl", hash = "sha256:ecd79de1fbfea9b0d6924756cfa922b05ed3360c45cf2170767da4bee0001d20"},
drewp@bigasterisk.com
parents:
diff changeset
349 {file = "etils-1.9.2.tar.gz", hash = "sha256:15dcd35ac0c0cc2404b46ac0846af3cc4e876fd3d80f36f57951e27e8b9d6379"},
drewp@bigasterisk.com
parents:
diff changeset
350 ]
drewp@bigasterisk.com
parents:
diff changeset
351
drewp@bigasterisk.com
parents:
diff changeset
352 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
353 name = "etils"
drewp@bigasterisk.com
parents:
diff changeset
354 version = "1.9.2"
drewp@bigasterisk.com
parents:
diff changeset
355 extras = ["epy"]
drewp@bigasterisk.com
parents:
diff changeset
356 requires_python = ">=3.11"
drewp@bigasterisk.com
parents:
diff changeset
357 summary = "Collection of common python utils"
drewp@bigasterisk.com
parents:
diff changeset
358 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
359 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
360 "etils==1.9.2",
drewp@bigasterisk.com
parents:
diff changeset
361 "typing-extensions",
drewp@bigasterisk.com
parents:
diff changeset
362 ]
drewp@bigasterisk.com
parents:
diff changeset
363 files = [
drewp@bigasterisk.com
parents:
diff changeset
364 {file = "etils-1.9.2-py3-none-any.whl", hash = "sha256:ecd79de1fbfea9b0d6924756cfa922b05ed3360c45cf2170767da4bee0001d20"},
drewp@bigasterisk.com
parents:
diff changeset
365 {file = "etils-1.9.2.tar.gz", hash = "sha256:15dcd35ac0c0cc2404b46ac0846af3cc4e876fd3d80f36f57951e27e8b9d6379"},
drewp@bigasterisk.com
parents:
diff changeset
366 ]
drewp@bigasterisk.com
parents:
diff changeset
367
drewp@bigasterisk.com
parents:
diff changeset
368 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
369 name = "executing"
drewp@bigasterisk.com
parents:
diff changeset
370 version = "2.0.1"
drewp@bigasterisk.com
parents:
diff changeset
371 requires_python = ">=3.5"
drewp@bigasterisk.com
parents:
diff changeset
372 summary = "Get the currently executing AST node of a frame, and other information"
drewp@bigasterisk.com
parents:
diff changeset
373 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
374 files = [
drewp@bigasterisk.com
parents:
diff changeset
375 {file = "executing-2.0.1-py2.py3-none-any.whl", hash = "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc"},
drewp@bigasterisk.com
parents:
diff changeset
376 {file = "executing-2.0.1.tar.gz", hash = "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147"},
drewp@bigasterisk.com
parents:
diff changeset
377 ]
drewp@bigasterisk.com
parents:
diff changeset
378
drewp@bigasterisk.com
parents:
diff changeset
379 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
380 name = "fastapi"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
381 version = "0.111.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
382 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
383 summary = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
384 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
385 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
386 "email-validator>=2.0.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
387 "fastapi-cli>=0.0.2",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
388 "httpx>=0.23.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
389 "jinja2>=2.11.2",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
390 "orjson>=3.2.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
391 "pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
392 "python-multipart>=0.0.7",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
393 "starlette<0.38.0,>=0.37.2",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
394 "typing-extensions>=4.8.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
395 "ujson!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,>=4.0.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
396 "uvicorn[standard]>=0.12.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
397 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
398 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
399 {file = "fastapi-0.111.0-py3-none-any.whl", hash = "sha256:97ecbf994be0bcbdadedf88c3150252bed7b2087075ac99735403b1b76cc8fc0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
400 {file = "fastapi-0.111.0.tar.gz", hash = "sha256:b9db9dd147c91cb8b769f7183535773d8741dd46f9dc6676cd82eab510228cd7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
401 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
402
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
403 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
404 name = "fastapi-cli"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
405 version = "0.0.4"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
406 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
407 summary = "Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
408 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
409 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
410 "typer>=0.12.3",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
411 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
412 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
413 {file = "fastapi_cli-0.0.4-py3-none-any.whl", hash = "sha256:a2552f3a7ae64058cdbb530be6fa6dbfc975dc165e4fa66d224c3d396e25e809"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
414 {file = "fastapi_cli-0.0.4.tar.gz", hash = "sha256:e2e9ffaffc1f7767f488d6da34b6f5a377751c996f397902eb6abb99a67bde32"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
415 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
416
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
417 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
418 name = "filelock"
drewp@bigasterisk.com
parents:
diff changeset
419 version = "3.15.4"
drewp@bigasterisk.com
parents:
diff changeset
420 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
421 summary = "A platform independent file lock."
drewp@bigasterisk.com
parents:
diff changeset
422 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
423 files = [
drewp@bigasterisk.com
parents:
diff changeset
424 {file = "filelock-3.15.4-py3-none-any.whl", hash = "sha256:6ca1fffae96225dab4c6eaf1c4f4f28cd2568d3ec2a44e15a08520504de468e7"},
drewp@bigasterisk.com
parents:
diff changeset
425 {file = "filelock-3.15.4.tar.gz", hash = "sha256:2207938cbc1844345cb01a5a95524dae30f0ce089eba5b00378295a17e3e90cb"},
drewp@bigasterisk.com
parents:
diff changeset
426 ]
drewp@bigasterisk.com
parents:
diff changeset
427
drewp@bigasterisk.com
parents:
diff changeset
428 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
429 name = "flatbuffers"
drewp@bigasterisk.com
parents:
diff changeset
430 version = "24.3.25"
drewp@bigasterisk.com
parents:
diff changeset
431 summary = "The FlatBuffers serialization format for Python"
drewp@bigasterisk.com
parents:
diff changeset
432 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
433 files = [
drewp@bigasterisk.com
parents:
diff changeset
434 {file = "flatbuffers-24.3.25-py2.py3-none-any.whl", hash = "sha256:8dbdec58f935f3765e4f7f3cf635ac3a77f83568138d6a2311f524ec96364812"},
drewp@bigasterisk.com
parents:
diff changeset
435 {file = "flatbuffers-24.3.25.tar.gz", hash = "sha256:de2ec5b203f21441716617f38443e0a8ebf3d25bf0d9c0bb0ce68fa00ad546a4"},
drewp@bigasterisk.com
parents:
diff changeset
436 ]
drewp@bigasterisk.com
parents:
diff changeset
437
drewp@bigasterisk.com
parents:
diff changeset
438 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
439 name = "flax"
drewp@bigasterisk.com
parents:
diff changeset
440 version = "0.8.5"
drewp@bigasterisk.com
parents:
diff changeset
441 requires_python = ">=3.9"
drewp@bigasterisk.com
parents:
diff changeset
442 summary = "Flax: A neural network library for JAX designed for flexibility"
drewp@bigasterisk.com
parents:
diff changeset
443 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
444 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
445 "PyYAML>=5.4.1",
drewp@bigasterisk.com
parents:
diff changeset
446 "jax>=0.4.27",
drewp@bigasterisk.com
parents:
diff changeset
447 "msgpack",
drewp@bigasterisk.com
parents:
diff changeset
448 "numpy>=1.22",
drewp@bigasterisk.com
parents:
diff changeset
449 "numpy>=1.23.2; python_version >= \"3.11\"",
drewp@bigasterisk.com
parents:
diff changeset
450 "numpy>=1.26.0; python_version >= \"3.12\"",
drewp@bigasterisk.com
parents:
diff changeset
451 "optax",
drewp@bigasterisk.com
parents:
diff changeset
452 "orbax-checkpoint",
drewp@bigasterisk.com
parents:
diff changeset
453 "rich>=11.1",
drewp@bigasterisk.com
parents:
diff changeset
454 "tensorstore",
drewp@bigasterisk.com
parents:
diff changeset
455 "typing-extensions>=4.2",
drewp@bigasterisk.com
parents:
diff changeset
456 ]
drewp@bigasterisk.com
parents:
diff changeset
457 files = [
drewp@bigasterisk.com
parents:
diff changeset
458 {file = "flax-0.8.5-py3-none-any.whl", hash = "sha256:c96e46d1c48a300d010ebf5c4846f163bdd7acc6efff5ff2bfb1cb5b08aa65d8"},
drewp@bigasterisk.com
parents:
diff changeset
459 {file = "flax-0.8.5.tar.gz", hash = "sha256:4a9cb7950ece54b0addaa73d77eba24e46138dbe783d01987be79d20ccb2b09b"},
drewp@bigasterisk.com
parents:
diff changeset
460 ]
drewp@bigasterisk.com
parents:
diff changeset
461
drewp@bigasterisk.com
parents:
diff changeset
462 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
463 name = "frozenlist"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
464 version = "1.4.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
465 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
466 summary = "A list-like structure which implements collections.abc.MutableSequence"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
467 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
468 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
469 {file = "frozenlist-1.4.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a0cb6f11204443f27a1628b0e460f37fb30f624be6051d490fa7d7e26d4af3d0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
470 {file = "frozenlist-1.4.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b46c8ae3a8f1f41a0d2ef350c0b6e65822d80772fe46b653ab6b6274f61d4a49"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
471 {file = "frozenlist-1.4.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:fde5bd59ab5357e3853313127f4d3565fc7dad314a74d7b5d43c22c6a5ed2ced"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
472 {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:722e1124aec435320ae01ee3ac7bec11a5d47f25d0ed6328f2273d287bc3abb0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
473 {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2471c201b70d58a0f0c1f91261542a03d9a5e088ed3dc6c160d614c01649c106"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
474 {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c757a9dd70d72b076d6f68efdbb9bc943665ae954dad2801b874c8c69e185068"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
475 {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f146e0911cb2f1da549fc58fc7bcd2b836a44b79ef871980d605ec392ff6b0d2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
476 {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f9c515e7914626b2a2e1e311794b4c35720a0be87af52b79ff8e1429fc25f19"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
477 {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:c302220494f5c1ebeb0912ea782bcd5e2f8308037b3c7553fad0e48ebad6ad82"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
478 {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:442acde1e068288a4ba7acfe05f5f343e19fac87bfc96d89eb886b0363e977ec"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
479 {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:1b280e6507ea8a4fa0c0a7150b4e526a8d113989e28eaaef946cc77ffd7efc0a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
480 {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:fe1a06da377e3a1062ae5fe0926e12b84eceb8a50b350ddca72dc85015873f74"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
481 {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:db9e724bebd621d9beca794f2a4ff1d26eed5965b004a97f1f1685a173b869c2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
482 {file = "frozenlist-1.4.1-cp311-cp311-win32.whl", hash = "sha256:e774d53b1a477a67838a904131c4b0eef6b3d8a651f8b138b04f748fccfefe17"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
483 {file = "frozenlist-1.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:fb3c2db03683b5767dedb5769b8a40ebb47d6f7f45b1b3e3b4b51ec8ad9d9825"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
484 {file = "frozenlist-1.4.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:1979bc0aeb89b33b588c51c54ab0161791149f2461ea7c7c946d95d5f93b56ae"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
485 {file = "frozenlist-1.4.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:cc7b01b3754ea68a62bd77ce6020afaffb44a590c2289089289363472d13aedb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
486 {file = "frozenlist-1.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c9c92be9fd329ac801cc420e08452b70e7aeab94ea4233a4804f0915c14eba9b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
487 {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c3894db91f5a489fc8fa6a9991820f368f0b3cbdb9cd8849547ccfab3392d86"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
488 {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ba60bb19387e13597fb059f32cd4d59445d7b18b69a745b8f8e5db0346f33480"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
489 {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8aefbba5f69d42246543407ed2461db31006b0f76c4e32dfd6f42215a2c41d09"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
490 {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:780d3a35680ced9ce682fbcf4cb9c2bad3136eeff760ab33707b71db84664e3a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
491 {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9acbb16f06fe7f52f441bb6f413ebae6c37baa6ef9edd49cdd567216da8600cd"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
492 {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:23b701e65c7b36e4bf15546a89279bd4d8675faabc287d06bbcfac7d3c33e1e6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
493 {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:3e0153a805a98f5ada7e09826255ba99fb4f7524bb81bf6b47fb702666484ae1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
494 {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:dd9b1baec094d91bf36ec729445f7769d0d0cf6b64d04d86e45baf89e2b9059b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
495 {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:1a4471094e146b6790f61b98616ab8e44f72661879cc63fa1049d13ef711e71e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
496 {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:5667ed53d68d91920defdf4035d1cdaa3c3121dc0b113255124bcfada1cfa1b8"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
497 {file = "frozenlist-1.4.1-cp312-cp312-win32.whl", hash = "sha256:beee944ae828747fd7cb216a70f120767fc9f4f00bacae8543c14a6831673f89"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
498 {file = "frozenlist-1.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:64536573d0a2cb6e625cf309984e2d873979709f2cf22839bf2d61790b448ad5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
499 {file = "frozenlist-1.4.1-py3-none-any.whl", hash = "sha256:04ced3e6a46b4cfffe20f9ae482818e34eba9b5fb0ce4056e4cc9b6e212d09b7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
500 {file = "frozenlist-1.4.1.tar.gz", hash = "sha256:c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
501 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
502
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
503 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
504 name = "fsspec"
drewp@bigasterisk.com
parents:
diff changeset
505 version = "2024.6.1"
drewp@bigasterisk.com
parents:
diff changeset
506 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
507 summary = "File-system specification"
drewp@bigasterisk.com
parents:
diff changeset
508 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
509 files = [
drewp@bigasterisk.com
parents:
diff changeset
510 {file = "fsspec-2024.6.1-py3-none-any.whl", hash = "sha256:3cb443f8bcd2efb31295a5b9fdb02aee81d8452c80d28f97a6d0959e6cee101e"},
drewp@bigasterisk.com
parents:
diff changeset
511 {file = "fsspec-2024.6.1.tar.gz", hash = "sha256:fad7d7e209dd4c1208e3bbfda706620e0da5142bebbd9c384afb95b07e798e49"},
drewp@bigasterisk.com
parents:
diff changeset
512 ]
drewp@bigasterisk.com
parents:
diff changeset
513
drewp@bigasterisk.com
parents:
diff changeset
514 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
515 name = "greenlet"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
516 version = "3.0.3"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
517 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
518 summary = "Lightweight in-process concurrent programming"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
519 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
520 marker = "(platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\") and python_version < \"3.13\""
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
521 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
522 {file = "greenlet-3.0.3-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:b1b5667cced97081bf57b8fa1d6bfca67814b0afd38208d52538316e9422fc61"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
523 {file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:52f59dd9c96ad2fc0d5724107444f76eb20aaccb675bf825df6435acb7703559"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
524 {file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:afaff6cf5200befd5cec055b07d1c0a5a06c040fe5ad148abcd11ba6ab9b114e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
525 {file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fe754d231288e1e64323cfad462fcee8f0288654c10bdf4f603a39ed923bef33"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
526 {file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2797aa5aedac23af156bbb5a6aa2cd3427ada2972c828244eb7d1b9255846379"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
527 {file = "greenlet-3.0.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b7f009caad047246ed379e1c4dbcb8b020f0a390667ea74d2387be2998f58a22"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
528 {file = "greenlet-3.0.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:c5e1536de2aad7bf62e27baf79225d0d64360d4168cf2e6becb91baf1ed074f3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
529 {file = "greenlet-3.0.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:894393ce10ceac937e56ec00bb71c4c2f8209ad516e96033e4b3b1de270e200d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
530 {file = "greenlet-3.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:1ea188d4f49089fc6fb283845ab18a2518d279c7cd9da1065d7a84e991748728"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
531 {file = "greenlet-3.0.3-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:70fb482fdf2c707765ab5f0b6655e9cfcf3780d8d87355a063547b41177599be"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
532 {file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d4d1ac74f5c0c0524e4a24335350edad7e5f03b9532da7ea4d3c54d527784f2e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
533 {file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:149e94a2dd82d19838fe4b2259f1b6b9957d5ba1b25640d2380bea9c5df37676"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
534 {file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:15d79dd26056573940fcb8c7413d84118086f2ec1a8acdfa854631084393efcc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
535 {file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:881b7db1ebff4ba09aaaeae6aa491daeb226c8150fc20e836ad00041bcb11230"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
536 {file = "greenlet-3.0.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fcd2469d6a2cf298f198f0487e0a5b1a47a42ca0fa4dfd1b6862c999f018ebbf"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
537 {file = "greenlet-3.0.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:1f672519db1796ca0d8753f9e78ec02355e862d0998193038c7073045899f305"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
538 {file = "greenlet-3.0.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2516a9957eed41dd8f1ec0c604f1cdc86758b587d964668b5b196a9db5bfcde6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
539 {file = "greenlet-3.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:bba5387a6975598857d86de9eac14210a49d554a77eb8261cc68b7d082f78ce2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
540 {file = "greenlet-3.0.3.tar.gz", hash = "sha256:43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
541 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
542
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
543 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
544 name = "grpcio"
drewp@bigasterisk.com
parents:
diff changeset
545 version = "1.63.0"
drewp@bigasterisk.com
parents:
diff changeset
546 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
547 summary = "HTTP/2-based RPC framework"
drewp@bigasterisk.com
parents:
diff changeset
548 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
549 files = [
drewp@bigasterisk.com
parents:
diff changeset
550 {file = "grpcio-1.63.0-cp311-cp311-linux_armv7l.whl", hash = "sha256:f28f8b2db7b86c77916829d64ab21ff49a9d8289ea1564a2b2a3a8ed9ffcccd3"},
drewp@bigasterisk.com
parents:
diff changeset
551 {file = "grpcio-1.63.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:65bf975639a1f93bee63ca60d2e4951f1b543f498d581869922910a476ead2f5"},
drewp@bigasterisk.com
parents:
diff changeset
552 {file = "grpcio-1.63.0-cp311-cp311-manylinux_2_17_aarch64.whl", hash = "sha256:b5194775fec7dc3dbd6a935102bb156cd2c35efe1685b0a46c67b927c74f0cfb"},
drewp@bigasterisk.com
parents:
diff changeset
553 {file = "grpcio-1.63.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e4cbb2100ee46d024c45920d16e888ee5d3cf47c66e316210bc236d5bebc42b3"},
drewp@bigasterisk.com
parents:
diff changeset
554 {file = "grpcio-1.63.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1ff737cf29b5b801619f10e59b581869e32f400159e8b12d7a97e7e3bdeee6a2"},
drewp@bigasterisk.com
parents:
diff changeset
555 {file = "grpcio-1.63.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:cd1e68776262dd44dedd7381b1a0ad09d9930ffb405f737d64f505eb7f77d6c7"},
drewp@bigasterisk.com
parents:
diff changeset
556 {file = "grpcio-1.63.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:93f45f27f516548e23e4ec3fbab21b060416007dbe768a111fc4611464cc773f"},
drewp@bigasterisk.com
parents:
diff changeset
557 {file = "grpcio-1.63.0-cp311-cp311-win32.whl", hash = "sha256:878b1d88d0137df60e6b09b74cdb73db123f9579232c8456f53e9abc4f62eb3c"},
drewp@bigasterisk.com
parents:
diff changeset
558 {file = "grpcio-1.63.0-cp311-cp311-win_amd64.whl", hash = "sha256:756fed02dacd24e8f488f295a913f250b56b98fb793f41d5b2de6c44fb762434"},
drewp@bigasterisk.com
parents:
diff changeset
559 {file = "grpcio-1.63.0-cp312-cp312-linux_armv7l.whl", hash = "sha256:93a46794cc96c3a674cdfb59ef9ce84d46185fe9421baf2268ccb556f8f81f57"},
drewp@bigasterisk.com
parents:
diff changeset
560 {file = "grpcio-1.63.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:a7b19dfc74d0be7032ca1eda0ed545e582ee46cd65c162f9e9fc6b26ef827dc6"},
drewp@bigasterisk.com
parents:
diff changeset
561 {file = "grpcio-1.63.0-cp312-cp312-manylinux_2_17_aarch64.whl", hash = "sha256:8064d986d3a64ba21e498b9a376cbc5d6ab2e8ab0e288d39f266f0fca169b90d"},
drewp@bigasterisk.com
parents:
diff changeset
562 {file = "grpcio-1.63.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:219bb1848cd2c90348c79ed0a6b0ea51866bc7e72fa6e205e459fedab5770172"},
drewp@bigasterisk.com
parents:
diff changeset
563 {file = "grpcio-1.63.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a2d60cd1d58817bc5985fae6168d8b5655c4981d448d0f5b6194bbcc038090d2"},
drewp@bigasterisk.com
parents:
diff changeset
564 {file = "grpcio-1.63.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:9e350cb096e5c67832e9b6e018cf8a0d2a53b2a958f6251615173165269a91b0"},
drewp@bigasterisk.com
parents:
diff changeset
565 {file = "grpcio-1.63.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:56cdf96ff82e3cc90dbe8bac260352993f23e8e256e063c327b6cf9c88daf7a9"},
drewp@bigasterisk.com
parents:
diff changeset
566 {file = "grpcio-1.63.0-cp312-cp312-win32.whl", hash = "sha256:3a6d1f9ea965e750db7b4ee6f9fdef5fdf135abe8a249e75d84b0a3e0c668a1b"},
drewp@bigasterisk.com
parents:
diff changeset
567 {file = "grpcio-1.63.0-cp312-cp312-win_amd64.whl", hash = "sha256:d2497769895bb03efe3187fb1888fc20e98a5f18b3d14b606167dacda5789434"},
drewp@bigasterisk.com
parents:
diff changeset
568 {file = "grpcio-1.63.0.tar.gz", hash = "sha256:f3023e14805c61bc439fb40ca545ac3d5740ce66120a678a3c6c2c55b70343d1"},
drewp@bigasterisk.com
parents:
diff changeset
569 ]
drewp@bigasterisk.com
parents:
diff changeset
570
drewp@bigasterisk.com
parents:
diff changeset
571 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
572 name = "h11"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
573 version = "0.14.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
574 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
575 summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
576 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
577 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
578 {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
579 {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
580 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
581
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
582 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
583 name = "httpcore"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
584 version = "1.0.5"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
585 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
586 summary = "A minimal low-level HTTP client."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
587 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
588 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
589 "certifi",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
590 "h11<0.15,>=0.13",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
591 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
592 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
593 {file = "httpcore-1.0.5-py3-none-any.whl", hash = "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
594 {file = "httpcore-1.0.5.tar.gz", hash = "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
595 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
596
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
597 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
598 name = "httptools"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
599 version = "0.6.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
600 requires_python = ">=3.8.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
601 summary = "A collection of framework independent HTTP protocol utils."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
602 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
603 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
604 {file = "httptools-0.6.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:7a7ea483c1a4485c71cb5f38be9db078f8b0e8b4c4dc0210f531cdd2ddac1ef1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
605 {file = "httptools-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:85ed077c995e942b6f1b07583e4eb0a8d324d418954fc6af913d36db7c05a5a0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
606 {file = "httptools-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b0bb634338334385351a1600a73e558ce619af390c2b38386206ac6a27fecfc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
607 {file = "httptools-0.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d9ceb2c957320def533671fc9c715a80c47025139c8d1f3797477decbc6edd2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
608 {file = "httptools-0.6.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:4f0f8271c0a4db459f9dc807acd0eadd4839934a4b9b892f6f160e94da309837"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
609 {file = "httptools-0.6.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:6a4f5ccead6d18ec072ac0b84420e95d27c1cdf5c9f1bc8fbd8daf86bd94f43d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
610 {file = "httptools-0.6.1-cp311-cp311-win_amd64.whl", hash = "sha256:5cceac09f164bcba55c0500a18fe3c47df29b62353198e4f37bbcc5d591172c3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
611 {file = "httptools-0.6.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:75c8022dca7935cba14741a42744eee13ba05db00b27a4b940f0d646bd4d56d0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
612 {file = "httptools-0.6.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:48ed8129cd9a0d62cf4d1575fcf90fb37e3ff7d5654d3a5814eb3d55f36478c2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
613 {file = "httptools-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f58e335a1402fb5a650e271e8c2d03cfa7cea46ae124649346d17bd30d59c90"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
614 {file = "httptools-0.6.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:93ad80d7176aa5788902f207a4e79885f0576134695dfb0fefc15b7a4648d503"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
615 {file = "httptools-0.6.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:9bb68d3a085c2174c2477eb3ffe84ae9fb4fde8792edb7bcd09a1d8467e30a84"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
616 {file = "httptools-0.6.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:b512aa728bc02354e5ac086ce76c3ce635b62f5fbc32ab7082b5e582d27867bb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
617 {file = "httptools-0.6.1-cp312-cp312-win_amd64.whl", hash = "sha256:97662ce7fb196c785344d00d638fc9ad69e18ee4bfb4000b35a52efe5adcc949"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
618 {file = "httptools-0.6.1.tar.gz", hash = "sha256:c6e26c30455600b95d94b1b836085138e82f177351454ee841c148f93a9bad5a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
619 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
620
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
621 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
622 name = "httpx"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
623 version = "0.27.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
624 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
625 summary = "The next generation HTTP client."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
626 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
627 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
628 "anyio",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
629 "certifi",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
630 "httpcore==1.*",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
631 "idna",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
632 "sniffio",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
633 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
634 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
635 {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
636 {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
637 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
638
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
639 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
640 name = "huggingface-hub"
drewp@bigasterisk.com
parents:
diff changeset
641 version = "0.23.4"
drewp@bigasterisk.com
parents:
diff changeset
642 requires_python = ">=3.8.0"
drewp@bigasterisk.com
parents:
diff changeset
643 summary = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
drewp@bigasterisk.com
parents:
diff changeset
644 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
645 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
646 "filelock",
drewp@bigasterisk.com
parents:
diff changeset
647 "fsspec>=2023.5.0",
drewp@bigasterisk.com
parents:
diff changeset
648 "packaging>=20.9",
drewp@bigasterisk.com
parents:
diff changeset
649 "pyyaml>=5.1",
drewp@bigasterisk.com
parents:
diff changeset
650 "requests",
drewp@bigasterisk.com
parents:
diff changeset
651 "tqdm>=4.42.1",
drewp@bigasterisk.com
parents:
diff changeset
652 "typing-extensions>=3.7.4.3",
drewp@bigasterisk.com
parents:
diff changeset
653 ]
drewp@bigasterisk.com
parents:
diff changeset
654 files = [
drewp@bigasterisk.com
parents:
diff changeset
655 {file = "huggingface_hub-0.23.4-py3-none-any.whl", hash = "sha256:3a0b957aa87150addf0cc7bd71b4d954b78e749850e1e7fb29ebbd2db64ca037"},
drewp@bigasterisk.com
parents:
diff changeset
656 {file = "huggingface_hub-0.23.4.tar.gz", hash = "sha256:35d99016433900e44ae7efe1c209164a5a81dbbcd53a52f99c281dcd7ce22431"},
drewp@bigasterisk.com
parents:
diff changeset
657 ]
drewp@bigasterisk.com
parents:
diff changeset
658
drewp@bigasterisk.com
parents:
diff changeset
659 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
660 name = "humanfriendly"
drewp@bigasterisk.com
parents:
diff changeset
661 version = "10.0"
drewp@bigasterisk.com
parents:
diff changeset
662 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
drewp@bigasterisk.com
parents:
diff changeset
663 summary = "Human friendly output for text interfaces using Python"
drewp@bigasterisk.com
parents:
diff changeset
664 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
665 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
666 "pyreadline3; sys_platform == \"win32\" and python_version >= \"3.8\"",
drewp@bigasterisk.com
parents:
diff changeset
667 ]
drewp@bigasterisk.com
parents:
diff changeset
668 files = [
drewp@bigasterisk.com
parents:
diff changeset
669 {file = "humanfriendly-10.0-py2.py3-none-any.whl", hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477"},
drewp@bigasterisk.com
parents:
diff changeset
670 {file = "humanfriendly-10.0.tar.gz", hash = "sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc"},
drewp@bigasterisk.com
parents:
diff changeset
671 ]
drewp@bigasterisk.com
parents:
diff changeset
672
drewp@bigasterisk.com
parents:
diff changeset
673 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
674 name = "idna"
drewp@bigasterisk.com
parents:
diff changeset
675 version = "3.7"
drewp@bigasterisk.com
parents:
diff changeset
676 requires_python = ">=3.5"
drewp@bigasterisk.com
parents:
diff changeset
677 summary = "Internationalized Domain Names in Applications (IDNA)"
drewp@bigasterisk.com
parents:
diff changeset
678 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
679 files = [
drewp@bigasterisk.com
parents:
diff changeset
680 {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"},
drewp@bigasterisk.com
parents:
diff changeset
681 {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"},
drewp@bigasterisk.com
parents:
diff changeset
682 ]
drewp@bigasterisk.com
parents:
diff changeset
683
drewp@bigasterisk.com
parents:
diff changeset
684 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
685 name = "importlib-resources"
drewp@bigasterisk.com
parents:
diff changeset
686 version = "6.4.0"
drewp@bigasterisk.com
parents:
diff changeset
687 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
688 summary = "Read resources from Python packages"
drewp@bigasterisk.com
parents:
diff changeset
689 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
690 files = [
drewp@bigasterisk.com
parents:
diff changeset
691 {file = "importlib_resources-6.4.0-py3-none-any.whl", hash = "sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c"},
drewp@bigasterisk.com
parents:
diff changeset
692 {file = "importlib_resources-6.4.0.tar.gz", hash = "sha256:cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145"},
drewp@bigasterisk.com
parents:
diff changeset
693 ]
drewp@bigasterisk.com
parents:
diff changeset
694
drewp@bigasterisk.com
parents:
diff changeset
695 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
696 name = "ipdb"
drewp@bigasterisk.com
parents:
diff changeset
697 version = "0.13.13"
drewp@bigasterisk.com
parents:
diff changeset
698 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
drewp@bigasterisk.com
parents:
diff changeset
699 summary = "IPython-enabled pdb"
drewp@bigasterisk.com
parents:
diff changeset
700 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
701 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
702 "decorator; python_version >= \"3.11\"",
drewp@bigasterisk.com
parents:
diff changeset
703 "ipython>=7.31.1; python_version >= \"3.11\"",
drewp@bigasterisk.com
parents:
diff changeset
704 ]
drewp@bigasterisk.com
parents:
diff changeset
705 files = [
drewp@bigasterisk.com
parents:
diff changeset
706 {file = "ipdb-0.13.13-py3-none-any.whl", hash = "sha256:45529994741c4ab6d2388bfa5d7b725c2cf7fe9deffabdb8a6113aa5ed449ed4"},
drewp@bigasterisk.com
parents:
diff changeset
707 {file = "ipdb-0.13.13.tar.gz", hash = "sha256:e3ac6018ef05126d442af680aad863006ec19d02290561ac88b8b1c0b0cfc726"},
drewp@bigasterisk.com
parents:
diff changeset
708 ]
drewp@bigasterisk.com
parents:
diff changeset
709
drewp@bigasterisk.com
parents:
diff changeset
710 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
711 name = "ipython"
drewp@bigasterisk.com
parents:
diff changeset
712 version = "8.26.0"
drewp@bigasterisk.com
parents:
diff changeset
713 requires_python = ">=3.10"
drewp@bigasterisk.com
parents:
diff changeset
714 summary = "IPython: Productive Interactive Computing"
drewp@bigasterisk.com
parents:
diff changeset
715 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
716 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
717 "colorama; sys_platform == \"win32\"",
drewp@bigasterisk.com
parents:
diff changeset
718 "decorator",
drewp@bigasterisk.com
parents:
diff changeset
719 "jedi>=0.16",
drewp@bigasterisk.com
parents:
diff changeset
720 "matplotlib-inline",
drewp@bigasterisk.com
parents:
diff changeset
721 "pexpect>4.3; sys_platform != \"win32\" and sys_platform != \"emscripten\"",
drewp@bigasterisk.com
parents:
diff changeset
722 "prompt-toolkit<3.1.0,>=3.0.41",
drewp@bigasterisk.com
parents:
diff changeset
723 "pygments>=2.4.0",
drewp@bigasterisk.com
parents:
diff changeset
724 "stack-data",
drewp@bigasterisk.com
parents:
diff changeset
725 "traitlets>=5.13.0",
drewp@bigasterisk.com
parents:
diff changeset
726 "typing-extensions>=4.6; python_version < \"3.12\"",
drewp@bigasterisk.com
parents:
diff changeset
727 ]
drewp@bigasterisk.com
parents:
diff changeset
728 files = [
drewp@bigasterisk.com
parents:
diff changeset
729 {file = "ipython-8.26.0-py3-none-any.whl", hash = "sha256:e6b347c27bdf9c32ee9d31ae85defc525755a1869f14057e900675b9e8d6e6ff"},
drewp@bigasterisk.com
parents:
diff changeset
730 {file = "ipython-8.26.0.tar.gz", hash = "sha256:1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c"},
drewp@bigasterisk.com
parents:
diff changeset
731 ]
drewp@bigasterisk.com
parents:
diff changeset
732
drewp@bigasterisk.com
parents:
diff changeset
733 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
734 name = "jax"
drewp@bigasterisk.com
parents:
diff changeset
735 version = "0.4.30"
drewp@bigasterisk.com
parents:
diff changeset
736 requires_python = ">=3.9"
drewp@bigasterisk.com
parents:
diff changeset
737 summary = "Differentiate, compile, and transform Numpy code."
drewp@bigasterisk.com
parents:
diff changeset
738 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
739 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
740 "jaxlib<=0.4.30,>=0.4.27",
drewp@bigasterisk.com
parents:
diff changeset
741 "ml-dtypes>=0.2.0",
drewp@bigasterisk.com
parents:
diff changeset
742 "numpy>=1.22",
drewp@bigasterisk.com
parents:
diff changeset
743 "numpy>=1.23.2; python_version >= \"3.11\"",
drewp@bigasterisk.com
parents:
diff changeset
744 "numpy>=1.26.0; python_version >= \"3.12\"",
drewp@bigasterisk.com
parents:
diff changeset
745 "opt-einsum",
drewp@bigasterisk.com
parents:
diff changeset
746 "scipy>=1.11.1; python_version >= \"3.12\"",
drewp@bigasterisk.com
parents:
diff changeset
747 "scipy>=1.9",
drewp@bigasterisk.com
parents:
diff changeset
748 ]
drewp@bigasterisk.com
parents:
diff changeset
749 files = [
drewp@bigasterisk.com
parents:
diff changeset
750 {file = "jax-0.4.30-py3-none-any.whl", hash = "sha256:289b30ae03b52f7f4baf6ef082a9f4e3e29c1080e22d13512c5ecf02d5f1a55b"},
drewp@bigasterisk.com
parents:
diff changeset
751 {file = "jax-0.4.30.tar.gz", hash = "sha256:94d74b5b2db0d80672b61d83f1f63ebf99d2ab7398ec12b2ca0c9d1e97afe577"},
drewp@bigasterisk.com
parents:
diff changeset
752 ]
drewp@bigasterisk.com
parents:
diff changeset
753
drewp@bigasterisk.com
parents:
diff changeset
754 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
755 name = "jaxlib"
drewp@bigasterisk.com
parents:
diff changeset
756 version = "0.4.30"
drewp@bigasterisk.com
parents:
diff changeset
757 requires_python = ">=3.9"
drewp@bigasterisk.com
parents:
diff changeset
758 summary = "XLA library for JAX"
drewp@bigasterisk.com
parents:
diff changeset
759 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
760 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
761 "ml-dtypes>=0.2.0",
drewp@bigasterisk.com
parents:
diff changeset
762 "numpy>=1.22",
drewp@bigasterisk.com
parents:
diff changeset
763 "scipy>=1.11.1; python_version >= \"3.12\"",
drewp@bigasterisk.com
parents:
diff changeset
764 "scipy>=1.9",
drewp@bigasterisk.com
parents:
diff changeset
765 ]
drewp@bigasterisk.com
parents:
diff changeset
766 files = [
drewp@bigasterisk.com
parents:
diff changeset
767 {file = "jaxlib-0.4.30-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:bfb5d85b69c29c3c6e8051a0ea715ac1e532d6e54494c8d9c3813dcc00deac30"},
drewp@bigasterisk.com
parents:
diff changeset
768 {file = "jaxlib-0.4.30-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:974998cd8a78550402e6c09935c1f8d850cad9cc19ccd7488bde45b6f7f99c12"},
drewp@bigasterisk.com
parents:
diff changeset
769 {file = "jaxlib-0.4.30-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:e93eb0646b41ba213252b51b0b69096b9cd1d81a35ea85c9d06663b5d11efe45"},
drewp@bigasterisk.com
parents:
diff changeset
770 {file = "jaxlib-0.4.30-cp311-cp311-manylinux2014_x86_64.whl", hash = "sha256:16b2ab18ea90d2e15941bcf45de37afc2f289a029129c88c8d7aba0404dd0043"},
drewp@bigasterisk.com
parents:
diff changeset
771 {file = "jaxlib-0.4.30-cp311-cp311-win_amd64.whl", hash = "sha256:3a2e2c11c179f8851a72249ba1ae40ae817dfaee9877d23b3b8f7c6b7a012f76"},
drewp@bigasterisk.com
parents:
diff changeset
772 {file = "jaxlib-0.4.30-cp312-cp312-macosx_10_14_x86_64.whl", hash = "sha256:7704db5962b32a2be3cc07185433cbbcc94ed90ee50c84021a3f8a1ecfd66ee3"},
drewp@bigasterisk.com
parents:
diff changeset
773 {file = "jaxlib-0.4.30-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:57090d33477fd0f0c99dc686274882ea75c44c7d712ae42dd2460b10f896131d"},
drewp@bigasterisk.com
parents:
diff changeset
774 {file = "jaxlib-0.4.30-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:0a3850e76278038e21685975a62b622bcf3708485f13125757a0561ee4512940"},
drewp@bigasterisk.com
parents:
diff changeset
775 {file = "jaxlib-0.4.30-cp312-cp312-manylinux2014_x86_64.whl", hash = "sha256:c58a8071c4e00898282118169f6a5a97eb15a79c2897858f3a732b17891c99ab"},
drewp@bigasterisk.com
parents:
diff changeset
776 {file = "jaxlib-0.4.30-cp312-cp312-win_amd64.whl", hash = "sha256:b7079a5b1ab6864a7d4f2afaa963841451186d22c90f39719a3ff85735ce3915"},
drewp@bigasterisk.com
parents:
diff changeset
777 ]
drewp@bigasterisk.com
parents:
diff changeset
778
drewp@bigasterisk.com
parents:
diff changeset
779 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
780 name = "jedi"
drewp@bigasterisk.com
parents:
diff changeset
781 version = "0.19.1"
drewp@bigasterisk.com
parents:
diff changeset
782 requires_python = ">=3.6"
drewp@bigasterisk.com
parents:
diff changeset
783 summary = "An autocompletion tool for Python that can be used for text editors."
drewp@bigasterisk.com
parents:
diff changeset
784 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
785 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
786 "parso<0.9.0,>=0.8.3",
drewp@bigasterisk.com
parents:
diff changeset
787 ]
drewp@bigasterisk.com
parents:
diff changeset
788 files = [
drewp@bigasterisk.com
parents:
diff changeset
789 {file = "jedi-0.19.1-py2.py3-none-any.whl", hash = "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0"},
drewp@bigasterisk.com
parents:
diff changeset
790 {file = "jedi-0.19.1.tar.gz", hash = "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd"},
drewp@bigasterisk.com
parents:
diff changeset
791 ]
drewp@bigasterisk.com
parents:
diff changeset
792
drewp@bigasterisk.com
parents:
diff changeset
793 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
794 name = "jinja2"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
795 version = "3.1.4"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
796 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
797 summary = "A very fast and expressive template engine."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
798 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
799 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
800 "MarkupSafe>=2.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
801 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
802 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
803 {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
804 {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
805 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
806
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
807 [[package]]
1
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
808 name = "joblib"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
809 version = "1.4.2"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
810 requires_python = ">=3.8"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
811 summary = "Lightweight pipelining with Python functions"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
812 groups = ["default"]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
813 files = [
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
814 {file = "joblib-1.4.2-py3-none-any.whl", hash = "sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
815 {file = "joblib-1.4.2.tar.gz", hash = "sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
816 ]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
817
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
818 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
819 name = "jsonpatch"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
820 version = "1.33"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
821 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
822 summary = "Apply JSON-Patches (RFC 6902) "
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
823 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
824 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
825 "jsonpointer>=1.9",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
826 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
827 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
828 {file = "jsonpatch-1.33-py2.py3-none-any.whl", hash = "sha256:0ae28c0cd062bbd8b8ecc26d7d164fbbea9652a1a3693f3b956c1eae5145dade"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
829 {file = "jsonpatch-1.33.tar.gz", hash = "sha256:9fcd4009c41e6d12348b4a0ff2563ba56a2923a7dfee731d004e212e1ee5030c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
830 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
831
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
832 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
833 name = "jsonpointer"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
834 version = "3.0.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
835 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
836 summary = "Identify specific nodes in a JSON document (RFC 6901) "
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
837 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
838 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
839 {file = "jsonpointer-3.0.0-py2.py3-none-any.whl", hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
840 {file = "jsonpointer-3.0.0.tar.gz", hash = "sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
841 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
842
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
843 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
844 name = "langchain"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
845 version = "0.2.6"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
846 requires_python = "<4.0,>=3.8.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
847 summary = "Building applications with LLMs through composability"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
848 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
849 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
850 "PyYAML>=5.3",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
851 "SQLAlchemy<3,>=1.4",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
852 "aiohttp<4.0.0,>=3.8.3",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
853 "langchain-core<0.3.0,>=0.2.10",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
854 "langchain-text-splitters<0.3.0,>=0.2.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
855 "langsmith<0.2.0,>=0.1.17",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
856 "numpy<2,>=1; python_version < \"3.12\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
857 "numpy<2.0.0,>=1.26.0; python_version >= \"3.12\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
858 "pydantic<3,>=1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
859 "requests<3,>=2",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
860 "tenacity!=8.4.0,<9.0.0,>=8.1.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
861 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
862 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
863 {file = "langchain-0.2.6-py3-none-any.whl", hash = "sha256:f86e8a7afd3e56f8eb5ba47f01dd00144fb9fc2f1db9873bd197347be2857aa4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
864 {file = "langchain-0.2.6.tar.gz", hash = "sha256:867f6add370c1e3911b0e87d3dd0e36aec1e8f513bf06131340fe8f151d89dc5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
865 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
866
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
867 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
868 name = "langchain-core"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
869 version = "0.2.11"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
870 requires_python = "<4.0,>=3.8.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
871 summary = "Building applications with LLMs through composability"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
872 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
873 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
874 "PyYAML>=5.3",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
875 "jsonpatch<2.0,>=1.33",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
876 "langsmith<0.2.0,>=0.1.75",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
877 "packaging<25,>=23.2",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
878 "pydantic<3,>=1; python_full_version < \"3.12.4\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
879 "pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
880 "tenacity!=8.4.0,<9.0.0,>=8.1.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
881 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
882 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
883 {file = "langchain_core-0.2.11-py3-none-any.whl", hash = "sha256:c7ca4dc4d88e3c69fd7916c95a7027c2b1a11c2db5a51141c3ceb8afac212208"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
884 {file = "langchain_core-0.2.11.tar.gz", hash = "sha256:7a4661b50604eeb20c3373fbfd8a4f1b74482a6ab4e0f9df11e96821ead8ef0c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
885 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
886
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
887 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
888 name = "langchain-text-splitters"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
889 version = "0.2.2"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
890 requires_python = "<4.0,>=3.8.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
891 summary = "LangChain text splitting utilities"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
892 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
893 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
894 "langchain-core<0.3.0,>=0.2.10",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
895 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
896 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
897 {file = "langchain_text_splitters-0.2.2-py3-none-any.whl", hash = "sha256:1c80d4b11b55e2995f02d2a326c0323ee1eeff24507329bb22924e420c782dff"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
898 {file = "langchain_text_splitters-0.2.2.tar.gz", hash = "sha256:a1e45de10919fa6fb080ef0525deab56557e9552083600455cb9fa4238076140"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
899 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
900
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
901 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
902 name = "langsmith"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
903 version = "0.1.83"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
904 requires_python = "<4.0,>=3.8.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
905 summary = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
906 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
907 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
908 "orjson<4.0.0,>=3.9.14",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
909 "pydantic<3,>=1; python_full_version < \"3.12.4\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
910 "pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
911 "requests<3,>=2",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
912 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
913 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
914 {file = "langsmith-0.1.83-py3-none-any.whl", hash = "sha256:f54d8cd8479b648b6339f3f735d19292c3516d080f680933ecdca3eab4b67ed3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
915 {file = "langsmith-0.1.83.tar.gz", hash = "sha256:5cdd947212c8ad19adb992c06471c860185a777daa6859bb47150f90daf64bf3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
916 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
917
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
918 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
919 name = "markdown-it-py"
drewp@bigasterisk.com
parents:
diff changeset
920 version = "3.0.0"
drewp@bigasterisk.com
parents:
diff changeset
921 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
922 summary = "Python port of markdown-it. Markdown parsing, done right!"
drewp@bigasterisk.com
parents:
diff changeset
923 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
924 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
925 "mdurl~=0.1",
drewp@bigasterisk.com
parents:
diff changeset
926 ]
drewp@bigasterisk.com
parents:
diff changeset
927 files = [
drewp@bigasterisk.com
parents:
diff changeset
928 {file = "markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"},
drewp@bigasterisk.com
parents:
diff changeset
929 {file = "markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1"},
drewp@bigasterisk.com
parents:
diff changeset
930 ]
drewp@bigasterisk.com
parents:
diff changeset
931
drewp@bigasterisk.com
parents:
diff changeset
932 [[package]]
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
933 name = "markdownify"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
934 version = "0.12.1"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
935 summary = "Convert HTML to markdown."
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
936 groups = ["default"]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
937 dependencies = [
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
938 "beautifulsoup4<5,>=4.9",
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
939 "six<2,>=1.15",
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
940 ]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
941 files = [
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
942 {file = "markdownify-0.12.1-py3-none-any.whl", hash = "sha256:a3805abd8166dbb7b27783c5599d91f54f10d79894b2621404d85b333c7ce561"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
943 {file = "markdownify-0.12.1.tar.gz", hash = "sha256:1fb08c618b30e0ee7a31a39b998f44a18fb28ab254f55f4af06b6d35a2179e27"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
944 ]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
945
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
946 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
947 name = "markupsafe"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
948 version = "2.1.5"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
949 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
950 summary = "Safely add untrusted strings to HTML/XML markup."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
951 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
952 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
953 {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
954 {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
955 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
956 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
957 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
958 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
959 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
960 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
961 {file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl", hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
962 {file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl", hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
963 {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
964 {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
965 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
966 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
967 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
968 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
969 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
970 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
971 {file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl", hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
972 {file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl", hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
973 {file = "MarkupSafe-2.1.5.tar.gz", hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
974 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
975
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
976 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
977 name = "marshmallow"
drewp@bigasterisk.com
parents:
diff changeset
978 version = "3.21.3"
drewp@bigasterisk.com
parents:
diff changeset
979 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
980 summary = "A lightweight library for converting complex datatypes to and from native Python datatypes."
drewp@bigasterisk.com
parents:
diff changeset
981 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
982 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
983 "packaging>=17.0",
drewp@bigasterisk.com
parents:
diff changeset
984 ]
drewp@bigasterisk.com
parents:
diff changeset
985 files = [
drewp@bigasterisk.com
parents:
diff changeset
986 {file = "marshmallow-3.21.3-py3-none-any.whl", hash = "sha256:86ce7fb914aa865001a4b2092c4c2872d13bc347f3d42673272cabfdbad386f1"},
drewp@bigasterisk.com
parents:
diff changeset
987 {file = "marshmallow-3.21.3.tar.gz", hash = "sha256:4f57c5e050a54d66361e826f94fba213eb10b67b2fdb02c3e0343ce207ba1662"},
drewp@bigasterisk.com
parents:
diff changeset
988 ]
drewp@bigasterisk.com
parents:
diff changeset
989
drewp@bigasterisk.com
parents:
diff changeset
990 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
991 name = "matplotlib-inline"
drewp@bigasterisk.com
parents:
diff changeset
992 version = "0.1.7"
drewp@bigasterisk.com
parents:
diff changeset
993 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
994 summary = "Inline Matplotlib backend for Jupyter"
drewp@bigasterisk.com
parents:
diff changeset
995 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
996 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
997 "traitlets",
drewp@bigasterisk.com
parents:
diff changeset
998 ]
drewp@bigasterisk.com
parents:
diff changeset
999 files = [
drewp@bigasterisk.com
parents:
diff changeset
1000 {file = "matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca"},
drewp@bigasterisk.com
parents:
diff changeset
1001 {file = "matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90"},
drewp@bigasterisk.com
parents:
diff changeset
1002 ]
drewp@bigasterisk.com
parents:
diff changeset
1003
drewp@bigasterisk.com
parents:
diff changeset
1004 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1005 name = "mdurl"
drewp@bigasterisk.com
parents:
diff changeset
1006 version = "0.1.2"
drewp@bigasterisk.com
parents:
diff changeset
1007 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
1008 summary = "Markdown URL utilities"
drewp@bigasterisk.com
parents:
diff changeset
1009 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1010 files = [
drewp@bigasterisk.com
parents:
diff changeset
1011 {file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"},
drewp@bigasterisk.com
parents:
diff changeset
1012 {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
drewp@bigasterisk.com
parents:
diff changeset
1013 ]
drewp@bigasterisk.com
parents:
diff changeset
1014
drewp@bigasterisk.com
parents:
diff changeset
1015 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1016 name = "milvus-lite"
drewp@bigasterisk.com
parents:
diff changeset
1017 version = "2.4.7"
drewp@bigasterisk.com
parents:
diff changeset
1018 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
1019 summary = "A lightweight version of Milvus wrapped with Python."
drewp@bigasterisk.com
parents:
diff changeset
1020 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1021 marker = "sys_platform != \"win32\""
drewp@bigasterisk.com
parents:
diff changeset
1022 files = [
drewp@bigasterisk.com
parents:
diff changeset
1023 {file = "milvus_lite-2.4.7-py3-none-macosx_10_9_x86_64.whl", hash = "sha256:c828190118b104b05b8c8e0b5a4147811c86b54b8fb67bc2e726ad10fc0b544e"},
drewp@bigasterisk.com
parents:
diff changeset
1024 {file = "milvus_lite-2.4.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:e1537633c39879714fb15082be56a4b97f74c905a6e98e302ec01320561081af"},
drewp@bigasterisk.com
parents:
diff changeset
1025 {file = "milvus_lite-2.4.7-py3-none-manylinux2014_aarch64.whl", hash = "sha256:fcb909d38c83f21478ca9cb500c84264f988c69f62715ae9462e966767fb76dd"},
drewp@bigasterisk.com
parents:
diff changeset
1026 {file = "milvus_lite-2.4.7-py3-none-manylinux2014_x86_64.whl", hash = "sha256:f016474d663045787dddf1c3aad13b7d8b61fd329220318f858184918143dcbf"},
drewp@bigasterisk.com
parents:
diff changeset
1027 ]
drewp@bigasterisk.com
parents:
diff changeset
1028
drewp@bigasterisk.com
parents:
diff changeset
1029 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1030 name = "milvus-model"
drewp@bigasterisk.com
parents:
diff changeset
1031 version = "0.2.3"
drewp@bigasterisk.com
parents:
diff changeset
1032 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1033 summary = "Model components for PyMilvus, the Python SDK for Milvus"
drewp@bigasterisk.com
parents:
diff changeset
1034 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1035 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1036 "numpy",
drewp@bigasterisk.com
parents:
diff changeset
1037 "onnxruntime",
drewp@bigasterisk.com
parents:
diff changeset
1038 "protobuf",
drewp@bigasterisk.com
parents:
diff changeset
1039 "scipy>=1.10.0",
drewp@bigasterisk.com
parents:
diff changeset
1040 "transformers>=4.36.0",
drewp@bigasterisk.com
parents:
diff changeset
1041 ]
drewp@bigasterisk.com
parents:
diff changeset
1042 files = [
drewp@bigasterisk.com
parents:
diff changeset
1043 {file = "milvus_model-0.2.3-py3-none-any.whl", hash = "sha256:7515a2efb096c4a5108b4d9651175b12e0316c6a54fa5ad1c548c41fe17a32c1"},
drewp@bigasterisk.com
parents:
diff changeset
1044 {file = "milvus_model-0.2.3.tar.gz", hash = "sha256:ab7867e2209f0655853c785476d4d125d98b345d34edc170a8619e12368b2f5f"},
drewp@bigasterisk.com
parents:
diff changeset
1045 ]
drewp@bigasterisk.com
parents:
diff changeset
1046
drewp@bigasterisk.com
parents:
diff changeset
1047 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1048 name = "ml-dtypes"
drewp@bigasterisk.com
parents:
diff changeset
1049 version = "0.4.0"
drewp@bigasterisk.com
parents:
diff changeset
1050 requires_python = ">=3.9"
drewp@bigasterisk.com
parents:
diff changeset
1051 summary = ""
drewp@bigasterisk.com
parents:
diff changeset
1052 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1053 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1054 "numpy>1.20",
drewp@bigasterisk.com
parents:
diff changeset
1055 "numpy>=1.21.2; python_version >= \"3.10\"",
drewp@bigasterisk.com
parents:
diff changeset
1056 "numpy>=1.23.3; python_version >= \"3.11\"",
drewp@bigasterisk.com
parents:
diff changeset
1057 "numpy>=1.26.0; python_version >= \"3.12\"",
drewp@bigasterisk.com
parents:
diff changeset
1058 ]
drewp@bigasterisk.com
parents:
diff changeset
1059 files = [
drewp@bigasterisk.com
parents:
diff changeset
1060 {file = "ml_dtypes-0.4.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:bdf689be7351cc3c95110c910c1b864002f113e682e44508910c849e144f3df1"},
drewp@bigasterisk.com
parents:
diff changeset
1061 {file = "ml_dtypes-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c83e4d443962d891d51669ff241d5aaad10a8d3d37a81c5532a45419885d591c"},
drewp@bigasterisk.com
parents:
diff changeset
1062 {file = "ml_dtypes-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e1e2f4237b459a63c97c2c9f449baa637d7e4c20addff6a9bac486f22432f3b6"},
drewp@bigasterisk.com
parents:
diff changeset
1063 {file = "ml_dtypes-0.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:75b4faf99d0711b81f393db36d210b4255fd419f6f790bc6c1b461f95ffb7a9e"},
drewp@bigasterisk.com
parents:
diff changeset
1064 {file = "ml_dtypes-0.4.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:ee9f91d4c4f9959a7e1051c141dc565f39e54435618152219769e24f5e9a4d06"},
drewp@bigasterisk.com
parents:
diff changeset
1065 {file = "ml_dtypes-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ad6849a2db386b38e4d54fe13eb3293464561780531a918f8ef4c8169170dd49"},
drewp@bigasterisk.com
parents:
diff changeset
1066 {file = "ml_dtypes-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eaa32979ebfde3a0d7c947cafbf79edc1ec77ac05ad0780ee86c1d8df70f2259"},
drewp@bigasterisk.com
parents:
diff changeset
1067 {file = "ml_dtypes-0.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:3b67ec73a697c88c1122038e0de46520e48dc2ec876d42cf61bc5efe3c0b7675"},
drewp@bigasterisk.com
parents:
diff changeset
1068 {file = "ml_dtypes-0.4.0.tar.gz", hash = "sha256:eaf197e72f4f7176a19fe3cb8b61846b38c6757607e7bf9cd4b1d84cd3e74deb"},
drewp@bigasterisk.com
parents:
diff changeset
1069 ]
drewp@bigasterisk.com
parents:
diff changeset
1070
drewp@bigasterisk.com
parents:
diff changeset
1071 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1072 name = "mpmath"
drewp@bigasterisk.com
parents:
diff changeset
1073 version = "1.3.0"
drewp@bigasterisk.com
parents:
diff changeset
1074 summary = "Python library for arbitrary-precision floating-point arithmetic"
drewp@bigasterisk.com
parents:
diff changeset
1075 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1076 files = [
drewp@bigasterisk.com
parents:
diff changeset
1077 {file = "mpmath-1.3.0-py3-none-any.whl", hash = "sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c"},
drewp@bigasterisk.com
parents:
diff changeset
1078 {file = "mpmath-1.3.0.tar.gz", hash = "sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f"},
drewp@bigasterisk.com
parents:
diff changeset
1079 ]
drewp@bigasterisk.com
parents:
diff changeset
1080
drewp@bigasterisk.com
parents:
diff changeset
1081 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1082 name = "msgpack"
drewp@bigasterisk.com
parents:
diff changeset
1083 version = "1.0.8"
drewp@bigasterisk.com
parents:
diff changeset
1084 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1085 summary = "MessagePack serializer"
drewp@bigasterisk.com
parents:
diff changeset
1086 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1087 files = [
drewp@bigasterisk.com
parents:
diff changeset
1088 {file = "msgpack-1.0.8-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:9517004e21664f2b5a5fd6333b0731b9cf0817403a941b393d89a2f1dc2bd836"},
drewp@bigasterisk.com
parents:
diff changeset
1089 {file = "msgpack-1.0.8-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d16a786905034e7e34098634b184a7d81f91d4c3d246edc6bd7aefb2fd8ea6ad"},
drewp@bigasterisk.com
parents:
diff changeset
1090 {file = "msgpack-1.0.8-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e2872993e209f7ed04d963e4b4fbae72d034844ec66bc4ca403329db2074377b"},
drewp@bigasterisk.com
parents:
diff changeset
1091 {file = "msgpack-1.0.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c330eace3dd100bdb54b5653b966de7f51c26ec4a7d4e87132d9b4f738220ba"},
drewp@bigasterisk.com
parents:
diff changeset
1092 {file = "msgpack-1.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:83b5c044f3eff2a6534768ccfd50425939e7a8b5cf9a7261c385de1e20dcfc85"},
drewp@bigasterisk.com
parents:
diff changeset
1093 {file = "msgpack-1.0.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1876b0b653a808fcd50123b953af170c535027bf1d053b59790eebb0aeb38950"},
drewp@bigasterisk.com
parents:
diff changeset
1094 {file = "msgpack-1.0.8-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:dfe1f0f0ed5785c187144c46a292b8c34c1295c01da12e10ccddfc16def4448a"},
drewp@bigasterisk.com
parents:
diff changeset
1095 {file = "msgpack-1.0.8-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:3528807cbbb7f315bb81959d5961855e7ba52aa60a3097151cb21956fbc7502b"},
drewp@bigasterisk.com
parents:
diff changeset
1096 {file = "msgpack-1.0.8-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e2f879ab92ce502a1e65fce390eab619774dda6a6ff719718069ac94084098ce"},
drewp@bigasterisk.com
parents:
diff changeset
1097 {file = "msgpack-1.0.8-cp311-cp311-win32.whl", hash = "sha256:26ee97a8261e6e35885c2ecd2fd4a6d38252246f94a2aec23665a4e66d066305"},
drewp@bigasterisk.com
parents:
diff changeset
1098 {file = "msgpack-1.0.8-cp311-cp311-win_amd64.whl", hash = "sha256:eadb9f826c138e6cf3c49d6f8de88225a3c0ab181a9b4ba792e006e5292d150e"},
drewp@bigasterisk.com
parents:
diff changeset
1099 {file = "msgpack-1.0.8-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:114be227f5213ef8b215c22dde19532f5da9652e56e8ce969bf0a26d7c419fee"},
drewp@bigasterisk.com
parents:
diff changeset
1100 {file = "msgpack-1.0.8-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:d661dc4785affa9d0edfdd1e59ec056a58b3dbb9f196fa43587f3ddac654ac7b"},
drewp@bigasterisk.com
parents:
diff changeset
1101 {file = "msgpack-1.0.8-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d56fd9f1f1cdc8227d7b7918f55091349741904d9520c65f0139a9755952c9e8"},
drewp@bigasterisk.com
parents:
diff changeset
1102 {file = "msgpack-1.0.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0726c282d188e204281ebd8de31724b7d749adebc086873a59efb8cf7ae27df3"},
drewp@bigasterisk.com
parents:
diff changeset
1103 {file = "msgpack-1.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8db8e423192303ed77cff4dce3a4b88dbfaf43979d280181558af5e2c3c71afc"},
drewp@bigasterisk.com
parents:
diff changeset
1104 {file = "msgpack-1.0.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:99881222f4a8c2f641f25703963a5cefb076adffd959e0558dc9f803a52d6a58"},
drewp@bigasterisk.com
parents:
diff changeset
1105 {file = "msgpack-1.0.8-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:b5505774ea2a73a86ea176e8a9a4a7c8bf5d521050f0f6f8426afe798689243f"},
drewp@bigasterisk.com
parents:
diff changeset
1106 {file = "msgpack-1.0.8-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:ef254a06bcea461e65ff0373d8a0dd1ed3aa004af48839f002a0c994a6f72d04"},
drewp@bigasterisk.com
parents:
diff changeset
1107 {file = "msgpack-1.0.8-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:e1dd7839443592d00e96db831eddb4111a2a81a46b028f0facd60a09ebbdd543"},
drewp@bigasterisk.com
parents:
diff changeset
1108 {file = "msgpack-1.0.8-cp312-cp312-win32.whl", hash = "sha256:64d0fcd436c5683fdd7c907eeae5e2cbb5eb872fafbc03a43609d7941840995c"},
drewp@bigasterisk.com
parents:
diff changeset
1109 {file = "msgpack-1.0.8-cp312-cp312-win_amd64.whl", hash = "sha256:74398a4cf19de42e1498368c36eed45d9528f5fd0155241e82c4082b7e16cffd"},
drewp@bigasterisk.com
parents:
diff changeset
1110 {file = "msgpack-1.0.8.tar.gz", hash = "sha256:95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3"},
drewp@bigasterisk.com
parents:
diff changeset
1111 ]
drewp@bigasterisk.com
parents:
diff changeset
1112
drewp@bigasterisk.com
parents:
diff changeset
1113 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1114 name = "multidict"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1115 version = "6.0.5"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1116 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1117 summary = "multidict implementation"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1118 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1119 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1120 {file = "multidict-6.0.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f285e862d2f153a70586579c15c44656f888806ed0e5b56b64489afe4a2dbfba"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1121 {file = "multidict-6.0.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:53689bb4e102200a4fafa9de9c7c3c212ab40a7ab2c8e474491914d2305f187e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1122 {file = "multidict-6.0.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:612d1156111ae11d14afaf3a0669ebf6c170dbb735e510a7438ffe2369a847fd"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1123 {file = "multidict-6.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7be7047bd08accdb7487737631d25735c9a04327911de89ff1b26b81745bd4e3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1124 {file = "multidict-6.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de170c7b4fe6859beb8926e84f7d7d6c693dfe8e27372ce3b76f01c46e489fcf"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1125 {file = "multidict-6.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:04bde7a7b3de05732a4eb39c94574db1ec99abb56162d6c520ad26f83267de29"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1126 {file = "multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:85f67aed7bb647f93e7520633d8f51d3cbc6ab96957c71272b286b2f30dc70ed"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1127 {file = "multidict-6.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:425bf820055005bfc8aa9a0b99ccb52cc2f4070153e34b701acc98d201693733"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1128 {file = "multidict-6.0.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:d3eb1ceec286eba8220c26f3b0096cf189aea7057b6e7b7a2e60ed36b373b77f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1129 {file = "multidict-6.0.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:7901c05ead4b3fb75113fb1dd33eb1253c6d3ee37ce93305acd9d38e0b5f21a4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1130 {file = "multidict-6.0.5-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:e0e79d91e71b9867c73323a3444724d496c037e578a0e1755ae159ba14f4f3d1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1131 {file = "multidict-6.0.5-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:29bfeb0dff5cb5fdab2023a7a9947b3b4af63e9c47cae2a10ad58394b517fddc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1132 {file = "multidict-6.0.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e030047e85cbcedbfc073f71836d62dd5dadfbe7531cae27789ff66bc551bd5e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1133 {file = "multidict-6.0.5-cp311-cp311-win32.whl", hash = "sha256:2f4848aa3baa109e6ab81fe2006c77ed4d3cd1e0ac2c1fbddb7b1277c168788c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1134 {file = "multidict-6.0.5-cp311-cp311-win_amd64.whl", hash = "sha256:2faa5ae9376faba05f630d7e5e6be05be22913782b927b19d12b8145968a85ea"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1135 {file = "multidict-6.0.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:51d035609b86722963404f711db441cf7134f1889107fb171a970c9701f92e1e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1136 {file = "multidict-6.0.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:cbebcd5bcaf1eaf302617c114aa67569dd3f090dd0ce8ba9e35e9985b41ac35b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1137 {file = "multidict-6.0.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2ffc42c922dbfddb4a4c3b438eb056828719f07608af27d163191cb3e3aa6cc5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1138 {file = "multidict-6.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ceb3b7e6a0135e092de86110c5a74e46bda4bd4fbfeeb3a3bcec79c0f861e450"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1139 {file = "multidict-6.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:79660376075cfd4b2c80f295528aa6beb2058fd289f4c9252f986751a4cd0496"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1140 {file = "multidict-6.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e4428b29611e989719874670fd152b6625500ad6c686d464e99f5aaeeaca175a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1141 {file = "multidict-6.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d84a5c3a5f7ce6db1f999fb9438f686bc2e09d38143f2d93d8406ed2dd6b9226"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1142 {file = "multidict-6.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:76c0de87358b192de7ea9649beb392f107dcad9ad27276324c24c91774ca5271"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1143 {file = "multidict-6.0.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:79a6d2ba910adb2cbafc95dad936f8b9386e77c84c35bc0add315b856d7c3abb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1144 {file = "multidict-6.0.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:92d16a3e275e38293623ebf639c471d3e03bb20b8ebb845237e0d3664914caef"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1145 {file = "multidict-6.0.5-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:fb616be3538599e797a2017cccca78e354c767165e8858ab5116813146041a24"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1146 {file = "multidict-6.0.5-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:14c2976aa9038c2629efa2c148022ed5eb4cb939e15ec7aace7ca932f48f9ba6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1147 {file = "multidict-6.0.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:435a0984199d81ca178b9ae2c26ec3d49692d20ee29bc4c11a2a8d4514c67eda"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1148 {file = "multidict-6.0.5-cp312-cp312-win32.whl", hash = "sha256:9fe7b0653ba3d9d65cbe7698cca585bf0f8c83dbbcc710db9c90f478e175f2d5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1149 {file = "multidict-6.0.5-cp312-cp312-win_amd64.whl", hash = "sha256:01265f5e40f5a17f8241d52656ed27192be03bfa8764d88e8220141d1e4b3556"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1150 {file = "multidict-6.0.5-py3-none-any.whl", hash = "sha256:0d63c74e3d7ab26de115c49bffc92cc77ed23395303d496eae515d4204a625e7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1151 {file = "multidict-6.0.5.tar.gz", hash = "sha256:f7e301075edaf50500f0b341543c41194d8df3ae5caf4702f2095f3ca73dd8da"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1152 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1153
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1154 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1155 name = "nest-asyncio"
drewp@bigasterisk.com
parents:
diff changeset
1156 version = "1.6.0"
drewp@bigasterisk.com
parents:
diff changeset
1157 requires_python = ">=3.5"
drewp@bigasterisk.com
parents:
diff changeset
1158 summary = "Patch asyncio to allow nested event loops"
drewp@bigasterisk.com
parents:
diff changeset
1159 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1160 files = [
drewp@bigasterisk.com
parents:
diff changeset
1161 {file = "nest_asyncio-1.6.0-py3-none-any.whl", hash = "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c"},
drewp@bigasterisk.com
parents:
diff changeset
1162 {file = "nest_asyncio-1.6.0.tar.gz", hash = "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe"},
drewp@bigasterisk.com
parents:
diff changeset
1163 ]
drewp@bigasterisk.com
parents:
diff changeset
1164
drewp@bigasterisk.com
parents:
diff changeset
1165 [[package]]
1
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1166 name = "nltk"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1167 version = "3.8.1"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1168 requires_python = ">=3.7"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1169 summary = "Natural Language Toolkit"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1170 groups = ["default"]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1171 dependencies = [
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1172 "click",
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1173 "joblib",
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1174 "regex>=2021.8.3",
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1175 "tqdm",
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1176 ]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1177 files = [
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1178 {file = "nltk-3.8.1-py3-none-any.whl", hash = "sha256:fd5c9109f976fa86bcadba8f91e47f5e9293bd034474752e92a520f81c93dda5"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1179 {file = "nltk-3.8.1.zip", hash = "sha256:1834da3d0682cba4f2cede2f9aad6b0fafb6461ba451db0efb6f9c39798d64d3"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1180 ]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1181
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1182 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1183 name = "numpy"
drewp@bigasterisk.com
parents:
diff changeset
1184 version = "1.26.4"
drewp@bigasterisk.com
parents:
diff changeset
1185 requires_python = ">=3.9"
drewp@bigasterisk.com
parents:
diff changeset
1186 summary = "Fundamental package for array computing in Python"
drewp@bigasterisk.com
parents:
diff changeset
1187 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1188 files = [
drewp@bigasterisk.com
parents:
diff changeset
1189 {file = "numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71"},
drewp@bigasterisk.com
parents:
diff changeset
1190 {file = "numpy-1.26.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef"},
drewp@bigasterisk.com
parents:
diff changeset
1191 {file = "numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e"},
drewp@bigasterisk.com
parents:
diff changeset
1192 {file = "numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5"},
drewp@bigasterisk.com
parents:
diff changeset
1193 {file = "numpy-1.26.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a"},
drewp@bigasterisk.com
parents:
diff changeset
1194 {file = "numpy-1.26.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a"},
drewp@bigasterisk.com
parents:
diff changeset
1195 {file = "numpy-1.26.4-cp311-cp311-win32.whl", hash = "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20"},
drewp@bigasterisk.com
parents:
diff changeset
1196 {file = "numpy-1.26.4-cp311-cp311-win_amd64.whl", hash = "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2"},
drewp@bigasterisk.com
parents:
diff changeset
1197 {file = "numpy-1.26.4-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218"},
drewp@bigasterisk.com
parents:
diff changeset
1198 {file = "numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b"},
drewp@bigasterisk.com
parents:
diff changeset
1199 {file = "numpy-1.26.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b"},
drewp@bigasterisk.com
parents:
diff changeset
1200 {file = "numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed"},
drewp@bigasterisk.com
parents:
diff changeset
1201 {file = "numpy-1.26.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a"},
drewp@bigasterisk.com
parents:
diff changeset
1202 {file = "numpy-1.26.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0"},
drewp@bigasterisk.com
parents:
diff changeset
1203 {file = "numpy-1.26.4-cp312-cp312-win32.whl", hash = "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110"},
drewp@bigasterisk.com
parents:
diff changeset
1204 {file = "numpy-1.26.4-cp312-cp312-win_amd64.whl", hash = "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818"},
drewp@bigasterisk.com
parents:
diff changeset
1205 {file = "numpy-1.26.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30"},
drewp@bigasterisk.com
parents:
diff changeset
1206 {file = "numpy-1.26.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c"},
drewp@bigasterisk.com
parents:
diff changeset
1207 {file = "numpy-1.26.4-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0"},
drewp@bigasterisk.com
parents:
diff changeset
1208 {file = "numpy-1.26.4.tar.gz", hash = "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010"},
drewp@bigasterisk.com
parents:
diff changeset
1209 ]
drewp@bigasterisk.com
parents:
diff changeset
1210
drewp@bigasterisk.com
parents:
diff changeset
1211 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1212 name = "onnxruntime"
drewp@bigasterisk.com
parents:
diff changeset
1213 version = "1.18.1"
drewp@bigasterisk.com
parents:
diff changeset
1214 summary = "ONNX Runtime is a runtime accelerator for Machine Learning models"
drewp@bigasterisk.com
parents:
diff changeset
1215 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1216 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1217 "coloredlogs",
drewp@bigasterisk.com
parents:
diff changeset
1218 "flatbuffers",
drewp@bigasterisk.com
parents:
diff changeset
1219 "numpy<2.0,>=1.21.6",
drewp@bigasterisk.com
parents:
diff changeset
1220 "packaging",
drewp@bigasterisk.com
parents:
diff changeset
1221 "protobuf",
drewp@bigasterisk.com
parents:
diff changeset
1222 "sympy",
drewp@bigasterisk.com
parents:
diff changeset
1223 ]
drewp@bigasterisk.com
parents:
diff changeset
1224 files = [
drewp@bigasterisk.com
parents:
diff changeset
1225 {file = "onnxruntime-1.18.1-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:f26582882f2dc581b809cfa41a125ba71ad9e715738ec6402418df356969774a"},
drewp@bigasterisk.com
parents:
diff changeset
1226 {file = "onnxruntime-1.18.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ef36f3a8b768506d02be349ac303fd95d92813ba3ba70304d40c3cd5c25d6a4c"},
drewp@bigasterisk.com
parents:
diff changeset
1227 {file = "onnxruntime-1.18.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:170e711393e0618efa8ed27b59b9de0ee2383bd2a1f93622a97006a5ad48e434"},
drewp@bigasterisk.com
parents:
diff changeset
1228 {file = "onnxruntime-1.18.1-cp311-cp311-win32.whl", hash = "sha256:9b6a33419b6949ea34e0dc009bc4470e550155b6da644571ecace4b198b0d88f"},
drewp@bigasterisk.com
parents:
diff changeset
1229 {file = "onnxruntime-1.18.1-cp311-cp311-win_amd64.whl", hash = "sha256:5c1380a9f1b7788da742c759b6a02ba771fe1ce620519b2b07309decbd1a2fe1"},
drewp@bigasterisk.com
parents:
diff changeset
1230 {file = "onnxruntime-1.18.1-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:31bd57a55e3f983b598675dfc7e5d6f0877b70ec9864b3cc3c3e1923d0a01919"},
drewp@bigasterisk.com
parents:
diff changeset
1231 {file = "onnxruntime-1.18.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b9e03c4ba9f734500691a4d7d5b381cd71ee2f3ce80a1154ac8f7aed99d1ecaa"},
drewp@bigasterisk.com
parents:
diff changeset
1232 {file = "onnxruntime-1.18.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:781aa9873640f5df24524f96f6070b8c550c66cb6af35710fd9f92a20b4bfbf6"},
drewp@bigasterisk.com
parents:
diff changeset
1233 {file = "onnxruntime-1.18.1-cp312-cp312-win32.whl", hash = "sha256:3a2d9ab6254ca62adbb448222e630dc6883210f718065063518c8f93a32432be"},
drewp@bigasterisk.com
parents:
diff changeset
1234 {file = "onnxruntime-1.18.1-cp312-cp312-win_amd64.whl", hash = "sha256:ad93c560b1c38c27c0275ffd15cd7f45b3ad3fc96653c09ce2931179982ff204"},
drewp@bigasterisk.com
parents:
diff changeset
1235 ]
drewp@bigasterisk.com
parents:
diff changeset
1236
drewp@bigasterisk.com
parents:
diff changeset
1237 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1238 name = "opt-einsum"
drewp@bigasterisk.com
parents:
diff changeset
1239 version = "3.3.0"
drewp@bigasterisk.com
parents:
diff changeset
1240 requires_python = ">=3.5"
drewp@bigasterisk.com
parents:
diff changeset
1241 summary = "Optimizing numpys einsum function"
drewp@bigasterisk.com
parents:
diff changeset
1242 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1243 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1244 "numpy>=1.7",
drewp@bigasterisk.com
parents:
diff changeset
1245 ]
drewp@bigasterisk.com
parents:
diff changeset
1246 files = [
drewp@bigasterisk.com
parents:
diff changeset
1247 {file = "opt_einsum-3.3.0-py3-none-any.whl", hash = "sha256:2455e59e3947d3c275477df7f5205b30635e266fe6dc300e3d9f9646bfcea147"},
drewp@bigasterisk.com
parents:
diff changeset
1248 {file = "opt_einsum-3.3.0.tar.gz", hash = "sha256:59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549"},
drewp@bigasterisk.com
parents:
diff changeset
1249 ]
drewp@bigasterisk.com
parents:
diff changeset
1250
drewp@bigasterisk.com
parents:
diff changeset
1251 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1252 name = "optax"
drewp@bigasterisk.com
parents:
diff changeset
1253 version = "0.2.2"
drewp@bigasterisk.com
parents:
diff changeset
1254 requires_python = ">=3.9"
drewp@bigasterisk.com
parents:
diff changeset
1255 summary = "A gradient processing and optimisation library in JAX."
drewp@bigasterisk.com
parents:
diff changeset
1256 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1257 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1258 "absl-py>=0.7.1",
drewp@bigasterisk.com
parents:
diff changeset
1259 "chex>=0.1.86",
drewp@bigasterisk.com
parents:
diff changeset
1260 "jax>=0.1.55",
drewp@bigasterisk.com
parents:
diff changeset
1261 "jaxlib>=0.1.37",
drewp@bigasterisk.com
parents:
diff changeset
1262 "numpy>=1.18.0",
drewp@bigasterisk.com
parents:
diff changeset
1263 ]
drewp@bigasterisk.com
parents:
diff changeset
1264 files = [
drewp@bigasterisk.com
parents:
diff changeset
1265 {file = "optax-0.2.2-py3-none-any.whl", hash = "sha256:411c414a76aae259f4191a60b712663968741a5163ca92fc250b5d5c7d36fb57"},
drewp@bigasterisk.com
parents:
diff changeset
1266 {file = "optax-0.2.2.tar.gz", hash = "sha256:f09bf790ef4b09fb9c35f79a07594c6196a719919985f542dc84b0bf97812e0e"},
drewp@bigasterisk.com
parents:
diff changeset
1267 ]
drewp@bigasterisk.com
parents:
diff changeset
1268
drewp@bigasterisk.com
parents:
diff changeset
1269 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1270 name = "orbax-checkpoint"
drewp@bigasterisk.com
parents:
diff changeset
1271 version = "0.5.20"
drewp@bigasterisk.com
parents:
diff changeset
1272 requires_python = ">=3.9"
drewp@bigasterisk.com
parents:
diff changeset
1273 summary = "Orbax Checkpoint"
drewp@bigasterisk.com
parents:
diff changeset
1274 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1275 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1276 "absl-py",
drewp@bigasterisk.com
parents:
diff changeset
1277 "etils[epath,epy]",
drewp@bigasterisk.com
parents:
diff changeset
1278 "jax>=0.4.26",
drewp@bigasterisk.com
parents:
diff changeset
1279 "jaxlib",
drewp@bigasterisk.com
parents:
diff changeset
1280 "msgpack",
drewp@bigasterisk.com
parents:
diff changeset
1281 "nest-asyncio",
drewp@bigasterisk.com
parents:
diff changeset
1282 "numpy",
drewp@bigasterisk.com
parents:
diff changeset
1283 "protobuf",
drewp@bigasterisk.com
parents:
diff changeset
1284 "pyyaml",
drewp@bigasterisk.com
parents:
diff changeset
1285 "tensorstore>=0.1.51",
drewp@bigasterisk.com
parents:
diff changeset
1286 "typing-extensions",
drewp@bigasterisk.com
parents:
diff changeset
1287 ]
drewp@bigasterisk.com
parents:
diff changeset
1288 files = [
drewp@bigasterisk.com
parents:
diff changeset
1289 {file = "orbax_checkpoint-0.5.20-py3-none-any.whl", hash = "sha256:04db94aa45aefc50dfe4156dda596469ef66d110f7b47fa82a917c0e3a26fff3"},
drewp@bigasterisk.com
parents:
diff changeset
1290 {file = "orbax_checkpoint-0.5.20.tar.gz", hash = "sha256:57dd4175e698a8c4957991ab7e6c19d7b3a8792ae7072b9cd2b267ce5b34884d"},
drewp@bigasterisk.com
parents:
diff changeset
1291 ]
drewp@bigasterisk.com
parents:
diff changeset
1292
drewp@bigasterisk.com
parents:
diff changeset
1293 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1294 name = "orjson"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1295 version = "3.10.6"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1296 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1297 summary = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1298 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1299 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1300 {file = "orjson-3.10.6-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:b1ec490e10d2a77c345def52599311849fc063ae0e67cf4f84528073152bb2ba"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1301 {file = "orjson-3.10.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:55d43d3feb8f19d07e9f01e5b9be4f28801cf7c60d0fa0d279951b18fae1932b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1302 {file = "orjson-3.10.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac3045267e98fe749408eee1593a142e02357c5c99be0802185ef2170086a863"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1303 {file = "orjson-3.10.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c27bc6a28ae95923350ab382c57113abd38f3928af3c80be6f2ba7eb8d8db0b0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1304 {file = "orjson-3.10.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d27456491ca79532d11e507cadca37fb8c9324a3976294f68fb1eff2dc6ced5a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1305 {file = "orjson-3.10.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:05ac3d3916023745aa3b3b388e91b9166be1ca02b7c7e41045da6d12985685f0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1306 {file = "orjson-3.10.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1335d4ef59ab85cab66fe73fd7a4e881c298ee7f63ede918b7faa1b27cbe5212"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1307 {file = "orjson-3.10.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4bbc6d0af24c1575edc79994c20e1b29e6fb3c6a570371306db0993ecf144dc5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1308 {file = "orjson-3.10.6-cp311-none-win32.whl", hash = "sha256:450e39ab1f7694465060a0550b3f6d328d20297bf2e06aa947b97c21e5241fbd"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1309 {file = "orjson-3.10.6-cp311-none-win_amd64.whl", hash = "sha256:227df19441372610b20e05bdb906e1742ec2ad7a66ac8350dcfd29a63014a83b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1310 {file = "orjson-3.10.6-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:ea2977b21f8d5d9b758bb3f344a75e55ca78e3ff85595d248eee813ae23ecdfb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1311 {file = "orjson-3.10.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b6f3d167d13a16ed263b52dbfedff52c962bfd3d270b46b7518365bcc2121eed"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1312 {file = "orjson-3.10.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f710f346e4c44a4e8bdf23daa974faede58f83334289df80bc9cd12fe82573c7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1313 {file = "orjson-3.10.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7275664f84e027dcb1ad5200b8b18373e9c669b2a9ec33d410c40f5ccf4b257e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1314 {file = "orjson-3.10.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0943e4c701196b23c240b3d10ed8ecd674f03089198cf503105b474a4f77f21f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1315 {file = "orjson-3.10.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:446dee5a491b5bc7d8f825d80d9637e7af43f86a331207b9c9610e2f93fee22a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1316 {file = "orjson-3.10.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:64c81456d2a050d380786413786b057983892db105516639cb5d3ee3c7fd5148"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1317 {file = "orjson-3.10.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:960db0e31c4e52fa0fc3ecbaea5b2d3b58f379e32a95ae6b0ebeaa25b93dfd34"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1318 {file = "orjson-3.10.6-cp312-none-win32.whl", hash = "sha256:a6ea7afb5b30b2317e0bee03c8d34c8181bc5a36f2afd4d0952f378972c4efd5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1319 {file = "orjson-3.10.6-cp312-none-win_amd64.whl", hash = "sha256:874ce88264b7e655dde4aeaacdc8fd772a7962faadfb41abe63e2a4861abc3dc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1320 {file = "orjson-3.10.6.tar.gz", hash = "sha256:e54b63d0a7c6c54a5f5f726bc93a2078111ef060fec4ecbf34c5db800ca3b3a7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1321 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1322
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1323 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1324 name = "packaging"
drewp@bigasterisk.com
parents:
diff changeset
1325 version = "24.1"
drewp@bigasterisk.com
parents:
diff changeset
1326 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1327 summary = "Core utilities for Python packages"
drewp@bigasterisk.com
parents:
diff changeset
1328 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1329 files = [
drewp@bigasterisk.com
parents:
diff changeset
1330 {file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"},
drewp@bigasterisk.com
parents:
diff changeset
1331 {file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"},
drewp@bigasterisk.com
parents:
diff changeset
1332 ]
drewp@bigasterisk.com
parents:
diff changeset
1333
drewp@bigasterisk.com
parents:
diff changeset
1334 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1335 name = "pandas"
drewp@bigasterisk.com
parents:
diff changeset
1336 version = "2.2.2"
drewp@bigasterisk.com
parents:
diff changeset
1337 requires_python = ">=3.9"
drewp@bigasterisk.com
parents:
diff changeset
1338 summary = "Powerful data structures for data analysis, time series, and statistics"
drewp@bigasterisk.com
parents:
diff changeset
1339 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1340 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1341 "numpy>=1.23.2; python_version == \"3.11\"",
drewp@bigasterisk.com
parents:
diff changeset
1342 "numpy>=1.26.0; python_version >= \"3.12\"",
drewp@bigasterisk.com
parents:
diff changeset
1343 "python-dateutil>=2.8.2",
drewp@bigasterisk.com
parents:
diff changeset
1344 "pytz>=2020.1",
drewp@bigasterisk.com
parents:
diff changeset
1345 "tzdata>=2022.7",
drewp@bigasterisk.com
parents:
diff changeset
1346 ]
drewp@bigasterisk.com
parents:
diff changeset
1347 files = [
drewp@bigasterisk.com
parents:
diff changeset
1348 {file = "pandas-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:696039430f7a562b74fa45f540aca068ea85fa34c244d0deee539cb6d70aa288"},
drewp@bigasterisk.com
parents:
diff changeset
1349 {file = "pandas-2.2.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8e90497254aacacbc4ea6ae5e7a8cd75629d6ad2b30025a4a8b09aa4faf55151"},
drewp@bigasterisk.com
parents:
diff changeset
1350 {file = "pandas-2.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:58b84b91b0b9f4bafac2a0ac55002280c094dfc6402402332c0913a59654ab2b"},
drewp@bigasterisk.com
parents:
diff changeset
1351 {file = "pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6d2123dc9ad6a814bcdea0f099885276b31b24f7edf40f6cdbc0912672e22eee"},
drewp@bigasterisk.com
parents:
diff changeset
1352 {file = "pandas-2.2.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:2925720037f06e89af896c70bca73459d7e6a4be96f9de79e2d440bd499fe0db"},
drewp@bigasterisk.com
parents:
diff changeset
1353 {file = "pandas-2.2.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0cace394b6ea70c01ca1595f839cf193df35d1575986e484ad35c4aeae7266c1"},
drewp@bigasterisk.com
parents:
diff changeset
1354 {file = "pandas-2.2.2-cp311-cp311-win_amd64.whl", hash = "sha256:873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24"},
drewp@bigasterisk.com
parents:
diff changeset
1355 {file = "pandas-2.2.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:9dfde2a0ddef507a631dc9dc4af6a9489d5e2e740e226ad426a05cabfbd7c8ef"},
drewp@bigasterisk.com
parents:
diff changeset
1356 {file = "pandas-2.2.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e9b79011ff7a0f4b1d6da6a61aa1aa604fb312d6647de5bad20013682d1429ce"},
drewp@bigasterisk.com
parents:
diff changeset
1357 {file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1cb51fe389360f3b5a4d57dbd2848a5f033350336ca3b340d1c53a1fad33bcad"},
drewp@bigasterisk.com
parents:
diff changeset
1358 {file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad"},
drewp@bigasterisk.com
parents:
diff changeset
1359 {file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3e374f59e440d4ab45ca2fffde54b81ac3834cf5ae2cdfa69c90bc03bde04d76"},
drewp@bigasterisk.com
parents:
diff changeset
1360 {file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:43498c0bdb43d55cb162cdc8c06fac328ccb5d2eabe3cadeb3529ae6f0517c32"},
drewp@bigasterisk.com
parents:
diff changeset
1361 {file = "pandas-2.2.2-cp312-cp312-win_amd64.whl", hash = "sha256:d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23"},
drewp@bigasterisk.com
parents:
diff changeset
1362 {file = "pandas-2.2.2.tar.gz", hash = "sha256:9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54"},
drewp@bigasterisk.com
parents:
diff changeset
1363 ]
drewp@bigasterisk.com
parents:
diff changeset
1364
drewp@bigasterisk.com
parents:
diff changeset
1365 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1366 name = "parso"
drewp@bigasterisk.com
parents:
diff changeset
1367 version = "0.8.4"
drewp@bigasterisk.com
parents:
diff changeset
1368 requires_python = ">=3.6"
drewp@bigasterisk.com
parents:
diff changeset
1369 summary = "A Python Parser"
drewp@bigasterisk.com
parents:
diff changeset
1370 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1371 files = [
drewp@bigasterisk.com
parents:
diff changeset
1372 {file = "parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18"},
drewp@bigasterisk.com
parents:
diff changeset
1373 {file = "parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d"},
drewp@bigasterisk.com
parents:
diff changeset
1374 ]
drewp@bigasterisk.com
parents:
diff changeset
1375
drewp@bigasterisk.com
parents:
diff changeset
1376 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1377 name = "pdfminer"
drewp@bigasterisk.com
parents:
diff changeset
1378 version = "20191125"
drewp@bigasterisk.com
parents:
diff changeset
1379 requires_python = ">=3.6"
drewp@bigasterisk.com
parents:
diff changeset
1380 summary = "PDF parser and analyzer"
drewp@bigasterisk.com
parents:
diff changeset
1381 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1382 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1383 "pycryptodome",
drewp@bigasterisk.com
parents:
diff changeset
1384 ]
drewp@bigasterisk.com
parents:
diff changeset
1385 files = [
drewp@bigasterisk.com
parents:
diff changeset
1386 {file = "pdfminer-20191125.tar.gz", hash = "sha256:9e700bc731300ed5c8936343c1dd4529638184198e54e91dd2b59b64a755dc01"},
drewp@bigasterisk.com
parents:
diff changeset
1387 ]
drewp@bigasterisk.com
parents:
diff changeset
1388
drewp@bigasterisk.com
parents:
diff changeset
1389 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1390 name = "pexpect"
drewp@bigasterisk.com
parents:
diff changeset
1391 version = "4.9.0"
drewp@bigasterisk.com
parents:
diff changeset
1392 summary = "Pexpect allows easy control of interactive console applications."
drewp@bigasterisk.com
parents:
diff changeset
1393 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1394 marker = "sys_platform != \"win32\" and sys_platform != \"emscripten\""
drewp@bigasterisk.com
parents:
diff changeset
1395 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1396 "ptyprocess>=0.5",
drewp@bigasterisk.com
parents:
diff changeset
1397 ]
drewp@bigasterisk.com
parents:
diff changeset
1398 files = [
drewp@bigasterisk.com
parents:
diff changeset
1399 {file = "pexpect-4.9.0-py2.py3-none-any.whl", hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523"},
drewp@bigasterisk.com
parents:
diff changeset
1400 {file = "pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"},
drewp@bigasterisk.com
parents:
diff changeset
1401 ]
drewp@bigasterisk.com
parents:
diff changeset
1402
drewp@bigasterisk.com
parents:
diff changeset
1403 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1404 name = "prompt-toolkit"
drewp@bigasterisk.com
parents:
diff changeset
1405 version = "3.0.47"
drewp@bigasterisk.com
parents:
diff changeset
1406 requires_python = ">=3.7.0"
drewp@bigasterisk.com
parents:
diff changeset
1407 summary = "Library for building powerful interactive command lines in Python"
drewp@bigasterisk.com
parents:
diff changeset
1408 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1409 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1410 "wcwidth",
drewp@bigasterisk.com
parents:
diff changeset
1411 ]
drewp@bigasterisk.com
parents:
diff changeset
1412 files = [
drewp@bigasterisk.com
parents:
diff changeset
1413 {file = "prompt_toolkit-3.0.47-py3-none-any.whl", hash = "sha256:0d7bfa67001d5e39d02c224b663abc33687405033a8c422d0d675a5a13361d10"},
drewp@bigasterisk.com
parents:
diff changeset
1414 {file = "prompt_toolkit-3.0.47.tar.gz", hash = "sha256:1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360"},
drewp@bigasterisk.com
parents:
diff changeset
1415 ]
drewp@bigasterisk.com
parents:
diff changeset
1416
drewp@bigasterisk.com
parents:
diff changeset
1417 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1418 name = "protobuf"
drewp@bigasterisk.com
parents:
diff changeset
1419 version = "5.27.2"
drewp@bigasterisk.com
parents:
diff changeset
1420 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1421 summary = ""
drewp@bigasterisk.com
parents:
diff changeset
1422 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1423 files = [
drewp@bigasterisk.com
parents:
diff changeset
1424 {file = "protobuf-5.27.2-cp310-abi3-win32.whl", hash = "sha256:354d84fac2b0d76062e9b3221f4abbbacdfd2a4d8af36bab0474f3a0bb30ab38"},
drewp@bigasterisk.com
parents:
diff changeset
1425 {file = "protobuf-5.27.2-cp310-abi3-win_amd64.whl", hash = "sha256:0e341109c609749d501986b835f667c6e1e24531096cff9d34ae411595e26505"},
drewp@bigasterisk.com
parents:
diff changeset
1426 {file = "protobuf-5.27.2-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:a109916aaac42bff84702fb5187f3edadbc7c97fc2c99c5ff81dd15dcce0d1e5"},
drewp@bigasterisk.com
parents:
diff changeset
1427 {file = "protobuf-5.27.2-cp38-abi3-manylinux2014_aarch64.whl", hash = "sha256:176c12b1f1c880bf7a76d9f7c75822b6a2bc3db2d28baa4d300e8ce4cde7409b"},
drewp@bigasterisk.com
parents:
diff changeset
1428 {file = "protobuf-5.27.2-cp38-abi3-manylinux2014_x86_64.whl", hash = "sha256:b848dbe1d57ed7c191dfc4ea64b8b004a3f9ece4bf4d0d80a367b76df20bf36e"},
drewp@bigasterisk.com
parents:
diff changeset
1429 {file = "protobuf-5.27.2-py3-none-any.whl", hash = "sha256:54330f07e4949d09614707c48b06d1a22f8ffb5763c159efd5c0928326a91470"},
drewp@bigasterisk.com
parents:
diff changeset
1430 {file = "protobuf-5.27.2.tar.gz", hash = "sha256:f3ecdef226b9af856075f28227ff2c90ce3a594d092c39bee5513573f25e2714"},
drewp@bigasterisk.com
parents:
diff changeset
1431 ]
drewp@bigasterisk.com
parents:
diff changeset
1432
drewp@bigasterisk.com
parents:
diff changeset
1433 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1434 name = "ptyprocess"
drewp@bigasterisk.com
parents:
diff changeset
1435 version = "0.7.0"
drewp@bigasterisk.com
parents:
diff changeset
1436 summary = "Run a subprocess in a pseudo terminal"
drewp@bigasterisk.com
parents:
diff changeset
1437 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1438 marker = "sys_platform != \"win32\" and sys_platform != \"emscripten\""
drewp@bigasterisk.com
parents:
diff changeset
1439 files = [
drewp@bigasterisk.com
parents:
diff changeset
1440 {file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"},
drewp@bigasterisk.com
parents:
diff changeset
1441 {file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"},
drewp@bigasterisk.com
parents:
diff changeset
1442 ]
drewp@bigasterisk.com
parents:
diff changeset
1443
drewp@bigasterisk.com
parents:
diff changeset
1444 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1445 name = "pure-eval"
drewp@bigasterisk.com
parents:
diff changeset
1446 version = "0.2.2"
drewp@bigasterisk.com
parents:
diff changeset
1447 summary = "Safely evaluate AST nodes without side effects"
drewp@bigasterisk.com
parents:
diff changeset
1448 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1449 files = [
drewp@bigasterisk.com
parents:
diff changeset
1450 {file = "pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"},
drewp@bigasterisk.com
parents:
diff changeset
1451 {file = "pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"},
drewp@bigasterisk.com
parents:
diff changeset
1452 ]
drewp@bigasterisk.com
parents:
diff changeset
1453
drewp@bigasterisk.com
parents:
diff changeset
1454 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1455 name = "pycryptodome"
drewp@bigasterisk.com
parents:
diff changeset
1456 version = "3.20.0"
drewp@bigasterisk.com
parents:
diff changeset
1457 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
drewp@bigasterisk.com
parents:
diff changeset
1458 summary = "Cryptographic library for Python"
drewp@bigasterisk.com
parents:
diff changeset
1459 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1460 files = [
drewp@bigasterisk.com
parents:
diff changeset
1461 {file = "pycryptodome-3.20.0-cp35-abi3-macosx_10_9_universal2.whl", hash = "sha256:ac1c7c0624a862f2e53438a15c9259d1655325fc2ec4392e66dc46cdae24d044"},
drewp@bigasterisk.com
parents:
diff changeset
1462 {file = "pycryptodome-3.20.0-cp35-abi3-macosx_10_9_x86_64.whl", hash = "sha256:76658f0d942051d12a9bd08ca1b6b34fd762a8ee4240984f7c06ddfb55eaf15a"},
drewp@bigasterisk.com
parents:
diff changeset
1463 {file = "pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f35d6cee81fa145333137009d9c8ba90951d7d77b67c79cbe5f03c7eb74d8fe2"},
drewp@bigasterisk.com
parents:
diff changeset
1464 {file = "pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:76cb39afede7055127e35a444c1c041d2e8d2f1f9c121ecef573757ba4cd2c3c"},
drewp@bigasterisk.com
parents:
diff changeset
1465 {file = "pycryptodome-3.20.0-cp35-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:49a4c4dc60b78ec41d2afa392491d788c2e06edf48580fbfb0dd0f828af49d25"},
drewp@bigasterisk.com
parents:
diff changeset
1466 {file = "pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:fb3b87461fa35afa19c971b0a2b7456a7b1db7b4eba9a8424666104925b78128"},
drewp@bigasterisk.com
parents:
diff changeset
1467 {file = "pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_i686.whl", hash = "sha256:acc2614e2e5346a4a4eab6e199203034924313626f9620b7b4b38e9ad74b7e0c"},
drewp@bigasterisk.com
parents:
diff changeset
1468 {file = "pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:210ba1b647837bfc42dd5a813cdecb5b86193ae11a3f5d972b9a0ae2c7e9e4b4"},
drewp@bigasterisk.com
parents:
diff changeset
1469 {file = "pycryptodome-3.20.0-cp35-abi3-win32.whl", hash = "sha256:8d6b98d0d83d21fb757a182d52940d028564efe8147baa9ce0f38d057104ae72"},
drewp@bigasterisk.com
parents:
diff changeset
1470 {file = "pycryptodome-3.20.0-cp35-abi3-win_amd64.whl", hash = "sha256:9b3ae153c89a480a0ec402e23db8d8d84a3833b65fa4b15b81b83be9d637aab9"},
drewp@bigasterisk.com
parents:
diff changeset
1471 {file = "pycryptodome-3.20.0-pp27-pypy_73-manylinux2010_x86_64.whl", hash = "sha256:4401564ebf37dfde45d096974c7a159b52eeabd9969135f0426907db367a652a"},
drewp@bigasterisk.com
parents:
diff changeset
1472 {file = "pycryptodome-3.20.0-pp27-pypy_73-win32.whl", hash = "sha256:ec1f93feb3bb93380ab0ebf8b859e8e5678c0f010d2d78367cf6bc30bfeb148e"},
drewp@bigasterisk.com
parents:
diff changeset
1473 {file = "pycryptodome-3.20.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:acae12b9ede49f38eb0ef76fdec2df2e94aad85ae46ec85be3648a57f0a7db04"},
drewp@bigasterisk.com
parents:
diff changeset
1474 {file = "pycryptodome-3.20.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f47888542a0633baff535a04726948e876bf1ed880fddb7c10a736fa99146ab3"},
drewp@bigasterisk.com
parents:
diff changeset
1475 {file = "pycryptodome-3.20.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e0e4a987d38cfc2e71b4a1b591bae4891eeabe5fa0f56154f576e26287bfdea"},
drewp@bigasterisk.com
parents:
diff changeset
1476 {file = "pycryptodome-3.20.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:c18b381553638414b38705f07d1ef0a7cf301bc78a5f9bc17a957eb19446834b"},
drewp@bigasterisk.com
parents:
diff changeset
1477 {file = "pycryptodome-3.20.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a60fedd2b37b4cb11ccb5d0399efe26db9e0dd149016c1cc6c8161974ceac2d6"},
drewp@bigasterisk.com
parents:
diff changeset
1478 {file = "pycryptodome-3.20.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:405002eafad114a2f9a930f5db65feef7b53c4784495dd8758069b89baf68eab"},
drewp@bigasterisk.com
parents:
diff changeset
1479 {file = "pycryptodome-3.20.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2ab6ab0cb755154ad14e507d1df72de9897e99fd2d4922851a276ccc14f4f1a5"},
drewp@bigasterisk.com
parents:
diff changeset
1480 {file = "pycryptodome-3.20.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:acf6e43fa75aca2d33e93409f2dafe386fe051818ee79ee8a3e21de9caa2ac9e"},
drewp@bigasterisk.com
parents:
diff changeset
1481 {file = "pycryptodome-3.20.0.tar.gz", hash = "sha256:09609209ed7de61c2b560cc5c8c4fbf892f8b15b1faf7e4cbffac97db1fffda7"},
drewp@bigasterisk.com
parents:
diff changeset
1482 ]
drewp@bigasterisk.com
parents:
diff changeset
1483
drewp@bigasterisk.com
parents:
diff changeset
1484 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1485 name = "pydantic"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1486 version = "2.8.2"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1487 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1488 summary = "Data validation using Python type hints"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1489 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1490 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1491 "annotated-types>=0.4.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1492 "pydantic-core==2.20.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1493 "typing-extensions>=4.12.2; python_version >= \"3.13\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1494 "typing-extensions>=4.6.1; python_version < \"3.13\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1495 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1496 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1497 {file = "pydantic-2.8.2-py3-none-any.whl", hash = "sha256:73ee9fddd406dc318b885c7a2eab8a6472b68b8fb5ba8150949fc3db939f23c8"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1498 {file = "pydantic-2.8.2.tar.gz", hash = "sha256:6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1499 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1500
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1501 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1502 name = "pydantic-core"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1503 version = "2.20.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1504 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1505 summary = "Core functionality for Pydantic validation and serialization"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1506 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1507 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1508 "typing-extensions!=4.7.0,>=4.6.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1509 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1510 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1511 {file = "pydantic_core-2.20.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:d2a8fa9d6d6f891f3deec72f5cc668e6f66b188ab14bb1ab52422fe8e644f312"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1512 {file = "pydantic_core-2.20.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:175873691124f3d0da55aeea1d90660a6ea7a3cfea137c38afa0a5ffabe37b88"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1513 {file = "pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:37eee5b638f0e0dcd18d21f59b679686bbd18917b87db0193ae36f9c23c355fc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1514 {file = "pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:25e9185e2d06c16ee438ed39bf62935ec436474a6ac4f9358524220f1b236e43"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1515 {file = "pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:150906b40ff188a3260cbee25380e7494ee85048584998c1e66df0c7a11c17a6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1516 {file = "pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8ad4aeb3e9a97286573c03df758fc7627aecdd02f1da04516a86dc159bf70121"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1517 {file = "pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d3f3ed29cd9f978c604708511a1f9c2fdcb6c38b9aae36a51905b8811ee5cbf1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1518 {file = "pydantic_core-2.20.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b0dae11d8f5ded51699c74d9548dcc5938e0804cc8298ec0aa0da95c21fff57b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1519 {file = "pydantic_core-2.20.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:faa6b09ee09433b87992fb5a2859efd1c264ddc37280d2dd5db502126d0e7f27"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1520 {file = "pydantic_core-2.20.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9dc1b507c12eb0481d071f3c1808f0529ad41dc415d0ca11f7ebfc666e66a18b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1521 {file = "pydantic_core-2.20.1-cp311-none-win32.whl", hash = "sha256:fa2fddcb7107e0d1808086ca306dcade7df60a13a6c347a7acf1ec139aa6789a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1522 {file = "pydantic_core-2.20.1-cp311-none-win_amd64.whl", hash = "sha256:40a783fb7ee353c50bd3853e626f15677ea527ae556429453685ae32280c19c2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1523 {file = "pydantic_core-2.20.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:595ba5be69b35777474fa07f80fc260ea71255656191adb22a8c53aba4479231"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1524 {file = "pydantic_core-2.20.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a4f55095ad087474999ee28d3398bae183a66be4823f753cd7d67dd0153427c9"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1525 {file = "pydantic_core-2.20.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f9aa05d09ecf4c75157197f27cdc9cfaeb7c5f15021c6373932bf3e124af029f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1526 {file = "pydantic_core-2.20.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e97fdf088d4b31ff4ba35db26d9cc472ac7ef4a2ff2badeabf8d727b3377fc52"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1527 {file = "pydantic_core-2.20.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bc633a9fe1eb87e250b5c57d389cf28998e4292336926b0b6cdaee353f89a237"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1528 {file = "pydantic_core-2.20.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d573faf8eb7e6b1cbbcb4f5b247c60ca8be39fe2c674495df0eb4318303137fe"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1529 {file = "pydantic_core-2.20.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:26dc97754b57d2fd00ac2b24dfa341abffc380b823211994c4efac7f13b9e90e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1530 {file = "pydantic_core-2.20.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:33499e85e739a4b60c9dac710c20a08dc73cb3240c9a0e22325e671b27b70d24"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1531 {file = "pydantic_core-2.20.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:bebb4d6715c814597f85297c332297c6ce81e29436125ca59d1159b07f423eb1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1532 {file = "pydantic_core-2.20.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:516d9227919612425c8ef1c9b869bbbee249bc91912c8aaffb66116c0b447ebd"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1533 {file = "pydantic_core-2.20.1-cp312-none-win32.whl", hash = "sha256:469f29f9093c9d834432034d33f5fe45699e664f12a13bf38c04967ce233d688"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1534 {file = "pydantic_core-2.20.1-cp312-none-win_amd64.whl", hash = "sha256:035ede2e16da7281041f0e626459bcae33ed998cca6a0a007a5ebb73414ac72d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1535 {file = "pydantic_core-2.20.1-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:0827505a5c87e8aa285dc31e9ec7f4a17c81a813d45f70b1d9164e03a813a686"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1536 {file = "pydantic_core-2.20.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:19c0fa39fa154e7e0b7f82f88ef85faa2a4c23cc65aae2f5aea625e3c13c735a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1537 {file = "pydantic_core-2.20.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4aa223cd1e36b642092c326d694d8bf59b71ddddc94cdb752bbbb1c5c91d833b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1538 {file = "pydantic_core-2.20.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c336a6d235522a62fef872c6295a42ecb0c4e1d0f1a3e500fe949415761b8a19"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1539 {file = "pydantic_core-2.20.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7eb6a0587eded33aeefea9f916899d42b1799b7b14b8f8ff2753c0ac1741edac"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1540 {file = "pydantic_core-2.20.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:70c8daf4faca8da5a6d655f9af86faf6ec2e1768f4b8b9d0226c02f3d6209703"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1541 {file = "pydantic_core-2.20.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e9fa4c9bf273ca41f940bceb86922a7667cd5bf90e95dbb157cbb8441008482c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1542 {file = "pydantic_core-2.20.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:11b71d67b4725e7e2a9f6e9c0ac1239bbc0c48cce3dc59f98635efc57d6dac83"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1543 {file = "pydantic_core-2.20.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:270755f15174fb983890c49881e93f8f1b80f0b5e3a3cc1394a255706cabd203"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1544 {file = "pydantic_core-2.20.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:c81131869240e3e568916ef4c307f8b99583efaa60a8112ef27a366eefba8ef0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1545 {file = "pydantic_core-2.20.1-cp313-none-win32.whl", hash = "sha256:b91ced227c41aa29c672814f50dbb05ec93536abf8f43cd14ec9521ea09afe4e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1546 {file = "pydantic_core-2.20.1-cp313-none-win_amd64.whl", hash = "sha256:65db0f2eefcaad1a3950f498aabb4875c8890438bc80b19362cf633b87a8ab20"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1547 {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:a45f84b09ac9c3d35dfcf6a27fd0634d30d183205230a0ebe8373a0e8cfa0906"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1548 {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:d02a72df14dfdbaf228424573a07af10637bd490f0901cee872c4f434a735b94"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1549 {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d2b27e6af28f07e2f195552b37d7d66b150adbaa39a6d327766ffd695799780f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1550 {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:084659fac3c83fd674596612aeff6041a18402f1e1bc19ca39e417d554468482"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1551 {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:242b8feb3c493ab78be289c034a1f659e8826e2233786e36f2893a950a719bb6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1552 {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:38cf1c40a921d05c5edc61a785c0ddb4bed67827069f535d794ce6bcded919fc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1553 {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:e0bbdd76ce9aa5d4209d65f2b27fc6e5ef1312ae6c5333c26db3f5ade53a1e99"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1554 {file = "pydantic_core-2.20.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:254ec27fdb5b1ee60684f91683be95e5133c994cc54e86a0b0963afa25c8f8a6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1555 {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:407653af5617f0757261ae249d3fba09504d7a71ab36ac057c938572d1bc9331"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1556 {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:c693e916709c2465b02ca0ad7b387c4f8423d1db7b4649c551f27a529181c5ad"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1557 {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b5ff4911aea936a47d9376fd3ab17e970cc543d1b68921886e7f64bd28308d1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1558 {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:177f55a886d74f1808763976ac4efd29b7ed15c69f4d838bbd74d9d09cf6fa86"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1559 {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:964faa8a861d2664f0c7ab0c181af0bea66098b1919439815ca8803ef136fc4e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1560 {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:4dd484681c15e6b9a977c785a345d3e378d72678fd5f1f3c0509608da24f2ac0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1561 {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:f6d6cff3538391e8486a431569b77921adfcdef14eb18fbf19b7c0a5294d4e6a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1562 {file = "pydantic_core-2.20.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:a6d511cc297ff0883bc3708b465ff82d7560193169a8b93260f74ecb0a5e08a7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1563 {file = "pydantic_core-2.20.1.tar.gz", hash = "sha256:26ca695eeee5f9f1aeeb211ffc12f10bcb6f71e2989988fda61dabd65db878d4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1564 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1565
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1566 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1567 name = "pygments"
drewp@bigasterisk.com
parents:
diff changeset
1568 version = "2.18.0"
drewp@bigasterisk.com
parents:
diff changeset
1569 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1570 summary = "Pygments is a syntax highlighting package written in Python."
drewp@bigasterisk.com
parents:
diff changeset
1571 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1572 files = [
drewp@bigasterisk.com
parents:
diff changeset
1573 {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"},
drewp@bigasterisk.com
parents:
diff changeset
1574 {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"},
drewp@bigasterisk.com
parents:
diff changeset
1575 ]
drewp@bigasterisk.com
parents:
diff changeset
1576
drewp@bigasterisk.com
parents:
diff changeset
1577 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1578 name = "pymilvus"
drewp@bigasterisk.com
parents:
diff changeset
1579 version = "2.4.4"
drewp@bigasterisk.com
parents:
diff changeset
1580 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1581 summary = "Python Sdk for Milvus"
drewp@bigasterisk.com
parents:
diff changeset
1582 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1583 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1584 "environs<=9.5.0",
drewp@bigasterisk.com
parents:
diff changeset
1585 "grpcio<=1.63.0,>=1.49.1",
drewp@bigasterisk.com
parents:
diff changeset
1586 "milvus-lite<2.5.0,>=2.4.0; sys_platform != \"win32\"",
drewp@bigasterisk.com
parents:
diff changeset
1587 "pandas>=1.2.4",
drewp@bigasterisk.com
parents:
diff changeset
1588 "protobuf>=3.20.0",
drewp@bigasterisk.com
parents:
diff changeset
1589 "setuptools>=67",
drewp@bigasterisk.com
parents:
diff changeset
1590 "ujson>=2.0.0",
drewp@bigasterisk.com
parents:
diff changeset
1591 ]
drewp@bigasterisk.com
parents:
diff changeset
1592 files = [
drewp@bigasterisk.com
parents:
diff changeset
1593 {file = "pymilvus-2.4.4-py3-none-any.whl", hash = "sha256:073b76bc36f6f4e70f0f0a0023a53324f0ba8ef9a60883f87cd30a44b6c6f2b5"},
drewp@bigasterisk.com
parents:
diff changeset
1594 {file = "pymilvus-2.4.4.tar.gz", hash = "sha256:50c53eb103e034fbffe936fe942751ea3dbd2452e18cf79acc52360ed4987fb7"},
drewp@bigasterisk.com
parents:
diff changeset
1595 ]
drewp@bigasterisk.com
parents:
diff changeset
1596
drewp@bigasterisk.com
parents:
diff changeset
1597 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1598 name = "pymilvus"
drewp@bigasterisk.com
parents:
diff changeset
1599 version = "2.4.4"
drewp@bigasterisk.com
parents:
diff changeset
1600 extras = ["model"]
drewp@bigasterisk.com
parents:
diff changeset
1601 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1602 summary = "Python Sdk for Milvus"
drewp@bigasterisk.com
parents:
diff changeset
1603 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1604 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1605 "milvus-model>=0.1.0",
drewp@bigasterisk.com
parents:
diff changeset
1606 "pymilvus==2.4.4",
drewp@bigasterisk.com
parents:
diff changeset
1607 ]
drewp@bigasterisk.com
parents:
diff changeset
1608 files = [
drewp@bigasterisk.com
parents:
diff changeset
1609 {file = "pymilvus-2.4.4-py3-none-any.whl", hash = "sha256:073b76bc36f6f4e70f0f0a0023a53324f0ba8ef9a60883f87cd30a44b6c6f2b5"},
drewp@bigasterisk.com
parents:
diff changeset
1610 {file = "pymilvus-2.4.4.tar.gz", hash = "sha256:50c53eb103e034fbffe936fe942751ea3dbd2452e18cf79acc52360ed4987fb7"},
drewp@bigasterisk.com
parents:
diff changeset
1611 ]
drewp@bigasterisk.com
parents:
diff changeset
1612
drewp@bigasterisk.com
parents:
diff changeset
1613 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1614 name = "pyreadline3"
drewp@bigasterisk.com
parents:
diff changeset
1615 version = "3.4.1"
drewp@bigasterisk.com
parents:
diff changeset
1616 summary = "A python implementation of GNU readline."
drewp@bigasterisk.com
parents:
diff changeset
1617 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1618 marker = "sys_platform == \"win32\" and python_version >= \"3.8\""
drewp@bigasterisk.com
parents:
diff changeset
1619 files = [
drewp@bigasterisk.com
parents:
diff changeset
1620 {file = "pyreadline3-3.4.1-py3-none-any.whl", hash = "sha256:b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb"},
drewp@bigasterisk.com
parents:
diff changeset
1621 {file = "pyreadline3-3.4.1.tar.gz", hash = "sha256:6f3d1f7b8a31ba32b73917cefc1f28cc660562f39aea8646d30bd6eff21f7bae"},
drewp@bigasterisk.com
parents:
diff changeset
1622 ]
drewp@bigasterisk.com
parents:
diff changeset
1623
drewp@bigasterisk.com
parents:
diff changeset
1624 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1625 name = "python-dateutil"
drewp@bigasterisk.com
parents:
diff changeset
1626 version = "2.9.0.post0"
drewp@bigasterisk.com
parents:
diff changeset
1627 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
drewp@bigasterisk.com
parents:
diff changeset
1628 summary = "Extensions to the standard Python datetime module"
drewp@bigasterisk.com
parents:
diff changeset
1629 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1630 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1631 "six>=1.5",
drewp@bigasterisk.com
parents:
diff changeset
1632 ]
drewp@bigasterisk.com
parents:
diff changeset
1633 files = [
drewp@bigasterisk.com
parents:
diff changeset
1634 {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"},
drewp@bigasterisk.com
parents:
diff changeset
1635 {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"},
drewp@bigasterisk.com
parents:
diff changeset
1636 ]
drewp@bigasterisk.com
parents:
diff changeset
1637
drewp@bigasterisk.com
parents:
diff changeset
1638 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1639 name = "python-dotenv"
drewp@bigasterisk.com
parents:
diff changeset
1640 version = "1.0.1"
drewp@bigasterisk.com
parents:
diff changeset
1641 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1642 summary = "Read key-value pairs from a .env file and set them as environment variables"
drewp@bigasterisk.com
parents:
diff changeset
1643 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1644 files = [
drewp@bigasterisk.com
parents:
diff changeset
1645 {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"},
drewp@bigasterisk.com
parents:
diff changeset
1646 {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"},
drewp@bigasterisk.com
parents:
diff changeset
1647 ]
drewp@bigasterisk.com
parents:
diff changeset
1648
drewp@bigasterisk.com
parents:
diff changeset
1649 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1650 name = "python-multipart"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1651 version = "0.0.9"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1652 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1653 summary = "A streaming multipart parser for Python"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1654 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1655 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1656 {file = "python_multipart-0.0.9-py3-none-any.whl", hash = "sha256:97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1657 {file = "python_multipart-0.0.9.tar.gz", hash = "sha256:03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1658 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1659
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1660 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1661 name = "pytz"
drewp@bigasterisk.com
parents:
diff changeset
1662 version = "2024.1"
drewp@bigasterisk.com
parents:
diff changeset
1663 summary = "World timezone definitions, modern and historical"
drewp@bigasterisk.com
parents:
diff changeset
1664 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1665 files = [
drewp@bigasterisk.com
parents:
diff changeset
1666 {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"},
drewp@bigasterisk.com
parents:
diff changeset
1667 {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"},
drewp@bigasterisk.com
parents:
diff changeset
1668 ]
drewp@bigasterisk.com
parents:
diff changeset
1669
drewp@bigasterisk.com
parents:
diff changeset
1670 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1671 name = "pyyaml"
drewp@bigasterisk.com
parents:
diff changeset
1672 version = "6.0.1"
drewp@bigasterisk.com
parents:
diff changeset
1673 requires_python = ">=3.6"
drewp@bigasterisk.com
parents:
diff changeset
1674 summary = "YAML parser and emitter for Python"
drewp@bigasterisk.com
parents:
diff changeset
1675 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1676 files = [
drewp@bigasterisk.com
parents:
diff changeset
1677 {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"},
drewp@bigasterisk.com
parents:
diff changeset
1678 {file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"},
drewp@bigasterisk.com
parents:
diff changeset
1679 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"},
drewp@bigasterisk.com
parents:
diff changeset
1680 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"},
drewp@bigasterisk.com
parents:
diff changeset
1681 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"},
drewp@bigasterisk.com
parents:
diff changeset
1682 {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"},
drewp@bigasterisk.com
parents:
diff changeset
1683 {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"},
drewp@bigasterisk.com
parents:
diff changeset
1684 {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"},
drewp@bigasterisk.com
parents:
diff changeset
1685 {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"},
drewp@bigasterisk.com
parents:
diff changeset
1686 {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"},
drewp@bigasterisk.com
parents:
diff changeset
1687 {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"},
drewp@bigasterisk.com
parents:
diff changeset
1688 {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"},
drewp@bigasterisk.com
parents:
diff changeset
1689 {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"},
drewp@bigasterisk.com
parents:
diff changeset
1690 {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"},
drewp@bigasterisk.com
parents:
diff changeset
1691 {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"},
drewp@bigasterisk.com
parents:
diff changeset
1692 {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"},
drewp@bigasterisk.com
parents:
diff changeset
1693 ]
drewp@bigasterisk.com
parents:
diff changeset
1694
drewp@bigasterisk.com
parents:
diff changeset
1695 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1696 name = "regex"
drewp@bigasterisk.com
parents:
diff changeset
1697 version = "2024.5.15"
drewp@bigasterisk.com
parents:
diff changeset
1698 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1699 summary = "Alternative regular expression module, to replace re."
drewp@bigasterisk.com
parents:
diff changeset
1700 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1701 files = [
drewp@bigasterisk.com
parents:
diff changeset
1702 {file = "regex-2024.5.15-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f5b1dff3ad008dccf18e652283f5e5339d70bf8ba7c98bf848ac33db10f7bc7a"},
drewp@bigasterisk.com
parents:
diff changeset
1703 {file = "regex-2024.5.15-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c6a2b494a76983df8e3d3feea9b9ffdd558b247e60b92f877f93a1ff43d26656"},
drewp@bigasterisk.com
parents:
diff changeset
1704 {file = "regex-2024.5.15-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a32b96f15c8ab2e7d27655969a23895eb799de3665fa94349f3b2fbfd547236f"},
drewp@bigasterisk.com
parents:
diff changeset
1705 {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:10002e86e6068d9e1c91eae8295ef690f02f913c57db120b58fdd35a6bb1af35"},
drewp@bigasterisk.com
parents:
diff changeset
1706 {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ec54d5afa89c19c6dd8541a133be51ee1017a38b412b1321ccb8d6ddbeb4cf7d"},
drewp@bigasterisk.com
parents:
diff changeset
1707 {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:10e4ce0dca9ae7a66e6089bb29355d4432caed736acae36fef0fdd7879f0b0cb"},
drewp@bigasterisk.com
parents:
diff changeset
1708 {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3e507ff1e74373c4d3038195fdd2af30d297b4f0950eeda6f515ae3d84a1770f"},
drewp@bigasterisk.com
parents:
diff changeset
1709 {file = "regex-2024.5.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d1f059a4d795e646e1c37665b9d06062c62d0e8cc3c511fe01315973a6542e40"},
drewp@bigasterisk.com
parents:
diff changeset
1710 {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:0721931ad5fe0dda45d07f9820b90b2148ccdd8e45bb9e9b42a146cb4f695649"},
drewp@bigasterisk.com
parents:
diff changeset
1711 {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:833616ddc75ad595dee848ad984d067f2f31be645d603e4d158bba656bbf516c"},
drewp@bigasterisk.com
parents:
diff changeset
1712 {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:287eb7f54fc81546346207c533ad3c2c51a8d61075127d7f6d79aaf96cdee890"},
drewp@bigasterisk.com
parents:
diff changeset
1713 {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:19dfb1c504781a136a80ecd1fff9f16dddf5bb43cec6871778c8a907a085bb3d"},
drewp@bigasterisk.com
parents:
diff changeset
1714 {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:119af6e56dce35e8dfb5222573b50c89e5508d94d55713c75126b753f834de68"},
drewp@bigasterisk.com
parents:
diff changeset
1715 {file = "regex-2024.5.15-cp311-cp311-win32.whl", hash = "sha256:1c1c174d6ec38d6c8a7504087358ce9213d4332f6293a94fbf5249992ba54efa"},
drewp@bigasterisk.com
parents:
diff changeset
1716 {file = "regex-2024.5.15-cp311-cp311-win_amd64.whl", hash = "sha256:9e717956dcfd656f5055cc70996ee2cc82ac5149517fc8e1b60261b907740201"},
drewp@bigasterisk.com
parents:
diff changeset
1717 {file = "regex-2024.5.15-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:632b01153e5248c134007209b5c6348a544ce96c46005d8456de1d552455b014"},
drewp@bigasterisk.com
parents:
diff changeset
1718 {file = "regex-2024.5.15-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e64198f6b856d48192bf921421fdd8ad8eb35e179086e99e99f711957ffedd6e"},
drewp@bigasterisk.com
parents:
diff changeset
1719 {file = "regex-2024.5.15-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:68811ab14087b2f6e0fc0c2bae9ad689ea3584cad6917fc57be6a48bbd012c49"},
drewp@bigasterisk.com
parents:
diff changeset
1720 {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8ec0c2fea1e886a19c3bee0cd19d862b3aa75dcdfb42ebe8ed30708df64687a"},
drewp@bigasterisk.com
parents:
diff changeset
1721 {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d0c0c0003c10f54a591d220997dd27d953cd9ccc1a7294b40a4be5312be8797b"},
drewp@bigasterisk.com
parents:
diff changeset
1722 {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2431b9e263af1953c55abbd3e2efca67ca80a3de8a0437cb58e2421f8184717a"},
drewp@bigasterisk.com
parents:
diff changeset
1723 {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a605586358893b483976cffc1723fb0f83e526e8f14c6e6614e75919d9862cf"},
drewp@bigasterisk.com
parents:
diff changeset
1724 {file = "regex-2024.5.15-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:391d7f7f1e409d192dba8bcd42d3e4cf9e598f3979cdaed6ab11288da88cb9f2"},
drewp@bigasterisk.com
parents:
diff changeset
1725 {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9ff11639a8d98969c863d4617595eb5425fd12f7c5ef6621a4b74b71ed8726d5"},
drewp@bigasterisk.com
parents:
diff changeset
1726 {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:4eee78a04e6c67e8391edd4dad3279828dd66ac4b79570ec998e2155d2e59fd5"},
drewp@bigasterisk.com
parents:
diff changeset
1727 {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:8fe45aa3f4aa57faabbc9cb46a93363edd6197cbc43523daea044e9ff2fea83e"},
drewp@bigasterisk.com
parents:
diff changeset
1728 {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:d0a3d8d6acf0c78a1fff0e210d224b821081330b8524e3e2bc5a68ef6ab5803d"},
drewp@bigasterisk.com
parents:
diff changeset
1729 {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c486b4106066d502495b3025a0a7251bf37ea9540433940a23419461ab9f2a80"},
drewp@bigasterisk.com
parents:
diff changeset
1730 {file = "regex-2024.5.15-cp312-cp312-win32.whl", hash = "sha256:c49e15eac7c149f3670b3e27f1f28a2c1ddeccd3a2812cba953e01be2ab9b5fe"},
drewp@bigasterisk.com
parents:
diff changeset
1731 {file = "regex-2024.5.15-cp312-cp312-win_amd64.whl", hash = "sha256:673b5a6da4557b975c6c90198588181029c60793835ce02f497ea817ff647cb2"},
drewp@bigasterisk.com
parents:
diff changeset
1732 {file = "regex-2024.5.15.tar.gz", hash = "sha256:d3ee02d9e5f482cc8309134a91eeaacbdd2261ba111b0fef3748eeb4913e6a2c"},
drewp@bigasterisk.com
parents:
diff changeset
1733 ]
drewp@bigasterisk.com
parents:
diff changeset
1734
drewp@bigasterisk.com
parents:
diff changeset
1735 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1736 name = "requests"
drewp@bigasterisk.com
parents:
diff changeset
1737 version = "2.32.3"
drewp@bigasterisk.com
parents:
diff changeset
1738 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1739 summary = "Python HTTP for Humans."
drewp@bigasterisk.com
parents:
diff changeset
1740 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1741 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1742 "certifi>=2017.4.17",
drewp@bigasterisk.com
parents:
diff changeset
1743 "charset-normalizer<4,>=2",
drewp@bigasterisk.com
parents:
diff changeset
1744 "idna<4,>=2.5",
drewp@bigasterisk.com
parents:
diff changeset
1745 "urllib3<3,>=1.21.1",
drewp@bigasterisk.com
parents:
diff changeset
1746 ]
drewp@bigasterisk.com
parents:
diff changeset
1747 files = [
drewp@bigasterisk.com
parents:
diff changeset
1748 {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
drewp@bigasterisk.com
parents:
diff changeset
1749 {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
drewp@bigasterisk.com
parents:
diff changeset
1750 ]
drewp@bigasterisk.com
parents:
diff changeset
1751
drewp@bigasterisk.com
parents:
diff changeset
1752 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1753 name = "rich"
drewp@bigasterisk.com
parents:
diff changeset
1754 version = "13.7.1"
drewp@bigasterisk.com
parents:
diff changeset
1755 requires_python = ">=3.7.0"
drewp@bigasterisk.com
parents:
diff changeset
1756 summary = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
drewp@bigasterisk.com
parents:
diff changeset
1757 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1758 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1759 "markdown-it-py>=2.2.0",
drewp@bigasterisk.com
parents:
diff changeset
1760 "pygments<3.0.0,>=2.13.0",
drewp@bigasterisk.com
parents:
diff changeset
1761 ]
drewp@bigasterisk.com
parents:
diff changeset
1762 files = [
drewp@bigasterisk.com
parents:
diff changeset
1763 {file = "rich-13.7.1-py3-none-any.whl", hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222"},
drewp@bigasterisk.com
parents:
diff changeset
1764 {file = "rich-13.7.1.tar.gz", hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"},
drewp@bigasterisk.com
parents:
diff changeset
1765 ]
drewp@bigasterisk.com
parents:
diff changeset
1766
drewp@bigasterisk.com
parents:
diff changeset
1767 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1768 name = "safetensors"
drewp@bigasterisk.com
parents:
diff changeset
1769 version = "0.4.3"
drewp@bigasterisk.com
parents:
diff changeset
1770 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
1771 summary = ""
drewp@bigasterisk.com
parents:
diff changeset
1772 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1773 files = [
drewp@bigasterisk.com
parents:
diff changeset
1774 {file = "safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:22f3b5d65e440cec0de8edaa672efa888030802e11c09b3d6203bff60ebff05a"},
drewp@bigasterisk.com
parents:
diff changeset
1775 {file = "safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7c4fa560ebd4522adddb71dcd25d09bf211b5634003f015a4b815b7647d62ebe"},
drewp@bigasterisk.com
parents:
diff changeset
1776 {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e9afd5358719f1b2cf425fad638fc3c887997d6782da317096877e5b15b2ce93"},
drewp@bigasterisk.com
parents:
diff changeset
1777 {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d8c5093206ef4b198600ae484230402af6713dab1bd5b8e231905d754022bec7"},
drewp@bigasterisk.com
parents:
diff changeset
1778 {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e0b2104df1579d6ba9052c0ae0e3137c9698b2d85b0645507e6fd1813b70931a"},
drewp@bigasterisk.com
parents:
diff changeset
1779 {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8cf18888606dad030455d18f6c381720e57fc6a4170ee1966adb7ebc98d4d6a3"},
drewp@bigasterisk.com
parents:
diff changeset
1780 {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0bf4f9d6323d9f86eef5567eabd88f070691cf031d4c0df27a40d3b4aaee755b"},
drewp@bigasterisk.com
parents:
diff changeset
1781 {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:585c9ae13a205807b63bef8a37994f30c917ff800ab8a1ca9c9b5d73024f97ee"},
drewp@bigasterisk.com
parents:
diff changeset
1782 {file = "safetensors-0.4.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:faefeb3b81bdfb4e5a55b9bbdf3d8d8753f65506e1d67d03f5c851a6c87150e9"},
drewp@bigasterisk.com
parents:
diff changeset
1783 {file = "safetensors-0.4.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:befdf0167ad626f22f6aac6163477fcefa342224a22f11fdd05abb3995c1783c"},
drewp@bigasterisk.com
parents:
diff changeset
1784 {file = "safetensors-0.4.3-cp311-none-win32.whl", hash = "sha256:a7cef55929dcbef24af3eb40bedec35d82c3c2fa46338bb13ecf3c5720af8a61"},
drewp@bigasterisk.com
parents:
diff changeset
1785 {file = "safetensors-0.4.3-cp311-none-win_amd64.whl", hash = "sha256:840b7ac0eff5633e1d053cc9db12fdf56b566e9403b4950b2dc85393d9b88d67"},
drewp@bigasterisk.com
parents:
diff changeset
1786 {file = "safetensors-0.4.3-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:22d21760dc6ebae42e9c058d75aa9907d9f35e38f896e3c69ba0e7b213033856"},
drewp@bigasterisk.com
parents:
diff changeset
1787 {file = "safetensors-0.4.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8d22c1a10dff3f64d0d68abb8298a3fd88ccff79f408a3e15b3e7f637ef5c980"},
drewp@bigasterisk.com
parents:
diff changeset
1788 {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b1648568667f820b8c48317c7006221dc40aced1869908c187f493838a1362bc"},
drewp@bigasterisk.com
parents:
diff changeset
1789 {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:446e9fe52c051aeab12aac63d1017e0f68a02a92a027b901c4f8e931b24e5397"},
drewp@bigasterisk.com
parents:
diff changeset
1790 {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fef5d70683643618244a4f5221053567ca3e77c2531e42ad48ae05fae909f542"},
drewp@bigasterisk.com
parents:
diff changeset
1791 {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2a1f4430cc0c9d6afa01214a4b3919d0a029637df8e09675ceef1ca3f0dfa0df"},
drewp@bigasterisk.com
parents:
diff changeset
1792 {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2d603846a8585b9432a0fd415db1d4c57c0f860eb4aea21f92559ff9902bae4d"},
drewp@bigasterisk.com
parents:
diff changeset
1793 {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a844cdb5d7cbc22f5f16c7e2a0271170750763c4db08381b7f696dbd2c78a361"},
drewp@bigasterisk.com
parents:
diff changeset
1794 {file = "safetensors-0.4.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:88887f69f7a00cf02b954cdc3034ffb383b2303bc0ab481d4716e2da51ddc10e"},
drewp@bigasterisk.com
parents:
diff changeset
1795 {file = "safetensors-0.4.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:ee463219d9ec6c2be1d331ab13a8e0cd50d2f32240a81d498266d77d07b7e71e"},
drewp@bigasterisk.com
parents:
diff changeset
1796 {file = "safetensors-0.4.3-cp312-none-win32.whl", hash = "sha256:d0dd4a1db09db2dba0f94d15addc7e7cd3a7b0d393aa4c7518c39ae7374623c3"},
drewp@bigasterisk.com
parents:
diff changeset
1797 {file = "safetensors-0.4.3-cp312-none-win_amd64.whl", hash = "sha256:d14d30c25897b2bf19b6fb5ff7e26cc40006ad53fd4a88244fdf26517d852dd7"},
drewp@bigasterisk.com
parents:
diff changeset
1798 {file = "safetensors-0.4.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:1b89381517891a7bb7d1405d828b2bf5d75528299f8231e9346b8eba092227f9"},
drewp@bigasterisk.com
parents:
diff changeset
1799 {file = "safetensors-0.4.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:cd6fff9e56df398abc5866b19a32124815b656613c1c5ec0f9350906fd798aac"},
drewp@bigasterisk.com
parents:
diff changeset
1800 {file = "safetensors-0.4.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:840caf38d86aa7014fe37ade5d0d84e23dcfbc798b8078015831996ecbc206a3"},
drewp@bigasterisk.com
parents:
diff changeset
1801 {file = "safetensors-0.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f9650713b2cfa9537a2baf7dd9fee458b24a0aaaa6cafcea8bdd5fb2b8efdc34"},
drewp@bigasterisk.com
parents:
diff changeset
1802 {file = "safetensors-0.4.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e4119532cd10dba04b423e0f86aecb96cfa5a602238c0aa012f70c3a40c44b50"},
drewp@bigasterisk.com
parents:
diff changeset
1803 {file = "safetensors-0.4.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:e066e8861eef6387b7c772344d1fe1f9a72800e04ee9a54239d460c400c72aab"},
drewp@bigasterisk.com
parents:
diff changeset
1804 {file = "safetensors-0.4.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:90964917f5b0fa0fa07e9a051fbef100250c04d150b7026ccbf87a34a54012e0"},
drewp@bigasterisk.com
parents:
diff changeset
1805 {file = "safetensors-0.4.3-pp37-pypy37_pp73-macosx_10_12_x86_64.whl", hash = "sha256:c41e1893d1206aa7054029681778d9a58b3529d4c807002c156d58426c225173"},
drewp@bigasterisk.com
parents:
diff changeset
1806 {file = "safetensors-0.4.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ae7613a119a71a497d012ccc83775c308b9c1dab454806291427f84397d852fd"},
drewp@bigasterisk.com
parents:
diff changeset
1807 {file = "safetensors-0.4.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f9bac020faba7f5dc481e881b14b6425265feabb5bfc552551d21189c0eddc3"},
drewp@bigasterisk.com
parents:
diff changeset
1808 {file = "safetensors-0.4.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:420a98f593ff9930f5822560d14c395ccbc57342ddff3b463bc0b3d6b1951550"},
drewp@bigasterisk.com
parents:
diff changeset
1809 {file = "safetensors-0.4.3-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:f5e6883af9a68c0028f70a4c19d5a6ab6238a379be36ad300a22318316c00cb0"},
drewp@bigasterisk.com
parents:
diff changeset
1810 {file = "safetensors-0.4.3-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:cdd0a3b5da66e7f377474599814dbf5cbf135ff059cc73694de129b58a5e8a2c"},
drewp@bigasterisk.com
parents:
diff changeset
1811 {file = "safetensors-0.4.3-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:9bfb92f82574d9e58401d79c70c716985dc049b635fef6eecbb024c79b2c46ad"},
drewp@bigasterisk.com
parents:
diff changeset
1812 {file = "safetensors-0.4.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:3615a96dd2dcc30eb66d82bc76cda2565f4f7bfa89fcb0e31ba3cea8a1a9ecbb"},
drewp@bigasterisk.com
parents:
diff changeset
1813 {file = "safetensors-0.4.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:868ad1b6fc41209ab6bd12f63923e8baeb1a086814cb2e81a65ed3d497e0cf8f"},
drewp@bigasterisk.com
parents:
diff changeset
1814 {file = "safetensors-0.4.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b7ffba80aa49bd09195145a7fd233a7781173b422eeb995096f2b30591639517"},
drewp@bigasterisk.com
parents:
diff changeset
1815 {file = "safetensors-0.4.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c0acbe31340ab150423347e5b9cc595867d814244ac14218932a5cf1dd38eb39"},
drewp@bigasterisk.com
parents:
diff changeset
1816 {file = "safetensors-0.4.3-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:19bbdf95de2cf64f25cd614c5236c8b06eb2cfa47cbf64311f4b5d80224623a3"},
drewp@bigasterisk.com
parents:
diff changeset
1817 {file = "safetensors-0.4.3-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:b852e47eb08475c2c1bd8131207b405793bfc20d6f45aff893d3baaad449ed14"},
drewp@bigasterisk.com
parents:
diff changeset
1818 {file = "safetensors-0.4.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5d07cbca5b99babb692d76d8151bec46f461f8ad8daafbfd96b2fca40cadae65"},
drewp@bigasterisk.com
parents:
diff changeset
1819 {file = "safetensors-0.4.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:1ab6527a20586d94291c96e00a668fa03f86189b8a9defa2cdd34a1a01acc7d5"},
drewp@bigasterisk.com
parents:
diff changeset
1820 {file = "safetensors-0.4.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02318f01e332cc23ffb4f6716e05a492c5f18b1d13e343c49265149396284a44"},
drewp@bigasterisk.com
parents:
diff changeset
1821 {file = "safetensors-0.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec4b52ce9a396260eb9731eb6aea41a7320de22ed73a1042c2230af0212758ce"},
drewp@bigasterisk.com
parents:
diff changeset
1822 {file = "safetensors-0.4.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:018b691383026a2436a22b648873ed11444a364324e7088b99cd2503dd828400"},
drewp@bigasterisk.com
parents:
diff changeset
1823 {file = "safetensors-0.4.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:309b10dbcab63269ecbf0e2ca10ce59223bb756ca5d431ce9c9eeabd446569da"},
drewp@bigasterisk.com
parents:
diff changeset
1824 {file = "safetensors-0.4.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:b277482120df46e27a58082df06a15aebda4481e30a1c21eefd0921ae7e03f65"},
drewp@bigasterisk.com
parents:
diff changeset
1825 {file = "safetensors-0.4.3.tar.gz", hash = "sha256:2f85fc50c4e07a21e95c24e07460fe6f7e2859d0ce88092838352b798ce711c2"},
drewp@bigasterisk.com
parents:
diff changeset
1826 ]
drewp@bigasterisk.com
parents:
diff changeset
1827
drewp@bigasterisk.com
parents:
diff changeset
1828 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1829 name = "scipy"
drewp@bigasterisk.com
parents:
diff changeset
1830 version = "1.14.0"
drewp@bigasterisk.com
parents:
diff changeset
1831 requires_python = ">=3.10"
drewp@bigasterisk.com
parents:
diff changeset
1832 summary = "Fundamental algorithms for scientific computing in Python"
drewp@bigasterisk.com
parents:
diff changeset
1833 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1834 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1835 "numpy<2.3,>=1.23.5",
drewp@bigasterisk.com
parents:
diff changeset
1836 ]
drewp@bigasterisk.com
parents:
diff changeset
1837 files = [
drewp@bigasterisk.com
parents:
diff changeset
1838 {file = "scipy-1.14.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6d056a8709ccda6cf36cdd2eac597d13bc03dba38360f418560a93050c76a16e"},
drewp@bigasterisk.com
parents:
diff changeset
1839 {file = "scipy-1.14.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:f0a50da861a7ec4573b7c716b2ebdcdf142b66b756a0d392c236ae568b3a93fb"},
drewp@bigasterisk.com
parents:
diff changeset
1840 {file = "scipy-1.14.0-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:94c164a9e2498e68308e6e148646e486d979f7fcdb8b4cf34b5441894bdb9caf"},
drewp@bigasterisk.com
parents:
diff changeset
1841 {file = "scipy-1.14.0-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:a7d46c3e0aea5c064e734c3eac5cf9eb1f8c4ceee756262f2c7327c4c2691c86"},
drewp@bigasterisk.com
parents:
diff changeset
1842 {file = "scipy-1.14.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9eee2989868e274aae26125345584254d97c56194c072ed96cb433f32f692ed8"},
drewp@bigasterisk.com
parents:
diff changeset
1843 {file = "scipy-1.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9e3154691b9f7ed73778d746da2df67a19d046a6c8087c8b385bc4cdb2cfca74"},
drewp@bigasterisk.com
parents:
diff changeset
1844 {file = "scipy-1.14.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c40003d880f39c11c1edbae8144e3813904b10514cd3d3d00c277ae996488cdb"},
drewp@bigasterisk.com
parents:
diff changeset
1845 {file = "scipy-1.14.0-cp311-cp311-win_amd64.whl", hash = "sha256:5b083c8940028bb7e0b4172acafda6df762da1927b9091f9611b0bcd8676f2bc"},
drewp@bigasterisk.com
parents:
diff changeset
1846 {file = "scipy-1.14.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:bff2438ea1330e06e53c424893ec0072640dac00f29c6a43a575cbae4c99b2b9"},
drewp@bigasterisk.com
parents:
diff changeset
1847 {file = "scipy-1.14.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:bbc0471b5f22c11c389075d091d3885693fd3f5e9a54ce051b46308bc787e5d4"},
drewp@bigasterisk.com
parents:
diff changeset
1848 {file = "scipy-1.14.0-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:64b2ff514a98cf2bb734a9f90d32dc89dc6ad4a4a36a312cd0d6327170339eb0"},
drewp@bigasterisk.com
parents:
diff changeset
1849 {file = "scipy-1.14.0-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:7d3da42fbbbb860211a811782504f38ae7aaec9de8764a9bef6b262de7a2b50f"},
drewp@bigasterisk.com
parents:
diff changeset
1850 {file = "scipy-1.14.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d91db2c41dd6c20646af280355d41dfa1ec7eead235642178bd57635a3f82209"},
drewp@bigasterisk.com
parents:
diff changeset
1851 {file = "scipy-1.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a01cc03bcdc777c9da3cfdcc74b5a75caffb48a6c39c8450a9a05f82c4250a14"},
drewp@bigasterisk.com
parents:
diff changeset
1852 {file = "scipy-1.14.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:65df4da3c12a2bb9ad52b86b4dcf46813e869afb006e58be0f516bc370165159"},
drewp@bigasterisk.com
parents:
diff changeset
1853 {file = "scipy-1.14.0-cp312-cp312-win_amd64.whl", hash = "sha256:4c4161597c75043f7154238ef419c29a64ac4a7c889d588ea77690ac4d0d9b20"},
drewp@bigasterisk.com
parents:
diff changeset
1854 {file = "scipy-1.14.0.tar.gz", hash = "sha256:b5923f48cb840380f9854339176ef21763118a7300a88203ccd0bdd26e58527b"},
drewp@bigasterisk.com
parents:
diff changeset
1855 ]
drewp@bigasterisk.com
parents:
diff changeset
1856
drewp@bigasterisk.com
parents:
diff changeset
1857 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1858 name = "setuptools"
drewp@bigasterisk.com
parents:
diff changeset
1859 version = "70.2.0"
drewp@bigasterisk.com
parents:
diff changeset
1860 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1861 summary = "Easily download, build, install, upgrade, and uninstall Python packages"
drewp@bigasterisk.com
parents:
diff changeset
1862 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1863 files = [
drewp@bigasterisk.com
parents:
diff changeset
1864 {file = "setuptools-70.2.0-py3-none-any.whl", hash = "sha256:b8b8060bb426838fbe942479c90296ce976249451118ef566a5a0b7d8b78fb05"},
drewp@bigasterisk.com
parents:
diff changeset
1865 {file = "setuptools-70.2.0.tar.gz", hash = "sha256:bd63e505105011b25c3c11f753f7e3b8465ea739efddaccef8f0efac2137bac1"},
drewp@bigasterisk.com
parents:
diff changeset
1866 ]
drewp@bigasterisk.com
parents:
diff changeset
1867
drewp@bigasterisk.com
parents:
diff changeset
1868 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1869 name = "shellingham"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1870 version = "1.5.4"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1871 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1872 summary = "Tool to Detect Surrounding Shell"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1873 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1874 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1875 {file = "shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1876 {file = "shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1877 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1878
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1879 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1880 name = "six"
drewp@bigasterisk.com
parents:
diff changeset
1881 version = "1.16.0"
drewp@bigasterisk.com
parents:
diff changeset
1882 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
drewp@bigasterisk.com
parents:
diff changeset
1883 summary = "Python 2 and 3 compatibility utilities"
drewp@bigasterisk.com
parents:
diff changeset
1884 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1885 files = [
drewp@bigasterisk.com
parents:
diff changeset
1886 {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
drewp@bigasterisk.com
parents:
diff changeset
1887 {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
drewp@bigasterisk.com
parents:
diff changeset
1888 ]
drewp@bigasterisk.com
parents:
diff changeset
1889
drewp@bigasterisk.com
parents:
diff changeset
1890 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1891 name = "sniffio"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1892 version = "1.3.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1893 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1894 summary = "Sniff out which async library your code is running under"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1895 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1896 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1897 {file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1898 {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1899 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1900
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1901 [[package]]
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1902 name = "soupsieve"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1903 version = "2.5"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1904 requires_python = ">=3.8"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1905 summary = "A modern CSS selector implementation for Beautiful Soup."
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1906 groups = ["default"]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1907 files = [
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1908 {file = "soupsieve-2.5-py3-none-any.whl", hash = "sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1909 {file = "soupsieve-2.5.tar.gz", hash = "sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1910 ]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1911
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1912 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1913 name = "sqlalchemy"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1914 version = "2.0.31"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1915 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1916 summary = "Database Abstraction Library"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1917 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1918 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1919 "greenlet!=0.4.17; (platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\") and python_version < \"3.13\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1920 "typing-extensions>=4.6.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1921 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1922 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1923 {file = "SQLAlchemy-2.0.31-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f68470edd70c3ac3b6cd5c2a22a8daf18415203ca1b036aaeb9b0fb6f54e8298"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1924 {file = "SQLAlchemy-2.0.31-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2e2c38c2a4c5c634fe6c3c58a789712719fa1bf9b9d6ff5ebfce9a9e5b89c1ca"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1925 {file = "SQLAlchemy-2.0.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd15026f77420eb2b324dcb93551ad9c5f22fab2c150c286ef1dc1160f110203"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1926 {file = "SQLAlchemy-2.0.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2196208432deebdfe3b22185d46b08f00ac9d7b01284e168c212919891289396"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1927 {file = "SQLAlchemy-2.0.31-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:352b2770097f41bff6029b280c0e03b217c2dcaddc40726f8f53ed58d8a85da4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1928 {file = "SQLAlchemy-2.0.31-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:56d51ae825d20d604583f82c9527d285e9e6d14f9a5516463d9705dab20c3740"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1929 {file = "SQLAlchemy-2.0.31-cp311-cp311-win32.whl", hash = "sha256:6e2622844551945db81c26a02f27d94145b561f9d4b0c39ce7bfd2fda5776dac"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1930 {file = "SQLAlchemy-2.0.31-cp311-cp311-win_amd64.whl", hash = "sha256:ccaf1b0c90435b6e430f5dd30a5aede4764942a695552eb3a4ab74ed63c5b8d3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1931 {file = "SQLAlchemy-2.0.31-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3b74570d99126992d4b0f91fb87c586a574a5872651185de8297c6f90055ae42"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1932 {file = "SQLAlchemy-2.0.31-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6f77c4f042ad493cb8595e2f503c7a4fe44cd7bd59c7582fd6d78d7e7b8ec52c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1933 {file = "SQLAlchemy-2.0.31-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd1591329333daf94467e699e11015d9c944f44c94d2091f4ac493ced0119449"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1934 {file = "SQLAlchemy-2.0.31-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:74afabeeff415e35525bf7a4ecdab015f00e06456166a2eba7590e49f8db940e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1935 {file = "SQLAlchemy-2.0.31-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b9c01990d9015df2c6f818aa8f4297d42ee71c9502026bb074e713d496e26b67"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1936 {file = "SQLAlchemy-2.0.31-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:66f63278db425838b3c2b1c596654b31939427016ba030e951b292e32b99553e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1937 {file = "SQLAlchemy-2.0.31-cp312-cp312-win32.whl", hash = "sha256:0b0f658414ee4e4b8cbcd4a9bb0fd743c5eeb81fc858ca517217a8013d282c96"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1938 {file = "SQLAlchemy-2.0.31-cp312-cp312-win_amd64.whl", hash = "sha256:fa4b1af3e619b5b0b435e333f3967612db06351217c58bfb50cee5f003db2a5a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1939 {file = "SQLAlchemy-2.0.31-py3-none-any.whl", hash = "sha256:69f3e3c08867a8e4856e92d7afb618b95cdee18e0bc1647b77599722c9a28911"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1940 {file = "SQLAlchemy-2.0.31.tar.gz", hash = "sha256:b607489dd4a54de56984a0c7656247504bd5523d9d0ba799aef59d4add009484"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1941 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1942
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1943 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1944 name = "stack-data"
drewp@bigasterisk.com
parents:
diff changeset
1945 version = "0.6.3"
drewp@bigasterisk.com
parents:
diff changeset
1946 summary = "Extract data from python stack frames and tracebacks for informative displays"
drewp@bigasterisk.com
parents:
diff changeset
1947 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1948 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1949 "asttokens>=2.1.0",
drewp@bigasterisk.com
parents:
diff changeset
1950 "executing>=1.2.0",
drewp@bigasterisk.com
parents:
diff changeset
1951 "pure-eval",
drewp@bigasterisk.com
parents:
diff changeset
1952 ]
drewp@bigasterisk.com
parents:
diff changeset
1953 files = [
drewp@bigasterisk.com
parents:
diff changeset
1954 {file = "stack_data-0.6.3-py3-none-any.whl", hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"},
drewp@bigasterisk.com
parents:
diff changeset
1955 {file = "stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9"},
drewp@bigasterisk.com
parents:
diff changeset
1956 ]
drewp@bigasterisk.com
parents:
diff changeset
1957
drewp@bigasterisk.com
parents:
diff changeset
1958 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1959 name = "starlette"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1960 version = "0.37.2"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1961 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1962 summary = "The little ASGI library that shines."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1963 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1964 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1965 "anyio<5,>=3.4.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1966 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1967 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1968 {file = "starlette-0.37.2-py3-none-any.whl", hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1969 {file = "starlette-0.37.2.tar.gz", hash = "sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1970 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1971
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1972 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1973 name = "sympy"
drewp@bigasterisk.com
parents:
diff changeset
1974 version = "1.12.1"
drewp@bigasterisk.com
parents:
diff changeset
1975 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1976 summary = "Computer algebra system (CAS) in Python"
drewp@bigasterisk.com
parents:
diff changeset
1977 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1978 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1979 "mpmath<1.4.0,>=1.1.0",
drewp@bigasterisk.com
parents:
diff changeset
1980 ]
drewp@bigasterisk.com
parents:
diff changeset
1981 files = [
drewp@bigasterisk.com
parents:
diff changeset
1982 {file = "sympy-1.12.1-py3-none-any.whl", hash = "sha256:9b2cbc7f1a640289430e13d2a56f02f867a1da0190f2f99d8968c2f74da0e515"},
drewp@bigasterisk.com
parents:
diff changeset
1983 {file = "sympy-1.12.1.tar.gz", hash = "sha256:2877b03f998cd8c08f07cd0de5b767119cd3ef40d09f41c30d722f6686b0fb88"},
drewp@bigasterisk.com
parents:
diff changeset
1984 ]
drewp@bigasterisk.com
parents:
diff changeset
1985
drewp@bigasterisk.com
parents:
diff changeset
1986 [[package]]
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1987 name = "tantivy"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1988 version = "0.22.0"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1989 requires_python = ">=3.8"
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1990 summary = ""
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1991 groups = ["default"]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1992 files = [
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1993 {file = "tantivy-0.22.0-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:ec693abf38f229bc1361b0d34029a8bb9f3ee5bb956a3e745e0c4a66ea815bec"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1994 {file = "tantivy-0.22.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:e385839badc12b81e38bf0a4d865ee7c3a992fea9f5ce4117adae89369e7d1eb"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1995 {file = "tantivy-0.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b6c097d94be1af106676c86c02b185f029484fdbd9a2b9f17cb980e840e7bdad"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1996 {file = "tantivy-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c47a5cdec306ea8594cb6e7effd4b430932ebfd969f9e8f99e343adf56a79bc9"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1997 {file = "tantivy-0.22.0-cp311-none-win_amd64.whl", hash = "sha256:ba0ca878ed025d79edd9c51cda80b0105be8facbaec180fea64a17b80c74e7db"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1998 {file = "tantivy-0.22.0-cp312-cp312-macosx_10_7_x86_64.whl", hash = "sha256:925682f3acb65c85c2a5a5b131401b9f30c184ea68aa73a8cc7c2ea6115e8ae3"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1999 {file = "tantivy-0.22.0-cp312-cp312-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:d75760e45a329313001354d6ca415ff12d9d812343792ae133da6bfbdc4b04a5"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
2000 {file = "tantivy-0.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fd909d122b5af457d955552c304f8d5d046aee7024c703c62652ad72af89f3c7"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
2001 {file = "tantivy-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c99266ffb204721eb2bd5b3184aa87860a6cff51b4563f808f78fa22d85a8093"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
2002 {file = "tantivy-0.22.0-cp312-none-win_amd64.whl", hash = "sha256:9ed6b813a1e7769444e33979b46b470b2f4c62d983c2560ce9486fb9be1491c9"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
2003 {file = "tantivy-0.22.0.tar.gz", hash = "sha256:dce07fa2910c94934aa3d96c91087936c24e4a5802d839625d67edc6d1c95e5c"},
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
2004 ]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
2005
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
2006 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2007 name = "tenacity"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2008 version = "8.4.2"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2009 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2010 summary = "Retry code until it succeeds"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2011 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2012 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2013 {file = "tenacity-8.4.2-py3-none-any.whl", hash = "sha256:9e6f7cf7da729125c7437222f8a522279751cdfbe6b67bfe64f75d3a348661b2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2014 {file = "tenacity-8.4.2.tar.gz", hash = "sha256:cd80a53a79336edba8489e767f729e4f391c896956b57140b5d7511a64bbd3ef"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2015 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2016
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2017 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
2018 name = "tensorstore"
drewp@bigasterisk.com
parents:
diff changeset
2019 version = "0.1.63"
drewp@bigasterisk.com
parents:
diff changeset
2020 requires_python = ">=3.9"
drewp@bigasterisk.com
parents:
diff changeset
2021 summary = "Read and write large, multi-dimensional arrays"
drewp@bigasterisk.com
parents:
diff changeset
2022 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2023 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
2024 "ml-dtypes>=0.3.1",
drewp@bigasterisk.com
parents:
diff changeset
2025 "numpy>=1.22.0",
drewp@bigasterisk.com
parents:
diff changeset
2026 ]
drewp@bigasterisk.com
parents:
diff changeset
2027 files = [
drewp@bigasterisk.com
parents:
diff changeset
2028 {file = "tensorstore-0.1.63-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:cbe101dd370ee2c57bd45b4e31bace2d1df6cdc89a480bffa066e7b58a959fda"},
drewp@bigasterisk.com
parents:
diff changeset
2029 {file = "tensorstore-0.1.63-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:66787600ed0fcec3f608fcc18ccb8072fb9d9da2b66ee2e2ee5778a91f3a57c7"},
drewp@bigasterisk.com
parents:
diff changeset
2030 {file = "tensorstore-0.1.63-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0469bd57e254a3f60f8d76f1e1e3c292c286e34ed3ed39c99174c3841ef5270"},
drewp@bigasterisk.com
parents:
diff changeset
2031 {file = "tensorstore-0.1.63-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:86bbed034d22440a60171fcf706143673f7e6f8b82364114b53be05635f3c0e3"},
drewp@bigasterisk.com
parents:
diff changeset
2032 {file = "tensorstore-0.1.63-cp311-cp311-win_amd64.whl", hash = "sha256:1f6353fc0412bf9b75291fbf2a38891ac9e6257a7e24a79a2c999c47090bd97d"},
drewp@bigasterisk.com
parents:
diff changeset
2033 {file = "tensorstore-0.1.63-cp312-cp312-macosx_10_14_x86_64.whl", hash = "sha256:185011ef308a4f216ce35e64e55704d6e1186dbec213b71834263f8af163041f"},
drewp@bigasterisk.com
parents:
diff changeset
2034 {file = "tensorstore-0.1.63-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:355f2252e9d21122734b431394f4b18489ed42f20c21a923bbb8f2a2fe05ca3c"},
drewp@bigasterisk.com
parents:
diff changeset
2035 {file = "tensorstore-0.1.63-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:301b9820ed544aeb006dfe7ad22b87a01871768b3d08c1e23abf2721e1f0baad"},
drewp@bigasterisk.com
parents:
diff changeset
2036 {file = "tensorstore-0.1.63-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4141bf6d24283553940c51306c15e712a3d6e71ffa4d293551780f7fd515512d"},
drewp@bigasterisk.com
parents:
diff changeset
2037 {file = "tensorstore-0.1.63-cp312-cp312-win_amd64.whl", hash = "sha256:c465c4e89eaf286665e8933af6cd977ac7adac6c97dd7051cd8b25120d06d663"},
drewp@bigasterisk.com
parents:
diff changeset
2038 {file = "tensorstore-0.1.63.tar.gz", hash = "sha256:6abde084d6932b4e733df109c1e819a9f7f5ed8e68372a78821c0f3e76a20469"},
drewp@bigasterisk.com
parents:
diff changeset
2039 ]
drewp@bigasterisk.com
parents:
diff changeset
2040
drewp@bigasterisk.com
parents:
diff changeset
2041 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
2042 name = "tokenizers"
drewp@bigasterisk.com
parents:
diff changeset
2043 version = "0.19.1"
drewp@bigasterisk.com
parents:
diff changeset
2044 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
2045 summary = ""
drewp@bigasterisk.com
parents:
diff changeset
2046 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2047 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
2048 "huggingface-hub<1.0,>=0.16.4",
drewp@bigasterisk.com
parents:
diff changeset
2049 ]
drewp@bigasterisk.com
parents:
diff changeset
2050 files = [
drewp@bigasterisk.com
parents:
diff changeset
2051 {file = "tokenizers-0.19.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:5c88d1481f1882c2e53e6bb06491e474e420d9ac7bdff172610c4f9ad3898059"},
drewp@bigasterisk.com
parents:
diff changeset
2052 {file = "tokenizers-0.19.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ddf672ed719b4ed82b51499100f5417d7d9f6fb05a65e232249268f35de5ed14"},
drewp@bigasterisk.com
parents:
diff changeset
2053 {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:dadc509cc8a9fe460bd274c0e16ac4184d0958117cf026e0ea8b32b438171594"},
drewp@bigasterisk.com
parents:
diff changeset
2054 {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dfedf31824ca4915b511b03441784ff640378191918264268e6923da48104acc"},
drewp@bigasterisk.com
parents:
diff changeset
2055 {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac11016d0a04aa6487b1513a3a36e7bee7eec0e5d30057c9c0408067345c48d2"},
drewp@bigasterisk.com
parents:
diff changeset
2056 {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:76951121890fea8330d3a0df9a954b3f2a37e3ec20e5b0530e9a0044ca2e11fe"},
drewp@bigasterisk.com
parents:
diff changeset
2057 {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b342d2ce8fc8d00f376af068e3274e2e8649562e3bc6ae4a67784ded6b99428d"},
drewp@bigasterisk.com
parents:
diff changeset
2058 {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d16ff18907f4909dca9b076b9c2d899114dd6abceeb074eca0c93e2353f943aa"},
drewp@bigasterisk.com
parents:
diff changeset
2059 {file = "tokenizers-0.19.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:706a37cc5332f85f26efbe2bdc9ef8a9b372b77e4645331a405073e4b3a8c1c6"},
drewp@bigasterisk.com
parents:
diff changeset
2060 {file = "tokenizers-0.19.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:16baac68651701364b0289979ecec728546133e8e8fe38f66fe48ad07996b88b"},
drewp@bigasterisk.com
parents:
diff changeset
2061 {file = "tokenizers-0.19.1-cp311-none-win32.whl", hash = "sha256:9ed240c56b4403e22b9584ee37d87b8bfa14865134e3e1c3fb4b2c42fafd3256"},
drewp@bigasterisk.com
parents:
diff changeset
2062 {file = "tokenizers-0.19.1-cp311-none-win_amd64.whl", hash = "sha256:ad57d59341710b94a7d9dbea13f5c1e7d76fd8d9bcd944a7a6ab0b0da6e0cc66"},
drewp@bigasterisk.com
parents:
diff changeset
2063 {file = "tokenizers-0.19.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:621d670e1b1c281a1c9698ed89451395d318802ff88d1fc1accff0867a06f153"},
drewp@bigasterisk.com
parents:
diff changeset
2064 {file = "tokenizers-0.19.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d924204a3dbe50b75630bd16f821ebda6a5f729928df30f582fb5aade90c818a"},
drewp@bigasterisk.com
parents:
diff changeset
2065 {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:4f3fefdc0446b1a1e6d81cd4c07088ac015665d2e812f6dbba4a06267d1a2c95"},
drewp@bigasterisk.com
parents:
diff changeset
2066 {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9620b78e0b2d52ef07b0d428323fb34e8ea1219c5eac98c2596311f20f1f9266"},
drewp@bigasterisk.com
parents:
diff changeset
2067 {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:04ce49e82d100594715ac1b2ce87d1a36e61891a91de774755f743babcd0dd52"},
drewp@bigasterisk.com
parents:
diff changeset
2068 {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c5c2ff13d157afe413bf7e25789879dd463e5a4abfb529a2d8f8473d8042e28f"},
drewp@bigasterisk.com
parents:
diff changeset
2069 {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3174c76efd9d08f836bfccaca7cfec3f4d1c0a4cf3acbc7236ad577cc423c840"},
drewp@bigasterisk.com
parents:
diff changeset
2070 {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7c9d5b6c0e7a1e979bec10ff960fae925e947aab95619a6fdb4c1d8ff3708ce3"},
drewp@bigasterisk.com
parents:
diff changeset
2071 {file = "tokenizers-0.19.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:a179856d1caee06577220ebcfa332af046d576fb73454b8f4d4b0ba8324423ea"},
drewp@bigasterisk.com
parents:
diff changeset
2072 {file = "tokenizers-0.19.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:952b80dac1a6492170f8c2429bd11fcaa14377e097d12a1dbe0ef2fb2241e16c"},
drewp@bigasterisk.com
parents:
diff changeset
2073 {file = "tokenizers-0.19.1-cp312-none-win32.whl", hash = "sha256:01d62812454c188306755c94755465505836fd616f75067abcae529c35edeb57"},
drewp@bigasterisk.com
parents:
diff changeset
2074 {file = "tokenizers-0.19.1-cp312-none-win_amd64.whl", hash = "sha256:b70bfbe3a82d3e3fb2a5e9b22a39f8d1740c96c68b6ace0086b39074f08ab89a"},
drewp@bigasterisk.com
parents:
diff changeset
2075 {file = "tokenizers-0.19.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:3b11853f17b54c2fe47742c56d8a33bf49ce31caf531e87ac0d7d13d327c9334"},
drewp@bigasterisk.com
parents:
diff changeset
2076 {file = "tokenizers-0.19.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:d26194ef6c13302f446d39972aaa36a1dda6450bc8949f5eb4c27f51191375bd"},
drewp@bigasterisk.com
parents:
diff changeset
2077 {file = "tokenizers-0.19.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:e8d1ed93beda54bbd6131a2cb363a576eac746d5c26ba5b7556bc6f964425594"},
drewp@bigasterisk.com
parents:
diff changeset
2078 {file = "tokenizers-0.19.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca407133536f19bdec44b3da117ef0d12e43f6d4b56ac4c765f37eca501c7bda"},
drewp@bigasterisk.com
parents:
diff changeset
2079 {file = "tokenizers-0.19.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce05fde79d2bc2e46ac08aacbc142bead21614d937aac950be88dc79f9db9022"},
drewp@bigasterisk.com
parents:
diff changeset
2080 {file = "tokenizers-0.19.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:35583cd46d16f07c054efd18b5d46af4a2f070a2dd0a47914e66f3ff5efb2b1e"},
drewp@bigasterisk.com
parents:
diff changeset
2081 {file = "tokenizers-0.19.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:43350270bfc16b06ad3f6f07eab21f089adb835544417afda0f83256a8bf8b75"},
drewp@bigasterisk.com
parents:
diff changeset
2082 {file = "tokenizers-0.19.1-pp37-pypy37_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b4399b59d1af5645bcee2072a463318114c39b8547437a7c2d6a186a1b5a0e2d"},
drewp@bigasterisk.com
parents:
diff changeset
2083 {file = "tokenizers-0.19.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6852c5b2a853b8b0ddc5993cd4f33bfffdca4fcc5d52f89dd4b8eada99379285"},
drewp@bigasterisk.com
parents:
diff changeset
2084 {file = "tokenizers-0.19.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bcd266ae85c3d39df2f7e7d0e07f6c41a55e9a3123bb11f854412952deacd828"},
drewp@bigasterisk.com
parents:
diff changeset
2085 {file = "tokenizers-0.19.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ecb2651956eea2aa0a2d099434134b1b68f1c31f9a5084d6d53f08ed43d45ff2"},
drewp@bigasterisk.com
parents:
diff changeset
2086 {file = "tokenizers-0.19.1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:b279ab506ec4445166ac476fb4d3cc383accde1ea152998509a94d82547c8e2a"},
drewp@bigasterisk.com
parents:
diff changeset
2087 {file = "tokenizers-0.19.1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:89183e55fb86e61d848ff83753f64cded119f5d6e1f553d14ffee3700d0a4a49"},
drewp@bigasterisk.com
parents:
diff changeset
2088 {file = "tokenizers-0.19.1-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b2edbc75744235eea94d595a8b70fe279dd42f3296f76d5a86dde1d46e35f574"},
drewp@bigasterisk.com
parents:
diff changeset
2089 {file = "tokenizers-0.19.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:0e64bfde9a723274e9a71630c3e9494ed7b4c0f76a1faacf7fe294cd26f7ae7c"},
drewp@bigasterisk.com
parents:
diff changeset
2090 {file = "tokenizers-0.19.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0b5ca92bfa717759c052e345770792d02d1f43b06f9e790ca0a1db62838816f3"},
drewp@bigasterisk.com
parents:
diff changeset
2091 {file = "tokenizers-0.19.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f8a20266e695ec9d7a946a019c1d5ca4eddb6613d4f466888eee04f16eedb85"},
drewp@bigasterisk.com
parents:
diff changeset
2092 {file = "tokenizers-0.19.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:63c38f45d8f2a2ec0f3a20073cccb335b9f99f73b3c69483cd52ebc75369d8a1"},
drewp@bigasterisk.com
parents:
diff changeset
2093 {file = "tokenizers-0.19.1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:dd26e3afe8a7b61422df3176e06664503d3f5973b94f45d5c45987e1cb711876"},
drewp@bigasterisk.com
parents:
diff changeset
2094 {file = "tokenizers-0.19.1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:eddd5783a4a6309ce23432353cdb36220e25cbb779bfa9122320666508b44b88"},
drewp@bigasterisk.com
parents:
diff changeset
2095 {file = "tokenizers-0.19.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:56ae39d4036b753994476a1b935584071093b55c7a72e3b8288e68c313ca26e7"},
drewp@bigasterisk.com
parents:
diff changeset
2096 {file = "tokenizers-0.19.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:f9939ca7e58c2758c01b40324a59c034ce0cebad18e0d4563a9b1beab3018243"},
drewp@bigasterisk.com
parents:
diff changeset
2097 {file = "tokenizers-0.19.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6c330c0eb815d212893c67a032e9dc1b38a803eccb32f3e8172c19cc69fbb439"},
drewp@bigasterisk.com
parents:
diff changeset
2098 {file = "tokenizers-0.19.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ec11802450a2487cdf0e634b750a04cbdc1c4d066b97d94ce7dd2cb51ebb325b"},
drewp@bigasterisk.com
parents:
diff changeset
2099 {file = "tokenizers-0.19.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a2b718f316b596f36e1dae097a7d5b91fc5b85e90bf08b01ff139bd8953b25af"},
drewp@bigasterisk.com
parents:
diff changeset
2100 {file = "tokenizers-0.19.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:ed69af290c2b65169f0ba9034d1dc39a5db9459b32f1dd8b5f3f32a3fcf06eab"},
drewp@bigasterisk.com
parents:
diff changeset
2101 {file = "tokenizers-0.19.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:f8a9c828277133af13f3859d1b6bf1c3cb6e9e1637df0e45312e6b7c2e622b1f"},
drewp@bigasterisk.com
parents:
diff changeset
2102 {file = "tokenizers-0.19.1.tar.gz", hash = "sha256:ee59e6680ed0fdbe6b724cf38bd70400a0c1dd623b07ac729087270caeac88e3"},
drewp@bigasterisk.com
parents:
diff changeset
2103 ]
drewp@bigasterisk.com
parents:
diff changeset
2104
drewp@bigasterisk.com
parents:
diff changeset
2105 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
2106 name = "toolz"
drewp@bigasterisk.com
parents:
diff changeset
2107 version = "0.12.1"
drewp@bigasterisk.com
parents:
diff changeset
2108 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
2109 summary = "List processing tools and functional utilities"
drewp@bigasterisk.com
parents:
diff changeset
2110 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2111 files = [
drewp@bigasterisk.com
parents:
diff changeset
2112 {file = "toolz-0.12.1-py3-none-any.whl", hash = "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85"},
drewp@bigasterisk.com
parents:
diff changeset
2113 {file = "toolz-0.12.1.tar.gz", hash = "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"},
drewp@bigasterisk.com
parents:
diff changeset
2114 ]
drewp@bigasterisk.com
parents:
diff changeset
2115
drewp@bigasterisk.com
parents:
diff changeset
2116 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
2117 name = "tqdm"
drewp@bigasterisk.com
parents:
diff changeset
2118 version = "4.66.4"
drewp@bigasterisk.com
parents:
diff changeset
2119 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
2120 summary = "Fast, Extensible Progress Meter"
drewp@bigasterisk.com
parents:
diff changeset
2121 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2122 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
2123 "colorama; platform_system == \"Windows\"",
drewp@bigasterisk.com
parents:
diff changeset
2124 ]
drewp@bigasterisk.com
parents:
diff changeset
2125 files = [
drewp@bigasterisk.com
parents:
diff changeset
2126 {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"},
drewp@bigasterisk.com
parents:
diff changeset
2127 {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"},
drewp@bigasterisk.com
parents:
diff changeset
2128 ]
drewp@bigasterisk.com
parents:
diff changeset
2129
drewp@bigasterisk.com
parents:
diff changeset
2130 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
2131 name = "traitlets"
drewp@bigasterisk.com
parents:
diff changeset
2132 version = "5.14.3"
drewp@bigasterisk.com
parents:
diff changeset
2133 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
2134 summary = "Traitlets Python configuration system"
drewp@bigasterisk.com
parents:
diff changeset
2135 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2136 files = [
drewp@bigasterisk.com
parents:
diff changeset
2137 {file = "traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f"},
drewp@bigasterisk.com
parents:
diff changeset
2138 {file = "traitlets-5.14.3.tar.gz", hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7"},
drewp@bigasterisk.com
parents:
diff changeset
2139 ]
drewp@bigasterisk.com
parents:
diff changeset
2140
drewp@bigasterisk.com
parents:
diff changeset
2141 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
2142 name = "transformers"
drewp@bigasterisk.com
parents:
diff changeset
2143 version = "4.42.3"
drewp@bigasterisk.com
parents:
diff changeset
2144 requires_python = ">=3.8.0"
drewp@bigasterisk.com
parents:
diff changeset
2145 summary = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
drewp@bigasterisk.com
parents:
diff changeset
2146 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2147 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
2148 "filelock",
drewp@bigasterisk.com
parents:
diff changeset
2149 "huggingface-hub<1.0,>=0.23.2",
drewp@bigasterisk.com
parents:
diff changeset
2150 "numpy<2.0,>=1.17",
drewp@bigasterisk.com
parents:
diff changeset
2151 "packaging>=20.0",
drewp@bigasterisk.com
parents:
diff changeset
2152 "pyyaml>=5.1",
drewp@bigasterisk.com
parents:
diff changeset
2153 "regex!=2019.12.17",
drewp@bigasterisk.com
parents:
diff changeset
2154 "requests",
drewp@bigasterisk.com
parents:
diff changeset
2155 "safetensors>=0.4.1",
drewp@bigasterisk.com
parents:
diff changeset
2156 "tokenizers<0.20,>=0.19",
drewp@bigasterisk.com
parents:
diff changeset
2157 "tqdm>=4.27",
drewp@bigasterisk.com
parents:
diff changeset
2158 ]
drewp@bigasterisk.com
parents:
diff changeset
2159 files = [
drewp@bigasterisk.com
parents:
diff changeset
2160 {file = "transformers-4.42.3-py3-none-any.whl", hash = "sha256:a61a0df9609b7d69229d941b2fd857c841ba3043d6da503d0da1a4b133f65b92"},
drewp@bigasterisk.com
parents:
diff changeset
2161 {file = "transformers-4.42.3.tar.gz", hash = "sha256:7539873ff45809145265cbc94ea4619d2713c41ceaa277b692d8b0be3430f7eb"},
drewp@bigasterisk.com
parents:
diff changeset
2162 ]
drewp@bigasterisk.com
parents:
diff changeset
2163
drewp@bigasterisk.com
parents:
diff changeset
2164 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2165 name = "typer"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2166 version = "0.12.3"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2167 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2168 summary = "Typer, build great CLIs. Easy to code. Based on Python type hints."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2169 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2170 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2171 "click>=8.0.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2172 "rich>=10.11.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2173 "shellingham>=1.3.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2174 "typing-extensions>=3.7.4.3",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2175 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2176 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2177 {file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2178 {file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2179 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2180
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2181 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
2182 name = "typing-extensions"
drewp@bigasterisk.com
parents:
diff changeset
2183 version = "4.12.2"
drewp@bigasterisk.com
parents:
diff changeset
2184 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
2185 summary = "Backported and Experimental Type Hints for Python 3.8+"
drewp@bigasterisk.com
parents:
diff changeset
2186 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2187 files = [
drewp@bigasterisk.com
parents:
diff changeset
2188 {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
drewp@bigasterisk.com
parents:
diff changeset
2189 {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
drewp@bigasterisk.com
parents:
diff changeset
2190 ]
drewp@bigasterisk.com
parents:
diff changeset
2191
drewp@bigasterisk.com
parents:
diff changeset
2192 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
2193 name = "tzdata"
drewp@bigasterisk.com
parents:
diff changeset
2194 version = "2024.1"
drewp@bigasterisk.com
parents:
diff changeset
2195 requires_python = ">=2"
drewp@bigasterisk.com
parents:
diff changeset
2196 summary = "Provider of IANA time zone data"
drewp@bigasterisk.com
parents:
diff changeset
2197 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2198 files = [
drewp@bigasterisk.com
parents:
diff changeset
2199 {file = "tzdata-2024.1-py2.py3-none-any.whl", hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"},
drewp@bigasterisk.com
parents:
diff changeset
2200 {file = "tzdata-2024.1.tar.gz", hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd"},
drewp@bigasterisk.com
parents:
diff changeset
2201 ]
drewp@bigasterisk.com
parents:
diff changeset
2202
drewp@bigasterisk.com
parents:
diff changeset
2203 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
2204 name = "ujson"
drewp@bigasterisk.com
parents:
diff changeset
2205 version = "5.10.0"
drewp@bigasterisk.com
parents:
diff changeset
2206 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
2207 summary = "Ultra fast JSON encoder and decoder for Python"
drewp@bigasterisk.com
parents:
diff changeset
2208 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2209 files = [
drewp@bigasterisk.com
parents:
diff changeset
2210 {file = "ujson-5.10.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a5b366812c90e69d0f379a53648be10a5db38f9d4ad212b60af00bd4048d0f00"},
drewp@bigasterisk.com
parents:
diff changeset
2211 {file = "ujson-5.10.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:502bf475781e8167f0f9d0e41cd32879d120a524b22358e7f205294224c71126"},
drewp@bigasterisk.com
parents:
diff changeset
2212 {file = "ujson-5.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b91b5d0d9d283e085e821651184a647699430705b15bf274c7896f23fe9c9d8"},
drewp@bigasterisk.com
parents:
diff changeset
2213 {file = "ujson-5.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:129e39af3a6d85b9c26d5577169c21d53821d8cf68e079060602e861c6e5da1b"},
drewp@bigasterisk.com
parents:
diff changeset
2214 {file = "ujson-5.10.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f77b74475c462cb8b88680471193064d3e715c7c6074b1c8c412cb526466efe9"},
drewp@bigasterisk.com
parents:
diff changeset
2215 {file = "ujson-5.10.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:7ec0ca8c415e81aa4123501fee7f761abf4b7f386aad348501a26940beb1860f"},
drewp@bigasterisk.com
parents:
diff changeset
2216 {file = "ujson-5.10.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:ab13a2a9e0b2865a6c6db9271f4b46af1c7476bfd51af1f64585e919b7c07fd4"},
drewp@bigasterisk.com
parents:
diff changeset
2217 {file = "ujson-5.10.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:57aaf98b92d72fc70886b5a0e1a1ca52c2320377360341715dd3933a18e827b1"},
drewp@bigasterisk.com
parents:
diff changeset
2218 {file = "ujson-5.10.0-cp311-cp311-win32.whl", hash = "sha256:2987713a490ceb27edff77fb184ed09acdc565db700ee852823c3dc3cffe455f"},
drewp@bigasterisk.com
parents:
diff changeset
2219 {file = "ujson-5.10.0-cp311-cp311-win_amd64.whl", hash = "sha256:f00ea7e00447918ee0eff2422c4add4c5752b1b60e88fcb3c067d4a21049a720"},
drewp@bigasterisk.com
parents:
diff changeset
2220 {file = "ujson-5.10.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:98ba15d8cbc481ce55695beee9f063189dce91a4b08bc1d03e7f0152cd4bbdd5"},
drewp@bigasterisk.com
parents:
diff changeset
2221 {file = "ujson-5.10.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a9d2edbf1556e4f56e50fab7d8ff993dbad7f54bac68eacdd27a8f55f433578e"},
drewp@bigasterisk.com
parents:
diff changeset
2222 {file = "ujson-5.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6627029ae4f52d0e1a2451768c2c37c0c814ffc04f796eb36244cf16b8e57043"},
drewp@bigasterisk.com
parents:
diff changeset
2223 {file = "ujson-5.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8ccb77b3e40b151e20519c6ae6d89bfe3f4c14e8e210d910287f778368bb3d1"},
drewp@bigasterisk.com
parents:
diff changeset
2224 {file = "ujson-5.10.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f3caf9cd64abfeb11a3b661329085c5e167abbe15256b3b68cb5d914ba7396f3"},
drewp@bigasterisk.com
parents:
diff changeset
2225 {file = "ujson-5.10.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6e32abdce572e3a8c3d02c886c704a38a1b015a1fb858004e03d20ca7cecbb21"},
drewp@bigasterisk.com
parents:
diff changeset
2226 {file = "ujson-5.10.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:a65b6af4d903103ee7b6f4f5b85f1bfd0c90ba4eeac6421aae436c9988aa64a2"},
drewp@bigasterisk.com
parents:
diff changeset
2227 {file = "ujson-5.10.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:604a046d966457b6cdcacc5aa2ec5314f0e8c42bae52842c1e6fa02ea4bda42e"},
drewp@bigasterisk.com
parents:
diff changeset
2228 {file = "ujson-5.10.0-cp312-cp312-win32.whl", hash = "sha256:6dea1c8b4fc921bf78a8ff00bbd2bfe166345f5536c510671bccececb187c80e"},
drewp@bigasterisk.com
parents:
diff changeset
2229 {file = "ujson-5.10.0-cp312-cp312-win_amd64.whl", hash = "sha256:38665e7d8290188b1e0d57d584eb8110951a9591363316dd41cf8686ab1d0abc"},
drewp@bigasterisk.com
parents:
diff changeset
2230 {file = "ujson-5.10.0-cp313-cp313-macosx_10_9_x86_64.whl", hash = "sha256:618efd84dc1acbd6bff8eaa736bb6c074bfa8b8a98f55b61c38d4ca2c1f7f287"},
drewp@bigasterisk.com
parents:
diff changeset
2231 {file = "ujson-5.10.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:38d5d36b4aedfe81dfe251f76c0467399d575d1395a1755de391e58985ab1c2e"},
drewp@bigasterisk.com
parents:
diff changeset
2232 {file = "ujson-5.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:67079b1f9fb29ed9a2914acf4ef6c02844b3153913eb735d4bf287ee1db6e557"},
drewp@bigasterisk.com
parents:
diff changeset
2233 {file = "ujson-5.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7d0e0ceeb8fe2468c70ec0c37b439dd554e2aa539a8a56365fd761edb418988"},
drewp@bigasterisk.com
parents:
diff changeset
2234 {file = "ujson-5.10.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:59e02cd37bc7c44d587a0ba45347cc815fb7a5fe48de16bf05caa5f7d0d2e816"},
drewp@bigasterisk.com
parents:
diff changeset
2235 {file = "ujson-5.10.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:2a890b706b64e0065f02577bf6d8ca3b66c11a5e81fb75d757233a38c07a1f20"},
drewp@bigasterisk.com
parents:
diff changeset
2236 {file = "ujson-5.10.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:621e34b4632c740ecb491efc7f1fcb4f74b48ddb55e65221995e74e2d00bbff0"},
drewp@bigasterisk.com
parents:
diff changeset
2237 {file = "ujson-5.10.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:b9500e61fce0cfc86168b248104e954fead61f9be213087153d272e817ec7b4f"},
drewp@bigasterisk.com
parents:
diff changeset
2238 {file = "ujson-5.10.0-cp313-cp313-win32.whl", hash = "sha256:4c4fc16f11ac1612f05b6f5781b384716719547e142cfd67b65d035bd85af165"},
drewp@bigasterisk.com
parents:
diff changeset
2239 {file = "ujson-5.10.0-cp313-cp313-win_amd64.whl", hash = "sha256:4573fd1695932d4f619928fd09d5d03d917274381649ade4328091ceca175539"},
drewp@bigasterisk.com
parents:
diff changeset
2240 {file = "ujson-5.10.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:5b6fee72fa77dc172a28f21693f64d93166534c263adb3f96c413ccc85ef6e64"},
drewp@bigasterisk.com
parents:
diff changeset
2241 {file = "ujson-5.10.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:61d0af13a9af01d9f26d2331ce49bb5ac1fb9c814964018ac8df605b5422dcb3"},
drewp@bigasterisk.com
parents:
diff changeset
2242 {file = "ujson-5.10.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ecb24f0bdd899d368b715c9e6664166cf694d1e57be73f17759573a6986dd95a"},
drewp@bigasterisk.com
parents:
diff changeset
2243 {file = "ujson-5.10.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fbd8fd427f57a03cff3ad6574b5e299131585d9727c8c366da4624a9069ed746"},
drewp@bigasterisk.com
parents:
diff changeset
2244 {file = "ujson-5.10.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:beeaf1c48e32f07d8820c705ff8e645f8afa690cca1544adba4ebfa067efdc88"},
drewp@bigasterisk.com
parents:
diff changeset
2245 {file = "ujson-5.10.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:baed37ea46d756aca2955e99525cc02d9181de67f25515c468856c38d52b5f3b"},
drewp@bigasterisk.com
parents:
diff changeset
2246 {file = "ujson-5.10.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:7663960f08cd5a2bb152f5ee3992e1af7690a64c0e26d31ba7b3ff5b2ee66337"},
drewp@bigasterisk.com
parents:
diff changeset
2247 {file = "ujson-5.10.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:d8640fb4072d36b08e95a3a380ba65779d356b2fee8696afeb7794cf0902d0a1"},
drewp@bigasterisk.com
parents:
diff changeset
2248 {file = "ujson-5.10.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78778a3aa7aafb11e7ddca4e29f46bc5139131037ad628cc10936764282d6753"},
drewp@bigasterisk.com
parents:
diff changeset
2249 {file = "ujson-5.10.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b0111b27f2d5c820e7f2dbad7d48e3338c824e7ac4d2a12da3dc6061cc39c8e6"},
drewp@bigasterisk.com
parents:
diff changeset
2250 {file = "ujson-5.10.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:c66962ca7565605b355a9ed478292da628b8f18c0f2793021ca4425abf8b01e5"},
drewp@bigasterisk.com
parents:
diff changeset
2251 {file = "ujson-5.10.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ba43cc34cce49cf2d4bc76401a754a81202d8aa926d0e2b79f0ee258cb15d3a4"},
drewp@bigasterisk.com
parents:
diff changeset
2252 {file = "ujson-5.10.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:ac56eb983edce27e7f51d05bc8dd820586c6e6be1c5216a6809b0c668bb312b8"},
drewp@bigasterisk.com
parents:
diff changeset
2253 {file = "ujson-5.10.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f44bd4b23a0e723bf8b10628288c2c7c335161d6840013d4d5de20e48551773b"},
drewp@bigasterisk.com
parents:
diff changeset
2254 {file = "ujson-5.10.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7c10f4654e5326ec14a46bcdeb2b685d4ada6911050aa8baaf3501e57024b804"},
drewp@bigasterisk.com
parents:
diff changeset
2255 {file = "ujson-5.10.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0de4971a89a762398006e844ae394bd46991f7c385d7a6a3b93ba229e6dac17e"},
drewp@bigasterisk.com
parents:
diff changeset
2256 {file = "ujson-5.10.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:e1402f0564a97d2a52310ae10a64d25bcef94f8dd643fcf5d310219d915484f7"},
drewp@bigasterisk.com
parents:
diff changeset
2257 {file = "ujson-5.10.0.tar.gz", hash = "sha256:b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86ad4bc1"},
drewp@bigasterisk.com
parents:
diff changeset
2258 ]
drewp@bigasterisk.com
parents:
diff changeset
2259
drewp@bigasterisk.com
parents:
diff changeset
2260 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
2261 name = "urllib3"
drewp@bigasterisk.com
parents:
diff changeset
2262 version = "2.2.2"
drewp@bigasterisk.com
parents:
diff changeset
2263 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
2264 summary = "HTTP library with thread-safe connection pooling, file post, and more."
drewp@bigasterisk.com
parents:
diff changeset
2265 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2266 files = [
drewp@bigasterisk.com
parents:
diff changeset
2267 {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"},
drewp@bigasterisk.com
parents:
diff changeset
2268 {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"},
drewp@bigasterisk.com
parents:
diff changeset
2269 ]
drewp@bigasterisk.com
parents:
diff changeset
2270
drewp@bigasterisk.com
parents:
diff changeset
2271 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2272 name = "uvicorn"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2273 version = "0.30.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2274 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2275 summary = "The lightning-fast ASGI server."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2276 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2277 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2278 "click>=7.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2279 "h11>=0.8",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2280 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2281 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2282 {file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2283 {file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2284 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2285
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2286 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2287 name = "uvicorn"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2288 version = "0.30.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2289 extras = ["standard"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2290 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2291 summary = "The lightning-fast ASGI server."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2292 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2293 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2294 "colorama>=0.4; sys_platform == \"win32\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2295 "httptools>=0.5.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2296 "python-dotenv>=0.13",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2297 "pyyaml>=5.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2298 "uvicorn==0.30.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2299 "uvloop!=0.15.0,!=0.15.1,>=0.14.0; (sys_platform != \"cygwin\" and sys_platform != \"win32\") and platform_python_implementation != \"PyPy\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2300 "watchfiles>=0.13",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2301 "websockets>=10.4",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2302 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2303 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2304 {file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2305 {file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2306 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2307
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2308 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2309 name = "uvloop"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2310 version = "0.19.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2311 requires_python = ">=3.8.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2312 summary = "Fast implementation of asyncio event loop on top of libuv"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2313 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2314 marker = "(sys_platform != \"cygwin\" and sys_platform != \"win32\") and platform_python_implementation != \"PyPy\""
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2315 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2316 {file = "uvloop-0.19.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4ce6b0af8f2729a02a5d1575feacb2a94fc7b2e983868b009d51c9a9d2149bef"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2317 {file = "uvloop-0.19.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:31e672bb38b45abc4f26e273be83b72a0d28d074d5b370fc4dcf4c4eb15417d2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2318 {file = "uvloop-0.19.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:570fc0ed613883d8d30ee40397b79207eedd2624891692471808a95069a007c1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2319 {file = "uvloop-0.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5138821e40b0c3e6c9478643b4660bd44372ae1e16a322b8fc07478f92684e24"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2320 {file = "uvloop-0.19.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:91ab01c6cd00e39cde50173ba4ec68a1e578fee9279ba64f5221810a9e786533"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2321 {file = "uvloop-0.19.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:47bf3e9312f63684efe283f7342afb414eea4d3011542155c7e625cd799c3b12"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2322 {file = "uvloop-0.19.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:da8435a3bd498419ee8c13c34b89b5005130a476bda1d6ca8cfdde3de35cd650"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2323 {file = "uvloop-0.19.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:02506dc23a5d90e04d4f65c7791e65cf44bd91b37f24cfc3ef6cf2aff05dc7ec"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2324 {file = "uvloop-0.19.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2693049be9d36fef81741fddb3f441673ba12a34a704e7b4361efb75cf30befc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2325 {file = "uvloop-0.19.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7010271303961c6f0fe37731004335401eb9075a12680738731e9c92ddd96ad6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2326 {file = "uvloop-0.19.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:5daa304d2161d2918fa9a17d5635099a2f78ae5b5960e742b2fcfbb7aefaa593"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2327 {file = "uvloop-0.19.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:7207272c9520203fea9b93843bb775d03e1cf88a80a936ce760f60bb5add92f3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2328 {file = "uvloop-0.19.0.tar.gz", hash = "sha256:0246f4fd1bf2bf702e06b0d45ee91677ee5c31242f39aab4ea6fe0c51aedd0fd"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2329 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2330
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2331 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2332 name = "watchfiles"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2333 version = "0.22.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2334 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2335 summary = "Simple, modern and high performance file watching and code reload in python."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2336 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2337 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2338 "anyio>=3.0.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2339 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2340 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2341 {file = "watchfiles-0.22.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:8c39987a1397a877217be1ac0fb1d8b9f662c6077b90ff3de2c05f235e6a8f96"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2342 {file = "watchfiles-0.22.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a927b3034d0672f62fb2ef7ea3c9fc76d063c4b15ea852d1db2dc75fe2c09696"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2343 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:052d668a167e9fc345c24203b104c313c86654dd6c0feb4b8a6dfc2462239249"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2344 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5e45fb0d70dda1623a7045bd00c9e036e6f1f6a85e4ef2c8ae602b1dfadf7550"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2345 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c49b76a78c156979759d759339fb62eb0549515acfe4fd18bb151cc07366629c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2346 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c4a65474fd2b4c63e2c18ac67a0c6c66b82f4e73e2e4d940f837ed3d2fd9d4da"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2347 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1cc0cba54f47c660d9fa3218158b8963c517ed23bd9f45fe463f08262a4adae1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2348 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94ebe84a035993bb7668f58a0ebf998174fb723a39e4ef9fce95baabb42b787f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2349 {file = "watchfiles-0.22.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e0f0a874231e2839abbf473256efffe577d6ee2e3bfa5b540479e892e47c172d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2350 {file = "watchfiles-0.22.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:213792c2cd3150b903e6e7884d40660e0bcec4465e00563a5fc03f30ea9c166c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2351 {file = "watchfiles-0.22.0-cp311-none-win32.whl", hash = "sha256:b44b70850f0073b5fcc0b31ede8b4e736860d70e2dbf55701e05d3227a154a67"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2352 {file = "watchfiles-0.22.0-cp311-none-win_amd64.whl", hash = "sha256:00f39592cdd124b4ec5ed0b1edfae091567c72c7da1487ae645426d1b0ffcad1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2353 {file = "watchfiles-0.22.0-cp311-none-win_arm64.whl", hash = "sha256:3218a6f908f6a276941422b035b511b6d0d8328edd89a53ae8c65be139073f84"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2354 {file = "watchfiles-0.22.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:c7b978c384e29d6c7372209cbf421d82286a807bbcdeb315427687f8371c340a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2355 {file = "watchfiles-0.22.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:bd4c06100bce70a20c4b81e599e5886cf504c9532951df65ad1133e508bf20be"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2356 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:425440e55cd735386ec7925f64d5dde392e69979d4c8459f6bb4e920210407f2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2357 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:68fe0c4d22332d7ce53ad094622b27e67440dacefbaedd29e0794d26e247280c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2358 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a8a31bfd98f846c3c284ba694c6365620b637debdd36e46e1859c897123aa232"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2359 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dc2e8fe41f3cac0660197d95216c42910c2b7e9c70d48e6d84e22f577d106fc1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2360 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:55b7cc10261c2786c41d9207193a85c1db1b725cf87936df40972aab466179b6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2361 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:28585744c931576e535860eaf3f2c0ec7deb68e3b9c5a85ca566d69d36d8dd27"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2362 {file = "watchfiles-0.22.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:00095dd368f73f8f1c3a7982a9801190cc88a2f3582dd395b289294f8975172b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2363 {file = "watchfiles-0.22.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:52fc9b0dbf54d43301a19b236b4a4614e610605f95e8c3f0f65c3a456ffd7d35"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2364 {file = "watchfiles-0.22.0-cp312-none-win32.whl", hash = "sha256:581f0a051ba7bafd03e17127735d92f4d286af941dacf94bcf823b101366249e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2365 {file = "watchfiles-0.22.0-cp312-none-win_amd64.whl", hash = "sha256:aec83c3ba24c723eac14225194b862af176d52292d271c98820199110e31141e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2366 {file = "watchfiles-0.22.0-cp312-none-win_arm64.whl", hash = "sha256:c668228833c5619f6618699a2c12be057711b0ea6396aeaece4ded94184304ea"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2367 {file = "watchfiles-0.22.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b810a2c7878cbdecca12feae2c2ae8af59bea016a78bc353c184fa1e09f76b68"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2368 {file = "watchfiles-0.22.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:f7e1f9c5d1160d03b93fc4b68a0aeb82fe25563e12fbcdc8507f8434ab6f823c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2369 {file = "watchfiles-0.22.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:030bc4e68d14bcad2294ff68c1ed87215fbd9a10d9dea74e7cfe8a17869785ab"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2370 {file = "watchfiles-0.22.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ace7d060432acde5532e26863e897ee684780337afb775107c0a90ae8dbccfd2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2371 {file = "watchfiles-0.22.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5834e1f8b71476a26df97d121c0c0ed3549d869124ed2433e02491553cb468c2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2372 {file = "watchfiles-0.22.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:0bc3b2f93a140df6806c8467c7f51ed5e55a931b031b5c2d7ff6132292e803d6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2373 {file = "watchfiles-0.22.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8fdebb655bb1ba0122402352b0a4254812717a017d2dc49372a1d47e24073795"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2374 {file = "watchfiles-0.22.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c8e0aa0e8cc2a43561e0184c0513e291ca891db13a269d8d47cb9841ced7c71"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2375 {file = "watchfiles-0.22.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:2f350cbaa4bb812314af5dab0eb8d538481e2e2279472890864547f3fe2281ed"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2376 {file = "watchfiles-0.22.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:7a74436c415843af2a769b36bf043b6ccbc0f8d784814ba3d42fc961cdb0a9dc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2377 {file = "watchfiles-0.22.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00ad0bcd399503a84cc688590cdffbe7a991691314dde5b57b3ed50a41319a31"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2378 {file = "watchfiles-0.22.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:72a44e9481afc7a5ee3291b09c419abab93b7e9c306c9ef9108cb76728ca58d2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2379 {file = "watchfiles-0.22.0.tar.gz", hash = "sha256:988e981aaab4f3955209e7e28c7794acdb690be1efa7f16f8ea5aba7ffdadacb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2380 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2381
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2382 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
2383 name = "wcwidth"
drewp@bigasterisk.com
parents:
diff changeset
2384 version = "0.2.13"
drewp@bigasterisk.com
parents:
diff changeset
2385 summary = "Measures the displayed width of unicode strings in a terminal"
drewp@bigasterisk.com
parents:
diff changeset
2386 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2387 files = [
drewp@bigasterisk.com
parents:
diff changeset
2388 {file = "wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859"},
drewp@bigasterisk.com
parents:
diff changeset
2389 {file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"},
drewp@bigasterisk.com
parents:
diff changeset
2390 ]
drewp@bigasterisk.com
parents:
diff changeset
2391
drewp@bigasterisk.com
parents:
diff changeset
2392 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2393 name = "websockets"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2394 version = "12.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2395 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2396 summary = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2397 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2398 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2399 {file = "websockets-12.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5d873c7de42dea355d73f170be0f23788cf3fa9f7bed718fd2830eefedce01b4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2400 {file = "websockets-12.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3f61726cae9f65b872502ff3c1496abc93ffbe31b278455c418492016e2afc8f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2401 {file = "websockets-12.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ed2fcf7a07334c77fc8a230755c2209223a7cc44fc27597729b8ef5425aa61a3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2402 {file = "websockets-12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e332c210b14b57904869ca9f9bf4ca32f5427a03eeb625da9b616c85a3a506c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2403 {file = "websockets-12.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5693ef74233122f8ebab026817b1b37fe25c411ecfca084b29bc7d6efc548f45"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2404 {file = "websockets-12.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e9e7db18b4539a29cc5ad8c8b252738a30e2b13f033c2d6e9d0549b45841c04"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2405 {file = "websockets-12.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:6e2df67b8014767d0f785baa98393725739287684b9f8d8a1001eb2839031447"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2406 {file = "websockets-12.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:bea88d71630c5900690fcb03161ab18f8f244805c59e2e0dc4ffadae0a7ee0ca"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2407 {file = "websockets-12.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:dff6cdf35e31d1315790149fee351f9e52978130cef6c87c4b6c9b3baf78bc53"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2408 {file = "websockets-12.0-cp311-cp311-win32.whl", hash = "sha256:3e3aa8c468af01d70332a382350ee95f6986db479ce7af14d5e81ec52aa2b402"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2409 {file = "websockets-12.0-cp311-cp311-win_amd64.whl", hash = "sha256:25eb766c8ad27da0f79420b2af4b85d29914ba0edf69f547cc4f06ca6f1d403b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2410 {file = "websockets-12.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0e6e2711d5a8e6e482cacb927a49a3d432345dfe7dea8ace7b5790df5932e4df"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2411 {file = "websockets-12.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:dbcf72a37f0b3316e993e13ecf32f10c0e1259c28ffd0a85cee26e8549595fbc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2412 {file = "websockets-12.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:12743ab88ab2af1d17dd4acb4645677cb7063ef4db93abffbf164218a5d54c6b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2413 {file = "websockets-12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7b645f491f3c48d3f8a00d1fce07445fab7347fec54a3e65f0725d730d5b99cb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2414 {file = "websockets-12.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9893d1aa45a7f8b3bc4510f6ccf8db8c3b62120917af15e3de247f0780294b92"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2415 {file = "websockets-12.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1f38a7b376117ef7aff996e737583172bdf535932c9ca021746573bce40165ed"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2416 {file = "websockets-12.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:f764ba54e33daf20e167915edc443b6f88956f37fb606449b4a5b10ba42235a5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2417 {file = "websockets-12.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:1e4b3f8ea6a9cfa8be8484c9221ec0257508e3a1ec43c36acdefb2a9c3b00aa2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2418 {file = "websockets-12.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:9fdf06fd06c32205a07e47328ab49c40fc1407cdec801d698a7c41167ea45113"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2419 {file = "websockets-12.0-cp312-cp312-win32.whl", hash = "sha256:baa386875b70cbd81798fa9f71be689c1bf484f65fd6fb08d051a0ee4e79924d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2420 {file = "websockets-12.0-cp312-cp312-win_amd64.whl", hash = "sha256:ae0a5da8f35a5be197f328d4727dbcfafa53d1824fac3d96cdd3a642fe09394f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2421 {file = "websockets-12.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:248d8e2446e13c1d4326e0a6a4e9629cb13a11195051a73acf414812700badbd"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2422 {file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f44069528d45a933997a6fef143030d8ca8042f0dfaad753e2906398290e2870"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2423 {file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c4e37d36f0d19f0a4413d3e18c0d03d0c268ada2061868c1e6f5ab1a6d575077"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2424 {file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3d829f975fc2e527a3ef2f9c8f25e553eb7bc779c6665e8e1d52aa22800bb38b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2425 {file = "websockets-12.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:2c71bd45a777433dd9113847af751aae36e448bc6b8c361a566cb043eda6ec30"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2426 {file = "websockets-12.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0bee75f400895aef54157b36ed6d3b308fcab62e5260703add87f44cee9c82a6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2427 {file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:423fc1ed29f7512fceb727e2d2aecb952c46aa34895e9ed96071821309951123"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2428 {file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:27a5e9964ef509016759f2ef3f2c1e13f403725a5e6a1775555994966a66e931"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2429 {file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c3181df4583c4d3994d31fb235dc681d2aaad744fbdbf94c4802485ececdecf2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2430 {file = "websockets-12.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:b067cb952ce8bf40115f6c19f478dc71c5e719b7fbaa511359795dfd9d1a6468"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2431 {file = "websockets-12.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:00700340c6c7ab788f176d118775202aadea7602c5cc6be6ae127761c16d6b0b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2432 {file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e469d01137942849cff40517c97a30a93ae79917752b34029f0ec72df6b46399"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2433 {file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffefa1374cd508d633646d51a8e9277763a9b78ae71324183693959cf94635a7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2434 {file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba0cab91b3956dfa9f512147860783a1829a8d905ee218a9837c18f683239611"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2435 {file = "websockets-12.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:2cb388a5bfb56df4d9a406783b7f9dbefb888c09b71629351cc6b036e9259370"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2436 {file = "websockets-12.0-py3-none-any.whl", hash = "sha256:dc284bbc8d7c78a6c69e0c7325ab46ee5e40bb4d50e494d8131a07ef47500e9e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2437 {file = "websockets-12.0.tar.gz", hash = "sha256:81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2438 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2439
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2440 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
2441 name = "webvtt-py"
drewp@bigasterisk.com
parents:
diff changeset
2442 version = "0.5.1"
drewp@bigasterisk.com
parents:
diff changeset
2443 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
2444 summary = "WebVTT reader, writer and segmenter"
drewp@bigasterisk.com
parents:
diff changeset
2445 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2446 files = [
drewp@bigasterisk.com
parents:
diff changeset
2447 {file = "webvtt-py-0.5.1.tar.gz", hash = "sha256:2040dd325277ddadc1e0c6cc66cbc4a1d9b6b49b24c57a0c3364374c3e8a3dc1"},
drewp@bigasterisk.com
parents:
diff changeset
2448 {file = "webvtt_py-0.5.1-py3-none-any.whl", hash = "sha256:9d517d286cfe7fc7825e9d4e2079647ce32f5678eb58e39ef544ffbb932610b7"},
drewp@bigasterisk.com
parents:
diff changeset
2449 ]
drewp@bigasterisk.com
parents:
diff changeset
2450
drewp@bigasterisk.com
parents:
diff changeset
2451 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2452 name = "yarl"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2453 version = "1.9.4"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2454 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2455 summary = "Yet another URL library"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2456 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2457 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2458 "idna>=2.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2459 "multidict>=4.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2460 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2461 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2462 {file = "yarl-1.9.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:35a2b9396879ce32754bd457d31a51ff0a9d426fd9e0e3c33394bf4b9036b099"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2463 {file = "yarl-1.9.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c7d56b293cc071e82532f70adcbd8b61909eec973ae9d2d1f9b233f3d943f2c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2464 {file = "yarl-1.9.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d8a1c6c0be645c745a081c192e747c5de06e944a0d21245f4cf7c05e457c36e0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2465 {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4b3c1ffe10069f655ea2d731808e76e0f452fc6c749bea04781daf18e6039525"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2466 {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:549d19c84c55d11687ddbd47eeb348a89df9cb30e1993f1b128f4685cd0ebbf8"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2467 {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a7409f968456111140c1c95301cadf071bd30a81cbd7ab829169fb9e3d72eae9"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2468 {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e23a6d84d9d1738dbc6e38167776107e63307dfc8ad108e580548d1f2c587f42"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2469 {file = "yarl-1.9.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d8b889777de69897406c9fb0b76cdf2fd0f31267861ae7501d93003d55f54fbe"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2470 {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:03caa9507d3d3c83bca08650678e25364e1843b484f19986a527630ca376ecce"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2471 {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:4e9035df8d0880b2f1c7f5031f33f69e071dfe72ee9310cfc76f7b605958ceb9"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2472 {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:c0ec0ed476f77db9fb29bca17f0a8fcc7bc97ad4c6c1d8959c507decb22e8572"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2473 {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:ee04010f26d5102399bd17f8df8bc38dc7ccd7701dc77f4a68c5b8d733406958"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2474 {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:49a180c2e0743d5d6e0b4d1a9e5f633c62eca3f8a86ba5dd3c471060e352ca98"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2475 {file = "yarl-1.9.4-cp311-cp311-win32.whl", hash = "sha256:81eb57278deb6098a5b62e88ad8281b2ba09f2f1147c4767522353eaa6260b31"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2476 {file = "yarl-1.9.4-cp311-cp311-win_amd64.whl", hash = "sha256:d1d2532b340b692880261c15aee4dc94dd22ca5d61b9db9a8a361953d36410b1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2477 {file = "yarl-1.9.4-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0d2454f0aef65ea81037759be5ca9947539667eecebca092733b2eb43c965a81"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2478 {file = "yarl-1.9.4-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:44d8ffbb9c06e5a7f529f38f53eda23e50d1ed33c6c869e01481d3fafa6b8142"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2479 {file = "yarl-1.9.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:aaaea1e536f98754a6e5c56091baa1b6ce2f2700cc4a00b0d49eca8dea471074"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2480 {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3777ce5536d17989c91696db1d459574e9a9bd37660ea7ee4d3344579bb6f129"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2481 {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9fc5fc1eeb029757349ad26bbc5880557389a03fa6ada41703db5e068881e5f2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2482 {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ea65804b5dc88dacd4a40279af0cdadcfe74b3e5b4c897aa0d81cf86927fee78"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2483 {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa102d6d280a5455ad6a0f9e6d769989638718e938a6a0a2ff3f4a7ff8c62cc4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2484 {file = "yarl-1.9.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:09efe4615ada057ba2d30df871d2f668af661e971dfeedf0c159927d48bbeff0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2485 {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2486 {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:6f5cb257bc2ec58f437da2b37a8cd48f666db96d47b8a3115c29f316313654ff"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2487 {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:992f18e0ea248ee03b5a6e8b3b4738850ae7dbb172cc41c966462801cbf62cf7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2488 {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:0e9d124c191d5b881060a9e5060627694c3bdd1fe24c5eecc8d5d7d0eb6faabc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2489 {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:3986b6f41ad22988e53d5778f91855dc0399b043fc8946d4f2e68af22ee9ff10"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2490 {file = "yarl-1.9.4-cp312-cp312-win32.whl", hash = "sha256:4b21516d181cd77ebd06ce160ef8cc2a5e9ad35fb1c5930882baff5ac865eee7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2491 {file = "yarl-1.9.4-cp312-cp312-win_amd64.whl", hash = "sha256:a9bd00dc3bc395a662900f33f74feb3e757429e545d831eef5bb280252631984"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2492 {file = "yarl-1.9.4-py3-none-any.whl", hash = "sha256:928cecb0ef9d5a7946eb6ff58417ad2fe9375762382f1bf5c55e61645f2c43ad"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2493 {file = "yarl-1.9.4.tar.gz", hash = "sha256:566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2494 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2495
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2496 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
2497 name = "zipp"
drewp@bigasterisk.com
parents:
diff changeset
2498 version = "3.19.2"
drewp@bigasterisk.com
parents:
diff changeset
2499 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
2500 summary = "Backport of pathlib-compatible object wrapper for zip files"
drewp@bigasterisk.com
parents:
diff changeset
2501 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2502 files = [
drewp@bigasterisk.com
parents:
diff changeset
2503 {file = "zipp-3.19.2-py3-none-any.whl", hash = "sha256:f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c"},
drewp@bigasterisk.com
parents:
diff changeset
2504 {file = "zipp-3.19.2.tar.gz", hash = "sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19"},
drewp@bigasterisk.com
parents:
diff changeset
2505 ]