Adjust h2 version requirement (#5066)

This commit is contained in:
Eugenio Lacuesta 2021-03-26 10:45:26 -03:00 committed by GitHub
parent 9c9e1a318d
commit 1d200258a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ install_requires = [
'zope.interface>=4.1.3',
'protego>=0.1.15',
'itemadapter>=0.1.0',
'h2>=3.2.0',
'h2>=3.0,<4.0',
]
extras_require = {}
cpython_dependencies = [

View File

@ -71,7 +71,7 @@ commands =
deps =
cryptography==2.0
cssselect==0.9.1
h2==3.2.0
h2==3.0
itemadapter==0.1.0
parsel==1.5.0
Protego==0.1.15