forked from platypush/platypush
[#203] Added IRC integration
This commit is contained in:
parent
3ef602cc0b
commit
d7b273434b
14 changed files with 1230 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -252,5 +252,7 @@ setup(
|
|||
'pca9685': ['adafruit-python-shell', 'adafruit-circuitpython-pca9685'],
|
||||
# Support for ngrok integration
|
||||
'ngrok': ['pyngrok'],
|
||||
# Support for IRC integration
|
||||
'irc': ['irc'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue