Skip to content

Commit

Permalink
Bump httptools to >=0.4.0 (encode#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Oct 29, 2022
1 parent 19b8a20 commit aa9bde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -53,7 +53,7 @@ def get_packages(package):

extra_requirements = [
"websockets>=10.0",
"httptools>=0.2.0,<0.4.0",
"httptools>=0.4.0",
"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 aa9bde5

Please sign in to comment.