File tree Expand file tree Collapse file tree 6 files changed +9
-13
lines changed
Expand file tree Collapse file tree 6 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 11overrides : " pyexcel.yaml"
22name : " django-excel"
3- version : 0.0.8
4- current_version : 0.0.8
3+ version : 0.0.9
4+ current_version : 0.0.9
55release : 0.0.8
66webframework : Django
77dependencies :
8- - pyexcel-webio>=0.1.0
8+ - pyexcel-webio>=0.1.2
99 - Django>=1.6.1
1010extra_dependencies :
1111 - xls :
Original file line number Diff line number Diff line change 2424project = u'django-excel'
2525copyright = u'2015-2017 Onni Software Ltd.'
2626version = '0.0.8'
27- release = '0.0.8 '
27+ release = '0.0.9 '
2828exclude_patterns = []
2929pygments_style = 'sphinx'
3030import os # noqa
Original file line number Diff line number Diff line change 1010:Source code: http://github.com/pyexcel/django-excel.git
1111:Issues: http://github.com/pyexcel/django-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 1- pyexcel-webio >= 0.1.0
1+ pyexcel-webio >= 0.1.2
22Django >= 1.6.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/archive/master.zip
3- https://github.com/pyexcel/pyexcel-io/archive/v0.4.x.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
1+ https://github.com/pyexcel/pyexcel/archive/0.6.0.zip
72https://github.com/pyexcel/pyexcel-webio/archive/master.zip
Original file line number Diff line number Diff line change 1010
1111NAME = 'django-excel'
1212AUTHOR = 'C.W.'
13- VERSION = '0.0.8 '
13+ VERSION = '0.0.9 '
1414EMAIL = 'wangc_2011@hotmail.com'
1515LICENSE = 'New BSD'
1616DESCRIPTION = (
5555]
5656
5757INSTALL_REQUIRES = [
58- 'pyexcel-webio>=0.1.0 ' ,
58+ 'pyexcel-webio>=0.1.2 ' ,
5959 'Django>=1.6.1' ,
6060]
6161
You can’t perform that action at this time.
0 commit comments