Skip to content

Update handling of requirements.txt

Marco Eppenberger requested to merge marcoep_update_requirements into master

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

Merge request reports