From 02192ecaf01db94ce750939ec272f640c015c8f5 Mon Sep 17 00:00:00 2001 From: Yusuke Miyazaki Date: Tue, 3 Jul 2018 03:57:20 +0900 Subject: [PATCH] Install pytype from PyPI (#2302) Fixes #2295 --- requirements-tests-py2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests-py2.txt b/requirements-tests-py2.txt index cb25c87a5..cdc785f32 100644 --- a/requirements-tests-py2.txt +++ b/requirements-tests-py2.txt @@ -1 +1 @@ --e git+https://github.com/google/pytype.git@master#egg=pytype +pytype>=2018.6.19