Skip to content

Commit 008fe88

Browse files
authored
Require bleak-retry-connector>=1.1.1 (#58)
1 parent 87752a9 commit 008fe88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'PySwitchbot',
55
packages = ['switchbot'],
6-
install_requires=['bleak', 'bleak-retry-connector'],
6+
install_requires=['bleak', 'bleak-retry-connector>=1.1.1'],
77
version = '0.17.1',
88
description = 'A library to communicate with Switchbot',
99
author='Daniel Hjelseth Hoyer',

0 commit comments

Comments
 (0)