Changed component REQUIREMENTS to absolute versions.

This commit is contained in:
Ryan Kraus 2015-08-29 21:39:50 -04:00
parent 6fdf9b8d7c
commit 893ae15042
42 changed files with 53 additions and 49 deletions

View file

@ -53,7 +53,7 @@ DEFAULT_VALUE_HIGH = "HIGH"
DEFAULT_VALUE_LOW = "LOW"
DEFAULT_BOUNCETIME = 50
REQUIREMENTS = ['RPi.GPIO>=0.5.11']
REQUIREMENTS = ['RPi.GPIO==0.5.11']
_LOGGER = logging.getLogger(__name__)