tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
rmfuse: 0.1.1 -> 0.2.1
adisbladis
5 years ago
d516b27a
b6cd9ea1
+172
-171
4 changed files
expand all
collapse all
unified
split
pkgs
tools
filesystems
rmfuse
poetry-git-overlay.nix
poetry.lock
pyproject.toml
update
+2
-2
pkgs/tools/filesystems/rmfuse/poetry-git-overlay.nix
reviewed
···
5
5
_: {
6
6
src = pkgs.fetchgit {
7
7
url = "https://github.com/rschroll/rmfuse.git";
8
8
-
rev = "ac91d477cc32311c88aa7ecd1bebd6503e426ae7";
9
9
-
sha256 = "129n00hricsf4jkgj39bq3m5nhvy4d4yg7mcvrcgwb2546wcix0n";
8
8
+
rev = "fca03bcdd6dc118f2ba981410ec9dff7f7cb88ec";
9
9
+
sha256 = "0i7dvvi2bp3hydjpzvr7vg10bx0wxz87spf7pg455aga8d0qhxgk";
10
10
};
11
11
}
12
12
);
+169
-168
pkgs/tools/filesystems/rmfuse/poetry.lock
reviewed
···
1
1
[[package]]
2
2
-
category = "main"
3
3
-
description = "High level compatibility layer for multiple asynchronous event loop implementations"
4
2
name = "anyio"
3
3
+
version = "2.2.0"
4
4
+
description = "High level compatibility layer for multiple asynchronous event loop implementations"
5
5
+
category = "main"
5
6
optional = false
6
7
python-versions = ">=3.6.2"
7
7
-
version = "2.1.0"
8
8
9
9
[package.dependencies]
10
10
idna = ">=2.8"
···
13
13
[package.extras]
14
14
curio = ["curio (>=1.4)"]
15
15
doc = ["sphinx-rtd-theme", "sphinx-autodoc-typehints (>=1.2.0)"]
16
16
-
test = ["coverage (>=4.5)", "hypothesis (>=4.0)", "pytest (>=6.0)", "trustme", "uvloop"]
16
16
+
test = ["coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "pytest (>=6.0)", "trustme", "uvloop (<0.15)", "uvloop (>=0.15)"]
17
17
trio = ["trio (>=0.16)"]
18
18
19
19
[[package]]
20
20
-
category = "main"
21
21
-
description = "asks - async http"
22
20
name = "asks"
21
21
+
version = "2.4.12"
22
22
+
description = "asks - async http"
23
23
+
category = "main"
23
24
optional = false
24
25
python-versions = ">= 3.6.2"
25
25
-
version = "2.4.12"
26
26
27
27
[package.dependencies]
28
28
anyio = ">=2.0,<3.0"
···
30
30
h11 = "*"
31
31
32
32
[[package]]
33
33
+
name = "async-generator"
34
34
+
version = "1.10"
35
35
+
description = "Async generators and context managers for Python 3.5+"
33
36
category = "main"
34
34
-
description = "Async generators and context managers for Python 3.5+"
35
35
-
name = "async-generator"
36
37
optional = false
37
38
python-versions = ">=3.5"
38
38
-
version = "1.10"
39
39
40
40
[[package]]
41
41
-
category = "main"
41
41
+
name = "attrs"
42
42
+
version = "20.3.0"
42
43
description = "Classes Without Boilerplate"
43
43
-
name = "attrs"
44
44
+
category = "main"
44
45
optional = false
45
46
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
46
46
-
version = "20.3.0"
47
47
48
48
[package.extras]
49
49
-
dev = ["coverage (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"]
49
49
+
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"]
50
50
docs = ["furo", "sphinx", "zope.interface"]
51
51
-
tests = ["coverage (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
52
52
-
tests_no_zope = ["coverage (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"]
51
51
+
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
52
52
+
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"]
53
53
54
54
[[package]]
55
55
+
name = "bidict"
56
56
+
version = "0.21.2"
57
57
+
description = "The bidirectional mapping library for Python."
55
58
category = "main"
56
56
-
description = "The bidirectional mapping library for Python."
57
57
-
name = "bidict"
58
59
optional = false
59
60
python-versions = ">=3.6"
60
60
-
version = "0.21.2"
61
61
62
62
[package.extras]
63
63
coverage = ["coverage (<6)", "pytest-cov (<3)"]
···
67
67
test = ["hypothesis (<6)", "py (<2)", "pytest (<7)", "pytest-benchmark (>=3.2.0,<4)", "sortedcollections (<2)", "sortedcontainers (<3)", "Sphinx (<4)", "sphinx-autodoc-typehints (<2)"]
68
68
69
69
[[package]]
70
70
+
name = "cffi"
71
71
+
version = "1.14.5"
72
72
+
description = "Foreign Function Interface for Python calling C code."
70
73
category = "main"
71
71
-
description = "Foreign Function Interface for Python calling C code."
72
72
-
name = "cffi"
73
74
optional = false
74
75
python-versions = "*"
75
75
-
version = "1.14.5"
76
76
77
77
[package.dependencies]
78
78
pycparser = "*"
79
79
80
80
[[package]]
81
81
+
name = "cssselect2"
82
82
+
version = "0.4.1"
83
83
+
description = "cssselect2"
81
84
category = "main"
82
82
-
description = "cssselect2"
83
83
-
name = "cssselect2"
84
85
optional = false
85
86
python-versions = ">=3.6"
86
86
-
version = "0.4.1"
87
87
88
88
[package.dependencies]
89
89
tinycss2 = "*"
···
94
94
test = ["pytest", "pytest-cov", "pytest-flake8", "pytest-isort", "coverage"]
95
95
96
96
[[package]]
97
97
-
category = "main"
97
97
+
name = "h11"
98
98
+
version = "0.12.0"
98
99
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
99
99
-
name = "h11"
100
100
+
category = "main"
100
101
optional = false
101
102
python-versions = ">=3.6"
102
102
-
version = "0.12.0"
103
103
104
104
[[package]]
105
105
-
category = "main"
106
106
-
description = "Internationalized Domain Names in Applications (IDNA)"
107
105
name = "idna"
106
106
+
version = "3.1"
107
107
+
description = "Internationalized Domain Names in Applications (IDNA)"
108
108
+
category = "main"
108
109
optional = false
109
110
python-versions = ">=3.4"
110
110
-
version = "3.1"
111
111
112
112
[[package]]
113
113
-
category = "main"
114
114
-
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
115
113
name = "lxml"
114
114
+
version = "4.6.2"
115
115
+
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
116
116
+
category = "main"
116
117
optional = false
117
118
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
118
118
-
version = "4.6.2"
119
119
120
120
[package.extras]
121
121
cssselect = ["cssselect (>=0.7)"]
···
124
124
source = ["Cython (>=0.29.7)"]
125
125
126
126
[[package]]
127
127
-
category = "main"
127
127
+
name = "outcome"
128
128
+
version = "1.1.0"
128
129
description = "Capture the outcome of Python function calls."
129
129
-
name = "outcome"
130
130
+
category = "main"
130
131
optional = false
131
132
python-versions = ">=3.6"
132
132
-
version = "1.1.0"
133
133
134
134
[package.dependencies]
135
135
attrs = ">=19.2.0"
136
136
137
137
[[package]]
138
138
+
name = "pdfrw"
139
139
+
version = "0.4"
140
140
+
description = "PDF file reader/writer library"
138
141
category = "main"
139
139
-
description = "PDF file reader/writer library"
140
140
-
name = "pdfrw"
141
142
optional = false
142
143
python-versions = "*"
143
143
-
version = "0.4"
144
144
145
145
[[package]]
146
146
+
name = "pillow"
147
147
+
version = "8.1.2"
148
148
+
description = "Python Imaging Library (Fork)"
146
149
category = "main"
147
147
-
description = "Python Imaging Library (Fork)"
148
148
-
name = "pillow"
149
150
optional = false
150
151
python-versions = ">=3.6"
151
151
-
version = "8.1.0"
152
152
153
153
[[package]]
154
154
-
category = "main"
155
155
-
description = "C parser in Python"
156
154
name = "pycparser"
155
155
+
version = "2.20"
156
156
+
description = "C parser in Python"
157
157
+
category = "main"
157
158
optional = false
158
159
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
159
159
-
version = "2.20"
160
160
161
161
[[package]]
162
162
-
category = "main"
162
162
+
name = "pyfuse3"
163
163
+
version = "3.2.0"
163
164
description = "Python 3 bindings for libfuse 3 with async I/O support"
164
164
-
name = "pyfuse3"
165
165
+
category = "main"
165
166
optional = false
166
167
python-versions = ">=3.5"
167
167
-
version = "3.2.0"
168
168
169
169
[package.dependencies]
170
170
trio = ">=0.15"
171
171
172
172
[[package]]
173
173
-
category = "main"
174
174
-
description = "The Reportlab Toolkit"
175
173
name = "reportlab"
174
174
+
version = "3.5.65"
175
175
+
description = "The Reportlab Toolkit"
176
176
+
category = "main"
176
177
optional = false
177
177
-
python-versions = "*"
178
178
-
version = "3.5.59"
178
178
+
python-versions = ">=2.7, >=3.6, <4"
179
179
180
180
[package.dependencies]
181
181
pillow = ">=4.0.0"
182
182
183
183
+
[package.extras]
184
184
+
rlpycairo = ["rlPyCairo (>=0.0.5)"]
185
185
+
183
186
[[package]]
187
187
+
name = "rmcl"
188
188
+
version = "0.4.0"
189
189
+
description = "reMarkable Cloud Library"
184
190
category = "main"
185
185
-
description = "reMarkable Cloud Library"
186
186
-
name = "rmcl"
187
191
optional = false
188
192
python-versions = ">=3.7,<4.0"
189
189
-
version = "0.3.1"
190
193
191
194
[package.dependencies]
192
195
asks = ">=2.4.12,<3.0.0"
···
194
197
xdg = ">=5.0.1,<6.0.0"
195
198
196
199
[[package]]
197
197
-
category = "main"
200
200
+
name = "rmfuse"
201
201
+
version = "0.2.1"
198
202
description = ""
199
199
-
name = "rmfuse"
203
203
+
category = "main"
200
204
optional = false
201
205
python-versions = "^3.7"
202
202
-
version = "0.1.1"
206
206
+
develop = false
203
207
204
208
[package.dependencies]
205
209
bidict = "^0.21.2"
206
206
-
pyfuse3 = "^3.2.0"
207
207
-
rmcl = "^0.3.1"
208
208
-
rmrl = "^0.1.2"
210
210
+
pyfuse3 = {version = "^3.2.0", optional = true}
211
211
+
rmcl = "^0.4.0"
212
212
+
rmrl = "^0.2.1"
213
213
+
xdg = "^5.0.1"
214
214
+
215
215
+
[package.extras]
216
216
+
pyfuse3 = ["pyfuse3 (>=3.2.0,<4.0.0)"]
217
217
+
llfuse = ["llfuse (>=1.4.1,<2.0.0)"]
209
218
210
219
[package.source]
211
211
-
reference = "ac91d477cc32311c88aa7ecd1bebd6503e426ae7"
212
220
type = "git"
213
221
url = "https://github.com/rschroll/rmfuse.git"
222
222
+
reference = "master"
223
223
+
resolved_reference = "fca03bcdd6dc118f2ba981410ec9dff7f7cb88ec"
224
224
+
214
225
[[package]]
226
226
+
name = "rmrl"
227
227
+
version = "0.2.1"
228
228
+
description = "Render reMarkable documents to PDF"
215
229
category = "main"
216
216
-
description = "Render reMarkable documents to PDF"
217
217
-
name = "rmrl"
218
230
optional = false
219
231
python-versions = ">=3.7,<4.0"
220
220
-
version = "0.1.2"
221
232
222
233
[package.dependencies]
223
234
pdfrw = ">=0.4,<0.5"
···
226
237
xdg = ">=5.0.1,<6.0.0"
227
238
228
239
[[package]]
240
240
+
name = "sniffio"
241
241
+
version = "1.2.0"
242
242
+
description = "Sniff out which async library your code is running under"
229
243
category = "main"
230
230
-
description = "Sniff out which async library your code is running under"
231
231
-
name = "sniffio"
232
244
optional = false
233
245
python-versions = ">=3.5"
234
234
-
version = "1.2.0"
235
246
236
247
[[package]]
237
237
-
category = "main"
238
238
-
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
239
248
name = "sortedcontainers"
249
249
+
version = "2.3.0"
250
250
+
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
251
251
+
category = "main"
240
252
optional = false
241
253
python-versions = "*"
242
242
-
version = "2.3.0"
243
254
244
255
[[package]]
245
245
-
category = "main"
256
256
+
name = "svglib"
257
257
+
version = "1.0.1"
246
258
description = "A pure-Python library for reading and converting SVG"
247
247
-
name = "svglib"
259
259
+
category = "main"
248
260
optional = false
249
261
python-versions = ">=3"
250
250
-
version = "1.0.1"
251
262
252
263
[package.dependencies]
253
264
cssselect2 = ">=0.2.0"
···
256
267
tinycss2 = ">=0.6.0"
257
268
258
269
[[package]]
259
259
-
category = "main"
260
260
-
description = "tinycss2"
261
270
name = "tinycss2"
271
271
+
version = "1.1.0"
272
272
+
description = "tinycss2"
273
273
+
category = "main"
262
274
optional = false
263
275
python-versions = ">=3.6"
264
264
-
version = "1.1.0"
265
276
266
277
[package.dependencies]
267
278
webencodings = ">=0.4"
···
271
282
test = ["pytest", "pytest-cov", "pytest-flake8", "pytest-isort", "coverage"]
272
283
273
284
[[package]]
274
274
-
category = "main"
285
285
+
name = "trio"
286
286
+
version = "0.18.0"
275
287
description = "A friendly Python library for async concurrency and I/O"
276
276
-
name = "trio"
288
288
+
category = "main"
277
289
optional = false
278
290
python-versions = ">=3.6"
279
279
-
version = "0.18.0"
280
291
281
292
[package.dependencies]
282
293
async-generator = ">=1.9"
283
294
attrs = ">=19.2.0"
284
284
-
cffi = ">=1.14"
295
295
+
cffi = {version = ">=1.14", markers = "os_name == \"nt\" and implementation_name != \"pypy\""}
285
296
idna = "*"
286
297
outcome = "*"
287
298
sniffio = "*"
288
299
sortedcontainers = "*"
289
300
290
301
[[package]]
291
291
-
category = "main"
302
302
+
name = "webencodings"
303
303
+
version = "0.5.1"
292
304
description = "Character encoding aliases for legacy web content"
293
293
-
name = "webencodings"
305
305
+
category = "main"
294
306
optional = false
295
307
python-versions = "*"
296
296
-
version = "0.5.1"
297
308
298
309
[[package]]
299
299
-
category = "main"
300
300
-
description = "Variables defined by the XDG Base Directory Specification"
301
310
name = "xdg"
311
311
+
version = "5.0.1"
312
312
+
description = "Variables defined by the XDG Base Directory Specification"
313
313
+
category = "main"
302
314
optional = false
303
315
python-versions = ">=3.6,<4.0"
304
304
-
version = "5.0.1"
305
316
306
317
[metadata]
307
307
-
content-hash = "df8dfb527656dec034712b2d07aaacfdee20f89f635d38af52bb21888d7d4130"
308
308
-
lock-version = "1.0"
318
318
+
lock-version = "1.1"
309
319
python-versions = "^3.8"
320
320
+
content-hash = "3da90f3013f1220c9081c0a11dac7d8cd05c5a47ebda40fbb4357e44503e99a3"
310
321
311
322
[metadata.files]
312
323
anyio = [
313
313
-
{file = "anyio-2.1.0-py3-none-any.whl", hash = "sha256:c286818ccd5dcbd5d385b223f16a055393474527b1d5650da489828a9887d559"},
314
314
-
{file = "anyio-2.1.0.tar.gz", hash = "sha256:8a56e08623dc55955a06719d4ad62de6009bb3f1dd04936e60b2104dd58da484"},
324
324
+
{file = "anyio-2.2.0-py3-none-any.whl", hash = "sha256:aa3da546ed17f097ca876c78024dea380a3b7fa80759abfdda59f12176a3dac8"},
325
325
+
{file = "anyio-2.2.0.tar.gz", hash = "sha256:4a41c5b3a65ed92e469d51b6fba3779301850ea2e352afcf9e36c46f21ee14a9"},
315
326
]
316
327
asks = [
317
328
{file = "asks-2.4.12.tar.gz", hash = "sha256:38de944eb350e7e4e3a918055fa8ff033da5f7b5ff385c1160a2d6b9d84783b0"},
···
427
438
{file = "pdfrw-0.4.tar.gz", hash = "sha256:0dc0494a0e6561b268542b28ede2280387c2728114f117d3bb5d8e4787b93ef4"},
428
439
]
429
440
pillow = [
430
430
-
{file = "Pillow-8.1.0-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:d355502dce85ade85a2511b40b4c61a128902f246504f7de29bbeec1ae27933a"},
431
431
-
{file = "Pillow-8.1.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:93a473b53cc6e0b3ce6bf51b1b95b7b1e7e6084be3a07e40f79b42e83503fbf2"},
432
432
-
{file = "Pillow-8.1.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:2353834b2c49b95e1313fb34edf18fca4d57446675d05298bb694bca4b194174"},
433
433
-
{file = "Pillow-8.1.0-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:1d208e670abfeb41b6143537a681299ef86e92d2a3dac299d3cd6830d5c7bded"},
434
434
-
{file = "Pillow-8.1.0-cp36-cp36m-win32.whl", hash = "sha256:dd9eef866c70d2cbbea1ae58134eaffda0d4bfea403025f4db6859724b18ab3d"},
435
435
-
{file = "Pillow-8.1.0-cp36-cp36m-win_amd64.whl", hash = "sha256:b09e10ec453de97f9a23a5aa5e30b334195e8d2ddd1ce76cc32e52ba63c8b31d"},
436
436
-
{file = "Pillow-8.1.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:b02a0b9f332086657852b1f7cb380f6a42403a6d9c42a4c34a561aa4530d5234"},
437
437
-
{file = "Pillow-8.1.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:ca20739e303254287138234485579b28cb0d524401f83d5129b5ff9d606cb0a8"},
438
438
-
{file = "Pillow-8.1.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:604815c55fd92e735f9738f65dabf4edc3e79f88541c221d292faec1904a4b17"},
439
439
-
{file = "Pillow-8.1.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:cf6e33d92b1526190a1de904df21663c46a456758c0424e4f947ae9aa6088bf7"},
440
440
-
{file = "Pillow-8.1.0-cp37-cp37m-win32.whl", hash = "sha256:47c0d93ee9c8b181f353dbead6530b26980fe4f5485aa18be8f1fd3c3cbc685e"},
441
441
-
{file = "Pillow-8.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:96d4dc103d1a0fa6d47c6c55a47de5f5dafd5ef0114fa10c85a1fd8e0216284b"},
442
442
-
{file = "Pillow-8.1.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:7916cbc94f1c6b1301ac04510d0881b9e9feb20ae34094d3615a8a7c3db0dcc0"},
443
443
-
{file = "Pillow-8.1.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:3de6b2ee4f78c6b3d89d184ade5d8fa68af0848f9b6b6da2b9ab7943ec46971a"},
444
444
-
{file = "Pillow-8.1.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:cdbbe7dff4a677fb555a54f9bc0450f2a21a93c5ba2b44e09e54fcb72d2bd13d"},
445
445
-
{file = "Pillow-8.1.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:f50e7a98b0453f39000619d845be8b06e611e56ee6e8186f7f60c3b1e2f0feae"},
446
446
-
{file = "Pillow-8.1.0-cp38-cp38-win32.whl", hash = "sha256:cb192176b477d49b0a327b2a5a4979552b7a58cd42037034316b8018ac3ebb59"},
447
447
-
{file = "Pillow-8.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:6c5275bd82711cd3dcd0af8ce0bb99113ae8911fc2952805f1d012de7d600a4c"},
448
448
-
{file = "Pillow-8.1.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:165c88bc9d8dba670110c689e3cc5c71dbe4bfb984ffa7cbebf1fac9554071d6"},
449
449
-
{file = "Pillow-8.1.0-cp39-cp39-manylinux1_i686.whl", hash = "sha256:5e2fe3bb2363b862671eba632537cd3a823847db4d98be95690b7e382f3d6378"},
450
450
-
{file = "Pillow-8.1.0-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:7612520e5e1a371d77e1d1ca3a3ee6227eef00d0a9cddb4ef7ecb0b7396eddf7"},
451
451
-
{file = "Pillow-8.1.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:d673c4990acd016229a5c1c4ee8a9e6d8f481b27ade5fc3d95938697fa443ce0"},
452
452
-
{file = "Pillow-8.1.0-cp39-cp39-win32.whl", hash = "sha256:dc577f4cfdda354db3ae37a572428a90ffdbe4e51eda7849bf442fb803f09c9b"},
453
453
-
{file = "Pillow-8.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:22d070ca2e60c99929ef274cfced04294d2368193e935c5d6febfd8b601bf865"},
454
454
-
{file = "Pillow-8.1.0-pp36-pypy36_pp73-macosx_10_10_x86_64.whl", hash = "sha256:a3d3e086474ef12ef13d42e5f9b7bbf09d39cf6bd4940f982263d6954b13f6a9"},
455
455
-
{file = "Pillow-8.1.0-pp36-pypy36_pp73-manylinux2010_i686.whl", hash = "sha256:731ca5aabe9085160cf68b2dbef95fc1991015bc0a3a6ea46a371ab88f3d0913"},
456
456
-
{file = "Pillow-8.1.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl", hash = "sha256:bba80df38cfc17f490ec651c73bb37cd896bc2400cfba27d078c2135223c1206"},
457
457
-
{file = "Pillow-8.1.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl", hash = "sha256:c3d911614b008e8a576b8e5303e3db29224b455d3d66d1b2848ba6ca83f9ece9"},
458
458
-
{file = "Pillow-8.1.0-pp37-pypy37_pp73-manylinux2010_i686.whl", hash = "sha256:39725acf2d2e9c17356e6835dccebe7a697db55f25a09207e38b835d5e1bc032"},
459
459
-
{file = "Pillow-8.1.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl", hash = "sha256:81c3fa9a75d9f1afafdb916d5995633f319db09bd773cb56b8e39f1e98d90820"},
460
460
-
{file = "Pillow-8.1.0-pp37-pypy37_pp73-win32.whl", hash = "sha256:b6f00ad5ebe846cc91763b1d0c6d30a8042e02b2316e27b05de04fa6ec831ec5"},
461
461
-
{file = "Pillow-8.1.0.tar.gz", hash = "sha256:887668e792b7edbfb1d3c9d8b5d8c859269a0f0eba4dda562adb95500f60dbba"},
441
441
+
{file = "Pillow-8.1.2-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:5cf03b9534aca63b192856aa601c68d0764810857786ea5da652581f3a44c2b0"},
442
442
+
{file = "Pillow-8.1.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:f91b50ad88048d795c0ad004abbe1390aa1882073b1dca10bfd55d0b8cf18ec5"},
443
443
+
{file = "Pillow-8.1.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:5762ebb4436f46b566fc6351d67a9b5386b5e5de4e58fdaa18a1c83e0e20f1a8"},
444
444
+
{file = "Pillow-8.1.2-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:e2cd8ac157c1e5ae88b6dd790648ee5d2777e76f1e5c7d184eaddb2938594f34"},
445
445
+
{file = "Pillow-8.1.2-cp36-cp36m-win32.whl", hash = "sha256:72027ebf682abc9bafd93b43edc44279f641e8996fb2945104471419113cfc71"},
446
446
+
{file = "Pillow-8.1.2-cp36-cp36m-win_amd64.whl", hash = "sha256:d1d6bca39bb6dd94fba23cdb3eeaea5e30c7717c5343004d900e2a63b132c341"},
447
447
+
{file = "Pillow-8.1.2-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:90882c6f084ef68b71bba190209a734bf90abb82ab5e8f64444c71d5974008c6"},
448
448
+
{file = "Pillow-8.1.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:89e4c757a91b8c55d97c91fa09c69b3677c227b942fa749e9a66eef602f59c28"},
449
449
+
{file = "Pillow-8.1.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:8c4e32218c764bc27fe49b7328195579581aa419920edcc321c4cb877c65258d"},
450
450
+
{file = "Pillow-8.1.2-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:a01da2c266d9868c4f91a9c6faf47a251f23b9a862dce81d2ff583135206f5be"},
451
451
+
{file = "Pillow-8.1.2-cp37-cp37m-win32.whl", hash = "sha256:30d33a1a6400132e6f521640dd3f64578ac9bfb79a619416d7e8802b4ce1dd55"},
452
452
+
{file = "Pillow-8.1.2-cp37-cp37m-win_amd64.whl", hash = "sha256:71b01ee69e7df527439d7752a2ce8fb89e19a32df484a308eca3e81f673d3a03"},
453
453
+
{file = "Pillow-8.1.2-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:5a2d957eb4aba9d48170b8fe6538ec1fbc2119ffe6373782c03d8acad3323f2e"},
454
454
+
{file = "Pillow-8.1.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:87f42c976f91ca2fc21a3293e25bd3cd895918597db1b95b93cbd949f7d019ce"},
455
455
+
{file = "Pillow-8.1.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:15306d71a1e96d7e271fd2a0737038b5a92ca2978d2e38b6ced7966583e3d5af"},
456
456
+
{file = "Pillow-8.1.2-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:71f31ee4df3d5e0b366dd362007740106d3210fb6a56ec4b581a5324ba254f06"},
457
457
+
{file = "Pillow-8.1.2-cp38-cp38-win32.whl", hash = "sha256:98afcac3205d31ab6a10c5006b0cf040d0026a68ec051edd3517b776c1d78b09"},
458
458
+
{file = "Pillow-8.1.2-cp38-cp38-win_amd64.whl", hash = "sha256:328240f7dddf77783e72d5ed79899a6b48bc6681f8d1f6001f55933cb4905060"},
459
459
+
{file = "Pillow-8.1.2-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:bead24c0ae3f1f6afcb915a057943ccf65fc755d11a1410a909c1fefb6c06ad1"},
460
460
+
{file = "Pillow-8.1.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:81b3716cc9744ffdf76b39afb6247eae754186838cedad0b0ac63b2571253fe6"},
461
461
+
{file = "Pillow-8.1.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:63cd413ac52ee3f67057223d363f4f82ce966e64906aea046daf46695e3c8238"},
462
462
+
{file = "Pillow-8.1.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:8565355a29655b28fdc2c666fd9a3890fe5edc6639d128814fafecfae2d70910"},
463
463
+
{file = "Pillow-8.1.2-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:1940fc4d361f9cc7e558d6f56ff38d7351b53052fd7911f4b60cd7bc091ea3b1"},
464
464
+
{file = "Pillow-8.1.2-cp39-cp39-win32.whl", hash = "sha256:46c2bcf8e1e75d154e78417b3e3c64e96def738c2a25435e74909e127a8cba5e"},
465
465
+
{file = "Pillow-8.1.2-cp39-cp39-win_amd64.whl", hash = "sha256:aeab4cd016e11e7aa5cfc49dcff8e51561fa64818a0be86efa82c7038e9369d0"},
466
466
+
{file = "Pillow-8.1.2-pp36-pypy36_pp73-macosx_10_10_x86_64.whl", hash = "sha256:74cd9aa648ed6dd25e572453eb09b08817a1e3d9f8d1bd4d8403d99e42ea790b"},
467
467
+
{file = "Pillow-8.1.2-pp36-pypy36_pp73-manylinux2010_i686.whl", hash = "sha256:e5739ae63636a52b706a0facec77b2b58e485637e1638202556156e424a02dc2"},
468
468
+
{file = "Pillow-8.1.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl", hash = "sha256:903293320efe2466c1ab3509a33d6b866dc850cfd0c5d9cc92632014cec185fb"},
469
469
+
{file = "Pillow-8.1.2-pp37-pypy37_pp73-macosx_10_10_x86_64.whl", hash = "sha256:5daba2b40782c1c5157a788ec4454067c6616f5a0c1b70e26ac326a880c2d328"},
470
470
+
{file = "Pillow-8.1.2-pp37-pypy37_pp73-manylinux2010_i686.whl", hash = "sha256:1f93f2fe211f1ef75e6f589327f4d4f8545d5c8e826231b042b483d8383e8a7c"},
471
471
+
{file = "Pillow-8.1.2-pp37-pypy37_pp73-manylinux2010_x86_64.whl", hash = "sha256:6efac40344d8f668b6c4533ae02a48d52fd852ef0654cc6f19f6ac146399c733"},
472
472
+
{file = "Pillow-8.1.2-pp37-pypy37_pp73-win32.whl", hash = "sha256:f36c3ff63d6fc509ce599a2f5b0d0732189eed653420e7294c039d342c6e204a"},
473
473
+
{file = "Pillow-8.1.2.tar.gz", hash = "sha256:b07c660e014852d98a00a91adfbe25033898a9d90a8f39beb2437d22a203fc44"},
462
474
]
463
475
pycparser = [
464
476
{file = "pycparser-2.20-py2.py3-none-any.whl", hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705"},
···
468
480
{file = "pyfuse3-3.2.0.tar.gz", hash = "sha256:45f0053ad601b03a36e2c283a5271403674245a66a0daf50e3deaab0ea4fa82f"},
469
481
]
470
482
reportlab = [
471
471
-
{file = "reportlab-3.5.59-cp27-cp27m-macosx_10_10_x86_64.whl", hash = "sha256:1da3d7a35f918cee905facfa94bd00ae6091cadc06dca1b0b31b69ae02d41d1d"},
472
472
-
{file = "reportlab-3.5.59-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:792efba0c0c6e4ee94f6dc95f305451733ee9230a1c7d51cb8e5301a549e0dfb"},
473
473
-
{file = "reportlab-3.5.59-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:f3d4a1a273dc141e03b72a553c11bc14dd7a27ec7654a071edcf83eb04f004bc"},
474
474
-
{file = "reportlab-3.5.59-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:e2b4e33fea2ce9d3a14ea39191b169e41eb2ac995274f54ac8fd27519974bce8"},
475
475
-
{file = "reportlab-3.5.59-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:b1b20208ecdfffd7ca027955c4fe8972b28b30a4b3b80cf25099a08d3b20ed7c"},
476
476
-
{file = "reportlab-3.5.59-cp27-cp27m-win32.whl", hash = "sha256:5ed00894e0f8281c0b7c0494b4d3067c641fd90c8e5cf933089ec4cc9a48e491"},
477
477
-
{file = "reportlab-3.5.59-cp27-cp27m-win_amd64.whl", hash = "sha256:85650446538cd2f606ca234634142a7ccd74cb6db7cfec250f76a4242e0f2431"},
478
478
-
{file = "reportlab-3.5.59-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:79d63ca40231ca3860859b39a92daa5219035ba9553da89a5e1b218550744121"},
479
479
-
{file = "reportlab-3.5.59-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:a0c377bc45e73c3f15f55d7de69fab270d174749d5b454ab0de502b15430ec2a"},
480
480
-
{file = "reportlab-3.5.59-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:cfa854bea525f8c913cb77e2bda724d94b965a0eb3bcfc4a645a9baa29bb86e2"},
481
481
-
{file = "reportlab-3.5.59-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:3d7713dddaa8081ed709a1fa2456a43f6a74b0f07d605da8441fd53fef334f69"},
482
482
-
{file = "reportlab-3.5.59-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:ff547cf4c1de7e104cad1a378431ff81efcb03e90e40871ee686107da5b91442"},
483
483
-
{file = "reportlab-3.5.59-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:19353aead39fc115a4d6c598d6fb9fa26da7e69160a0443ebb49b02903e704e8"},
484
484
-
{file = "reportlab-3.5.59-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:6f3ad2b1afe99c436563cd436d8693d4a12e2c4bd45f70c7705759ff7837fe53"},
485
485
-
{file = "reportlab-3.5.59-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:b26d6f416891cef93411d6d478a25db275766081a5fb66368248293ef459f3be"},
486
486
-
{file = "reportlab-3.5.59-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:dd9687359e466086b9f6fe6d8069034017f8b6ca3080944fae5709767ca6814e"},
487
487
-
{file = "reportlab-3.5.59-cp36-cp36m-win32.whl", hash = "sha256:b71faf3b6e4d7058e1af1b8afedaf39a962db4a219affc8177009d8244ec10d4"},
488
488
-
{file = "reportlab-3.5.59-cp36-cp36m-win_amd64.whl", hash = "sha256:4ca5233a19a5ceca23546290f43addec2345789c7d65bb32f8b2668aa148351f"},
489
489
-
{file = "reportlab-3.5.59-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:9da445cb79e3f740756924c053edc952cde11a65ff5af8acfda3c0a1317136ef"},
490
490
-
{file = "reportlab-3.5.59-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:07bff6742fba612da8d1b1f783c436338c6fdc6962828159827d5ca7d2b67935"},
491
491
-
{file = "reportlab-3.5.59-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:52f8237654acbc78ea2fa6fb4a6a06e5b023b6da93f7889adfe2deba09473fad"},
492
492
-
{file = "reportlab-3.5.59-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:739b743b7ca1ba4b4d64c321de6fccb49b562d0507ea06c817d9cc4faed5cd22"},
493
493
-
{file = "reportlab-3.5.59-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:33f3cfdc492575f8af3225701301a7e62fc478358729820c9e0091aff5831378"},
494
494
-
{file = "reportlab-3.5.59-cp37-cp37m-win32.whl", hash = "sha256:3e2b4d69763103b9dc9b54c0952dc3cee05cedd06e28c0987fad7f84705b12c0"},
495
495
-
{file = "reportlab-3.5.59-cp37-cp37m-win_amd64.whl", hash = "sha256:18a876449c9000c391dd3415ebc8454cd7bb9e488977b894886a2d7d018f16cd"},
496
496
-
{file = "reportlab-3.5.59-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:04a08d284da86882ec3a41a7c719833362ef891b09ee8e2fbb47cee352aa684a"},
497
497
-
{file = "reportlab-3.5.59-cp38-cp38-manylinux1_i686.whl", hash = "sha256:83b28104edd58ad65748d2d0e60e0d97e3b91b3e90b4573ea6fe60de6811972c"},
498
498
-
{file = "reportlab-3.5.59-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:9fabd5fbd24f5971085ffe53150d663f158f7d3050b25c95736e29ebf676d454"},
499
499
-
{file = "reportlab-3.5.59-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:b4ba4c30af7044ee987e61c88a5ffb76031ca0c53666bc85d823b7de55ddbc75"},
500
500
-
{file = "reportlab-3.5.59-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:a315edef5c5610b0c75790142f49487e89ea34397fc247ae8aa890fe6d6dd057"},
501
501
-
{file = "reportlab-3.5.59-cp38-cp38-win32.whl", hash = "sha256:5214a289cf01ebbd65e49bae83709671dd9edb601891cf0ae8abf85f3c0b392f"},
502
502
-
{file = "reportlab-3.5.59-cp38-cp38-win_amd64.whl", hash = "sha256:009fa61710647cdc62eb373345248d8ebb93583a058990f7c4f9be46d90aa5b1"},
503
503
-
{file = "reportlab-3.5.59-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:09fb11ab1500e679fc1b01199d2fed24435499856e75043a9ac0d31dd48fd881"},
504
504
-
{file = "reportlab-3.5.59-cp39-cp39-manylinux1_i686.whl", hash = "sha256:18eec161411026dde49767bee4e5e8eeb8014879554811a62581dc7433628d5b"},
505
505
-
{file = "reportlab-3.5.59-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:a1d3f7022a920d4a5e165d264581f1862e1c1b877ceeabb96fe98cec98125ae5"},
506
506
-
{file = "reportlab-3.5.59-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:1b85c20e89c22ae902ca973df2afdd2d64d27dc4ffd2b29ebad8c805a213756b"},
507
507
-
{file = "reportlab-3.5.59-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:de0c675fc2998a7eaa929c356ba49c84f53a892e9ab25e8ee7d8ebbbdcb2ac16"},
508
508
-
{file = "reportlab-3.5.59-cp39-cp39-win32.whl", hash = "sha256:3b0026c1129147befd4e5a8cf25da8dea1096fce371e7b2412e36d7254019c06"},
509
509
-
{file = "reportlab-3.5.59-cp39-cp39-win_amd64.whl", hash = "sha256:6191961533d49c9d860964d42bada4d7ac3bb28502d984feb8034093f2012fa8"},
510
510
-
{file = "reportlab-3.5.59.tar.gz", hash = "sha256:a755cca2dcf023130b03bb671670301a992157d5c3151d838c0b68ef89894536"},
483
483
+
{file = "reportlab-3.5.65-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:fd6712a8a6dca12181a3a12316f97810927861e77f2a98029efd2c5cfc8546dc"},
484
484
+
{file = "reportlab-3.5.65-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:ee711804acdaf3ea7f0f2cd27f19478af993e730df8c8d923a678eb0e2572fba"},
485
485
+
{file = "reportlab-3.5.65-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:4c42e85851f969e21fa4d6414587b7544e877ce685e2495d7d422589c70b6281"},
486
486
+
{file = "reportlab-3.5.65-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:d8fefd07072bfae2715283a821fb1acf8fc4946cf925509d5cc2af791c611809"},
487
487
+
{file = "reportlab-3.5.65-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:bdf751289efee4891f4f354ce9122da8de8258a40f328b3f11540c4888363337"},
488
488
+
{file = "reportlab-3.5.65-cp36-cp36m-win32.whl", hash = "sha256:f0634740b099b69caed081acd89692996b5504c59f86f39781b6bebc82b267f5"},
489
489
+
{file = "reportlab-3.5.65-cp36-cp36m-win_amd64.whl", hash = "sha256:d810bffd4bcd50fdcb2bab0d1fe9ea4e6187ed5237687e41c6ade6c884b00c1e"},
490
490
+
{file = "reportlab-3.5.65-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:46745826657d35f86843487f4bc6f6f805f61260428f8ee13642bf6372f9df55"},
491
491
+
{file = "reportlab-3.5.65-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:bc62187181582772688d65c557ad6a40a4c3bb8d1f74de463d35ea81983e9b75"},
492
492
+
{file = "reportlab-3.5.65-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:58bec163f727c1c60515fc4704a961b3b4ccf2c76b4e6ec1a457ea7ed0c2d756"},
493
493
+
{file = "reportlab-3.5.65-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:d92834993bf998853a04946729266a3276965e7b13f7423212f1c1abdfc4a1c7"},
494
494
+
{file = "reportlab-3.5.65-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:9ec95808b742ce70c1dab28b2c5bef9093816b92315b948419c2c6968658f9cc"},
495
495
+
{file = "reportlab-3.5.65-cp37-cp37m-win32.whl", hash = "sha256:b9494986f35d82350b0ce0c29704a49a3945421b789dff92e93fbd3de554fa34"},
496
496
+
{file = "reportlab-3.5.65-cp37-cp37m-win_amd64.whl", hash = "sha256:07f9d9c0360cb8fc780ca05264faa68b90583cd28dbdf2cda6bda34379b6e66c"},
497
497
+
{file = "reportlab-3.5.65-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:81898de0a0be2c8318468ae0ae1590f828805e9b7fd68e5a50667dce8b942171"},
498
498
+
{file = "reportlab-3.5.65-cp38-cp38-manylinux1_i686.whl", hash = "sha256:99aeee49a61c85f1af1087e9e418f3d0c2352c4dd0f0abbfac17ae6c467185aa"},
499
499
+
{file = "reportlab-3.5.65-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:3ec70873d99c14570e2a9c44b86c8c01526871e7af5ee4b2855246db15cb0c9f"},
500
500
+
{file = "reportlab-3.5.65-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:c12432575c793b8cd8552fddc219bbf2813541c64d02854ae345a108fb875b9d"},
501
501
+
{file = "reportlab-3.5.65-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:b2cf692ae7af995b499a31a3f58f2001d98e310e03f74812bcb97a08078239c0"},
502
502
+
{file = "reportlab-3.5.65-cp38-cp38-win32.whl", hash = "sha256:f92388e30bf6b5d2eceb3d7b05ee2df856635f74ce7d950a8f45d2b70c685a5b"},
503
503
+
{file = "reportlab-3.5.65-cp38-cp38-win_amd64.whl", hash = "sha256:6f007142f2b166f52cbb3e5d23319e3e496c429831e53b904e6db28c3370f279"},
504
504
+
{file = "reportlab-3.5.65-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:8707cc21a769150154bf4634dca6e9581ae24a05f0fb81a84fcc1143b1cbbfde"},
505
505
+
{file = "reportlab-3.5.65-cp39-cp39-manylinux1_i686.whl", hash = "sha256:27a831da0d17153e33c985bd7a88307e206c5a28778cddb755d5372598d12637"},
506
506
+
{file = "reportlab-3.5.65-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:fe5d98cdac07dd702bcd49f5723aacdd0af8c84d70fc82a5cc3781e52aedad52"},
507
507
+
{file = "reportlab-3.5.65-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:ba2d10f368c9ea1e76c84b3bb6b9982eb5a8f243c434e821c505b75ca8d85852"},
508
508
+
{file = "reportlab-3.5.65-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:289539f7888239343ef7ebcd30c55e6204ef78d5f70e1547fdeb854a2da8bfa1"},
509
509
+
{file = "reportlab-3.5.65-cp39-cp39-win32.whl", hash = "sha256:cdf8ff72cd6fa9303744c8409fb81ef7720da2e034c369762c2fdf496462179e"},
510
510
+
{file = "reportlab-3.5.65-cp39-cp39-win_amd64.whl", hash = "sha256:4a784ecdf3008f533e5a032b96c395e8592ed5e679baaf5ef4dcc136b01c72e9"},
511
511
+
{file = "reportlab-3.5.65.tar.gz", hash = "sha256:b2c7eedb4d19db63301c27ad1076086a099fd4c8ca0a6f62f6e9ed749fa5908f"},
511
512
]
512
513
rmcl = [
513
513
-
{file = "rmcl-0.3.1-py3-none-any.whl", hash = "sha256:e4ebcc3e6ce7e9efb1dec4a2d0a44c463ef3854d44e1f8919c65a2b3f9312ec7"},
514
514
-
{file = "rmcl-0.3.1.tar.gz", hash = "sha256:5b5316adf53cca9e56273cad220cb7374cd56e7bac962c943868b05fc090e98c"},
514
514
+
{file = "rmcl-0.4.0-py3-none-any.whl", hash = "sha256:d2fc5d183b213797f5886a6af52c5531c87b4e1770cc720e0e8ba5992e728473"},
515
515
+
{file = "rmcl-0.4.0.tar.gz", hash = "sha256:14bd199ff2c71269c3c1ac63d10932de6c68a250a454550940dae3f06b07527a"},
515
516
]
516
517
rmfuse = []
517
518
rmrl = [
518
518
-
{file = "rmrl-0.1.2-py3-none-any.whl", hash = "sha256:173231c7122a11201232ed8fe74e4a9a65192b87886ef8a98ae912aa9b875c26"},
519
519
-
{file = "rmrl-0.1.2.tar.gz", hash = "sha256:8c8e757af5ca3eb7475f56803f7f37256fe4c5cad3a9ea5ad7534b2ebd172447"},
519
519
+
{file = "rmrl-0.2.1-py3-none-any.whl", hash = "sha256:c35b9f20494a6034a16e916d7351575efb3e3f77acabe9094453a7f6013eaa86"},
520
520
+
{file = "rmrl-0.2.1.tar.gz", hash = "sha256:c532bef4168350e6ab17cf37c6481dc12b6a78e007c073503f082f36215b71c9"},
520
521
]
521
522
sniffio = [
522
523
{file = "sniffio-1.2.0-py3-none-any.whl", hash = "sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663"},
+1
-1
pkgs/tools/filesystems/rmfuse/pyproject.toml
reviewed
···
6
6
7
7
[tool.poetry.dependencies]
8
8
python = "^3.8"
9
9
-
rmfuse = {git = "https://github.com/rschroll/rmfuse.git"}
9
9
+
rmfuse = {git = "https://github.com/rschroll/rmfuse.git", extras = ["pyfuse3"]}
10
10
11
11
[tool.poetry.dev-dependencies]
12
12
pkgs/tools/filesystems/rmfuse/update
reviewed