Skip to content

Commit ab1468c

Browse files
committed
update dependency as pyexcel-webio is released
1 parent aa5d879 commit ab1468c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ install:
1212
- pip install -r requirements.txt
1313
- pip install -r tests/requirements.txt --use-mirrors
1414
script:
15-
pip freeze
1615
make test
1716
after_success:
1817
codecov

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyexcel>=0.1.5
2-
https://github.com/pyexcel/pyexcel-webio/archive/master.zip
2+
pyexcel-webio>=0.0.5
33
pyramid>=1.5.7

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
README_txt = readme.read()
1010

1111
dependencies = [
12-
'pyexcel-webio>=0.0.3'
12+
'pyexcel>=0.1.5',
13+
'pyexcel-webio>=0.0.5',
14+
'pyramid>=1.5.7'
1315
]
1416

1517
with open("VERSION", "r") as version:

0 commit comments

Comments
 (0)