File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ Pillow==8.1.2;python_version>="3.6"
81
81
rich == 9.13.0 ;python_version >= "3.6" and python_version<"4.0"
82
82
tornado == 5.1.1 ;python_version < "3.5"
83
83
tornado == 6.1 ;python_version >= "3.5"
84
- allure-pytest == 2.8.36 ;python_version >= "3.5"
85
84
pdfminer.six == 20191110 ;python_version < "3.5"
86
85
pdfminer.six == 20201018 ;python_version >= "3.5"
87
86
Original file line number Diff line number Diff line change 186
186
'rich==9.13.0;python_version>="3.6" and python_version<"4.0"' ,
187
187
'tornado==5.1.1;python_version<"3.5"' ,
188
188
'tornado==6.1;python_version>="3.5"' ,
189
- 'allure-pytest==2.8.36;python_version>="3.5"' ,
190
189
'pdfminer.six==20191110;python_version<"3.5"' ,
191
190
'pdfminer.six==20201018;python_version>="3.5"' ,
192
191
],
You can’t perform that action at this time.
0 commit comments