Skip to content

Commit bf0dc99

Browse files
committed
don't require 0.x versions of json{patch,pointer}
1 parent 517b476 commit bf0dc99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
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>=2.0', 'jsonpatch==0.12',
28-
'jsonpointer==0.7'],
27+
install_requires=['robotframework', 'webtest>=2.0', 'jsonpatch',
28+
'jsonpointer'],
2929
packages=['HttpLibrary']
3030
)

0 commit comments

Comments
 (0)