Skip to content
Snippets Groups Projects
Commit b1b7a06a authored by Rafael Ostertag's avatar Rafael Ostertag
Browse files

added install_requires to setup.py.

parent 0c4a481a
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,11 @@ setup( ...@@ -9,5 +9,11 @@ setup(
license='', license='',
author='Rafael Ostertag', author='Rafael Ostertag',
author_email='rafael.ostertag@math.uzh.ch', 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'
]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment