Browse Source

func_timeout

Daniel Høyer Iversen 4 năm trước cách đây
mục cha
commit
6029e0f5b2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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