Skip to content

Commit 5f5e1f9

Browse files
authored
Fix dependency break (#417) (#418)
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 0151d5b commit 5f5e1f9

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)