diff options
author | hariharan97 <rh20085046@wipro.com> | 2021-01-18 16:39:39 +0530 |
---|---|---|
committer | hariharan97 <rh20085046@wipro.com> | 2021-02-08 19:25:52 +0530 |
commit | d9902448f190fe1052d693cbfa7a5cb385613140 (patch) | |
tree | 98a04916e4e1636034749ddc89485e916f6780b8 /conductor/requirements.txt | |
parent | f4adf00f25425c6fce2b1256fa0de71bd9d5f077 (diff) |
"Nst-Selection enhancement"
Issue-ID: OPTFRA-764
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: Id5d05967e349381bc5769c79b91e4439ea38fc82
Diffstat (limited to 'conductor/requirements.txt')
-rw-r--r-- | conductor/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conductor/requirements.txt b/conductor/requirements.txt index 62630cb..0627288 100644 --- a/conductor/requirements.txt +++ b/conductor/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -cotyledon # Apache-2.0 +cotyledon>=1.7.3 # Apache-2.0 futurist>=0.11.0 # Apache-2.0 lxml>=4.5.0 # BSD oslo.config>=3.9.0 # Apache-2.0 @@ -28,3 +28,4 @@ Flask>=0.11.1 prometheus-client>=0.3.1 pycryptodome==3.9.7 jsonschema>=3.2.0 +tosca-parser>=2.2.0 |