Skip to content

Commit 7e6ef03

Browse files
authored
Update setup.py
1 parent fcc46bc commit 7e6ef03

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

setup.py

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def readme():
6262
extras_require={
6363
"web": ["robotframework-seleniumlibrary>=7.0"],
6464
"api": ["robotframework-requests>=0.9"],
65-
"mobile": ["robotframework-appiumlibrary>=2.0"],
65+
"mobile": ["robotframework-appiumlibrary>=3.0"],
6666
"all": [
6767
"robotframework-seleniumlibrary>=6.8.0",
6868
"robotframework-requests>=0.9",
@@ -77,19 +77,5 @@ def readme():
7777
"pytest-mock>=3.0",
7878
"flake8",
7979
],
80-
},
81-
classifiers=[
82-
"Framework :: Robot Framework",
83-
"Framework :: Robot Framework :: Library",
84-
"Programming Language :: Python :: 3",
85-
"Programming Language :: Python :: 3.10",
86-
"Programming Language :: Python :: 3.11",
87-
"Programming Language :: Python :: 3.12",
88-
"Programming Language :: Python :: 3.13",
89-
"License :: OSI Approved :: Apache Software License",
90-
"Topic :: Software Development :: Testing",
91-
"Topic :: Software Development :: Quality Assurance",
92-
"Intended Audience :: Developers",
93-
"Operating System :: OS Independent",
94-
],
80+
}
9581
)

0 commit comments

Comments
 (0)