Skip to content

Commit 7994c54

Browse files
committed
update requirements to use latest webio and pyexcel
1 parent ef26fd2 commit 7994c54

File tree

7 files changed

+19
-5
lines changed

7 files changed

+19
-5
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change log
22
================================================================================
33

4+
0.0.6 - unreleased
5+
--------------------------------------------------------------------------------
6+
7+
Updated
8+
********************************************************************************
9+
10+
#. `issue 26 <https://github.com/pyexcel/django-excel/issues/26>`_, raise
11+
ioerror if content is empty.
12+
13+
414
0.0.5 - 26.08.2016
515
--------------------------------------------------------------------------------
616

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The highlighted features are:
6363
================= ======================= ============= ==================
6464
`pyexcel-io`_ csv, csvz [#f1]_, tsv, 2.6, 2.7, 3.3,
6565
tsvz [#f2]_ 3.4, 3.5,
66-
pypy, pypy3
66+
pypy
6767
`pyexcel-xls`_ xls, xlsx(read only), `xlrd`_, same as above
6868
xlsm(read only) `xlwt`_
6969
`pyexcel-xlsx`_ xlsx `openpyxl`_ same as above

django_excel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ release: 0.0.5
55
webframework: Django
66
dependencies:
77
- pyexcel>=0.2.2
8-
- pyexcel-webio>=0.0.7
8+
- pyexcel-webio>=0.0.9
99
- Django>=1.6.1
1010
extra_dependencies:
1111
- xls:

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The highlighted features are:
6161
================= ======================= ============= ==================
6262
`pyexcel-io`_ csv, csvz [#f1]_, tsv, 2.6, 2.7, 3.3,
6363
tsvz [#f2]_ 3.4, 3.5,
64-
pypy, pypy3
64+
pypy
6565
`pyexcel-xls`_ xls, xlsx(read only), `xlrd`_, same as above
6666
xlsm(read only) `xlwt`_
6767
`pyexcel-xlsx`_ xlsx `openpyxl`_ same as above

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyexcel>=0.2.2
2-
pyexcel-webio>=0.0.7
2+
pyexcel-webio>=0.0.9
33
Django>=1.6.1

rnd_requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
https://github.com/pyexcel/pyexcel/archive/master.zip
2+
https://github.com/pyexcel/pyexcel-io/archive/master.zip
3+
https://github.com/pyexcel/pyexcel-xls/archive/master.zip
4+
https://github.com/pyexcel/pyexcel-xlsx/archive/master.zip
5+
https://github.com/pyexcel/pyexcel-ods3/archive/master.zip
26
https://github.com/pyexcel/pyexcel-webio/archive/master.zip

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
INSTALL_REQUIRES = [
5252
'pyexcel>=0.2.2',
53-
'pyexcel-webio>=0.0.7',
53+
'pyexcel-webio>=0.0.9',
5454
'Django>=1.6.1',
5555
]
5656

0 commit comments

Comments
 (0)