File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1515 long_description = open ("README.md" ).read (),
1616 long_description_content_type = "text/markdown" ,
1717 install_requires = [
18- "selenium= =4.1.0" ,
19- "pytest= =6.1.0" ,
20- "pytest-xdist= =2.4.0" ,
21- "pytest-parallel= =0.1.1" ,
22- "pydantic= =1.9.0" ,
23- "pytest-reportportal= =5.0.12" ,
24- "Faker= =8.16.0" ,
25- "requests= =2.27.1" ,
26- "webdriver-manager= =3.5.4" ,
27- "click= =7.1.2" ,
28- "pyfiglet= =0.8.post1" ,
29- "axe-selenium-python= =2.1.6" ,
30- "selenium-wire= =4.6.3" ,
18+ "selenium> =4.1.0" ,
19+ "pytest> =6.1.0" ,
20+ "pytest-xdist> =2.4.0" ,
21+ "pytest-parallel> =0.1.1" ,
22+ "pydantic> =1.9.0" ,
23+ "pytest-reportportal> =5.0.12" ,
24+ "Faker> =8.16.0" ,
25+ "requests> =2.27.1" ,
26+ "webdriver-manager> =3.5.4" ,
27+ "click> =7.1.2" ,
28+ "pyfiglet> =0.8.post1" ,
29+ "axe-selenium-python> =2.1.6" ,
30+ "selenium-wire> =4.6.3" ,
3131 ],
3232 data_files = [
3333 (
You can’t perform that action at this time.
0 commit comments