Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
Removed reference to protbuf
  • Loading branch information
mark1foley committed Mar 16, 2022
1 parent 394edc4 commit f3716a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions custom_components/gtfs_rt/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = [
'gtfs-realtime-bindings==0.0.5',
'protobuf==3.6.1'
]

ATTR_STOP_ID = "Stop ID"
ATTR_ROUTE = "Route"
ATTR_DUE_IN = "Due in"
Expand Down

0 comments on commit f3716a7

Please sign in to comment.