diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-09-29 10:58:53 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-09-29 10:58:53 +0200 |
commit | c566322e03b2833c805743f4dc3d072b251e3cfd (patch) | |
tree | abf0533ca276940a95909d8d6dbdd90f2cb626c1 /requirements.txt | |
parent | d73266541638d1034818d4806c34f68787bd373d (diff) |
use onapsdk 7.0.0 and no more the develop branch
Issue-ID: TEST-240
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ide0690c3c75a967e1cfa1ce44b1ff7199867cfbd
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index db1ffea..7ed56d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ xtesting openstacksdk --e git+https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk.git@develop#egg=onapsdk +onapsdk>=7.0.0 |