Make sqlalchemy main dependency to help migration (#2536)

This commit is contained in:
Paulus Schoutsen 2016-07-16 11:39:44 -07:00 committed by GitHub
parent 06d70544bc
commit 16c71ab207
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pytz>=2016.4
pip>=7.0.0
jinja2>=2.8
voluptuous==0.8.9
sqlalchemy==1.0.14
# homeassistant.components.isy994
PyISY==1.0.6

View File

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