File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4- 0.0.6 - unreleased
4+ 0.0.6 - 12.22.2016
55--------------------------------------------------------------------------------
66
77Updated
88********************************************************************************
99
1010#. `issue 26 <https://github.com/pyexcel/django-excel/issues/26 >`_, raise
1111 ioerror if content is empty.
12- #. Adapt pyexcel-io v0.3.0
12+ #. Use pyexcel-webio v0.0.9 so as to push out new version of pyexcel and its
13+ plugins.
1314
1415
15160.0.5 - 26.08.2016
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ version: 0.0.6
44release : 0.0.5
55webframework : Django
66dependencies :
7- - pyexcel>=0.2.2
87 - pyexcel-webio>=0.0.9
98 - Django>=1.6.1
109extra_dependencies :
@@ -15,4 +14,4 @@ extra_dependencies:
1514 - ods :
1615 - pyexcel-ods3>=0.1.0
1716description : |
18- A django middleware that provides one application programming interface to read and write data in different excel file formats
17+ A django middleware 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
21pyexcel-webio >= 0.0.9
32Django >= 1.6.1
Original file line number Diff line number Diff line change 1515LICENSE = 'New BSD'
1616DESCRIPTION = (
1717 'A django middleware that provides one application programming interfac' +
18- 'e to read and write data in different excel file formats' +
18+ 'e to read and write data in different excel file formats
19+ ' +
1920 ''
2021)
2122KEYWORDS = [
4950]
5051
5152INSTALL_REQUIRES = [
52- 'pyexcel>=0.2.2' ,
5353 'pyexcel-webio>=0.0.9' ,
5454 'Django>=1.6.1' ,
5555]
You can’t perform that action at this time.
0 commit comments