From b522217ec76708b51add05d9aa6a9ccfe52941b0 Mon Sep 17 00:00:00 2001 From: Bas Dijkstra Date: Wed, 11 Nov 2020 16:40:49 +0100 Subject: [PATCH] Updated setup.py so that installation also allows latest version of Appium Python client Signed-off-by: Bas Dijkstra --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93085595..1e5e5003 100644 --- a/setup.py +++ b/setup.py @@ -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",