Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f95ec90

Browse files
committed
Remove old pin on mypy and mypy-zope
1 parent 1852e6a commit f95ec90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

synapse/python_dependencies.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@
123123
"redis": ["txredisapi>=1.4.7", "hiredis"],
124124
}
125125

126-
CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.790", "mypy-zope==0.2.8"]
127-
128126
ALL_OPTIONAL_REQUIREMENTS = set() # type: Set[str]
129127

130128
for name, optional_deps in CONDITIONAL_REQUIREMENTS.items():

0 commit comments

Comments
 (0)