azavea / python-omgeo

OMGeocoder - A python geocoding abstraction layer
http://python-omgeo.readthedocs.io/en/latest/
MIT License
36 stars 14 forks source link

Fix installation of flake8 during module installation process #55

Closed hectcastro closed 6 years ago

hectcastro commented 6 years ago

This theory is untested, but explore moving flake8 installation from setup_requires to tests_require. Test by ensuring that the egg generated by a release does not install flake8 as a dependency.