I am using a virtualenv. I have fabric installed, with pip. But a pip freeze does not give any hint about that. The packa
virtualenv
fabric
pip
pip freeze
You can try using the --all flag, like this:
--all
pip freeze --all > requirements.txt