We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bd2bc commit 11238b5Copy full SHA for 11238b5
1 file changed
dep_checker/__main__.py
@@ -36,11 +36,10 @@
36
from consolekit import click_command
37
from consolekit.options import auto_default_option, colour_option, flag_option
38
from consolekit.utils import abort
39
-
40
-# this package
41
from domdf_python_tools.paths import PathPlus
42
from shippinglabel.requirements import parse_pyproject_dependencies, read_requirements
43
+# this package
44
from dep_checker import check_imports
45
46
__all__ = ("main", )
@@ -68,7 +67,8 @@
68
67
help="Parse the requirements from the given requirements file.",
69
)
70
@flag_option(
71
- "-P", "--pyproject",
+ "-P",
+ "--pyproject",
72
type=click.STRING,
73
help="Parse the requirements from 'pyproject.toml'.",
74
0 commit comments