mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Fix docker installs using old platformio version (#125)
* Fix min platformio version and update requirements * Remove unnecessary requirements from travis
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| voluptuous==0.11.1 | ||||
| platformio==3.5.2 | ||||
| pyyaml==3.12 | ||||
| paho-mqtt==1.3.1 | ||||
| colorlog==3.1.2 | ||||
| tornado==5.0.2 | ||||
| esptool==2.3.1 | ||||
| voluptuous>=0.11.1 | ||||
| platformio>=3.5.3 | ||||
| pyyaml>=3.12 | ||||
| paho-mqtt>=1.3.1 | ||||
| colorlog>=3.1.2 | ||||
| tornado>=5.0.0 | ||||
| esptool>=2.3.1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user