Skip to content

Commit f5e7b07

Browse files
stdedosxyb
authored andcommitted
Force prompt-toolkit >= 2
Since all the fuss in #36 was about "`prompt-toolkit` v1 being incompatible with v2", we need to enforce it. This commit partially reverts 92d01ac. Signed-off-by: Stavros Ntentos <[email protected]>
1 parent 0c87800 commit f5e7b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def find_version(*file_paths):
4545
url='https://github.com/xyb/robotframework-debuglibrary/',
4646
keywords='robotframework,debug,shell,repl',
4747
install_requires=[
48-
'prompt-toolkit < 3', # 3.0 is not compatible with py3.5
48+
'prompt-toolkit >= 2, < 3', # 3.0 is not compatible with py3.5
4949
'robotframework >= 3.0',
5050
],
5151
tests_require=['pexpect', 'coverage'],

0 commit comments

Comments
 (0)