-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoetry.lock
184 lines (166 loc) · 12.4 KB
/
poetry.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "attrs"
version = "24.2.0"
description = "Classes Without Boilerplate"
optional = false
python-versions = ">=3.7"
files = [
{file = "attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2"},
{file = "attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346"},
]
[package.extras]
benchmark = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-codspeed", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
cov = ["cloudpickle", "coverage[toml] (>=5.3)", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
dev = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
docs = ["cogapp", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier (<24.7)"]
tests = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"]
[[package]]
name = "cattrs"
version = "24.1.2"
description = "Composable complex class support for attrs and dataclasses."
optional = false
python-versions = ">=3.8"
files = [
{file = "cattrs-24.1.2-py3-none-any.whl", hash = "sha256:67c7495b760168d931a10233f979b28dc04daf853b30752246f4f8471c6d68d0"},
{file = "cattrs-24.1.2.tar.gz", hash = "sha256:8028cfe1ff5382df59dd36474a86e02d817b06eaf8af84555441bac915d2ef85"},
]
[package.dependencies]
attrs = ">=23.1.0"
exceptiongroup = {version = ">=1.1.1", markers = "python_version < \"3.11\""}
typing-extensions = {version = ">=4.1.0,<4.6.3 || >4.6.3", markers = "python_version < \"3.11\""}
[package.extras]
bson = ["pymongo (>=4.4.0)"]
cbor2 = ["cbor2 (>=5.4.6)"]
msgpack = ["msgpack (>=1.0.5)"]
msgspec = ["msgspec (>=0.18.5)"]
orjson = ["orjson (>=3.9.2)"]
pyyaml = ["pyyaml (>=6.0)"]
tomlkit = ["tomlkit (>=0.11.8)"]
ujson = ["ujson (>=5.7.0)"]
[[package]]
name = "exceptiongroup"
version = "1.2.2"
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
files = [
{file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"},
{file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"},
]
[package.extras]
test = ["pytest (>=6)"]
[[package]]
name = "lsprotocol"
version = "2024.0.0a2"
description = "Python types for Language Server Protocol."
optional = false
python-versions = ">=3.8"
files = [
{file = "lsprotocol-2024.0.0a2-py3-none-any.whl", hash = "sha256:65c218418b850a62fa70aed1dfe4cfae5c09ef7d3f9710060a0c0a609c1c6cb2"},
{file = "lsprotocol-2024.0.0a2.tar.gz", hash = "sha256:928785ded9b3c3c044c04b36893471585476dd6df274b6d296c7910e3d284c1a"},
]
[package.dependencies]
attrs = ">=21.3.0"
cattrs = "!=23.2.1"
[[package]]
name = "pygls"
version = "2.0.0a1"
description = "A pythonic generic language server (pronounced like 'pie glass')"
optional = false
python-versions = ">=3.9"
files = [
{file = "pygls-2.0.0a1-py3-none-any.whl", hash = "sha256:934568567502bd535146ff383b81c6811e5b4acfdc6d513cbcafe672689bdcd3"},
{file = "pygls-2.0.0a1.tar.gz", hash = "sha256:acbc284440daeb5aca7f12b785d250e7a55f1e3aada57d0e22cc9efe63e47c12"},
]
[package.dependencies]
cattrs = ">=23.1.2"
lsprotocol = "2024.0.0a2"
[package.extras]
ws = ["websockets (>=11.0.3)"]
[[package]]
name = "tree-sitter"
version = "0.23.1"
description = "Python bindings to the Tree-sitter parsing library"
optional = false
python-versions = ">=3.9"
files = [
{file = "tree-sitter-0.23.1.tar.gz", hash = "sha256:28fe02aff6676b203cbe4213ca7116db0aaac08d6ca4c0b1f1af038991631838"},
{file = "tree_sitter-0.23.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:81ae139e032a0e1dd450affb8cc299e3d2e948614b970aad15e7704a532e8bcd"},
{file = "tree_sitter-0.23.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:82c2a873654ba771bbbff6067af090e36453fac0e4bfeff80dc3bd803d2a1dc8"},
{file = "tree_sitter-0.23.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:560ed2eb122b9cef12ec4b9f9eec555976ed75ce9347e95286c56e0ef2a66d8f"},
{file = "tree_sitter-0.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7386b510c55cae43961532df8ddb8478b365b8cbc4486082bca0a6b0eb49d717"},
{file = "tree_sitter-0.23.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:ade4f2c083286d50ecf79eb97d89a185e43e370a5b27f7c160080014ebb2aabe"},
{file = "tree_sitter-0.23.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:00555c016e5deae8befec12a01797fb06954435e48bfc707fc250c71c12d5780"},
{file = "tree_sitter-0.23.1-cp310-cp310-win_amd64.whl", hash = "sha256:75268cf478544ed2adb19aa85fed8832cd7c94792bd6010ac5919a86e0c1872b"},
{file = "tree_sitter-0.23.1-cp310-cp310-win_arm64.whl", hash = "sha256:92b9da86047bc0bba8571042f1f2e89d28968f840ad5bb431dc7bc412d06b634"},
{file = "tree_sitter-0.23.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a7805207eebd4b877713708d3a684b1b619bdd9da794348a668be2e126aeb1e4"},
{file = "tree_sitter-0.23.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8a027435291336db0fd10ddcb6b38952c278533cb659500ac134fbd5edc8564d"},
{file = "tree_sitter-0.23.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c95581fbd111a793cd2b12af261abd5f291a16b1e43a4abc3011d206c126bd19"},
{file = "tree_sitter-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2196816e80f8b280b2a2f9084329153175a95f229104a9f0e534efbe601d5a9f"},
{file = "tree_sitter-0.23.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:b64bf264bc2381aaed97982e53dd7b2071e86c1e35be47aff80bbcdbd933434a"},
{file = "tree_sitter-0.23.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:5cfe4f4682f0d21298a685f22b4a539b513311cb4d7bf3e64c66f0fe6034db49"},
{file = "tree_sitter-0.23.1-cp311-cp311-win_amd64.whl", hash = "sha256:080ffaf8df305925a7ea792bd9b9e71729ea85f3bf97d9a2efde4e44bad989a9"},
{file = "tree_sitter-0.23.1-cp311-cp311-win_arm64.whl", hash = "sha256:ac46271c93a811c56897fbe3bb2dfccdb487045ca0f26d38cb9ef4fdbeabedf2"},
{file = "tree_sitter-0.23.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:af768b0c70b0ce53a725135c7f6e36745a964d4e2e8adb20bdc7211756a6aae6"},
{file = "tree_sitter-0.23.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:95bb56f5ff20fe6cfc9580dfa4497d3c9ee9dd37dbc683d3b853323c19acd130"},
{file = "tree_sitter-0.23.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fdf0cbbb3d19ceedc7ce0a4bc3726ea835f673f491b4f630bdd22d3ce209fcfc"},
{file = "tree_sitter-0.23.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:522742a786f3223cdb8ee272e648cbfcac3af4d0119f2e9de6626df7c8605a9d"},
{file = "tree_sitter-0.23.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a03b166330c09dc2941b26f4f7819e3314e5a0f70e7a496e76ff5961953676b9"},
{file = "tree_sitter-0.23.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:0c8e09804455b5091cb0ec2e1a27e972ca26d65fbbbc74aa79f3f70f6075af51"},
{file = "tree_sitter-0.23.1-cp312-cp312-win_amd64.whl", hash = "sha256:c50227ef6f8d8b1442c595f443b487c40a2445dac54db0d9a9a01df347c3e100"},
{file = "tree_sitter-0.23.1-cp312-cp312-win_arm64.whl", hash = "sha256:c4caeba0abae929a1372092bbdf11c58fb008a931b52c2fe861b9fb98ebdc8d3"},
{file = "tree_sitter-0.23.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:21c7c9cd3bf7a2aa9fcacf90538770f60c21f4f858b01057d47d48da3454a715"},
{file = "tree_sitter-0.23.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:aea3313e59c7b18b17b3ef673e52ca1513f2503a00e32a38fe3bcd47cbaa3449"},
{file = "tree_sitter-0.23.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:57c2db822c07703b819e3d1718c74a514c1688f8f28665bccb7f4fa23af81a42"},
{file = "tree_sitter-0.23.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:99e32abf7e93ac093237f0e6fab19b479440080436fc79e417c918cebafa0a32"},
{file = "tree_sitter-0.23.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:38a4e3861f6265c6ef1bb453c20cdab4c804f348edfd7c6e700100ed3e2780eb"},
{file = "tree_sitter-0.23.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8021920caac88a97f187bf46b2a6351e8dd48c8b2bb4387761f4dd2c9aef5c10"},
{file = "tree_sitter-0.23.1-cp313-cp313-win_amd64.whl", hash = "sha256:f9e87300aba168b8b4ef17cedc6500ac38e249ea46fe3f1daac47b550e231168"},
{file = "tree_sitter-0.23.1-cp313-cp313-win_arm64.whl", hash = "sha256:2553777da91764fed8aea431f63faf28b26618ce34a3f477316e1ed1dba5b667"},
{file = "tree_sitter-0.23.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:19c5cf5ea2ad1a34510dc1bcfa064e4e9ad1e097ba3af7d8bc95377669d28aed"},
{file = "tree_sitter-0.23.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5a7311a14f98c50836559ad9ba706397261d3a4e74a5c4c3cf6684ae00551899"},
{file = "tree_sitter-0.23.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:68474230c30bad92f8cdde4744b65b0e6266926b28101537a74355787458b076"},
{file = "tree_sitter-0.23.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8240cfcf52575267ac9509ca199c012a0adcde61b431f17730f48a52aa95741f"},
{file = "tree_sitter-0.23.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:801845257c3718b01b4e1d58fd344cdc3f54d1b346b6754ad9f962e2401eec3b"},
{file = "tree_sitter-0.23.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:73efbec420083c368ccba9d3f153678fdc174e5765283c274ec1ca599c2a469d"},
{file = "tree_sitter-0.23.1-cp39-cp39-win_amd64.whl", hash = "sha256:3fc7b3d9d9d5bf1a481adf0be3254c344543329458bfc33ea788a38180df3da5"},
{file = "tree_sitter-0.23.1-cp39-cp39-win_arm64.whl", hash = "sha256:0dc96f9e012759a4bfb1037b728f2faed759e125892eb9183ad120b05e4b90ec"},
]
[package.extras]
docs = ["sphinx (>=7.3,<8.0)", "sphinx-book-theme"]
tests = ["tree-sitter-html (>=0.23.0)", "tree-sitter-javascript (>=0.23.0)", "tree-sitter-json (>=0.23.0)", "tree-sitter-python (>=0.23.0)", "tree-sitter-rust (>=0.23.0)"]
[[package]]
name = "tree-sitter-c"
version = "0.23.1"
description = "C grammar for tree-sitter"
optional = false
python-versions = ">=3.9"
files = [
{file = "tree_sitter_c-0.23.1-cp39-abi3-macosx_10_9_x86_64.whl", hash = "sha256:1e9088a4811a6884ba35d819944af4f4a9ff0bdf606222b83be0a18a9e30eb24"},
{file = "tree_sitter_c-0.23.1-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:98ed3a5950f03bbec77d99ce16f062f41b831dece003db4e9d86e81330904048"},
{file = "tree_sitter_c-0.23.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e9222ca046dcad6f3afa863193e0510df9a128d01b25d3203aa89decf181aebc"},
{file = "tree_sitter_c-0.23.1-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:91a643f4ccaa6412c9a95a5e8b232ad7bf29a02134b76c4cd73920bcd4eb7f3e"},
{file = "tree_sitter_c-0.23.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:0cee7af19cb7e34ff3b56f8050109e162bb1247a0923e7d12387fa3a72fa8efa"},
{file = "tree_sitter_c-0.23.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:22d4c6e460f58e66f160c093bdf62859a8366c4abeef71b946153d38008087e5"},
{file = "tree_sitter_c-0.23.1-cp39-abi3-win_amd64.whl", hash = "sha256:439714cad386405a0a4878a297e4a4f6c032893986144d6383b7ba864e2e5120"},
{file = "tree_sitter_c-0.23.1-cp39-abi3-win_arm64.whl", hash = "sha256:35005a9307de9d37f2e9a3aa969869d81c541ca3b00e70e9275af39a0452dfb2"},
{file = "tree_sitter_c-0.23.1.tar.gz", hash = "sha256:815a4f5eccc7e6762fdfbf689122227b1f3bb3134338ae2593c06b61071f9583"},
]
[package.extras]
core = ["tree-sitter (>=0.21,<1.0)"]
[[package]]
name = "typing-extensions"
version = "4.12.2"
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
files = [
{file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
{file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "40b7d76e13fefd13ba7c2a8bfc2e95ade5239156123fba4743e437872c3b3c70"