diff --git a/requirements.txt b/requirements.txt index 500b7335..ddfef726 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ scipy>=0.19 pandas>=0.19.2 scikit-learn>=0.18 cloudpickle +click \ No newline at end of file diff --git a/setup.py b/setup.py index 21f6dc0f..6095030a 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,8 @@ 'scipy', 'pandas>=0.19.2', 'scikit-learn>=0.18', - 'cloudpickle'], + 'cloudpickle', + 'click'], platforms='any', packages=find_packages(), entry_points={