CITGuru / PyInquirer

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

Dependency pygments is now >3.5 #101

Open martijnwiekens opened 4 years ago

martijnwiekens commented 4 years ago

The dependency pygments version 2.6.0 is python3 only. So you cant install the current version of PyInquirer on python 2.7 because it has Pygments>=2.2.0 as dependency.

Pygments 2.5.2 still has python 2.7 support https://pypi.org/project/Pygments/2.5.2/