[] Added ngrok integration

This commit is contained in:
Fabio Manganiello 2021-09-25 01:34:45 +02:00
parent d18245b15f
commit 68831e9e81
7 changed files with 248 additions and 0 deletions

View file

@ -250,5 +250,7 @@ setup(
'filemonitor': ['watchdog'],
# Support for Adafruit PCA9685 PWM controller
'pca9685': ['adafruit-python-shell', 'adafruit-circuitpython-pca9685'],
# Support for ngrok integration
'ngrok': ['pyngrok'],
},
)