Skip to content

Commit

Permalink
Add click to install requires (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Mar 6, 2019
1 parent 0fc6a08 commit b94beb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ scipy>=0.19
pandas>=0.19.2
scikit-learn>=0.18
cloudpickle
click
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
'scipy',
'pandas>=0.19.2',
'scikit-learn>=0.18',
'cloudpickle'],
'cloudpickle',
'click'],
platforms='any',
packages=find_packages(),
entry_points={
Expand Down

0 comments on commit b94beb1

Please sign in to comment.