forked from labex-labs/python-cheatsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.lock
More file actions
302 lines (264 loc) · 8.89 KB
/
pyproject.lock
File metadata and controls
302 lines (264 loc) · 8.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
[[package]]
category = "main"
description = "An easy safelist-based HTML-sanitizing tool."
name = "bleach"
optional = false
platform = "*"
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "3.0.0"
[package.dependencies]
six = "*"
webencodings = "*"
[[package]]
category = "main"
description = "This library brings the updated configparser from Python 3.5 to Python 2.6-3.5."
name = "configparser"
optional = false
platform = "any"
python-versions = "*"
version = "3.5.0"
[package.requirements]
python = ">=2.7,<2.8"
[[package]]
category = "main"
description = "Better living through Python with decorators"
name = "decorator"
optional = false
platform = "All"
python-versions = "*"
version = "4.3.0"
[[package]]
category = "main"
description = "XML bomb protection for Python stdlib modules"
name = "defusedxml"
optional = false
platform = "all"
python-versions = "*"
version = "0.5.0"
[[package]]
category = "main"
description = "Discover and load entry points from installed packages."
name = "entrypoints"
optional = false
platform = "*"
python-versions = ">=2.7"
version = "0.2.3"
[package.dependencies]
[package.dependencies.configparser]
python = ">=2.7,<2.8"
version = ">=3.5"
[[package]]
category = "main"
description = "Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4"
name = "enum34"
optional = false
platform = "UNKNOWN"
python-versions = "*"
version = "1.1.6"
[package.requirements]
python = ">=2.7,<2.8 || >=3.3,<3.4"
[[package]]
category = "main"
description = "Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy."
name = "functools32"
optional = false
platform = "UNKNOWN"
python-versions = "*"
version = "3.2.3-2"
[package.requirements]
python = ">=2.7,<2.8"
[[package]]
category = "main"
description = "Vestigial utilities from IPython"
name = "ipython-genutils"
optional = false
platform = "Linux"
python-versions = "*"
version = "0.2.0"
[[package]]
category = "main"
description = "A small but fast and easy to use stand-alone template engine written in pure python."
name = "jinja2"
optional = false
platform = "*"
python-versions = "*"
version = "2.10"
[package.dependencies]
MarkupSafe = ">=0.23"
[[package]]
category = "main"
description = "An implementation of JSON Schema validation for Python"
name = "jsonschema"
optional = false
platform = "*"
python-versions = "*"
version = "2.6.0"
[package.dependencies]
[package.dependencies.functools32]
python = ">=2.7,<2.8"
version = "*"
[[package]]
category = "main"
description = "Jupyter core package. A base package on which Jupyter projects rely."
name = "jupyter-core"
optional = false
platform = "*"
python-versions = "*"
version = "4.4.0"
[package.dependencies]
traitlets = "*"
[[package]]
category = "main"
description = "Implements a XML/HTML/XHTML Markup safe string for Python"
name = "markupsafe"
optional = false
platform = "UNKNOWN"
python-versions = "*"
version = "1.0"
[[package]]
category = "main"
description = "The fastest markdown parser in pure Python"
name = "mistune"
optional = false
platform = "any"
python-versions = "*"
version = "0.8.3"
[[package]]
category = "main"
description = "Converting Jupyter Notebooks"
name = "nbconvert"
optional = false
platform = "Linux"
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "5.4.0"
[package.dependencies]
bleach = "*"
defusedxml = "*"
entrypoints = ">=0.2.2"
jinja2 = "*"
jupyter-core = "*"
mistune = ">=0.8.1"
nbformat = ">=4.4"
pandocfilters = ">=1.4.1"
pygments = "*"
testpath = "*"
traitlets = ">=4.2"
[[package]]
category = "main"
description = "The Jupyter Notebook format"
name = "nbformat"
optional = false
platform = "Linux"
python-versions = "*"
version = "4.4.0"
[package.dependencies]
ipython-genutils = "*"
jsonschema = ">=2.4,<2.5.0 || >2.5.0"
jupyter-core = "*"
traitlets = ">=4.1"
[[package]]
category = "main"
description = "Convert markdown to IPython notebook."
name = "notedown"
optional = false
platform = "*"
python-versions = "*"
version = "1.5.1"
[package.dependencies]
nbconvert = "*"
nbformat = "*"
pandoc-attributes = "*"
six = "*"
[[package]]
category = "main"
description = "An Attribute class to be used with pandocfilters"
name = "pandoc-attributes"
optional = false
platform = "UNKNOWN"
python-versions = "*"
version = "0.1.7"
[package.dependencies]
pandocfilters = "*"
[[package]]
category = "main"
description = "Utilities for writing pandoc filters in python"
name = "pandocfilters"
optional = false
platform = "*"
python-versions = "*"
version = "1.4.2"
[[package]]
category = "main"
description = "Pygments is a syntax highlighting package written in Python."
name = "pygments"
optional = false
platform = "any"
python-versions = "*"
version = "2.2.0"
[[package]]
category = "main"
description = "Python 2 and 3 compatibility utilities"
name = "six"
optional = false
platform = "*"
python-versions = "*"
version = "1.11.0"
[[package]]
category = "main"
description = "Test utilities for code working with files and commands"
name = "testpath"
optional = false
platform = "*"
python-versions = "*"
version = "0.4.2"
[[package]]
category = "main"
description = "Traitlets Python config system"
name = "traitlets"
optional = false
platform = "Linux,Mac OS X,Windows"
python-versions = "*"
version = "4.3.2"
[package.dependencies]
decorator = "*"
ipython-genutils = "*"
six = "*"
[package.dependencies.enum34]
python = ">=2.7,<2.8 || >=3.3,<3.4"
version = "*"
[[package]]
category = "main"
description = "Character encoding aliases for legacy web content"
name = "webencodings"
optional = false
platform = "*"
python-versions = "*"
version = "0.5.1"
[metadata]
content-hash = "82360be03112db6ff2fe1817094fe4a4eccb61e561e25749f90c61205d519ae2"
platform = "*"
python-versions = "*"
[metadata.hashes]
bleach = ["9c471c0dd9c820f6bf4ee5ca3e348ceccefbc1475d9a40c397ed5d04e0b42c54", "b407b2612b37e6cdc6704f84cec18c1f140b78e6c625652a844e89d6b9855f6b"]
configparser = ["5308b47021bc2340965c371f0f058cc6971a04502638d4244225c49d80db273a"]
decorator = ["2c51dff8ef3c447388fe5e4453d24a2bf128d3a4c32af3fabef1f01c6851ab82", "c39efa13fbdeb4506c476c9b3babf6a718da943dab7811c206005a4a956c080c"]
defusedxml = ["24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4", "702a91ade2968a82beb0db1e0766a6a273f33d4616a6ce8cde475d8e09853b20"]
entrypoints = ["10ad569bb245e7e2ba425285b9fa3e8178a0dc92fc53b1e1c553805e15a8825b", "d2d587dde06f99545fb13a383d2cd336a8ff1f359c5839ce3a64c917d10c029f"]
enum34 = ["2d81cbbe0e73112bdfe6ef8576f2238f2ba27dd0d55752a776c41d38b7da2850", "644837f692e5f550741432dd3f223bbb9852018674981b1664e5dc339387588a", "6bd0f6ad48ec2aa117d3d141940d484deccda84d4fcd884f5c3d93c23ecd8c79", "8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1"]
functools32 = ["89d824aa6c358c421a234d7f9ee0bd75933a67c29588ce50aaa3acdf4d403fa0", "f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d"]
ipython-genutils = ["72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8", "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8"]
jinja2 = ["74c935a1b8bb9a3947c50a54766a969d4846290e1e788ea44c1392163723c3bd", "f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4"]
jsonschema = ["000e68abd33c972a5248544925a0cae7d1125f9bf6c58280d37546b946769a08", "6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02"]
jupyter-core = ["927d713ffa616ea11972534411544589976b2493fc7e09ad946e010aa7eb9970", "ba70754aa680300306c699790128f6fbd8c306ee5927976cbe48adacf240c0b7"]
markupsafe = ["a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665"]
mistune = ["b4c512ce2fc99e5a62eb95a4aba4b73e5f90264115c40b70a21e1f7d4e0eac91", "bc10c33bfdcaa4e749b779f62f60d6e12f8215c46a292d05e486b869ae306619"]
nbconvert = ["08d21cf4203fabafd0d09bbd63f06131b411db8ebeede34b0fd4be4548351779", "a8a2749f972592aa9250db975304af6b7337f32337e523a2c995cc9e12c07807"]
nbformat = ["b9a0dbdbd45bb034f4f8893cafd6f652ea08c8c1674ba83f2dc55d3955743b0b", "f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402"]
notedown = ["36e033ebbbe5aca0fab031ffaf3611d5bc5c50237df68ff81bb95f8be353a1ee", "82c5aeebe8c9f56c39ca4dd66c3b0fdfcc12874fda5a3e955004314b3ed879ac"]
pandoc-attributes = ["69221502dac74f5df1317011ce62c85a83eef5da3b71c63b1908e98224304a8c"]
pandocfilters = ["b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9"]
pygments = ["78f3f434bcc5d6ee09020f92ba487f95ba50f1e3ef83ae96b9d5ffa1bab25c5d", "dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc"]
six = ["70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9", "832dc0e10feb1aa2c68dcc57dbb658f1c7e65b9b61af69048abc87a2db00a0eb"]
testpath = ["46c89ebb683f473ffe2aab0ed9f12581d4d078308a3cb3765d79c6b2317b0109", "b694b3d9288dbd81685c5d2e7140b81365d46c29f5db4bc659de5aa6b98780f8"]
traitlets = ["9c4bd2d267b7153df9152698efb1050a5d84982d3384a37b2c1f7723ba3e7835", "c6cb5e6f57c5a9bdaa40fa71ce7b4af30298fbab9ece9815b5d995ab6217c7d9"]
webencodings = ["a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78", "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"]