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 aa5d879 commit ab1468cCopy full SHA for ab1468c
.travis.yml
@@ -12,7 +12,6 @@ install:
12
- pip install -r requirements.txt
13
- pip install -r tests/requirements.txt --use-mirrors
14
script:
15
- pip freeze
16
make test
17
after_success:
18
codecov
requirements.txt
@@ -1,3 +1,3 @@
1
pyexcel>=0.1.5
2
-https://github.com/pyexcel/pyexcel-webio/archive/master.zip
+pyexcel-webio>=0.0.5
3
pyramid>=1.5.7
setup.py
@@ -9,7 +9,9 @@
9
README_txt = readme.read()
10
11
dependencies = [
- 'pyexcel-webio>=0.0.3'
+ 'pyexcel>=0.1.5',
+ 'pyexcel-webio>=0.0.5',
+ 'pyramid>=1.5.7'
]
with open("VERSION", "r") as version:
0 commit comments