I'm trying to update my Fragment Mono to the latest googlefonts-project-template. So I run make update-project-template then I run make update and I get this error:
test -d venv || python3 -m venv venv
. venv/bin/activate; pip install -Ur requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.in'
So I grab the requirements.in from the latest comit and run it again which updates a bunch of tools then I get this message:
touch venv/touchfile
make: *** No rule to make target `requirements-test.txt', needed by `venv-test/touchfile'. Stop.
What's that mean?