From a3e9844fc542184c5b4a226d77e7edc8288f3982 Mon Sep 17 00:00:00 2001 From: Vitor de Miranda Henrique Date: Sat, 15 Apr 2017 01:15:43 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8eb6208..da5a3d2 100644 --- a/setup.py +++ b/setup.py @@ -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