diff options
author | David Robertson <davidr@element.io> | 2022-04-26 11:37:21 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-04-26 11:37:21 +0100 |
commit | a54d9b0508c17a29f2f02c87054cd8990d476054 (patch) | |
tree | e98ebcf7708ddfb1cbb4d921e032feb37ac9b3d3 /pyproject.toml | |
parent | Changelog update (diff) | |
download | synapse-a54d9b0508c17a29f2f02c87054cd8990d476054.tar.xz |
We don't require redbaron in the release script
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 80e25cef1d..cc4908fa23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -270,7 +270,6 @@ idna = ">=2.5" # The following are used by the release script click = "==8.1.0" -redbaron = "==0.9.2" GitPython = "==3.1.14" commonmark = "==0.9.1" pygithub = "==1.55" |