Ubuntu – `vendor.add` doesn't expose dependencies to dev_appserver.py
Migrating a legacy project from 2.7 and Ubuntu 18.04 [piecemeal, Python 3.10 & 22.04 next… then Flask!] from vendored dependencies to requirements.txt. Removed dependencies from project root and enumerated them in my requirements.txt. My requirements.txt contains google-cloud-storage==1.44.0 and was venv-2-7/bin/python…