summaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2025-03-16Upgrade typing-extensions to 4.12.2Dmitry Ilvokhin
To avoid following error. ``` TypeError: type 'typing.TypeVar' is not an acceptable base type ```
2024-07-16Update zipp version to 3.19.1Dmitry Ilvokhin
2024-05-07Update Jinja2 to mitigate CVE-2024-34064Dmitry Ilvokhin
2024-02-03Bump jinja version to 3.1.3Dmitry Ilvokhin
2023-02-05Add format target to MakefileDmitry Ilvokhin
2023-02-05Add type annotation support with mypyDmitry Ilvokhin
Default target in Makefile check types now.
2022-12-24Add requirements.txt fileDmitry Ilvokhin