From 85ecee1f9d13c4d30fc426c9e61c330c88061f12 Mon Sep 17 00:00:00 2001 From: Jonathan Slenders Date: Thu, 17 May 2018 19:11:25 +0200 Subject: [PATCH] Set prompt_toolkit version. (2.0.0 has breaking changes). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7908e96..3cc6a4a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ except ImportError: from distutils.command.build_py import build_py -install_requires = ['prompt_toolkit'] +install_requires = ['prompt_toolkit>=1.0.15,<2.0.0'] if sys.version_info < (2, 6): warnings.warn( 'Python 2.5 is no longer officially supported by Wit. '