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 b8e19f8 commit 5a1f79fCopy full SHA for 5a1f79f
pyproject.toml
@@ -12,7 +12,8 @@ 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
+ # Exclude transitive dependency due to known issue in questionary: https://github.com/tmbo/questionary/issues/454
16
+ "prompt_toolkit!=3.0.52",
17
"decli (>=0.6.0,<1.0)",
18
"colorama (>=0.4.1,<1.0)",
19
"termcolor (>=1.1.0,<4.0.0)",
0 commit comments