1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

Mark python 3.5 support deprecated (#849)

* Mark python 3.5 unsupported

Fixes https://github.com/esphome/issues/issues/831

* Update .travis.yml

* Update typing dep
This commit is contained in:
Otto Winter
2019-11-12 21:44:28 +01:00
committed by GitHub
parent 8677d47777
commit 663f84f8b4
3 changed files with 9 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ REQUIRES = [
'paho-mqtt==1.4.0',
'colorlog==4.0.2',
'tornado==5.1.1',
'typing>=3.6.6;python_version<"3.5"',
'typing>=3.6.6;python_version<"3.6"',
'protobuf==3.10.0',
'tzlocal==2.0.0',
'pytz==2019.3',