Skip to content

Commit

Permalink
Make sqlalchemy main dependency to help migration (home-assistant#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Jul 16, 2016
1 parent 06d7054 commit 16c71ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'pip>=7.0.0',
'jinja2>=2.8',
'voluptuous==0.8.9',
'sqlalchemy==1.0.14',
]

setup(
Expand Down

0 comments on commit 16c71ab

Please sign in to comment.