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 0c1104f commit 630b700Copy full SHA for 630b700
pyexcel_webio.yaml
@@ -5,6 +5,6 @@ version: "0.1.2"
5
current_version: "0.1.2"
6
release: "0.1.1"
7
dependencies:
8
- - pyexcel>=0.6.0
+ - pyexcel>=0.5.1
9
description:
10
A generic request and response interface for pyexcel web extensions.
requirements.txt
@@ -1 +1 @@
1
-pyexcel>=0.6.0
+pyexcel>=0.5.1
setup.py
@@ -49,7 +49,7 @@
49
]
50
51
INSTALL_REQUIRES = [
52
- 'pyexcel>=0.6.0',
+ 'pyexcel>=0.5.1',
53
54
55
0 commit comments