Skip to content

Commit

Permalink
Bump httptools to >=0.4.0 (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Mar 11, 2022
1 parent 8585051 commit 342ae82
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 342ae82

Please sign in to comment.