From e9cd2b6b625b23ea1fef60f2254bf540083aaa8a Mon Sep 17 00:00:00 2001 From: Maxim Kurnikov Date: Fri, 21 Dec 2018 23:52:43 +0300 Subject: [PATCH] upgrade mypy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16f03b3..7f3c8c7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( license='BSD', install_requires=[ 'Django', - 'mypy @ git+https://github.com/python/mypy.git#egg=mypy-0.660+dev.01c268644d1d22506442df4e21b39c04710b7e8b' + 'mypy @ git+https://github.com/python/mypy.git#egg=mypy-0.660+dev.a7296c4595350768ec8ecf145c23a76b6c98e8e6' ], packages=['mypy_django_plugin'] )