I’m new to astronomer, and am trying to use a docker-astronomer container for local unit and integration tests.
Currently I have 2 files specifying python dependencies:
requirements.txt
requirements-dev.txt
The first file installs automatically when running astro dev init and astro dev start. Is there a way to also install the dependencies from the file named requirements-dev.txt automatically ?