@@ -11,7 +11,7 @@ repo_helper==2020.12.18
11
11
│ ├── platformdirs>=2.3.0
12
12
│ └── requests>=2.24.0
13
13
│ ├── certifi>=2017.4.17
14
- │ ├── charset-normalizer <4,>=2
14
+ │ ├── charset_normalizer <4,>=2
15
15
│ ├── idna<4,>=2.5
16
16
│ └── urllib3<3,>=1.21.1
17
17
├── attrs>=20.3.0
@@ -59,7 +59,7 @@ repo_helper==2020.12.18
59
59
│ ├── domdf-python-tools>=2.8.0
60
60
│ │ ├── natsort>=7.0.1
61
61
│ │ └── typing-extensions>=3.7.4.1
62
- │ └── tomli>=1.2.3
62
+ │ └── tomli>=1.2.3; python_version < "3.11"
63
63
├── domdf-python-tools>=3.2.0
64
64
│ ├── natsort>=7.0.1
65
65
│ └── typing-extensions>=3.7.4.1
@@ -87,7 +87,7 @@ repo_helper==2020.12.18
87
87
│ │ ├── domdf-python-tools>=2.8.0
88
88
│ │ │ ├── natsort>=7.0.1
89
89
│ │ │ └── typing-extensions>=3.7.4.1
90
- │ │ └── tomli>=1.2.3
90
+ │ │ └── tomli>=1.2.3; python_version < "3.11"
91
91
│ ├── domdf-python-tools>=2.8.0
92
92
│ │ ├── natsort>=7.0.1
93
93
│ │ └── typing-extensions>=3.7.4.1
@@ -105,7 +105,7 @@ repo_helper==2020.12.18
105
105
│ │ │ ├── domdf-python-tools>=2.8.0
106
106
│ │ │ │ ├── natsort>=7.0.1
107
107
│ │ │ │ └── typing-extensions>=3.7.4.1
108
- │ │ │ └── tomli>=1.2.3
108
+ │ │ │ └── tomli>=1.2.3; python_version < "3.11"
109
109
│ │ ├── domdf-python-tools>=2.8.0
110
110
│ │ │ ├── natsort>=7.0.1
111
111
│ │ │ └── typing-extensions>=3.7.4.1
@@ -122,7 +122,7 @@ repo_helper==2020.12.18
122
122
│ │ │ │ ├── domdf-python-tools>=2.8.0
123
123
│ │ │ │ │ ├── natsort>=7.0.1
124
124
│ │ │ │ │ └── typing-extensions>=3.7.4.1
125
- │ │ │ │ └── tomli>=1.2.3
125
+ │ │ │ │ └── tomli>=1.2.3; python_version < "3.11"
126
126
│ │ │ ├── domdf-python-tools>=3.1.0
127
127
│ │ │ │ ├── natsort>=7.0.1
128
128
│ │ │ │ └── typing-extensions>=3.7.4.1
@@ -142,7 +142,7 @@ repo_helper==2020.12.18
142
142
│ │ │ ├── platformdirs>=2.3.0
143
143
│ │ │ └── requests>=2.24.0
144
144
│ │ │ ├── certifi>=2017.4.17
145
- │ │ │ ├── charset-normalizer <4,>=2
145
+ │ │ │ ├── charset_normalizer <4,>=2
146
146
│ │ │ ├── idna<4,>=2.5
147
147
│ │ │ └── urllib3<3,>=1.21.1
148
148
│ │ ├── domdf-python-tools>=3.3.0
@@ -161,7 +161,7 @@ repo_helper==2020.12.18
161
161
│ │ │ ├── domdf-python-tools>=2.8.0
162
162
│ │ │ │ ├── natsort>=7.0.1
163
163
│ │ │ │ └── typing-extensions>=3.7.4.1
164
- │ │ │ └── tomli>=1.2.3
164
+ │ │ │ └── tomli>=1.2.3; python_version < "3.11"
165
165
│ │ ├── domdf-python-tools>=3.1.0
166
166
│ │ │ ├── natsort>=7.0.1
167
167
│ │ │ └── typing-extensions>=3.7.4.1
@@ -180,7 +180,7 @@ repo_helper==2020.12.18
180
180
│ │ │ ├── platformdirs>=2.3.0
181
181
│ │ │ └── requests>=2.24.0
182
182
│ │ │ ├── certifi>=2017.4.17
183
- │ │ │ ├── charset-normalizer <4,>=2
183
+ │ │ │ ├── charset_normalizer <4,>=2
184
184
│ │ │ ├── idna<4,>=2.5
185
185
│ │ │ └── urllib3<3,>=1.21.1
186
186
│ │ ├── dist-meta>=0.5.0
@@ -206,18 +206,18 @@ repo_helper==2020.12.18
206
206
│ │ │ │ ├── platformdirs>=2.3.0
207
207
│ │ │ │ └── requests>=2.24.0
208
208
│ │ │ │ ├── certifi>=2017.4.17
209
- │ │ │ │ ├── charset-normalizer <4,>=2
209
+ │ │ │ │ ├── charset_normalizer <4,>=2
210
210
│ │ │ │ ├── idna<4,>=2.5
211
211
│ │ │ │ └── urllib3<3,>=1.21.1
212
212
│ │ │ ├── packaging>=21.0
213
213
│ │ │ └── requests>=2.26.0
214
214
│ │ │ ├── certifi>=2017.4.17
215
- │ │ │ ├── charset-normalizer <4,>=2
215
+ │ │ │ ├── charset_normalizer <4,>=2
216
216
│ │ │ ├── idna<4,>=2.5
217
217
│ │ │ └── urllib3<3,>=1.21.1
218
218
│ │ ├── requests>=2.27.1
219
219
│ │ │ ├── certifi>=2017.4.17
220
- │ │ │ ├── charset-normalizer <4,>=2
220
+ │ │ │ ├── charset_normalizer <4,>=2
221
221
│ │ │ ├── idna<4,>=2.5
222
222
│ │ │ └── urllib3<3,>=1.21.1
223
223
│ │ └── shippinglabel>=1.3.1
@@ -231,7 +231,7 @@ repo_helper==2020.12.18
231
231
│ │ │ ├── domdf-python-tools>=2.8.0
232
232
│ │ │ │ ├── natsort>=7.0.1
233
233
│ │ │ │ └── typing-extensions>=3.7.4.1
234
- │ │ │ └── tomli>=1.2.3
234
+ │ │ │ └── tomli>=1.2.3; python_version < "3.11"
235
235
│ │ ├── domdf-python-tools>=3.1.0
236
236
│ │ │ ├── natsort>=7.0.1
237
237
│ │ │ └── typing-extensions>=3.7.4.1
@@ -248,7 +248,7 @@ repo_helper==2020.12.18
248
248
│ │ │ ├── domdf-python-tools>=2.8.0
249
249
│ │ │ │ ├── natsort>=7.0.1
250
250
│ │ │ │ └── typing-extensions>=3.7.4.1
251
- │ │ │ └── tomli>=1.2.3
251
+ │ │ │ └── tomli>=1.2.3; python_version < "3.11"
252
252
│ │ ├── domdf-python-tools>=3.1.0
253
253
│ │ │ ├── natsort>=7.0.1
254
254
│ │ │ └── typing-extensions>=3.7.4.1
@@ -279,7 +279,7 @@ repo_helper==2020.12.18
279
279
│ │ ├── domdf-python-tools>=2.8.0
280
280
│ │ │ ├── natsort>=7.0.1
281
281
│ │ │ └── typing-extensions>=3.7.4.1
282
- │ │ └── tomli>=1.2.3
282
+ │ │ └── tomli>=1.2.3; python_version < "3.11"
283
283
│ ├── domdf-python-tools>=2.8.0
284
284
│ │ ├── natsort>=7.0.1
285
285
│ │ └── typing-extensions>=3.7.4.1
@@ -297,7 +297,7 @@ repo_helper==2020.12.18
297
297
│ │ │ ├── domdf-python-tools>=2.8.0
298
298
│ │ │ │ ├── natsort>=7.0.1
299
299
│ │ │ │ └── typing-extensions>=3.7.4.1
300
- │ │ │ └── tomli>=1.2.3
300
+ │ │ │ └── tomli>=1.2.3; python_version < "3.11"
301
301
│ │ ├── domdf-python-tools>=2.8.0
302
302
│ │ │ ├── natsort>=7.0.1
303
303
│ │ │ └── typing-extensions>=3.7.4.1
@@ -314,7 +314,7 @@ repo_helper==2020.12.18
314
314
│ │ │ │ ├── domdf-python-tools>=2.8.0
315
315
│ │ │ │ │ ├── natsort>=7.0.1
316
316
│ │ │ │ │ └── typing-extensions>=3.7.4.1
317
- │ │ │ │ └── tomli>=1.2.3
317
+ │ │ │ │ └── tomli>=1.2.3; python_version < "3.11"
318
318
│ │ │ ├── domdf-python-tools>=3.1.0
319
319
│ │ │ │ ├── natsort>=7.0.1
320
320
│ │ │ │ └── typing-extensions>=3.7.4.1
@@ -332,7 +332,7 @@ repo_helper==2020.12.18
332
332
│ │ ├── domdf-python-tools>=2.8.0
333
333
│ │ │ ├── natsort>=7.0.1
334
334
│ │ │ └── typing-extensions>=3.7.4.1
335
- │ │ └── tomli>=1.2.3
335
+ │ │ └── tomli>=1.2.3; python_version < "3.11"
336
336
│ ├── domdf-python-tools>=3.1.0
337
337
│ │ ├── natsort>=7.0.1
338
338
│ │ └── typing-extensions>=3.7.4.1
@@ -353,13 +353,13 @@ repo_helper==2020.12.18
353
353
│ │ ├── platformdirs>=2.3.0
354
354
│ │ └── requests>=2.24.0
355
355
│ │ ├── certifi>=2017.4.17
356
- │ │ ├── charset-normalizer <4,>=2
356
+ │ │ ├── charset_normalizer <4,>=2
357
357
│ │ ├── idna<4,>=2.5
358
358
│ │ └── urllib3<3,>=1.21.1
359
359
│ ├── packaging>=21.0
360
360
│ └── requests>=2.26.0
361
361
│ ├── certifi>=2017.4.17
362
- │ ├── charset-normalizer <4,>=2
362
+ │ ├── charset_normalizer <4,>=2
363
363
│ ├── idna<4,>=2.5
364
364
│ └── urllib3<3,>=1.21.1
365
365
├── pyproject-parser>=0.11.0
@@ -373,7 +373,7 @@ repo_helper==2020.12.18
373
373
│ │ ├── domdf-python-tools>=2.8.0
374
374
│ │ │ ├── natsort>=7.0.1
375
375
│ │ │ └── typing-extensions>=3.7.4.1
376
- │ │ └── tomli>=1.2.3
376
+ │ │ └── tomli>=1.2.3; python_version < "3.11"
377
377
│ ├── domdf-python-tools>=2.8.0
378
378
│ │ ├── natsort>=7.0.1
379
379
│ │ └── typing-extensions>=3.7.4.1
@@ -390,7 +390,7 @@ repo_helper==2020.12.18
390
390
│ │ │ ├── domdf-python-tools>=2.8.0
391
391
│ │ │ │ ├── natsort>=7.0.1
392
392
│ │ │ │ └── typing-extensions>=3.7.4.1
393
- │ │ │ └── tomli>=1.2.3
393
+ │ │ │ └── tomli>=1.2.3; python_version < "3.11"
394
394
│ │ ├── domdf-python-tools>=3.1.0
395
395
│ │ │ ├── natsort>=7.0.1
396
396
│ │ │ └── typing-extensions>=3.7.4.1
@@ -410,7 +410,7 @@ repo_helper==2020.12.18
410
410
│ │ ├── domdf-python-tools>=2.8.0
411
411
│ │ │ ├── natsort>=7.0.1
412
412
│ │ │ └── typing-extensions>=3.7.4.1
413
- │ │ └── tomli>=1.2.3
413
+ │ │ └── tomli>=1.2.3; python_version < "3.11"
414
414
│ ├── domdf-python-tools>=3.1.0
415
415
│ │ ├── natsort>=7.0.1
416
416
│ │ └── typing-extensions>=3.7.4.1
@@ -429,7 +429,7 @@ repo_helper==2020.12.18
429
429
│ │ ├── platformdirs>=2.3.0
430
430
│ │ └── requests>=2.24.0
431
431
│ │ ├── certifi>=2017.4.17
432
- │ │ ├── charset-normalizer <4,>=2
432
+ │ │ ├── charset_normalizer <4,>=2
433
433
│ │ ├── idna<4,>=2.5
434
434
│ │ └── urllib3<3,>=1.21.1
435
435
│ ├── domdf-python-tools>=3.3.0
@@ -448,7 +448,7 @@ repo_helper==2020.12.18
448
448
│ │ ├── domdf-python-tools>=2.8.0
449
449
│ │ │ ├── natsort>=7.0.1
450
450
│ │ │ └── typing-extensions>=3.7.4.1
451
- │ │ └── tomli>=1.2.3
451
+ │ │ └── tomli>=1.2.3; python_version < "3.11"
452
452
│ ├── domdf-python-tools>=3.1.0
453
453
│ │ ├── natsort>=7.0.1
454
454
│ │ └── typing-extensions>=3.7.4.1
@@ -501,7 +501,7 @@ repo_helper==2020.12.18
501
501
│ │ ├── domdf-python-tools>=2.8.0
502
502
│ │ │ ├── natsort>=7.0.1
503
503
│ │ │ └── typing-extensions>=3.7.4.1
504
- │ │ └── tomli>=1.2.3
504
+ │ │ └── tomli>=1.2.3; python_version < "3.11"
505
505
│ ├── domdf-python-tools>=2.8.0
506
506
│ │ ├── natsort>=7.0.1
507
507
│ │ └── typing-extensions>=3.7.4.1
@@ -519,7 +519,7 @@ repo_helper==2020.12.18
519
519
│ │ │ ├── domdf-python-tools>=2.8.0
520
520
│ │ │ │ ├── natsort>=7.0.1
521
521
│ │ │ │ └── typing-extensions>=3.7.4.1
522
- │ │ │ └── tomli>=1.2.3
522
+ │ │ │ └── tomli>=1.2.3; python_version < "3.11"
523
523
│ │ ├── domdf-python-tools>=2.8.0
524
524
│ │ │ ├── natsort>=7.0.1
525
525
│ │ │ └── typing-extensions>=3.7.4.1
@@ -536,7 +536,7 @@ repo_helper==2020.12.18
536
536
│ │ │ │ ├── domdf-python-tools>=2.8.0
537
537
│ │ │ │ │ ├── natsort>=7.0.1
538
538
│ │ │ │ │ └── typing-extensions>=3.7.4.1
539
- │ │ │ │ └── tomli>=1.2.3
539
+ │ │ │ │ └── tomli>=1.2.3; python_version < "3.11"
540
540
│ │ │ ├── domdf-python-tools>=3.1.0
541
541
│ │ │ │ ├── natsort>=7.0.1
542
542
│ │ │ │ └── typing-extensions>=3.7.4.1
@@ -554,7 +554,7 @@ repo_helper==2020.12.18
554
554
│ │ ├── domdf-python-tools>=2.8.0
555
555
│ │ │ ├── natsort>=7.0.1
556
556
│ │ │ └── typing-extensions>=3.7.4.1
557
- │ │ └── tomli>=1.2.3
557
+ │ │ └── tomli>=1.2.3; python_version < "3.11"
558
558
│ ├── domdf-python-tools>=3.1.0
559
559
│ │ ├── natsort>=7.0.1
560
560
│ │ └── typing-extensions>=3.7.4.1
@@ -609,7 +609,7 @@ repo_helper==2020.12.18
609
609
│ ├── domdf-python-tools>=2.8.0
610
610
│ │ ├── natsort>=7.0.1
611
611
│ │ └── typing-extensions>=3.7.4.1
612
- │ └── tomli>=1.2.3
612
+ │ └── tomli>=1.2.3; python_version < "3.11"
613
613
├── domdf-python-tools>=2.5.0
614
614
│ ├── natsort>=7.0.1
615
615
│ └── typing-extensions>=3.7.4.1
0 commit comments