File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
pyexcel >= 0.1.5
2
- pyexcel-webio >= 0.0.4
2
+ pyexcel-webio >= 0.0.5
3
3
Flask >= 0.10.1
Original file line number Diff line number Diff line change 8
8
with open ("README.rst" , 'r' ) as readme :
9
9
README_txt = readme .read ()
10
10
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
+ ]
15
16
16
17
with open ("VERSION" , "r" ) as version :
17
18
version_txt = version .read ().rstrip ()
Original file line number Diff line number Diff line change 8
8
pyexcel >= 0.1.7
9
9
pyexcel-io >= 0.0.8
10
10
pyexcel-ods3 >= 0.0.8
11
- https://github.com/pyexcel/pyexcel-webio/archive/master.zip
12
11
pyexcel-xls >= 0.0.7
13
12
pyexcel-xlsx >= 0.0.7
You can’t perform that action at this time.
0 commit comments