From a1367dcf8ce946a542103b12fee5c7c1b2676770 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 16 Nov 2021 16:27:58 +0000 Subject: Require networkx --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 0ce8beb004..8d90e8de69 100755 --- a/setup.py +++ b/setup.py @@ -135,6 +135,8 @@ CONDITIONAL_REQUIREMENTS["dev"] = ( # The following are executed as commands by the release script. "twine", "towncrier", + # For storage_inheritance script + "networkx==2.6.3", ] ) -- cgit 1.5.1