Currently, the requirements.txt file for App packaging is created from `@env(pip_packages=...)` decorators of Operators&Application class. When many operators are involved, it might be simpler to provide a way to use an external requirements.txt file. Example) `-r, --requirement <file>` option can be added. ```bash python examples/apps/simple_imaging_app/app.py -i examples/apps/simple_imaging_app/brain_mr_input.jpg -o output -r requirements-examples.txt ``` /cc @KarthikMasi Discussions from https://projectmonai.slack.com/archives/C01PAL02V8D/p1630005652048800