Skip to content

Commit 6ed7d57

Browse files
committed
update requirements as pyexcel-webio 0.0.5 is released
1 parent b5cf101 commit 6ed7d57

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyexcel>=0.1.5
2-
pyexcel-webio>=0.0.4
2+
pyexcel-webio>=0.0.5
33
Flask>=0.10.1

Diff for: setup.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
with open("README.rst", 'r') as readme:
99
README_txt = readme.read()
1010

11-
with open("requirements.txt", 'r') as requirements_txt:
12-
lines = requirements_txt.readlines()
13-
lines = map(lambda x: x.rstrip(), lines)
14-
dependencies = lines
11+
dependencies = [
12+
"pyexcel>=0.1.5",
13+
"pyexcel-webio>=0.0.5",
14+
"Flask>=0.10.1"
15+
]
1516

1617
with open("VERSION", "r") as version:
1718
version_txt = version.read().rstrip()

Diff for: tests/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ coverage
88
pyexcel>=0.1.7
99
pyexcel-io>=0.0.8
1010
pyexcel-ods3>=0.0.8
11-
https://github.com/pyexcel/pyexcel-webio/archive/master.zip
1211
pyexcel-xls>=0.0.7
1312
pyexcel-xlsx>=0.0.7

0 commit comments

Comments
 (0)