From 69bb9a78594ed864291d45d36108cc0ad960f048 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Wed, 25 Jan 2023 23:52:46 +0400 Subject: [PATCH] Install types-Pillow and types-Pygments. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index f05ebc45a..7048391ac 100644 --- a/tox.ini +++ b/tox.ini @@ -40,6 +40,8 @@ deps = mypy==0.991 types-attrs==19.1.0 types-lxml==2022.11.8 + types-Pillow==9.4.0.5 + types-Pygments==2.14.0.1 types-pyOpenSSL==21.0.0 types-setuptools==57.0.0 commands =