Skip to content

Commit 8a86c24

Browse files
committed
update dependency
1 parent 53491bc commit 8a86c24

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
@@ -4,6 +4,6 @@ nick_name: webio
44
version: 0.0.9
55
release: 0.0.8
66
dependencies:
7-
- pyexcel>=0.3.0
7+
- pyexcel>=0.3.4
88
description: |
99
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.3.0
1+
pyexcel>=0.3.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444

4545
INSTALL_REQUIRES = [
46-
'pyexcel>=0.3.0',
46+
'pyexcel>=0.3.4',
4747
]
4848

4949

0 commit comments

Comments
 (0)