db33a5d788
This makes the output of pipdeptree (with freeze flag) pip friendly ie. the output can be saved in a requirements.txt file. At the same time it's human readable due to indentations for sub-dependencies. There is however one gotcha! In case pip finds a dependency multiple times in the requirements.txt file, it fails. So the user will need to take care about this when dumping the output in requirements.txt. Fixes #31. |
||
---|---|---|
.. | ||
virtualenvs | ||
test_pipdeptree.py |