.
This commit is contained in:
Vitor de Miranda Henrique
2016-12-31 19:54:59 -06:00
parent 39daf46e61
commit bbb54dcc43
5 changed files with 242 additions and 89 deletions

View File

@@ -33,7 +33,7 @@ plugin_url = "https://github.com/vitormhenirque/OctoPrint-Enclosure"
plugin_license = "AGPLv3"
# Any additional requirements besides OctoPrint should be listed here
plugin_requires = []
plugin_requires = ["RPi.GPIO>=0.6"]
### --------------------------------------------------------------------------------------------------------------------
### More advanced options that you usually shouldn't have to touch follow after this point