summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-11-10 12:55:32 -0500
committerGitHub <noreply@github.com>2021-11-10 17:55:32 +0000
commit66c4b774fdc72f2f6bef69b2ffd5632f95e27b63 (patch)
tree2953d210c9a619f2f1c12f5438553e2a20e05657 /setup.py
parentAdd documentation page stubs for Single Sign-On, SAML and CAS pages (#11298) (diff)
downloadsynapse-66c4b774fdc72f2f6bef69b2ffd5632f95e27b63.tar.xz
Add type hints to synapse._scripts (#11297)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5d602db240..0ce8beb004 100755
--- a/setup.py
+++ b/setup.py
@@ -110,6 +110,7 @@ CONDITIONAL_REQUIREMENTS["mypy"] = [
     "types-Pillow>=8.3.4",
     "types-pyOpenSSL>=20.0.7",
     "types-PyYAML>=5.4.10",
+    "types-requests>=2.26.0",
     "types-setuptools>=57.4.0",
 ]