Skip to content
Snippets Groups Projects
Commit 7aa2b936 authored by Christian Fobel's avatar Christian Fobel
Browse files

Require pandas and si-prefix

parent 14de7cb1
Branches
No related merge requests found
......@@ -16,10 +16,10 @@ setup(name='dstat_interface',
author_email='mdryden@chemutoronto.ca',
url='http://microfluidics.utoronto.ca/dstat',
license='GPLv3',
packages=['dstat_interface', ],
install_requires=['matplotlib', 'numpy', 'pyserial', 'pyzmq',
'pyyaml','seaborn', 'zmq-plugin>=0.2.post2', 'zodb',
'zeo', 'psutil'],
packages=['dstat_interface'],
install_requires=['matplotlib', 'numpy', 'pandas', 'psutil', 'pyserial',
'pyyaml', 'pyzmq', 'seaborn', 'si-prefix', 'zeo',
'zmq-plugin>=0.2.post2', 'zodb'],
# Install data listed in `MANIFEST.in`
include_package_data=True)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment