diff --git a/requirements_all.txt b/requirements_all.txt index 807ad2474e82da6ed3726be96a8fde08aa226a32..6c55f638b2804017c4ad1042a84edd55403f25fb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -5,6 +5,7 @@ pytz>=2016.4 pip>=7.0.0 jinja2>=2.8 voluptuous==0.8.9 +eventlet==0.19.0 # homeassistant.components.isy994 PyISY==1.0.6 diff --git a/setup.py b/setup.py index fbce912c3d6e4c3c5b7791e0b7ff54276c0b3f7a..b574e15693145843f13da375211aab45ad68276c 100755 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ REQUIRES = [ 'pip>=7.0.0', 'jinja2>=2.8', 'voluptuous==0.8.9', + 'eventlet==0.19.0', ] setup(