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 ...@@ -165,8 +165,7 @@ The <c1>init</c1> command creates a basic <comment>pyproject.toml</> file in the
dev_requirements = {} dev_requirements = {}
question = ( question = (
"Would you like to define your dev dependencies" "Would you like to define your development dependencies interactively?"
" (require-dev) interactively"
) )
if self.confirm(question, True): if self.confirm(question, True):
if not help_displayed: 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