summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-08-04 15:20:28 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-08-04 15:20:28 +0100
commit0dcc40e81a35e1c84b41b1c207ab56cb0c4a4016 (patch)
tree562192cb6cffa92ffb9b2570213b7b486fa4f6a9 /setup.py
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentDon't fail on empty bodies when sending out read receipts (#10531) (diff)
downloadsynapse-0dcc40e81a35e1c84b41b1c207ab56cb0c4a4016.tar.xz
Merge branch 'release-v1.40' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py

index 1081548e00..c478563510 100755 --- a/setup.py +++ b/setup.py
@@ -108,6 +108,8 @@ CONDITIONAL_REQUIREMENTS["dev"] = CONDITIONAL_REQUIREMENTS["lint"] + [ "click==7.1.2", "redbaron==0.9.2", "GitPython==3.1.14", + "commonmark==0.9.1", + "pygithub==1.55", ] CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.812", "mypy-zope==0.2.13"]