Skip to content

Commit 78874d4

Browse files
committed
update dependency and use released versions for testing
1 parent 0769623 commit 78874d4

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

django_excel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 0.0.5
44
release: 0.0.4
55
webframework: Django
66
dependencies:
7-
- pyexcel>=0.2.0
8-
- pyexcel-webio>=0.0.6
7+
- pyexcel>=0.2.2
8+
- pyexcel-webio>=0.0.7
99
- Django>=1.7.1
1010
extra_dependencies:
1111
- xls:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pyexcel>=0.2.0
2-
pyexcel-webio>=0.0.6
1+
pyexcel>=0.2.2
2+
pyexcel-webio>=0.0.7
33
Django>=1.7.1

rnd_requirements.txt

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
]
2626

2727
INSTALL_REQUIRES = [
28-
'pyexcel>=0.2.0',
29-
'pyexcel-webio>=0.0.6',
28+
'pyexcel>=0.2.2',
29+
'pyexcel-webio>=0.0.7',
3030
'Django>=1.7.1',
3131
]
3232

0 commit comments

Comments
 (0)