mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
# Use the current mypy version until a version that supports modular
|
|
# typeshed is released on PyPI.
|
|
git+https://github.com/python/mypy.git@master
|
|
typed-ast>=1.0.4
|
|
black==21.4b1
|
|
flake8==3.8.4
|
|
flake8-bugbear==20.1.4
|
|
flake8-pyi==20.10.0
|
|
isort==5.5.3
|
|
pytype>=2021.4.1
|
|
|
|
# workaround for https://github.com/google/pytype/issues/909
|
|
attrs==20.3.0
|