Skip to content

Commit fb3804b

Browse files
authored
Merge pull request #38 from slovdahl/fix-websockets-version
Revert websockets minimum version bump
2 parents d8da9b8 + 041adcf commit fb3804b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages =
3030
vallox_websocket_api
3131
python_requires = >=3.6.0, <4
3232
install_requires =
33-
websockets >= 11.0.1, < 12.0
33+
websockets >= 9.1, < 12.0
3434
construct >= 2.9.0, < 3.0.0
3535
tests_require =
3636
pytest

0 commit comments

Comments
 (0)