From: Tom Christie Date: Wed, 24 Apr 2019 18:38:53 +0000 (+0100) Subject: Add h2 to install_requires X-Git-Tag: 0.3.0~66^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe46b8a0e2b19c3b2e46e170f21ac5aed20392e;p=thirdparty%2Fhttpx.git Add h2 to install_requires --- diff --git a/setup.py b/setup.py index 6d709be2..93d02ad5 100644 --- 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",