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 79b9e5b commit 8b969dbCopy full SHA for 8b969db
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