Skip to content

Commit 14c7550

Browse files
committed
extras_require does not like github source
1 parent b38e35e commit 14c7550

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
extras = {
1717
'xls': ['pyexcel-xls>=0.0.7'],
1818
'xlsx': ['pyexcel-xlsx>=0.0.7'],
19-
'ods3': [
20-
'pyexcel-ods3>=0.0.8',
21-
'https://github.com/T0ha/ezodf/archive/2c69103e6c0715adb0e36562cb2e6325fd776112.zip',
22-
],
19+
'ods3': ['pyexcel-ods3>=0.0.8']
2320
}
2421

2522
setup(

0 commit comments

Comments
 (0)