aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pymeeus/relax-dep-requirements.patch
blob: 3aa6adac0dcdcaef231bafb75ca592ac378fb8cd (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
diff --git a/requirements.txt b/requirements.txt
index a104833..952532a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,18 +1,18 @@
-atomicwrites==1.2.1
-attrs==18.2.0
-configparser==3.5.0
-coverage==4.5.2
-enum34==1.1.6
-flake8==3.6.0
-funcsigs==1.0.2
-mccabe==0.6.1
-more-itertools==4.3.0
-pathlib2==2.3.2
-pluggy==0.8.0
-py==1.7.0
-pycodestyle==2.4.0
-pyflakes==2.0.0
-pytest==4.0.1
-pytest-cov==2.6.0
-scandir==1.9.0
-six==1.11.0
+atomicwrites>=1.2.1
+attrs>=18.2.0
+configparser>=3.5.0
+coverage>=4.5.2
+enum34>=1.1.6
+flake8>=3.6.0
+funcsigs>=1.0.2
+mccabe>=0.6.1
+more-itertools>=4.3.0
+pathlib2>=2.3.2
+pluggy>=0.8.0
+py>=1.7.0
+pycodestyle>=2.4.0
+pyflakes>=2.0.0
+pytest>=4.0.1
+pytest-cov>=2.6.0
+scandir>=1.9.0
+six>=1.11.0