Two scoops style requirements.txt
Summary
We have a bunch of pip packages. We don't need to install all of them all of the time. What's Open has a pretty good implementation of handling multiple requirements files for different enviornments (base, dev, prod, CI). Base should be the minimum necessary, dev should have pep8 and coverage, CI should be similar and prod should have like gunicorn.