1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00

Lock SQLAlchemy

This commit is contained in:
Robbie Trencheny 2016-03-26 18:05:34 -07:00
parent 982baaba22
commit f31ba11861
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ from homeassistant.helpers.entity import Entity
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ["SQLAlchemy", "https://github.com/jarondl/pygtfs/archive/"
REQUIREMENTS = ["SQLAlchemy==1.0.12",
"https://github.com/jarondl/pygtfs/archive/"
"d6aea616e50a0f412b90c37dd7808296f1a6d881.zip#"
"pygtfs==0.1.2"]

View File

@ -16,7 +16,7 @@ PyMata==2.07a
# RPi.GPIO==0.6.1
# homeassistant.components.sensor.gtfs
SQLAlchemy
SQLAlchemy==1.0.12
# homeassistant.components.media_player.sonos
SoCo==0.11.1