Skip to content

Commit

Permalink
Adds xlrd, xlwt to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Mar 20, 2015
1 parent b66f081 commit 1d90a3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -33,15 +33,17 @@
install_requires=[
# 'PyQt<5.0',
'numpy',
'scipy'],
'scipy',
'xlrd',
'xlwt'],
description='Data analysis and visualization tool',
author="New York University",
author_email='vistrails-dev@vistrails.org',
url='http://www.vistrails.org/',
long_description=description,
license='BSD',
keywords=['vistrails', 'provenance', 'visualization', 'vtk', 'nyu',
'matplotlib', ],
'matplotlib'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 1d90a3a

Please sign in to comment.