We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87752a9 commit 008fe88Copy full SHA for 008fe88
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name = 'PySwitchbot',
5
packages = ['switchbot'],
6
- install_requires=['bleak', 'bleak-retry-connector'],
+ install_requires=['bleak', 'bleak-retry-connector>=1.1.1'],
7
version = '0.17.1',
8
description = 'A library to communicate with Switchbot',
9
author='Daniel Hjelseth Hoyer',
0 commit comments