Skip to content

Commit d1f3019

Browse files
author
Prasanna Santhanam
committed
fixes #19 prompt_toolkit 1.0.10 minimum required
1 parent 2395e8c commit d1f3019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
requires = [
18-
'prompt-toolkit>=1.0.0,<1.1.0',
18+
'prompt-toolkit>=1.0.10,<1.1.0',
1919
'Pygments>=2.1.3,<3.0.0',
2020
'fuzzyfinder>=1.0.0',
2121
'click>=4.0,<7.0',

0 commit comments

Comments
 (0)