Skip to content

Commit

Permalink
Upgraded websockets requirements (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
euri10 authored Jun 1, 2021
1 parent 5241b2e commit da3e4cd
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 @@ -52,7 +52,7 @@ def get_packages(package):


extra_requirements = [
"websockets>=8.*",
"websockets>=9.1",
"httptools==0.2.*",
"uvloop>=0.14.0,!=0.15.0,!=0.15.1; " + env_marker_cpython,
"colorama>=0.4;" + env_marker_win,
Expand Down

0 comments on commit da3e4cd

Please sign in to comment.