diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-03-09 07:09:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 07:09:49 -0500 |
commit | e7c3832ba65aa3b82d3738c6f8554e21d9d87d04 (patch) | |
tree | de209f4407fbd7e6337030ded146bbbd01e5a7cb /pyproject.toml | |
parent | Add topic and name events to group of events that are batch persisted when cr... (diff) | |
download | synapse-e7c3832ba65aa3b82d3738c6f8554e21d9d87d04.tar.xz |
Pull in netaddr type hints. (#15231)
And fix any issues from having those type hints.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 90a1187416..074ac2c11e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -321,6 +321,7 @@ mypy-zope = "*" types-bleach = ">=4.1.0" types-commonmark = ">=0.9.2" types-jsonschema = ">=3.2.0" +types-netaddr = ">=0.8.0.6" types-opentracing = ">=2.4.2" types-Pillow = ">=8.3.4" types-psycopg2 = ">=2.9.9" |