Skip to content

Commit e1fe180

Browse files
committed
use zip
1 parent 3d02b39 commit e1fe180

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
'Flask>=0.10.1'
1515
]
1616
extras = {
17-
'xls': ['pyexcel-xls==0.0.7'],
18-
'xlsx': ['pyexcel-xlsx==0.0.7'],
17+
'xls': ['pyexcel-xls>=0.0.7'],
18+
'xlsx': ['pyexcel-xlsx>=0.0.7'],
1919
'ods3': [
20-
'pyexcel-ods3==0.0.8',
21-
'git+https://github.com/T0ha/ezodf.git@2c69103e6c0715adb0e36562cb2e6325fd776112#egg=ezodf-master',
20+
'pyexcel-ods3>=0.0.8',
21+
'https://github.com/T0ha/ezodf/archive/2c69103e6c0715adb0e36562cb2e6325fd776112.zip',
2222
],
2323
}
2424

0 commit comments

Comments
 (0)