Skip to content

Commit fb76650

Browse files
committed
require live test >= 2.0
1 parent ea746b8 commit fb76650

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
@@ -24,7 +24,7 @@
2424
zip_safe=False,
2525
classifiers=CLASSIFIERS.splitlines(),
2626
package_dir={'': 'src'},
27-
install_requires=['robotframework', 'webtest', 'jsonpatch==0.12',
27+
install_requires=['robotframework', 'webtest>=2.0', 'jsonpatch==0.12',
2828
'jsonpointer==0.7'],
2929
packages=['HttpLibrary']
3030
)

0 commit comments

Comments
 (0)