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

Add zmq-plugin as required package

parent c27d9da7
Branches
Tags
No related merge requests found
......@@ -17,14 +17,14 @@ setup(name='dstat_interface',
url='http://microfluidics.utoronto.ca/dstat',
license='GPLv3',
packages=['dstat_interface', ],
install_requires=['matplotlib', 'numpy', 'pyserial',
'pyzmq', 'pyyaml','seaborn'],
install_requires=['matplotlib', 'numpy', 'pyserial', 'pyzmq',
'pyyaml','seaborn', 'zmq-plugin>=0.2.post2'],
# Install data listed in `MANIFEST.in`
include_package_data=True)
@task
@needs('generate_setup', 'minilib', 'setuptools.command.sdist')
@needs('generate_setup', 'minilib', 'setuptools.command.sdist')
def sdist():
"""Overrides sdist to make sure that our setup.py is generated."""
pass
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