Skip to content

Commit 0b5827d

Browse files
committed
update files
1 parent 041cfd8 commit 0b5827d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyexcel-io.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ test_dependencies:
1515
- pyexcel-xls==0.5.9
1616
- SQLAlchemy
1717
- pyexcel-xlsxw
18-
extra_dependencies:
1918
- chardet
19+
extra_dependencies:
20+
- extra:
21+
- chardet
2022
- xls:
2123
- pyexcel-xls>=0.6.0
2224
- xlsx:

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
chardet
21
lml>=0.0.4

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
PYTHON_REQUIRES = ">=3.6"
7575

7676
INSTALL_REQUIRES = [
77-
"chardet",
7877
"lml>=0.0.4",
7978
]
8079
SETUP_COMMANDS = {}

0 commit comments

Comments
 (0)