summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
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", ] )