Skip to content

Commit

Permalink
add sqlalchemy to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm committed Aug 16, 2020
1 parent 59f7bf1 commit e0992a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
import os
from setuptools import setup

requirements = ["homeassistant"]
requirements = [
"homeassistant",
"sqlalchemy",
]
with open("requirements_test.txt","r") as f:
for line in f:
if "txt" not in line and "#" not in line:
Expand Down

0 comments on commit e0992a5

Please sign in to comment.