forked from platypush/platypush
Added ESP8266/ESP32 integration (closes #108)
This commit is contained in:
parent
02607bae97
commit
c3c88b23fe
10 changed files with 1827 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -277,5 +277,7 @@ setup(
|
|||
'sys': ['py-cpuinfo', 'psutil'],
|
||||
# Support for nmap integration
|
||||
'nmap': ['python-nmap'],
|
||||
# Support for ESP8266/ESP32 Micropython integration
|
||||
'esp': ['websocket-client'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue