Skip to content

Commit e695ae1

Browse files
pgjonesKriechi
authored andcommitted
Loosen the h11 requirement
h11 0.9.0 is also compatible with wsproto, therefore >= 0.8.1 is better defined.
1 parent 6d7707a commit e695ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
],
5555
install_requires=[
5656
"dataclasses ; python_version < '3.7'",
57-
'h11 ~= 0.8.1', # means: 0.8.x where x >= 1
57+
'h11 >= 0.8.1',
5858
],
5959
)

0 commit comments

Comments
 (0)