Skip to content

Commit d20337e

Browse files
committed
drop the requirement on pyexcel-io, which is set already by pyexcel
1 parent 363bd0c commit d20337e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pyexcel_cli.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ command_line_interface: pyexcel
88
entry_point: pyexcel_cli.main:main
99
dependencies:
1010
- pyexcel>=0.5.0
11-
- pyexcel-io>=0.4.0
1211
- Click>=5.0
1312
description: A command utility to read and write data in csv, tsv, xls, xlsx and ods format.

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
pyexcel>=0.5.0
2-
pyexcel-io>=0.4.0
32
Click>=5.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646

4747
INSTALL_REQUIRES = [
4848
'pyexcel>=0.5.0',
49-
'pyexcel-io>=0.4.0',
5049
'Click>=5.0',
5150
]
5251

0 commit comments

Comments
 (0)