chore: add h2 to setup.py, tox.ini

- Change log level for hpack to ERROR
This commit is contained in:
Aditya 2020-07-06 13:08:14 +05:30
parent a94b30342a
commit 7f5bb6b34c
3 changed files with 6 additions and 1 deletions

View File

@ -52,6 +52,9 @@ DEFAULT_LOGGING = {
'twisted': {
'level': 'ERROR',
},
'hpack': {
'level': 'ERROR',
},
}
}

View File

@ -81,7 +81,8 @@ setup(
'zope.interface>=4.1.3',
'protego>=0.1.15',
'itemadapter>=0.1.0',
'typing_extensions>=3.7'
'typing_extensions>=3.7',
'h2>=3.2.0'
],
extras_require=extras_require,
)

View File

@ -84,6 +84,7 @@ deps =
# Extras
botocore==1.3.23
Pillow==3.4.2
h2==3.2.0
[testenv:extra-deps]
deps =