sawyersteven/CherrypyScheduler

`pip install` raises error if `m2r` is not installed

Opened this issue · 0 comments

With no install_requires in the setup.py, installing is broken unless you know you need the m2r dependency installed first. It also can't be installed in the same pip install as m2r requiring a two-step install and breaking the ability to use simple requirements.txt files downstream.