We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f269fc7 commit 6136fc1Copy full SHA for 6136fc1
setup.py
@@ -47,10 +47,9 @@ def is_raspberry_pi(raise_on_errors=False):
47
return True
48
49
50
-requires = [
51
- 'pyserial-asyncio',
52
- 'zigpy-homeassistant', # https://github.com/zigpy/zigpy/issues/190
53
- ]
+requires = ['pyserial-asyncio',
+ 'zigpy-homeassistant', # https://github.com/zigpy/zigpy/issues/190
+ ]
54
if is_raspberry_pi():
55
requires.append('RPi.GPIO')
56
0 commit comments