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

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

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