aboutsummaryrefslogtreecommitdiff
path: root/www/py-httpx/files/patch-setup.py
blob: 9caaa9755b45e45f36591e4b385e125ed52e5202 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2020-10-08 12:15:02 UTC
+++ setup.py
@@ -61,7 +61,7 @@ setup(
         "httpcore==0.12.*",
     ],
     extras_require={
-        "http2": "h2==3.*",
+        "http2": "h2>=3,<5",
         "brotli": "brotlipy==0.7.*",
     },
     classifiers=[