From b1b7a06a00268d7abf9ca6fb418451e033ee1e55 Mon Sep 17 00:00:00 2001 From: Rafael Ostertag <rafael.ostertag@math.uzh.ch> Date: Mon, 25 Apr 2016 16:01:28 +0200 Subject: [PATCH] added install_requires to setup.py. --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59bd1c9..64e92ee 100644 --- a/setup.py +++ b/setup.py @@ -9,5 +9,11 @@ setup( license='', author='Rafael Ostertag', author_email='rafael.ostertag@math.uzh.ch', - description='Import Excel Workbook into MySQL Database' + description='Import Excel Workbook into MySQL Database', + install_requires=[ + 'MySQL-python', + 'pyexcel', + 'pyexcel-xls', + 'pyexcel-xlsx' + ] ) -- GitLab