Update websockets dependency
This commit is contained in:
parent
1d25b596bb
commit
74caea4e92
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue