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