Serverless yml file how to set relative paths for python requirement.txt/"functions" files?

Apologies possible a rookie question, but I cannot find the answer in the documentation.

I have custom names/paths for my python requirements file and function (app.py). How do I inform the yml file of their relative paths? (They need to be relative because I’m deploying things locally for testing) Is this possible?

Thanks all!