File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,7 @@ 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.22 ;python_version < "3.5"
85
- allure-pytest == 2.8.36 ;python_version >= "3.5"
84
+ allure-pytest == 2.8.36
86
85
pdfminer.six == 20191110 ;python_version < "3.5"
87
86
pdfminer.six == 20201018 ;python_version >= "3.5"
88
87
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.22;python_version<"3.5"' ,
190
- 'allure-pytest==2.8.36;python_version>="3.5"' ,
189
+ 'allure-pytest==2.8.36'
191
190
'pdfminer.six==20191110;python_version<"3.5"' ,
192
191
'pdfminer.six==20201018;python_version>="3.5"' ,
193
192
],
You can’t perform that action at this time.
0 commit comments