The project currently bundles all of it's dependencies into a single requirements.txt file but there are certain dependencies that are only needed for development (such as coverage, flake8, pycodestyle, and pyflakes) and are not needed for users of the project.
Create a way for users to be able to install one set of dependencies and developers have another.
The project currently bundles all of it's dependencies into a single
requirements.txtfile but there are certain dependencies that are only needed for development (such as coverage, flake8, pycodestyle, and pyflakes) and are not needed for users of the project.Create a way for users to be able to install one set of dependencies and developers have another.