Update handling of requirements.txt
requirements.txt is now handled by pip-tools and hard requirements are listed in the file requirements.in. To update all pip packages, checkout this project and run:
pip-compile --output-file requirements.txt requirements.in