Closed JoakimSoderberg closed 7 years ago
I am ok with this if you can send a PR and also fix travis CI to also isntal this new file.
But note that you only need requirements.txt for development, because python setup.py install
already installs everything from https://github.com/rochacbruno/flasgger/blob/master/setup.py#L47
Currently things like coveralls and unit tests files are included in the
requirements.txt
. The only way these extra packages only used for unit tests and development are separated are via a comment.Why not break these out into a separate
requirements-dev.txt
instead? Then when one wants to develop or run unit tests one can install these extra packages:Normal use:
Then during development one can install the extra dev packages: