Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Nov 9, 2024
1 parent 041cfd8 commit 0b5827d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pyexcel-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ test_dependencies:
- pyexcel-xls==0.5.9
- SQLAlchemy
- pyexcel-xlsxw
extra_dependencies:
- chardet
extra_dependencies:
- extra:
- chardet
- xls:
- pyexcel-xls>=0.6.0
- xlsx:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
chardet
lml>=0.0.4
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
PYTHON_REQUIRES = ">=3.6"

INSTALL_REQUIRES = [
"chardet",
"lml>=0.0.4",
]
SETUP_COMMANDS = {}
Expand Down

0 comments on commit 0b5827d

Please sign in to comment.