소스 검색

func_timeout

Daniel Høyer Iversen 5 년 전
부모
커밋
6029e0f5b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',