Skip to content

Commit

Permalink
websockets (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored Jun 24, 2024
1 parent 08a0f33 commit 9a593c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__"],
Expand Down

0 comments on commit 9a593c9

Please sign in to comment.