From 071ebd88e43ac6589ff0026eab081198ee7129ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Sun, 29 Dec 2019 16:42:17 +0200 Subject: [PATCH] Update requirements.txt (#548) Support PyPy without typed-ast --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d47d06f..a3ae397 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -e . -black==19.10b0 +black==19.3b0 coverage==5.0.1 mypy==0.761; python_version < '3.8' and python_implementation != 'PyPy' prospector==1.2.0; python_version < '3.8' and python_implementation != 'PyPy'