Skip to content

Commit

Permalink
Force prompt-toolkit >= 2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
stdedos authored and xyb committed Jul 17, 2020
1 parent 0c87800 commit f5e7b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def find_version(*file_paths):
url='https://github.com/xyb/robotframework-debuglibrary/',
keywords='robotframework,debug,shell,repl',
install_requires=[
'prompt-toolkit < 3', # 3.0 is not compatible with py3.5
'prompt-toolkit >= 2, < 3', # 3.0 is not compatible with py3.5
'robotframework >= 3.0',
],
tests_require=['pexpect', 'coverage'],
Expand Down

0 comments on commit f5e7b07

Please sign in to comment.