Restrict required sushy version to 1.2.0

Because sushy 1.3.0 added support for SessionService uri, but RSD
PODM don't contain it, it lead to rsd-lib cannot work. This is
temporary workaround. In the future, making rsd-lib only partial
inherit from sushy is a better solution.

Change-Id: I25959e996842f36b968c1896a9e3cedbf44ed8d5
This commit is contained in:
Lin Yang 2018-01-30 09:08:42 -08:00
parent 09d568f8d5
commit d7f2bd9967

View File

@ -3,5 +3,5 @@
# process, which may cause wedges in the gate later.
pbr>=2.0 # Apache-2.0
sushy>=0.1.0 # Apache-2.0
sushy<=1.2.0 # Apache-2.0
jsonschema<3.0.0,>=2.6.0 # MIT