Update requirements.txt (#548)

Support PyPy without typed-ast
This commit is contained in:
Aleksi Häkli 2019-12-29 16:42:17 +02:00 committed by GitHub
parent b7b8562e37
commit 071ebd88e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'