From e6028a6b787f13692d04b4e5aca67a6319b8360e Mon Sep 17 00:00:00 2001 From: hidaris Date: Sat, 29 May 2021 00:41:32 +0800 Subject: [PATCH] update httptools from 0.1.* to 0.2.* (#1024) Httptools 0.2 replaces the underlying HTTP parser with llhttp as http-parser is no longer actively maintained. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 893dbaa29..6120b1873 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def get_packages(package): extra_requirements = [ "websockets>=8.*", - "httptools==0.1.* ;" + env_marker_cpython, + "httptools==0.2.* ;" + env_marker_cpython, "uvloop>=0.14.0,!=0.15.0,!=0.15.1; " + env_marker_cpython, "colorama>=0.4;" + env_marker_win, "watchgod>=0.6",