File tree Expand file tree Collapse file tree 5 files changed +17
-16
lines changed Expand file tree Collapse file tree 5 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 2222project = u'pyramid-excel'
2323copyright = u'2015-2017 Onni Software Ltd.'
2424version = '0.0.4'
25- release = '0.0.4 '
25+ release = '0.0.5 '
2626exclude_patterns = []
2727pygments_style = 'sphinx'
2828html_theme = 'pyramid'
Original file line number Diff line number Diff line change 1010:Source code: http://github.com/pyexcel/pyramid-excel.git
1111:Issues: http://github.com/pyexcel/pyramid-excel/issues
1212:License: New BSD License
13+ :Development: |release |
1314:Released: |version |
1415:Generated: |today |
1516
Original file line number Diff line number Diff line change 11overrides : " pyexcel.yaml"
22name : " pyramid-excel"
3- version : 0.0.4
4- current_version : 0.0.4
3+ version : 0.0.5
4+ current_version : 0.0.5
55release : 0.0.4
66webframework : Pyramid
77dependencies :
8- - pyexcel>=0.2.2
9- - pyexcel-webio>=0.0.7
8+ - pyexcel>=0.5.1.1
9+ - pyexcel-webio>=0.1.2
1010 - Pyramid>=1.4.9
1111extra_dependencies :
1212 - xls :
13- - pyexcel-xls>=0.1 .0
13+ - pyexcel-xls>=0.4 .0
1414 - xlsx :
15- - pyexcel-xlsx>=0.1 .0
15+ - pyexcel-xlsx>=0.4 .0
1616 - ods :
17- - pyexcel-ods3>=0.1 .0
17+ - pyexcel-ods3>=0.4 .0
1818description : |
1919 A pyramid 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 >= 0.5.1.1
2+ pyexcel-webio >= 0.1.2
33Pyramid >= 1.4.9
Original file line number Diff line number Diff line change 1010
1111NAME = 'pyramid-excel'
1212AUTHOR = 'C.W.'
13- VERSION = '0.0.4 '
13+ VERSION = '0.0.5 '
1414EMAIL = 'wangc_2011@hotmail.com'
1515LICENSE = 'New BSD'
1616DESCRIPTION = (
5757]
5858
5959INSTALL_REQUIRES = [
60- 'pyexcel>=0.2.2 ' ,
61- 'pyexcel-webio>=0.0.7 ' ,
60+ 'pyexcel>=0.5.1.1 ' ,
61+ 'pyexcel-webio>=0.1.2 ' ,
6262 'Pyramid>=1.4.9' ,
6363]
6464
6565
6666PACKAGES = find_packages (exclude = ['ez_setup' , 'examples' , 'tests' ])
6767EXTRAS_REQUIRE = {
68- 'xls' : ['pyexcel-xls>=0.1 .0' ],
69- 'xlsx' : ['pyexcel-xlsx>=0.1 .0' ],
70- 'ods' : ['pyexcel-ods3>=0.1 .0' ],
68+ 'xls' : ['pyexcel-xls>=0.4 .0' ],
69+ 'xlsx' : ['pyexcel-xlsx>=0.4 .0' ],
70+ 'ods' : ['pyexcel-ods3>=0.4 .0' ],
7171}
7272
7373
You can’t perform that action at this time.
0 commit comments