We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53491bc commit 8a86c24Copy full SHA for 8a86c24
pyexcel_webio.yaml
@@ -4,6 +4,6 @@ nick_name: webio
4
version: 0.0.9
5
release: 0.0.8
6
dependencies:
7
- - pyexcel>=0.3.0
+ - pyexcel>=0.3.4
8
description: |
9
A generic request and response interface for pyexcel web extensions.
requirements.txt
@@ -1 +1 @@
1
-pyexcel>=0.3.0
+pyexcel>=0.3.4
setup.py
@@ -43,7 +43,7 @@
43
]
44
45
INSTALL_REQUIRES = [
46
- 'pyexcel>=0.3.0',
+ 'pyexcel>=0.3.4',
47
48
49
0 commit comments