]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Add h2 to install_requires
authorTom Christie <tom@tomchristie.com>
Wed, 24 Apr 2019 18:38:53 +0000 (19:38 +0100)
committerTom Christie <tom@tomchristie.com>
Wed, 24 Apr 2019 18:38:53 +0000 (19:38 +0100)
setup.py

index 6d709be2869d9566dfe0d2753851a14dd4d45c9c..93d02ad562e8b443a11705467f91fbb6adda6bb8 100644 (file)
--- a/setup.py
+++ b/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",