Skip to content

Commit 3155fc1

Browse files
Upgrade prompt_toolkit version number in setup.py
1 parent abc6237 commit 3155fc1

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
@@ -22,7 +22,7 @@
2222
install_requires = [
2323
'docopt',
2424
'jedi>=0.9.0',
25-
'prompt_toolkit>=1.0.0,<2.0.0',
25+
'prompt_toolkit>=2.0.0,<2.1.0',
2626
'pygments',
2727
],
2828
entry_points={

0 commit comments

Comments
 (0)