|
@@ -3,7 +3,7 @@ from setuptools import setup
|
|
setup(
|
|
setup(
|
|
name = 'PySwitchbot',
|
|
name = 'PySwitchbot',
|
|
packages = ['switchbot'],
|
|
packages = ['switchbot'],
|
|
- install_requires=['bluepy'],
|
|
|
|
|
|
+ install_requires=['bluepy', 'func_timeout'],
|
|
version = '0.8.0',
|
|
version = '0.8.0',
|
|
description = 'A library to communicate with Switchbot',
|
|
description = 'A library to communicate with Switchbot',
|
|
author='Daniel Hoyer Iversen',
|
|
author='Daniel Hoyer Iversen',
|