diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-02-05 13:29:44 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-02-05 13:29:44 +0000 |
commit | 4d727570a469f40d124038e4c3f2b05c9185c637 (patch) | |
tree | a042e59ad0cf9cf3b1542e7ae87a92a1ebce8b7b /requirements.txt | |
parent | 0aecd26331741bb149bca9eefedad4a33a3f3ff1 (diff) | |
download | blog-4d727570a469f40d124038e4c3f2b05c9185c637.tar.gz blog-4d727570a469f40d124038e4c3f2b05c9185c637.tar.bz2 blog-4d727570a469f40d124038e4c3f2b05c9185c637.zip |
Add type annotation support with mypy
Default target in Makefile check types now.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 |