From 172dd90611deb17c81598a91f7fa34013dedff2b Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Mon, 19 Jul 2021 16:12:04 +0000 Subject: [PATCH] updates for mypy --- requirements/integration.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.