Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Updated setup.py so that installation also allows latest version of A…
Browse files Browse the repository at this point in the history
…ppium Python client

Signed-off-by: Bas Dijkstra <[email protected]>
  • Loading branch information
basdijkstra committed Nov 11, 2020
1 parent cca5ed5 commit b522217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
python_requires=">=3.6",
install_requires=[
"selenium==3.141.0",
"Appium-Python-Client==1.0.1",
"Appium-Python-Client>=1.0.1",
"decorator>=4.4.2",
"requests>=2.24.0",
"importlib-metadata>=1.7.0",
Expand Down

0 comments on commit b522217

Please sign in to comment.