mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:04:50 -04:00
Update mypy to 0.790, and move dependencies to extras (#8583)
This commit is contained in:
parent
74f29284aa
commit
84c0e46cce
3 changed files with 4 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -102,6 +102,8 @@ CONDITIONAL_REQUIREMENTS["lint"] = [
|
|||
"flake8",
|
||||
]
|
||||
|
||||
CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.790", "mypy-zope"]
|
||||
|
||||
# Dependencies which are exclusively required by unit test code. This is
|
||||
# NOT a list of all modules that are necessary to run the unit tests.
|
||||
# Tests assume that all optional dependencies are installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue