PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

Remove regex dependency

Open erinpentecost opened this issue 6 years ago • 0 comments

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.

erinpentecost avatar Jun 07 '19 14:06 erinpentecost