Skip to content

Commit

Permalink
Bump click requirement (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed Nov 12, 2021
1 parent c09d981 commit 05f4324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, *args, **kwargs):
'morph-tool>=2.4.3,<3.0.0',
'numpy>=1.8,<2.0.0',
'pandas>=1.0.0,<2.0.0',
'click>=7.0,<8.0.0',
'click>=7.0',
'more-itertools>=8.2.0'
],
extras_require={
Expand Down

0 comments on commit 05f4324

Please sign in to comment.