summarylogtreecommitdiffstats
path: root/deps.patch
blob: 7928f6113b44bebe061c721b39b88666145712e0 (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
diff --unified --recursive --text a/gkraken.egg-info/requires.txt b/gkraken.egg-info/requires.txt
--- a/gkraken.egg-info/requires.txt	2019-07-23 05:16:26.161190907 -0400
+++ b/gkraken.egg-info/requires.txt	2019-07-23 05:12:07.837846955 -0400
@@ -1,8 +1,8 @@
-injector==0.14.1
-liquidctl==1.0.0
-matplotlib==3.0.0
-peewee==3.7.1
+injector>=0.14.1
+liquidctl>=1.0.0
+matplotlib>=3.0.0
+peewee>=3.7.1
 pygobject
 pyxdg
 requests
-rx==1.6.1
+rx>=1.6.1
diff --unified --recursive --text a/setup.py b/setup.py
--- a/setup.py	2019-07-23 05:16:26.161190907 -0400
+++ b/setup.py	2019-07-23 05:11:51.811179630 -0400
@@ -50,14 +50,14 @@
 
     },
     install_requires=[
-        'injector==0.14.1',
-        'liquidctl==1.0.0',
-        'matplotlib==3.0.0',
-        'peewee==3.7.1',
+        'injector>=0.14.1',
+        'liquidctl>=1.0.0',
+        'matplotlib>=3.0.0',
+        'peewee>=3.7.1',
         'pygobject',
         'pyxdg',
         'requests',
-        'rx==1.6.1',
+        'rx>=1.6.1',
     ],
     python_requires='~=3.6',
     entry_points={