File tree Expand file tree Collapse file tree 5 files changed +13
-21
lines changed Expand file tree Collapse file tree 5 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 2121project = u'Flask-Excel'
2222copyright = u'2015-2017 Onni Software Ltd.'
2323version = '0.0.6'
24- release = '0.0.6 '
24+ release = '0.0.7 '
2525exclude_patterns = []
2626pygments_style = 'sphinx'
2727import sys # noqa
Original file line number Diff line number Diff line change 11overrides : " pyexcel.yaml"
22name : " Flask-Excel"
3- version : 0.0.6
4- current_version : 0.0.6
3+ version : 0.0.7
4+ current_version : 0.0.7
55release : 0.0.6
66webframework : Flask
77dependencies :
8- - pyexcel>=0.2.2
9- - pyexcel-webio>=0.0.7
8+ - pyexcel-webio>=0.1.2
109 - Flask>=0.10.1
1110extra_dependencies :
1211 - xls :
13- - pyexcel-xls>=0.1 .0
12+ - pyexcel-xls>=0.4 .0
1413 - xlsx :
15- - pyexcel-xlsx>=0.1 .0
14+ - pyexcel-xlsx>=0.4 .0
1615 - ods :
17- - pyexcel-ods3>=0.1 .0
16+ - pyexcel-ods3>=0.4 .0
1817description : |
1918 A flask extension that provides one application programming interface to read and write data in different excel file formats
Original file line number Diff line number Diff line change 1- pyexcel >= 0.2.2
2- pyexcel-webio >= 0.0.7
1+ pyexcel-webio >= 0.1.2
32Flask >= 0.10.1
Original file line number Diff line number Diff line change 1- https://github.com/chfw/lml/archive/master.zip
2- https://github.com/pyexcel/pyexcel-io/archive/v0.4.x.zip
31https://github.com/pyexcel/pyexcel/archive/master.zip
4- https://github.com/pyexcel/pyexcel-xls/archive/v0.4.x.zip
5- https://github.com/pyexcel/pyexcel-xlsx/archive/v0.4.x.zip
6- https://github.com/pyexcel/pyexcel-ods3/archive/v0.4.x.zip
72https://github.com/pyexcel/pyexcel-webio/archive/master.zip
Original file line number Diff line number Diff line change 77
88NAME = 'Flask-Excel'
99AUTHOR = 'C.W.'
10- VERSION = '0.0.6 '
10+ VERSION = '0.0.7 '
1111EMAIL = 'wangc_2011@hotmail.com'
1212LICENSE = 'New BSD'
1313DESCRIPTION = (
5656]
5757
5858INSTALL_REQUIRES = [
59- 'pyexcel>=0.2.2' ,
60- 'pyexcel-webio>=0.0.7' ,
59+ 'pyexcel-webio>=0.1.2' ,
6160 'Flask>=0.10.1' ,
6261]
6362
6463
6564PACKAGES = find_packages (exclude = ['ez_setup' , 'examples' , 'tests' ])
6665EXTRAS_REQUIRE = {
67- 'xls' : ['pyexcel-xls>=0.1 .0' ],
68- 'xlsx' : ['pyexcel-xlsx>=0.1 .0' ],
69- 'ods' : ['pyexcel-ods3>=0.1 .0' ],
66+ 'xls' : ['pyexcel-xls>=0.4 .0' ],
67+ 'xlsx' : ['pyexcel-xlsx>=0.4 .0' ],
68+ 'ods' : ['pyexcel-ods3>=0.4 .0' ],
7069}
7170
7271
You can’t perform that action at this time.
0 commit comments