diff --git a/setup.py b/setup.py index 8f0a1c5..795b107 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,16 @@ def _package_tree(pkgroot): package_data={ 'klusta': ['*.txt', '*.prb'], }, + install_requires=[ + 'click', + 'h5py', + 'numpy', + 'scipy', + # For pkg_resources: + 'setuptools', + 'six', + 'tqdm', + ], entry_points={ 'console_scripts': [ 'klusta = klusta.launch:main'