This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8428 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 3f0828a66923b1f01ea00d9f0f80c547a94d9c17 Author: Dillon Walls <[email protected]> AuthorDate: Mon May 9 21:14:03 2022 +0000 [#8428] add pipdeptree as a dependency --- requirements.in | 1 + requirements.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/requirements.in b/requirements.in index 1546be7ad..7b9a31139 100644 --- a/requirements.in +++ b/requirements.in @@ -58,6 +58,7 @@ pyflakes #pylint -- disabled due to [#8346] (also requires diff versions on py2 vs 3, including transitive deps which gets tricky with pip-compile) testfixtures WebTest +pipdeptree # deployment gunicorn diff --git a/requirements.txt b/requirements.txt index 782fb1a3f..1bb03d0a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -112,6 +112,8 @@ pastescript==3.2.1 # via -r requirements.in pillow==9.1.0 # via -r requirements.in +pipdeptree==2.2.1 + # via -r requirements.in profanityfilter==2.0.6 # via -r requirements.in pycparser==2.21 @@ -227,4 +229,5 @@ zipp==3.8.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: +# pip # setuptools
