summarylogtreecommitdiffstats
path: root/requirements.patch
blob: 8e25bbd2288168496aafe46c1d0e4864454aacd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
diff --unified --recursive --text package.orig/setup.py package.new/setup.py
--- package.orig/setup.py	2019-11-17 23:37:00.000000000 +0100
+++ package.new/setup.py	2020-03-25 10:35:51.286114759 +0100
@@ -23,17 +23,17 @@
 DOWNLOAD_URL = '{}/archive/v{}.zip'.format(GITHUB_URL, const.__version__)
 
 REQUIRES = [
-    'voluptuous==0.11.7',
-    'PyYAML==5.3.1',
-    'paho-mqtt==1.5.0',
-    'colorlog==4.1.0',
-    'tornado==5.1.1',
+    'voluptuous',
+    'PyYAML',
+    'paho-mqtt',
+    'colorlog',
+    'tornado',
     'typing>=3.6.6;python_version<"3.6"',
-    'protobuf==3.11.3',
-    'tzlocal==2.0.0',
-    'pytz==2020.1',
-    'pyserial==3.4',
-    'ifaddr==0.1.6',
+    'protobuf',
+    'tzlocal',
+    'pytz',
+    'pyserial',
+    'ifaddr',
 ]
 
 # If you have problems importing platformio and esptool as modules you can set
@@ -41,8 +41,8 @@
 # This means they have to be in your $PATH.
 if os.environ.get('ESPHOME_USE_SUBPROCESS') is None:
     REQUIRES.extend([
-        'platformio==4.3.4',
-        'esptool==2.8',
+        'platformio',
+        'esptool',
     ])
 
 CLASSIFIERS = [