Skip to content

Commit 4e67263

Browse files
authored
chore: use strict versions
1 parent 47e17fc commit 4e67263

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

requirements_darwin.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
aenum>=2.1.2
2-
flaky>=3.4.0
3-
psutil>=5.4.8
4-
parameterized>=0.6.1
5-
nose-parameterized>=0.6.0
6-
nose>=1.3.7
7-
nose-html-reporting>=0.2.3
8-
Pillow>=5.3.0
9-
numpy>=1.15.4
10-
opencv-python>=3.4.3.18
11-
pytesseract>=0.2.5
12-
flake8>=3.6.0
13-
pylint>=1.9.4
14-
selenium>=3.141.0
1+
aenum==2.1.2
2+
flaky==3.4.0
3+
psutil==5.4.8
4+
parameterized==0.6.1
5+
nose-parameterized==0.6.0
6+
nose==1.3.7
7+
nose-html-reporting==0.2.3
8+
Pillow==5.3.0
9+
numpy==1.15.4
10+
opencv-python==3.4.3.18
11+
pytesseract==0.2.5
12+
flake8==3.6.0
13+
pylint==1.9.4
14+
selenium==3.141.0
1515
webdriver_manager==1.8
16-
atomac>=1.1.0
17-
PyObjC>=5.1.1
18-
subprocess32>=3.5.3
19-
requests>=2.21.0
20-
pytz>=2018.9
21-
Appium-Python-Client>=0.28
22-
pyautogui==0.9.39
16+
atomac==1.1.0
17+
PyObjC==5.1.1
18+
subprocess32==3.5.3
19+
requests==2.21.0
20+
pytz==2018.9
21+
Appium-Python-Client==0.28
22+
pyautogui==0.9.5
2323
python-xlib==0.25

0 commit comments

Comments
 (0)