typing >= 3.6 ; python_version < "3.8"
gevent >= 1.2, <1.3.0 ; platform_python_implementation == "PyPy"
gevent >= 1.2 ; platform_python_implementation != "PyPy"
