I am trying to test a function using the functions-framework that has dependencies inside a requirements.txt file but I am getting an error that the module is not found after running the functions-framework --target=main command.

** Edit the functions-framework only seems to work when I run pip install functions-framework in my virtual env. Why would it not work with a functions-framework installation in my main environment?