You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2022/05/10 00:30:44 UTC

[allura] 02/02: fixup! [#8428] add pipdeptree as a dependency

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 4d0b00d34bc092486053dcd860057fe182c25ddb
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Tue May 10 00:30:35 2022 +0000

    fixup! [#8428] add pipdeptree as a dependency
---
 requirements.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.in b/requirements.in
index 7b9a31139..272e6f354 100644
--- a/requirements.in
+++ b/requirements.in
@@ -58,7 +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
+pipdeptree  # used by external auto-package upgrading script upgrade_pip_packages.py
 
 # deployment
 gunicorn