summaryrefslogtreecommitdiffstats
path: root/relationships/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-12-07Build py3 wagons in-parallelvv770d1-1/+1
And disable helm2 plugin build Change-Id: I36f70225fdea3cd5141d5d697fc060ed0a3f22f6 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2525 Issue-ID: DCAEGEN2-2544 Signed-off-by: vv770d <vv770d@att.com>
2019-11-26Support python3 in all pluginsMiroslav Los1-1/+3
Unify tox/requirements/setup.py requirement specifications. Do not set upper version limits if possible. Drop uuid as dependency included with standard library. Drop import of unmaintained cloudify_importer without python3 version. Use PEP 508 URLs in requirements for non-PyPI (github) releases. Use cloudify-common 5 release; pre-release package for python3. Rewrite uses of map with loops/comprehensions. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: DCAEGEN2-1956 Change-Id: I7b3ceb97a628e3af5bda3178d182f4207069e86d
2018-04-19Remove explicit requirements to make build *any*2.0.0-ONAPbeijing2.0.0-ONAPMichael Hwang1-9/+0
There are certain python dependencies that will cause built wagons to be tied to the operating system it was built on. Simply removed almost all explicit dependencies. Change-Id: I4823f3c32f87e1843f788badf98468a3159074f5 Issue-ID: DCAEGEN2-455 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-25Toxify for docker and relationshipMichael Hwang1-2/+0
Issue-Id: DCAEGEN2-60 Change-Id: Idaacf7239a54a21d45d77731cae13e5115b68f02 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-08-23Add docker and relationships pluginMichael Hwang1-0/+12
Change-Id: I323599ae2965f081f2061b6791635bbeddb09811 Issue-Id: DCAEGEN2-79 Signed-off-by: Michael Hwang <mhwang@research.att.com>