Should we expand the set of requirements files for this repository? I'm thinking about four separate files.
requirements.txt -- packages needed to install with pip install -e .
requirements-dev.txt -- developer packages used with the repo Makefile
- make
- build
- twine
- flake8
- black
- isort
requirements-testing.txt -- packages used for running tests
- coveralls
- pytest
- pytest-cov
- six
- bmi-tester
requirements-examples.txt -- packages used for running examples