From 01a60ff23b979eb676658713748598ba4892163a Mon Sep 17 00:00:00 2001 From: Miroslav Los Date: Tue, 26 Nov 2019 14:20:36 +0100 Subject: Support python3 in all plugins Unify tox/requirements/setup.py requirement specifications. Do not set upper version limits if possible. Drop uuid as dependency included with standard library. Drop import of unmaintained cloudify_importer without python3 version. Use PEP 508 URLs in requirements for non-PyPI (github) releases. Use cloudify-common 5 release; pre-release package for python3. Rewrite uses of map with loops/comprehensions. Signed-off-by: Miroslav Los Issue-ID: DCAEGEN2-1956 Change-Id: I7b3ceb97a628e3af5bda3178d182f4207069e86d --- docker/requirements.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docker/requirements.txt') diff --git a/docker/requirements.txt b/docker/requirements.txt index 35db24e..36602c8 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,2 +1,5 @@ -onap-dcae-dockering==1.4.0 -onap-dcae-dcaepolicy-lib>=2.4.1,<3.0.0 +python-consul>=0.6.0 +onap-dcae-dockering>=1.4.0 +onap-dcae-dcaepolicy-lib>=2.4.1 +cloudify-common>=5.0.0; python_version<"3" +cloudify-common @ git+https://github.com/cloudify-cosmo/cloudify-common@cy-1374-python3#egg=cloudify-common==5.0.0; python_version>="3" -- cgit 1.2.3-korg