diff --git a/requirements/integration.txt b/requirements/integration.txt index 4076d54..b8fa9a7 100644 --- a/requirements/integration.txt +++ b/requirements/integration.txt @@ -20,9 +20,12 @@ flake8-comprehensions flake8-junit-report flake8-2020 pylint-ignore>=2020.1013 -mypy>=0.790 isort +mypy>=0.910 +types-setuptools +types-toml + # http://doc.pytest.org/en/latest/py27-py34-deprecation.html # The pytest 4.6 series will be the last to support Python 2.7 # and 3.4, and is scheduled to be released by mid-2019.