Add faulthandler.
Showing
... | ... | @@ -9,6 +9,9 @@ pylint>=1.8.0 ; python_version < "3.4" |
pylint >= 2.5.0 ; python_version >= "3.4" and platform_python_implementation == "CPython" | ||
astroid >= 2.4.0 ; python_version >= "3.4" and platform_python_implementation == "CPython" | ||
# backport of faulthandler | ||
faulthandler ; python_version == "2.7" and platform_python_implementation == "CPython" | ||
# For generating CHANGES.rst | ||
towncrier | ||
# For making releases | ||
... | ... |
Please register or sign in to comment