Add h2 to install_requires
This commit is contained in:
parent
13b28b6ebb
commit
abe46b8a0e
2
setup.py
2
setup.py
@ -47,7 +47,7 @@ setup(
|
||||
author_email="tom@tomchristie.com",
|
||||
packages=get_packages("httpcore"),
|
||||
data_files=[("", ["LICENSE.md"])],
|
||||
install_requires=["h11", "certifi"],
|
||||
install_requires=["h11", "h2", "certifi"],
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Environment :: Web Environment",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user