summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helm/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/requirements.txt b/helm/requirements.txt
index 038951f..1432553 100644
--- a/helm/requirements.txt
+++ b/helm/requirements.txt
@@ -13,5 +13,5 @@ pyyaml>=3.12
# will need to wait for a python3-supporting release of cloudify.
# 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; python_version<"3"
+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"