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 9e6830c commit c5331b3Copy full SHA for c5331b3
pyproject.toml
@@ -12,6 +12,7 @@ readme = "docs/README.md"
12
requires-python = ">=3.9,<4.0"
13
dependencies = [
14
"questionary (>=2.0,<3.0)",
15
+ "prompt_toolkit!=3.0.52", # Exclude transitive dependency due to known issue in questionary: https://github.com/tmbo/questionary/issues/454
16
"decli (>=0.6.0,<1.0)",
17
"colorama (>=0.4.1,<1.0)",
18
"termcolor (>=1.1.0,<4.0.0)",
0 commit comments