CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Conflicts with ipython etc due to prompt-toolkit #60

Open idantene opened 5 years ago

idantene commented 5 years ago

ipython (and jupyter) require prompt-toolkit<2.1.0,>=2.0.0. One cannot work with both ipython and PyInquirer because of this. (Python 3)

Seems like an easy fix, not sure why the requirements are so out of date. https://python-prompt-toolkit.readthedocs.io/en/2.0.9/pages/upgrading.html#upgrading-2-0

vaneseltine commented 4 years ago

See https://github.com/CITGuru/PyInquirer/issues/14