Skip to content

Commit 1ee4724

Browse files
committed
require click v8 or higher
1 parent 57fe909 commit 1ee4724

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
click
1+
click>=8
22
pre-commit
33
wheel

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ project_urls =
3030

3131
[options]
3232
install_requires =
33-
click
33+
click >= 8
3434
setuptools
3535
wheel
3636
python_requires = >=3.10

src/makeclean/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from . import __version__, clean
44

55

6-
@click.command()
6+
@click.command
77
@click.help_option("--help", "-h")
88
@click.option("--verbose", "-v", is_flag=True, default=False)
99
@click.option("--version", "-V", is_flag=True, default=False)

0 commit comments

Comments
 (0)