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

Removed webcolors dependency in favor of dictionary lookup. (#2215)

* Removed webcolors dependency in favor of dictionary lookup.

* Fixed code style errors.

* Moved color dictionary to module per suggestion.

* Removed try/except per suggestion.
This commit is contained in:
mikebarris
2016-06-09 00:25:32 -05:00
committed by Paulus Schoutsen
parent ce829d194c
commit 5223d20668
4 changed files with 42 additions and 3 deletions

View File

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