mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Lock SQLAlchemy
This commit is contained in:
parent
982baaba22
commit
f31ba11861
@ -12,7 +12,8 @@ from homeassistant.helpers.entity import Entity
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_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#"
|
"d6aea616e50a0f412b90c37dd7808296f1a6d881.zip#"
|
||||||
"pygtfs==0.1.2"]
|
"pygtfs==0.1.2"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ PyMata==2.07a
|
|||||||
# RPi.GPIO==0.6.1
|
# RPi.GPIO==0.6.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.gtfs
|
# homeassistant.components.sensor.gtfs
|
||||||
SQLAlchemy
|
SQLAlchemy==1.0.12
|
||||||
|
|
||||||
# homeassistant.components.media_player.sonos
|
# homeassistant.components.media_player.sonos
|
||||||
SoCo==0.11.1
|
SoCo==0.11.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user