Skip to content

Commit

Permalink
add click to dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
DaltheCow committed Jul 1, 2024
1 parent 2287517 commit dbf45fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def _setup_long_description() -> Tuple[str, str]:
package_dir={'': 'src'},
include_package_data=True,
install_requires=[
'click',
'datasets',
'loguru',
'numpy',
Expand Down

0 comments on commit dbf45fb

Please sign in to comment.