diff options
author | Aldo Cortesi <aldo@corte.si> | 2016-09-04 11:02:48 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-04 11:02:48 +1200 |
commit | 0483486c628d0e590231ed44bf5a3656122c543e (patch) | |
tree | a8d389eac26a375aa581a4372ac21a7da573fb39 /setup.py | |
parent | b476966a45a6f77b1a819867dbbc943af9a57ef0 (diff) | |
parent | 3da9e37d9eb346f8e9cf4ab1b3be15abc1051f57 (diff) | |
download | mitmproxy-0483486c628d0e590231ed44bf5a3656122c543e.tar.gz mitmproxy-0483486c628d0e590231ed44bf5a3656122c543e.tar.bz2 mitmproxy-0483486c628d0e590231ed44bf5a3656122c543e.zip |
Merge pull request #1523 from Kriechi/http2
improve error handling in http2
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ setup( "pytest-cov>=2.2.1, <3", "pytest-timeout>=1.0.0, <2", "pytest-xdist>=1.14, <2", + "pytest-faulthandler>=1.3.0, <2", "sphinx>=1.3.5, <1.5", "sphinx-autobuild>=0.5.2, <0.7", "sphinxcontrib-documentedlist>=0.4.0, <0.5", |