summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-11-16 16:27:58 +0000
committerDavid Robertson <davidr@element.io>2021-11-16 16:34:33 +0000
commita1367dcf8ce946a542103b12fee5c7c1b2676770 (patch)
treef2868bfc0b806e8abfd63b8ec0984bae57ec4996
parentChangelog (diff)
downloadsynapse-a1367dcf8ce946a542103b12fee5c7c1b2676770.tar.xz
Require networkx
-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",
     ]
 )