File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.0.8 - 28.10 .2016
4
+ 0.0.9 - 12.22 .2016
5
5
--------------------------------------------------------------------------------
6
6
7
7
Updated
8
8
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9
9
10
10
#. Flask-Excel `issue 19 <https://github.com/pyexcel/Flask-Excel/issues/19 >`_:
11
11
sheet_name parameter to control sheet name
12
+ #. use pyexcel v0.4.0
12
13
13
14
0.0.8 - 28.10.2016
14
15
--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ nick_name: webio
4
4
version : 0.0.9
5
5
release : 0.0.8
6
6
dependencies :
7
- - pyexcel>=0.3.4
8
- description : |
9
- A generic request and response interface for pyexcel web extensions.
7
+ - pyexcel>=0.4.0
8
+ description :
9
+ A generic request and response interface for pyexcel web extensions.
Original file line number Diff line number Diff line change 1
- pyexcel >= 0.3.4
1
+ pyexcel >= 0.4.0
Original file line number Diff line number Diff line change 43
43
]
44
44
45
45
INSTALL_REQUIRES = [
46
- 'pyexcel>=0.3.4 ' ,
46
+ 'pyexcel>=0.4.0 ' ,
47
47
]
48
48
49
49
You can’t perform that action at this time.
0 commit comments