astromodule.pipeline.Pipeline.get_stages_requirements# Pipeline.get_stages_requirements() → Sequence[str][source]# Use code inspection to find required resources based in the assignature of PipelineStage.run method. Returns: Sequence[str]A list of resources keys for each pipeline stage. See also astromodule.pipeline.PipelineStage.run