File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ chardet==3.0.4
10
10
urllib3 == 1.25.6
11
11
requests >= 2.22.0
12
12
selenium == 3.141.0
13
- pluggy >= 0.12 .0
14
- attrs >= 19.2 .0
13
+ pluggy >= 0.13 .0
14
+ attrs >= 19.3 .0
15
15
pytest >= 4.6.6 ;python_version < "3"
16
16
pytest >= 5.2.1 ;python_version >= "3"
17
17
pytest-cov >= 2.8.1
@@ -29,6 +29,7 @@ colorama>=0.4.1
29
29
pymysql >= 0.9.3
30
30
pyotp >= 2.3.0
31
31
boto >= 2.49.0
32
+ cffi >= 1.13.0
32
33
tqdm >= 4.36.1
33
34
flake8 >= 3.7.8
34
35
certifi >= 2019.9.11
Original file line number Diff line number Diff line change 93
93
'urllib3==1.25.6' , # Must stay in sync with "requests"
94
94
'requests>=2.22.0' ,
95
95
'selenium==3.141.0' ,
96
- 'pluggy>=0.12 .0' ,
97
- 'attrs>=19.2 .0' ,
96
+ 'pluggy>=0.13 .0' ,
97
+ 'attrs>=19.3 .0' ,
98
98
'pytest>=4.6.6;python_version<"3"' , # For Python 2 compatibility
99
99
'pytest>=5.2.1;python_version>="3"' ,
100
100
'pytest-cov>=2.8.1' ,
112
112
'pymysql>=0.9.3' ,
113
113
'pyotp>=2.3.0' ,
114
114
'boto>=2.49.0' ,
115
+ 'cffi>=1.13.0' ,
115
116
'tqdm>=4.36.1' ,
116
117
'flake8>=3.7.8' ,
117
118
'certifi>=2019.9.11' ,
You can’t perform that action at this time.
0 commit comments