Skip to content

Requirement Printer

Michael Hofer requested to merge enhancement/181/requirements_print into master

Created by: JoschD

I had to make a new script for that, as adding commands in to setup.py, as envisioned in #181 (closed) was not possible (e.g. setup.py requirements install also runs install,
setup.py requirements --install needs an argument for --install).

Please comment!

Usecase:

python requirements.py install > reqs.txt
python -m pip install -r reqs.txt

Merge request reports