Explorar el Código

Relax bleak requirement (#203)

J. Nick Koston hace 1 año
padre
commit
3513691972
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -5,7 +5,7 @@ setup(
     packages=["switchbot", "switchbot.devices", "switchbot.adv_parsers"],
     install_requires=[
         "async_timeout>=4.0.1",
-        "bleak>=0.20.0",
+        "bleak>=0.19.0",
         "bleak-retry-connector>=2.9.0",
         "cryptography>=39.0.0",
         "pyOpenSSL>=23.0.0",