File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.0.6 - unreleased
4
+ 0.0.6 - 12.22.2016
5
5
--------------------------------------------------------------------------------
6
6
7
7
Updated
8
8
********************************************************************************
9
9
10
10
#. `issue 26 <https://github.com/pyexcel/django-excel/issues/26 >`_, raise
11
11
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.
13
14
14
15
15
16
0.0.5 - 26.08.2016
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ version: 0.0.6
4
4
release : 0.0.5
5
5
webframework : Django
6
6
dependencies :
7
- - pyexcel>=0.2.2
8
7
- pyexcel-webio>=0.0.9
9
8
- Django>=1.6.1
10
9
extra_dependencies :
@@ -15,4 +14,4 @@ extra_dependencies:
15
14
- ods :
16
15
- pyexcel-ods3>=0.1.0
17
16
description : |
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
2
1
pyexcel-webio >= 0.0.9
3
2
Django >= 1.6.1
Original file line number Diff line number Diff line change 15
15
LICENSE = 'New BSD'
16
16
DESCRIPTION = (
17
17
'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
+ ' +
19
20
''
20
21
)
21
22
KEYWORDS = [
49
50
]
50
51
51
52
INSTALL_REQUIRES = [
52
- 'pyexcel>=0.2.2' ,
53
53
'pyexcel-webio>=0.0.9' ,
54
54
'Django>=1.6.1' ,
55
55
]
You can’t perform that action at this time.
0 commit comments