diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-11-10 12:55:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 17:55:32 +0000 |
commit | 66c4b774fdc72f2f6bef69b2ffd5632f95e27b63 (patch) | |
tree | 2953d210c9a619f2f1c12f5438553e2a20e05657 /setup.py | |
parent | Add documentation page stubs for Single Sign-On, SAML and CAS pages (#11298) (diff) | |
download | synapse-66c4b774fdc72f2f6bef69b2ffd5632f95e27b63.tar.xz |
Add type hints to synapse._scripts (#11297)
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
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", ] |