From f95ec907c12b93ae3a5800a62bdd08d4080c8ec9 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 26 Apr 2021 15:08:56 +0100 Subject: Remove old pin on mypy and mypy-zope --- synapse/python_dependencies.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'synapse') 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(): -- cgit 1.5.1