CITGuru / PyInquirer

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

Upgrade code for compatibility with prompt_toolkit 3.0. #118

Closed jonathanslenders closed 3 years ago

jonathanslenders commented 3 years ago

This PR contains the minimal amount of changes required for compatibility with prompt_toolkit 3.0. This means we also have to drop Python 2 support.

I have made sure that the examples still run. Some remarks: