summaryrefslogtreecommitdiffstats
path: root/helm/requirements.txt
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2020-12-04 18:22:12 +0000
committervv770d <vv770d@att.com>2020-12-07 20:07:15 +0000
commit7cd6016f4109e3a47c3e993be41c5b8ebb555c91 (patch)
tree62d7b763549c47524f680cef3dde4bc28c66008f /helm/requirements.txt
parentcc43f20558aa8e6492e64904077b28a8d0f383dc (diff)
Build py3 wagons in-parallel
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>
Diffstat (limited to 'helm/requirements.txt')
-rw-r--r--helm/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/requirements.txt b/helm/requirements.txt
index 1432553..a4e0a01 100644
--- a/helm/requirements.txt
+++ b/helm/requirements.txt
@@ -14,4 +14,4 @@ pyyaml>=3.12
# When such a version is released, the single requirement should suffice.
# The install_requires in setup.py may also be uncommented then.
cloudify-common>=5.0.5,<5.1.0; python_version<"3"
-cloudify-common @ git+https://github.com/cloudify-cosmo/cloudify-common@cy-1374-python3#egg=cloudify-common==5.0.5; python_version>="3"
+cloudify-common>=5.1.0; python_version>="3"