requirementsFile property

String? requirementsFile
getter/setter pair

The path to the requirements file, relative to the source root.

If not specified, defaults to "requirements.txt".

Optional.

Implementation

core.String? requirementsFile;