From d7648ba26e6de07f2619b8cf4447f62b345b95d0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Sep 2017 15:43:52 -0400 Subject: [PATCH] use tablib[pandas] Signed-off-by: Kenneth Reitz --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e124bfe..31dcf87 100644 --- a/setup.py +++ b/setup.py @@ -13,8 +13,8 @@ if sys.argv[-1] == 'publish': os.system('python setup.py bdist_wheel upload --universal') sys.exit() -requires = ['SQLAlchemy', 'tablib', 'docopt'] -version = '0.5.0' +requires = ['SQLAlchemy', 'tablib[pandas]', 'docopt'] +version = '0.5.1' def read(f):