Upgrade sqlalchemy to 1.2.8 (#14765)

This commit is contained in:
Fabian Affolter 2018-06-02 14:34:30 +02:00 committed by Paulus Schoutsen
parent f2dacb2570
commit a8413249c2
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['sqlalchemy==1.2.7']
REQUIREMENTS = ['sqlalchemy==1.2.8']
CONF_COLUMN_NAME = 'column'
CONF_QUERIES = 'queries'