require pexpect 3.3 for replwrap

This commit is contained in:
Min RK 2015-10-03 18:45:43 +02:00 committed by sftnight
parent b4f6d99948
commit bcd56f23a0

View File

@ -68,7 +68,7 @@ install_requires = setuptools_args['install_requires'] = [
'ipython',
'pyzmq',
'tornado',
'pexpect',
'pexpect>=3.3',
]
if 'setuptools' in sys.modules: