requirements.txt fileΒΆ
The requirements.txt file is a standard Python requirements
file
used to declare and pin the version of any Python libraries required by a charm in
production. This will be pre-populated with
ops. Any dependencies specified here will be
bundled with the charm when it is built with charmcraft pack.