Commit 05593058 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Bump minimal required version of prompt-toolkit.

This one supports the `complete_while_typing` flag in boolean form.
parent ed78206d
......@@ -39,7 +39,7 @@ setup(
] + [p for p, cond in conditional_dependencies.items() if cond],
extras_require = {
'ical': ['icalendar'],
'prompt-toolkit': ['prompt-toolkit >= 0.39'],
'prompt-toolkit': ['prompt-toolkit >= 0.42'],
'edit-cmd-tests': ['mock'],
},
entry_points= {
......
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