and doing a `import requests.packages` in the repl...
# pex
f
and doing a
import requests.packages
in the repl under that venv and then looking at
requests.package.sys.modules
gives me the actual
sys.modules
as I would expect