Skip to content

Commit

Permalink
update httptools from 0.1.* to 0.2.* (#1024)
Browse files Browse the repository at this point in the history
Httptools 0.2 replaces the underlying HTTP parser with llhttp as http-parser is
no longer actively maintained.
  • Loading branch information
hidaris authored May 28, 2021
1 parent e3570ce commit e6028a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e6028a6

Please sign in to comment.