Upgrade python-telegram-bot to 4.0.1 (#1927)

This commit is contained in:
Fabian Affolter 2016-04-28 08:09:38 +02:00
parent 59e95f0d86
commit f0bcdc6bd8
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.helpers import validate_config
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['python-telegram-bot==3.4']
REQUIREMENTS = ['python-telegram-bot==4.0.1']
def get_service(hass, config):