While trying to develop this project locally, I followed the instructions on the README. However, I kept running into issues with some imports that were either not installed or not found when developing locally.
I added some changes with backwards compatibility to allow others to easily clone the repo and run python setup.py test and have it work.
While trying to develop this project locally, I followed the instructions on the README. However, I kept running into issues with some
imports
that were either not installed or not found when developing locally.I added some changes with backwards compatibility to allow others to easily clone the repo and run
python setup.py test
and have it work.