diff options
author | David Robertson <davidr@element.io> | 2021-11-16 16:27:58 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-11-16 16:34:33 +0000 |
commit | a1367dcf8ce946a542103b12fee5c7c1b2676770 (patch) | |
tree | f2868bfc0b806e8abfd63b8ec0984bae57ec4996 | |
parent | Changelog (diff) | |
download | synapse-a1367dcf8ce946a542103b12fee5c7c1b2676770.tar.xz |
Require networkx
-rwxr-xr-x | setup.py | 2 |
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", ] ) |