File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Change log
14
14
15
15
**Updated **
16
16
17
- #. New style xlsx plugins, promoted by pyexcel-io v0.6.0 .
17
+ #. New style xlsx plugins, promoted by pyexcel-io v0.6.2 .
18
18
19
19
0.5.9 - 29.08.2020
20
20
--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ releases:
10
10
- changes :
11
11
- action : Updated
12
12
details :
13
- - ' New style xlsx plugins, promoted by pyexcel-io v0.6.0 .'
13
+ - ' New style xlsx plugins, promoted by pyexcel-io v0.6.2 .'
14
14
date : 8.10.2020
15
15
version : 0.6.0
16
16
- changes :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ release: 0.6.1
7
7
file_type : xls
8
8
is_on_conda : true
9
9
dependencies :
10
- - pyexcel-io>=0.5.3
10
+ - pyexcel-io>=0.6.2
11
11
- xlrd
12
12
- xlwt
13
13
test_dependencies :
Original file line number Diff line number Diff line change 1
- pyexcel-io >= 0.5.3
1
+ pyexcel-io >= 0.6.2
2
2
xlrd
3
3
xlwt
Original file line number Diff line number Diff line change 68
68
PYTHON_REQUIRES = ">=3.6"
69
69
70
70
INSTALL_REQUIRES = [
71
- "pyexcel-io>=0.5.3 " ,
71
+ "pyexcel-io>=0.6.2 " ,
72
72
"xlrd" ,
73
73
"xlwt" ,
74
74
]
You can’t perform that action at this time.
0 commit comments