Skip to content

Commit 9f325a7

Browse files
committed
Fix dependency break (serhatbolsu#417)
Python-Appium-Client 4.0.0 has removed certain features installation breaks currently as current codebase still uses those removed features like TouchAction
1 parent c5e6c95 commit 9f325a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'decorator >= 3.3.2',
3939
'robotframework >= 2.6.0',
4040
'docutils >= 0.8.1',
41-
'Appium-Python-Client >= 2.7.1',
41+
'Appium-Python-Client >= 2.7.1, < 4.0.0',
4242
'selenium >= 4.0.0',
4343
'kitchen >= 1.2.4',
4444
'six >= 1.10.0'

0 commit comments

Comments
 (0)