Daniel Høyer Iversen před 4 roky
rodič
revize
6029e0f5b2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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',