requirements-dev.txt
fileΒΆ
The requirements-dev.txt
is a standard Python requirements
file
that specifies only those dependencies that are used during development.
Examples of this might include testing libraries, linters, etc. These
dependencies will not be bundled with the charm when it is built.