Mercurial > code > home > repos > mineflayer
comparison pdm.lock @ 0:f570713a7d31 default tip
start termbanator
author | drewp@bigasterisk.com |
---|---|
date | Sun, 25 Jun 2023 20:01:38 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f570713a7d31 |
---|---|
1 # This file is @generated by PDM. | |
2 # It is not intended for manual editing. | |
3 | |
4 [[package]] | |
5 name = "appnope" | |
6 version = "0.1.3" | |
7 summary = "Disable App Nap on macOS >= 10.9" | |
8 | |
9 [[package]] | |
10 name = "asttokens" | |
11 version = "2.2.1" | |
12 summary = "Annotate AST trees with source code positions" | |
13 dependencies = [ | |
14 "six", | |
15 ] | |
16 | |
17 [[package]] | |
18 name = "backcall" | |
19 version = "0.2.0" | |
20 summary = "Specifications for callback functions passed in to an API" | |
21 | |
22 [[package]] | |
23 name = "colorama" | |
24 version = "0.4.6" | |
25 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" | |
26 summary = "Cross-platform colored terminal text." | |
27 | |
28 [[package]] | |
29 name = "decorator" | |
30 version = "5.1.1" | |
31 requires_python = ">=3.5" | |
32 summary = "Decorators for Humans" | |
33 | |
34 [[package]] | |
35 name = "executing" | |
36 version = "1.2.0" | |
37 summary = "Get the currently executing AST node of a frame, and other information" | |
38 | |
39 [[package]] | |
40 name = "ipdb" | |
41 version = "0.13.13" | |
42 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
43 summary = "IPython-enabled pdb" | |
44 dependencies = [ | |
45 "decorator; python_version > \"3.6\" and python_version < \"3.11\"", | |
46 "decorator; python_version >= \"3.11\"", | |
47 "ipython>=7.31.1; python_version > \"3.6\" and python_version < \"3.11\"", | |
48 "ipython>=7.31.1; python_version >= \"3.11\"", | |
49 "tomli; python_version > \"3.6\" and python_version < \"3.11\"", | |
50 ] | |
51 | |
52 [[package]] | |
53 name = "ipython" | |
54 version = "8.14.0" | |
55 requires_python = ">=3.9" | |
56 summary = "IPython: Productive Interactive Computing" | |
57 dependencies = [ | |
58 "appnope; sys_platform == \"darwin\"", | |
59 "backcall", | |
60 "colorama; sys_platform == \"win32\"", | |
61 "decorator", | |
62 "jedi>=0.16", | |
63 "matplotlib-inline", | |
64 "pexpect>4.3; sys_platform != \"win32\"", | |
65 "pickleshare", | |
66 "prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30", | |
67 "pygments>=2.4.0", | |
68 "stack-data", | |
69 "traitlets>=5", | |
70 ] | |
71 | |
72 [[package]] | |
73 name = "javascript" | |
74 version = "1!1.0.1" | |
75 requires_python = ">=3.7, <4" | |
76 summary = "Call and interop Node.js APIs with Python" | |
77 | |
78 [[package]] | |
79 name = "jedi" | |
80 version = "0.18.2" | |
81 requires_python = ">=3.6" | |
82 summary = "An autocompletion tool for Python that can be used for text editors." | |
83 dependencies = [ | |
84 "parso<0.9.0,>=0.8.0", | |
85 ] | |
86 | |
87 [[package]] | |
88 name = "matplotlib-inline" | |
89 version = "0.1.6" | |
90 requires_python = ">=3.5" | |
91 summary = "Inline Matplotlib backend for Jupyter" | |
92 dependencies = [ | |
93 "traitlets", | |
94 ] | |
95 | |
96 [[package]] | |
97 name = "parso" | |
98 version = "0.8.3" | |
99 requires_python = ">=3.6" | |
100 summary = "A Python Parser" | |
101 | |
102 [[package]] | |
103 name = "pexpect" | |
104 version = "4.8.0" | |
105 summary = "Pexpect allows easy control of interactive console applications." | |
106 dependencies = [ | |
107 "ptyprocess>=0.5", | |
108 ] | |
109 | |
110 [[package]] | |
111 name = "pickleshare" | |
112 version = "0.7.5" | |
113 summary = "Tiny 'shelve'-like database with concurrency support" | |
114 | |
115 [[package]] | |
116 name = "prompt-toolkit" | |
117 version = "3.0.38" | |
118 requires_python = ">=3.7.0" | |
119 summary = "Library for building powerful interactive command lines in Python" | |
120 dependencies = [ | |
121 "wcwidth", | |
122 ] | |
123 | |
124 [[package]] | |
125 name = "ptyprocess" | |
126 version = "0.7.0" | |
127 summary = "Run a subprocess in a pseudo terminal" | |
128 | |
129 [[package]] | |
130 name = "pure-eval" | |
131 version = "0.2.2" | |
132 summary = "Safely evaluate AST nodes without side effects" | |
133 | |
134 [[package]] | |
135 name = "pygments" | |
136 version = "2.15.1" | |
137 requires_python = ">=3.7" | |
138 summary = "Pygments is a syntax highlighting package written in Python." | |
139 | |
140 [[package]] | |
141 name = "six" | |
142 version = "1.16.0" | |
143 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" | |
144 summary = "Python 2 and 3 compatibility utilities" | |
145 | |
146 [[package]] | |
147 name = "stack-data" | |
148 version = "0.6.2" | |
149 summary = "Extract data from python stack frames and tracebacks for informative displays" | |
150 dependencies = [ | |
151 "asttokens>=2.1.0", | |
152 "executing>=1.2.0", | |
153 "pure-eval", | |
154 ] | |
155 | |
156 [[package]] | |
157 name = "tomli" | |
158 version = "2.0.1" | |
159 requires_python = ">=3.7" | |
160 summary = "A lil' TOML parser" | |
161 | |
162 [[package]] | |
163 name = "traitlets" | |
164 version = "5.9.0" | |
165 requires_python = ">=3.7" | |
166 summary = "Traitlets Python configuration system" | |
167 | |
168 [[package]] | |
169 name = "wcwidth" | |
170 version = "0.2.6" | |
171 summary = "Measures the displayed width of unicode strings in a terminal" | |
172 | |
173 [metadata] | |
174 lock_version = "4.2" | |
175 cross_platform = true | |
176 groups = ["default"] | |
177 content_hash = "sha256:c81fe745dcde1603659f432ea5aa6434120a1c3242331e4a8112c92b892d8fce" | |
178 | |
179 [metadata.files] | |
180 "appnope 0.1.3" = [ | |
181 {url = "https://files.pythonhosted.org/packages/41/4a/381783f26df413dde4c70c734163d88ca0550a1361cb74a1c68f47550619/appnope-0.1.3-py2.py3-none-any.whl", hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e"}, | |
182 {url = "https://files.pythonhosted.org/packages/6a/cd/355842c0db33192ac0fc822e2dcae835669ef317fe56c795fb55fcddb26f/appnope-0.1.3.tar.gz", hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24"}, | |
183 ] | |
184 "asttokens 2.2.1" = [ | |
185 {url = "https://files.pythonhosted.org/packages/c8/e3/b0b4f32162621126fbdaba636c152c6b6baec486c99f48686e66343d638f/asttokens-2.2.1.tar.gz", hash = "sha256:4622110b2a6f30b77e1473affaa97e711bc2f07d3f10848420ff1898edbe94f3"}, | |
186 {url = "https://files.pythonhosted.org/packages/f3/e1/64679d9d0759db5b182222c81ff322c2fe2c31e156a59afd6e9208c960e5/asttokens-2.2.1-py2.py3-none-any.whl", hash = "sha256:6b0ac9e93fb0335014d382b8fa9b3afa7df546984258005da0b9e7095b3deb1c"}, | |
187 ] | |
188 "backcall 0.2.0" = [ | |
189 {url = "https://files.pythonhosted.org/packages/4c/1c/ff6546b6c12603d8dd1070aa3c3d273ad4c07f5771689a7b69a550e8c951/backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255"}, | |
190 {url = "https://files.pythonhosted.org/packages/a2/40/764a663805d84deee23043e1426a9175567db89c8b3287b5c2ad9f71aa93/backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"}, | |
191 ] | |
192 "colorama 0.4.6" = [ | |
193 {url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, | |
194 {url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, | |
195 ] | |
196 "decorator 5.1.1" = [ | |
197 {url = "https://files.pythonhosted.org/packages/66/0c/8d907af351aa16b42caae42f9d6aa37b900c67308052d10fdce809f8d952/decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"}, | |
198 {url = "https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"}, | |
199 ] | |
200 "executing 1.2.0" = [ | |
201 {url = "https://files.pythonhosted.org/packages/28/3c/bc3819dd8b1a1588c9215a87271b6178cc5498acaa83885211f5d4d9e693/executing-1.2.0-py2.py3-none-any.whl", hash = "sha256:0314a69e37426e3608aada02473b4161d4caf5a4b244d1d0c48072b8fee7bacc"}, | |
202 {url = "https://files.pythonhosted.org/packages/8f/ac/89ff37d8594b0eef176b7cec742ac868fef853b8e18df0309e3def9f480b/executing-1.2.0.tar.gz", hash = "sha256:19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107"}, | |
203 ] | |
204 "ipdb 0.13.13" = [ | |
205 {url = "https://files.pythonhosted.org/packages/0c/4c/b075da0092003d9a55cf2ecc1cae9384a1ca4f650d51b00fc59875fe76f6/ipdb-0.13.13-py3-none-any.whl", hash = "sha256:45529994741c4ab6d2388bfa5d7b725c2cf7fe9deffabdb8a6113aa5ed449ed4"}, | |
206 {url = "https://files.pythonhosted.org/packages/3d/1b/7e07e7b752017f7693a0f4d41c13e5ca29ce8cbcfdcc1fd6c4ad8c0a27a0/ipdb-0.13.13.tar.gz", hash = "sha256:e3ac6018ef05126d442af680aad863006ec19d02290561ac88b8b1c0b0cfc726"}, | |
207 ] | |
208 "ipython 8.14.0" = [ | |
209 {url = "https://files.pythonhosted.org/packages/52/d1/f70cdafba20030cbc1412d7a7d6a89c5035071835cc50e47fc5ed8da553c/ipython-8.14.0-py3-none-any.whl", hash = "sha256:248aca623f5c99a6635bc3857677b7320b9b8039f99f070ee0d20a5ca5a8e6bf"}, | |
210 {url = "https://files.pythonhosted.org/packages/fa/cb/2b777f625cca49b4a747b0dfe9986c21f5b46e5b548176903a914cdbec55/ipython-8.14.0.tar.gz", hash = "sha256:1d197b907b6ba441b692c48cf2a3a2de280dc0ac91a3405b39349a50272ca0a1"}, | |
211 ] | |
212 "javascript 1!1.0.1" = [ | |
213 {url = "https://files.pythonhosted.org/packages/3b/22/0376c6fcf95c152c25acb3a22b75881726d9aebdfebf370062035440c277/javascript-1!1.0.1-py3-none-any.whl", hash = "sha256:8aeae3d2ad2e05236cf110e41bc6dbb698dfab010c547c1a0fe4fae598f97b38"}, | |
214 {url = "https://files.pythonhosted.org/packages/b5/a4/99e85c803fd4aab229c555b9b75bed9c9e76cf005794b1f581c48ea3e537/javascript-1!1.0.1.tar.gz", hash = "sha256:506168a1a80285117121cff7cabefa415538c6421f8d1e490379cfb2627cea9e"}, | |
215 ] | |
216 "jedi 0.18.2" = [ | |
217 {url = "https://files.pythonhosted.org/packages/15/02/afd43c5066de05f6b3188f3aa74136a3289e6c30e7a45f351546cab0928c/jedi-0.18.2.tar.gz", hash = "sha256:bae794c30d07f6d910d32a7048af09b5a39ed740918da923c6b780790ebac612"}, | |
218 {url = "https://files.pythonhosted.org/packages/6d/60/4acda63286ef6023515eb914543ba36496b8929cb7af49ecce63afde09c6/jedi-0.18.2-py2.py3-none-any.whl", hash = "sha256:203c1fd9d969ab8f2119ec0a3342e0b49910045abe6af0a3ae83a5764d54639e"}, | |
219 ] | |
220 "matplotlib-inline 0.1.6" = [ | |
221 {url = "https://files.pythonhosted.org/packages/d9/50/3af8c0362f26108e54d58c7f38784a3bdae6b9a450bab48ee8482d737f44/matplotlib-inline-0.1.6.tar.gz", hash = "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"}, | |
222 {url = "https://files.pythonhosted.org/packages/f2/51/c34d7a1d528efaae3d8ddb18ef45a41f284eacf9e514523b191b7d0872cc/matplotlib_inline-0.1.6-py3-none-any.whl", hash = "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311"}, | |
223 ] | |
224 "parso 0.8.3" = [ | |
225 {url = "https://files.pythonhosted.org/packages/05/63/8011bd08a4111858f79d2b09aad86638490d62fbf881c44e434a6dfca87b/parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"}, | |
226 {url = "https://files.pythonhosted.org/packages/a2/0e/41f0cca4b85a6ea74d66d2226a7cda8e41206a624f5b330b958ef48e2e52/parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"}, | |
227 ] | |
228 "pexpect 4.8.0" = [ | |
229 {url = "https://files.pythonhosted.org/packages/39/7b/88dbb785881c28a102619d46423cb853b46dbccc70d3ac362d99773a78ce/pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"}, | |
230 {url = "https://files.pythonhosted.org/packages/e5/9b/ff402e0e930e70467a7178abb7c128709a30dfb22d8777c043e501bc1b10/pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"}, | |
231 ] | |
232 "pickleshare 0.7.5" = [ | |
233 {url = "https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"}, | |
234 {url = "https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6ddd09df9535849c64ba51fcb6531c32d4d8/pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"}, | |
235 ] | |
236 "prompt-toolkit 3.0.38" = [ | |
237 {url = "https://files.pythonhosted.org/packages/4b/bb/75cdcd356f57d17b295aba121494c2333d26bfff1a837e6199b8b83c415a/prompt_toolkit-3.0.38.tar.gz", hash = "sha256:23ac5d50538a9a38c8bde05fecb47d0b403ecd0662857a86f886f798563d5b9b"}, | |
238 {url = "https://files.pythonhosted.org/packages/87/3f/1f5a0ff475ae6481f4b0d45d4d911824d3218b94ee2a97a8cb84e5569836/prompt_toolkit-3.0.38-py3-none-any.whl", hash = "sha256:45ea77a2f7c60418850331366c81cf6b5b9cf4c7fd34616f733c5427e6abbb1f"}, | |
239 ] | |
240 "ptyprocess 0.7.0" = [ | |
241 {url = "https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"}, | |
242 {url = "https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"}, | |
243 ] | |
244 "pure-eval 0.2.2" = [ | |
245 {url = "https://files.pythonhosted.org/packages/2b/27/77f9d5684e6bce929f5cfe18d6cfbe5133013c06cb2fbf5933670e60761d/pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"}, | |
246 {url = "https://files.pythonhosted.org/packages/97/5a/0bc937c25d3ce4e0a74335222aee05455d6afa2888032185f8ab50cdf6fd/pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"}, | |
247 ] | |
248 "pygments 2.15.1" = [ | |
249 {url = "https://files.pythonhosted.org/packages/34/a7/37c8d68532ba71549db4212cb036dbd6161b40e463aba336770e80c72f84/Pygments-2.15.1-py3-none-any.whl", hash = "sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1"}, | |
250 {url = "https://files.pythonhosted.org/packages/89/6b/2114e54b290824197006e41be3f9bbe1a26e9c39d1f5fa20a6d62945a0b3/Pygments-2.15.1.tar.gz", hash = "sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c"}, | |
251 ] | |
252 "six 1.16.0" = [ | |
253 {url = "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, | |
254 {url = "https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, | |
255 ] | |
256 "stack-data 0.6.2" = [ | |
257 {url = "https://files.pythonhosted.org/packages/6a/81/aa96c25c27f78cdc444fec27d80f4c05194c591465e491a1358d8a035bc1/stack_data-0.6.2-py3-none-any.whl", hash = "sha256:cbb2a53eb64e5785878201a97ed7c7b94883f48b87bfb0bbe8b623c74679e4a8"}, | |
258 {url = "https://files.pythonhosted.org/packages/db/18/aa7f2b111aeba2cd83503254d9133a912d7f61f459a0c8561858f0d72a56/stack_data-0.6.2.tar.gz", hash = "sha256:32d2dd0376772d01b6cb9fc996f3c8b57a357089dec328ed4b6553d037eaf815"}, | |
259 ] | |
260 "tomli 2.0.1" = [ | |
261 {url = "https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, | |
262 {url = "https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3/tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, | |
263 ] | |
264 "traitlets 5.9.0" = [ | |
265 {url = "https://files.pythonhosted.org/packages/39/c3/205e88f02959712b62008502952707313640369144a7fded4cbc61f48321/traitlets-5.9.0.tar.gz", hash = "sha256:f6cde21a9c68cf756af02035f72d5a723bf607e862e7be33ece505abf4a3bad9"}, | |
266 {url = "https://files.pythonhosted.org/packages/77/75/c28e9ef7abec2b7e9ff35aea3e0be6c1aceaf7873c26c95ae1f0d594de71/traitlets-5.9.0-py3-none-any.whl", hash = "sha256:9e6ec080259b9a5940c797d58b613b5e31441c2257b87c2e795c5228ae80d2d8"}, | |
267 ] | |
268 "wcwidth 0.2.6" = [ | |
269 {url = "https://files.pythonhosted.org/packages/20/f4/c0584a25144ce20bfcf1aecd041768b8c762c1eb0aa77502a3f0baa83f11/wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"}, | |
270 {url = "https://files.pythonhosted.org/packages/5e/5f/1e4bd82a9cc1f17b2c2361a2d876d4c38973a997003ba5eb400e8a932b6c/wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"}, | |
271 ] |