From 54851f57ff6e95e60d21d175f2cc58f788c35116 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 9 Nov 2024 14:08:45 +0000 Subject: [PATCH] This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst --- setup.py | 1 + tests/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/setup.py b/setup.py index f226e27..f444c91 100644 --- a/setup.py +++ b/setup.py @@ -80,6 +80,7 @@ PACKAGES = find_packages(exclude=["ez_setup", "examples", "tests", "tests.*"]) EXTRAS_REQUIRE = { + "extra": ['chardet'], "xls": ['pyexcel-xls>=0.6.0'], "xlsx": ['pyexcel-xlsx>=0.6.0'], "ods": ['pyexcel-ods3>=0.6.0'], diff --git a/tests/requirements.txt b/tests/requirements.txt index be90c0a..29d4c98 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -13,3 +13,4 @@ pyexcel pyexcel-xls==0.5.9 SQLAlchemy pyexcel-xlsxw +chardet