forked from platypush/platypush
[#196] Added ngrok integration
This commit is contained in:
parent
d18245b15f
commit
68831e9e81
7 changed files with 248 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue