From 25adcbc4d898f5be690edece7e3138bb491eca11 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 14 Feb 2023 18:37:24 +0200 Subject: Add type stubs Signed-off-by: Ivan Kanakarakis --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index a2748128..0a1785ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,12 @@ flake8-bugbear = "^22.8.23" flake8-logging-format = "^0.7.5" ipdb = "^0.13.9" mypy = "^1.0.0" +types-pyopenssl = "^23.0.0.3" +types-python-dateutil = "^2.8.19.6" +types-pytz = "^2022.7.1.0" +types-setuptools = "^67.2.0.1" +types-six = "^1.16.21.4" +types-requests = "^2.28.11.12" [tool.poetry.group.test] optional = true -- cgit v1.2.1