diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-20 21:14:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-20 21:14:26 +0000 |
commit | 6a407a45c77662a42160462c8fa69261f3fc76b3 (patch) | |
tree | 8978922b2a24285eacd21e4afcc4cea5f3bc42f3 /helm/dev-requirements.txt | |
parent | 87d14cfc2cdcdfecbc75396d5347eae295bfb570 (diff) | |
parent | 9b7e81e78c70514aa123482610e274869b6ba137 (diff) |
Merge "Support python3 in all plugins"
Diffstat (limited to 'helm/dev-requirements.txt')
-rw-r--r-- | helm/dev-requirements.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/helm/dev-requirements.txt b/helm/dev-requirements.txt deleted file mode 100644 index 48bc5ba..0000000 --- a/helm/dev-requirements.txt +++ /dev/null @@ -1,6 +0,0 @@ -pyyaml==3.12 - --e git+https://github.com/cloudify-cosmo/cloudify-dsl-parser@4.1.1-build#egg=cloudify-dsl-parser==4.1.1 --e git+https://github.com/cloudify-cosmo/cloudify-rest-client@4.1.1-build#egg=cloudify-rest-client==4.1.1 --e git+https://github.com/cloudify-cosmo/cloudify-plugins-common@4.1.1-build#egg=cloudify-plugins-common==4.1.1 -nose |