CITGuru / PyInquirer

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

Remove regex dependency #63

Open erinpentecost opened 5 years ago

erinpentecost commented 5 years ago

The regex package is only used in the /tests/ and /examples/ directories, not the actual package source directory pyinquirer/pyinquirer. However, it's called out in setup.py because it managed to sneak its way into requirements.txt. I'm guessing this should have only been in requirements_dev.txt.