We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbb39a commit db2faacCopy full SHA for db2faac
changelog.yml
@@ -5,6 +5,9 @@ releases:
5
- action: fixed
6
details:
7
- "`#96`: regression: unknown file type shall trigger NoSupportingPluginFound"
8
+ - action: updated
9
+ details:
10
+ - "extra dependencies uses 0.6.0 based plugins"
11
version: 0.6.3
12
date: 12.10.2020
13
- changes:
pyexcel-io.yml
@@ -17,11 +17,11 @@ test_dependencies:
17
- pyexcel-xlsxw
18
extra_dependencies:
19
- xls:
20
- - pyexcel-xls>=0.5.0
+ - pyexcel-xls>=0.6.0
21
- xlsx:
22
- - pyexcel-xlsx>=0.5.0
+ - pyexcel-xlsx>=0.6.0
23
- ods:
24
- - pyexcel-ods3>=0.5.0
+ - pyexcel-ods3>=0.6.0
25
keywords:
26
- API
27
- tsv
0 commit comments