X Tutup
Skip to content

Commit cf169fc

Browse files
committed
update dependency to =>2.6.0. 2.5 is not supported because library uses logging api.
1 parent 0aedb27 commit cf169fc

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
@@ -39,7 +39,7 @@
3939
install_requires = [
4040
'decorator >= 3.3.2',
4141
'selenium >= 2.8.1',
42-
'robotframework == 2.6.3',
42+
'robotframework >= 2.6.0',
4343
'docutils >= 0.8.1'
4444
],
4545
py_modules=['ez_setup'],

0 commit comments

Comments
 (0)
X Tutup