Skip to content

Commit

Permalink
Loosen the h11 requirement
Browse files Browse the repository at this point in the history
h11 0.9.0 is also compatible with wsproto, therefore >= 0.8.1 is
better defined.
  • Loading branch information
pgjones authored and Kriechi committed May 17, 2019
1 parent 6d7707a commit e695ae1
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 @@ -54,6 +54,6 @@
],
install_requires=[
"dataclasses ; python_version < '3.7'",
'h11 ~= 0.8.1', # means: 0.8.x where x >= 1
'h11 >= 0.8.1',
],
)

0 comments on commit e695ae1

Please sign in to comment.