Update setup.py

This commit is contained in:
Vitor de Miranda Henrique
2017-04-15 01:15:43 -05:00
committed by GitHub
parent e300bcdb4c
commit a3e9844fc5

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 = ["RPi.GPIO>=0.6"]
plugin_requires = ["RPi.GPIO>=0.6","git+git://github.com/adafruit/Adafruit_Python_DHT.git"]
### --------------------------------------------------------------------------------------------------------------------
### More advanced options that you usually shouldn't have to touch follow after this point