File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,12 @@ coverage==5.2
42
42
pyotp == 2.3.0
43
43
boto == 2.49.0
44
44
cffi == 1.14.0
45
- rich == 3.0.5 ;python_version >= "3.6" and python_version<"4.0"
45
+ rich == 3.1.0 ;python_version >= "3.6" and python_version<"4.0"
46
46
flake8 == 3.7.9 ;python_version < "3.5"
47
47
flake8 == 3.8.3 ;python_version >= "3.5"
48
48
pyflakes == 2.1.1 ;python_version < "3.5"
49
49
pyflakes == 2.2.0 ;python_version >= "3.5"
50
50
certifi >= 2020.6.20
51
+ allure-pytest == 2.8.16
51
52
pdfminer.six == 20191110 ;python_version < "3.5"
52
53
pdfminer.six == 20200517 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 134
134
'pyotp==2.3.0' ,
135
135
'boto==2.49.0' ,
136
136
'cffi==1.14.0' ,
137
- 'rich==3.0.5 ;python_version>="3.6" and python_version<"4.0"' ,
137
+ 'rich==3.1.0 ;python_version>="3.6" and python_version<"4.0"' ,
138
138
'flake8==3.7.9;python_version<"3.5"' ,
139
139
'flake8==3.8.3;python_version>="3.5"' ,
140
140
'pyflakes==2.1.1;python_version<"3.5"' ,
141
141
'pyflakes==2.2.0;python_version>="3.5"' ,
142
142
'certifi>=2020.6.20' ,
143
+ 'allure-pytest==2.8.16' ,
143
144
'pdfminer.six==20191110;python_version<"3.5"' ,
144
145
'pdfminer.six==20200517;python_version>="3.5"' ,
145
146
],
You can’t perform that action at this time.
0 commit comments