Skip to content

Commit

Permalink
Update setup.py information
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Sep 8, 2018
1 parent 51a57ec commit 5646d9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,14 @@
'packages': ['taxcalc', 'taxcalc.tbi', 'taxcalc.cli'],
'include_package_data': True,
'name': 'taxcalc',
'install_requires': ['numpy', 'pandas'],
'install_requires': ['numpy', 'pandas', 'bokeh', 'numba', 'toolz'],
'classifiers': [
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules'],
Expand Down

0 comments on commit 5646d9e

Please sign in to comment.