diff options
author | David Robertson <davidr@element.io> | 2022-03-23 14:03:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 14:03:24 +0000 |
commit | f4c5e5864cdc04aa61ad13d6f6ba870df811a881 (patch) | |
tree | f11520a98e7efd6a7c771e50cafddd38b4301906 /setup.py | |
parent | Remove mutual_rooms `update_user_directory` check, and add extra documentatio... (diff) | |
download | synapse-f4c5e5864cdc04aa61ad13d6f6ba870df811a881.tar.xz |
Use psycopg2 type stubs (#12269)
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 439ed75d72..63da71ad7b 100755 --- a/setup.py +++ b/setup.py @@ -108,6 +108,7 @@ CONDITIONAL_REQUIREMENTS["mypy"] = [ "types-jsonschema>=3.2.0", "types-opentracing>=2.4.2", "types-Pillow>=8.3.4", + "types-psycopg2>=2.9.9", "types-pyOpenSSL>=20.0.7", "types-PyYAML>=5.4.10", "types-requests>=2.26.0", |