Python 3.9.2 requires websockets 8

This commit is contained in:
Dario Moceri
2021-04-08 16:22:19 +02:00
committed by Robert Kowalski
parent 06a2017c3a
commit c755d33d28
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
asyncio==3.4.3
websockets==7.0
websockets==8.1
pylint==2.3.0
pytest-asyncio==0.10.0
six==1.12.0

View File

@@ -49,7 +49,7 @@ setup(
# deps installed by pip
install_requires=[
'asyncio~=3.0',
'websockets~=7.0',
'websockets~=8.0',
'aiohttp~=3.0',
'pyee~=8.0'
],