1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Migrate to cherrypy wsgi from eventlet (#2387)

This commit is contained in:
Paulus Schoutsen
2016-06-30 09:02:12 -07:00
committed by GitHub
parent 7582eb9f63
commit d1f4901d53
13 changed files with 168 additions and 153 deletions

View File

@@ -17,7 +17,6 @@ REQUIRES = [
'pip>=7.0.0',
'jinja2>=2.8',
'voluptuous==0.8.9',
'eventlet==0.19.0',
]
setup(