diff options
author | 2020-02-20 21:14:26 +0000 | |
---|---|---|
committer | 2020-02-20 21:14:26 +0000 | |
commit | 6a407a45c77662a42160462c8fa69261f3fc76b3 (patch) | |
tree | 8978922b2a24285eacd21e4afcc4cea5f3bc42f3 /dmaap/requirements.txt | |
parent | 87d14cfc2cdcdfecbc75396d5347eae295bfb570 (diff) | |
parent | 9b7e81e78c70514aa123482610e274869b6ba137 (diff) |
Merge "Support python3 in all plugins"
Diffstat (limited to 'dmaap/requirements.txt')
-rw-r--r-- | dmaap/requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dmaap/requirements.txt b/dmaap/requirements.txt index ffdb97f..54ffbc4 100644 --- a/dmaap/requirements.txt +++ b/dmaap/requirements.txt @@ -1 +1,3 @@ -python-consul==0.7.0 +python-consul>=0.7.0 +requests +cloudify-common>=5.0.5 |