Update websockets dependency

This commit is contained in:
Joscha 2022-08-21 14:09:02 +02:00
parent 1d25b596bb
commit 74caea4e92
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## Next version ## Next version
- update websockets dependency
## 1.1.5 (2020-01-26) ## 1.1.5 (2020-01-26)
- more stability (I think) - more stability (I think)

View file

@ -4,7 +4,7 @@ setup(
name="yaboli", name="yaboli",
version="1.1.5", version="1.1.5",
packages=["yaboli"], packages=["yaboli"],
install_requires=["websockets==7.0"], install_requires=["websockets >=10.3, <11"],
) )
# When updating the version, also: # When updating the version, also: