Skip to content

Commit 478a0a4

Browse files
author
Carlos Kidman
committed
Update install_requires for python 3.10+
1 parent 9925cc3 commit 478a0a4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

setup.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
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
(

0 commit comments

Comments
 (0)