diff --git a/setup.py b/setup.py index 3579ae3..1bf4a85 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,8 @@ packages=["tibber"], install_requires=[ "aiohttp>=3.0.6", - "gql[websockets]>=3.0.0", + "gql>=3.0.0", + "websockets>=10.0" ], package_data={"tibber": ["py.typed"]}, version=consts["__version__"],