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

@@ -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'
],