Commit 03db0014 by Andriy Maletsky

init: change dev dependency prompt

parent b3b07cbf
......@@ -165,8 +165,7 @@ The <c1>init</c1> command creates a basic <comment>pyproject.toml</> file in the
dev_requirements = {}
question = (
"Would you like to define your dev dependencies"
" (require-dev) interactively"
"Would you like to define your development dependencies interactively?"
)
if self.confirm(question, True):
if not help_displayed:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment