move plugins from from ccsdk to dcaegen2
[dcaegen2/platform/plugins.git] / helm / requirements.txt
1 pyyaml>=3.12
2 #cloudify-common>=5.0.5
3 # The released version of cloudify-common has limited python3 support.
4 #
5 # This build linked from github is more complete in this regard, and
6 # has at least the tests written for pgaas passing. The other plugins
7 # do not seem to have tests that exercise the unconverted parts.
8 #
9 # The build was created from a WIP branch, but only parts of the branch
10 # were merged for release 5.0.5.
11 #
12 # It means that while this plugin is ready for python3, all the plugins
13 # will need to wait for a python3-supporting release of cloudify.
14 # When such a version is released, the single requirement should suffice.
15 # The install_requires in setup.py may also be uncommented then.
16 cloudify-common>=5.0.5; python_version<"3"
17 cloudify-common @ git+https://github.com/cloudify-cosmo/cloudify-common@cy-1374-python3#egg=cloudify-common==5.0.5; python_version>="3"