|
@@ -3,7 +3,7 @@ from setuptools import setup
|
|
setup(
|
|
setup(
|
|
name = 'PySwitchbot',
|
|
name = 'PySwitchbot',
|
|
packages = ['switchbot'],
|
|
packages = ['switchbot'],
|
|
- install_requires=['bleak', 'bleak-retry-connector'],
|
|
|
|
|
|
+ install_requires=['bleak', 'bleak-retry-connector>=1.1.1'],
|
|
version = '0.17.1',
|
|
version = '0.17.1',
|
|
description = 'A library to communicate with Switchbot',
|
|
description = 'A library to communicate with Switchbot',
|
|
author='Daniel Hjelseth Hoyer',
|
|
author='Daniel Hjelseth Hoyer',
|