SCP25: Unexisting requirements.file
What it does
Finds requirements.file values in the scrapinghub.yml shub
configuration file that point to files that do not exist
in the project.
Why is this bad?
The file key under requirements must point to an actual file that
exists in your project. If the specified requirements file doesn’t exist,
deployment to Scrapy Cloud will fail.
Example
requirements:
file: missing-requirements.txt
Instead use:
requirements:
file: requirements.txt