summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-26 15:08:56 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-26 15:08:56 +0100
commitf95ec907c12b93ae3a5800a62bdd08d4080c8ec9 (patch)
tree61164000f9c14bbbe69a7e96443ce98c8025c49e
parentRe-sync synapse-dinsic buildkite pipeline with matrix-org/pipelines/synapse (diff)
downloadsynapse-f95ec907c12b93ae3a5800a62bdd08d4080c8ec9.tar.xz
Remove old pin on mypy and mypy-zope
Diffstat (limited to '')
-rw-r--r--synapse/python_dependencies.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py

index 08350292ab..2a1c925ee8 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py
@@ -123,8 +123,6 @@ CONDITIONAL_REQUIREMENTS = { "redis": ["txredisapi>=1.4.7", "hiredis"], } -CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.790", "mypy-zope==0.2.8"] - ALL_OPTIONAL_REQUIREMENTS = set() # type: Set[str] for name, optional_deps in CONDITIONAL_REQUIREMENTS.items():