blob: 40656fdc4af2a898b0ecf50201458b6536d2d783 [file] [log] [blame]
typing
# Mypy requires typed-ast, which is broken on PyPy 3.7 (could work in PyPy 3.8).
mypy==1.5.1; implementation_name == "cpython"
types-simplejson
types-certifi
types-requests
types-urllib3