diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-06-05 11:07:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-06 10:07:49 +0700 |
commit | e5f01a9402a217cb5dc4c01633c72327a72144f6 (patch) | |
tree | ac888d28ceec8a0bb62d51bf6767926a3303707e /python/mypy/README | |
parent | d1cd586f769802d9ab11058851ad2dfa35a9af8c (diff) | |
download | slackbuilds-e5f01a9402a217cb5dc4c01633c72327a72144f6.tar.gz |
python/mypy: Updated for version 0.780.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/mypy/README')
-rw-r--r-- | python/mypy/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/mypy/README b/python/mypy/README index 623a5bf24d..30a174662a 100644 --- a/python/mypy/README +++ b/python/mypy/README @@ -7,3 +7,5 @@ fall back to dynamic typing when static typing is not convenient, such as for legacy code. This (source) is downloaded from pypi.org/projects/mypy as the mypi github site does not have a complete sourcecode zip. + +This requires typing-extensions created with python3 present. |