Skip to content

Commit 630b700

Browse files
committed
update pyexcel requirement
1 parent 0c1104f commit 630b700

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyexcel_webio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ version: "0.1.2"
55
current_version: "0.1.2"
66
release: "0.1.1"
77
dependencies:
8-
- pyexcel>=0.6.0
8+
- pyexcel>=0.5.1
99
description:
1010
A generic request and response interface for pyexcel web extensions.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyexcel>=0.6.0
1+
pyexcel>=0.5.1

setup.py

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

5151
INSTALL_REQUIRES = [
52-
'pyexcel>=0.6.0',
52+
'pyexcel>=0.5.1',
5353
]
5454

5555

0 commit comments

Comments
 (0)