[] Added IRC integration

This commit is contained in:
Fabio Manganiello 2021-11-14 19:43:19 +01:00
parent 3ef602cc0b
commit d7b273434b
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
14 changed files with 1230 additions and 3 deletions

View file

@ -252,5 +252,7 @@ setup(
'pca9685': ['adafruit-python-shell', 'adafruit-circuitpython-pca9685'],
# Support for ngrok integration
'ngrok': ['pyngrok'],
# Support for IRC integration
'irc': ['irc'],
},
)