From 4d727570a469f40d124038e4c3f2b05c9185c637 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 5 Feb 2023 13:29:44 +0000 Subject: Add type annotation support with mypy Default target in Makefile check types now. --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index e9facef..b3ebb5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,9 @@ importlib-metadata==5.2.0 Jinja2==3.1.2 Markdown==3.4.1 MarkupSafe==2.1.1 +mypy==0.991 +mypy-extensions==1.0.0 +tomli==2.0.1 +types-Markdown==3.4.2.2 +typing-extensions==4.4.0 zipp==3.11.0 -- cgit v1.2.3-70-g09d2