diff --git a/pavement.py b/pavement.py index 0aea7f58afe84674e34958f65404241569de2066..bf1f907e0cfac6ff06845920459077722865df40 100644 --- a/pavement.py +++ b/pavement.py @@ -18,7 +18,8 @@ setup(name='dstat_interface', license='GPLv3', packages=['dstat_interface', ], install_requires=['matplotlib', 'numpy', 'pyserial', 'pyzmq', - 'pyyaml','seaborn', 'zmq-plugin>=0.2.post2'], + 'pyyaml','seaborn', 'zmq-plugin>=0.2.post2', 'zodb', + 'zeo', 'psutil'], # Install data listed in `MANIFEST.in` include_package_data=True)