From 432bca4baa6d704301b0c6e24026018212ecc368 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Sat, 24 Mar 2018 22:36:08 +0800 Subject: Support of file digest in manifest file Per sol-004, section 4.3.2, the csar manifest file should include the digest of individual files contained in the package. This patch lays the foundation of that support. - Added content check of manifest file - Added support of generating local file digest in manifest file Change-Id: If575012d319e6f6aa0e2259e7405d8a2b6f8f338 Issue-ID: VNFSDK-174 Signed-off-by: Lianhao Lu --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 0153edc..f27a466 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ ruamel.yaml<0.12.0,>=0.11.12 requests<2.14.0,>=2.3.0 apache-ariatosca==0.1.1 stevedore >= 1.9.0 +udatetime<1.0,>=0.0.16 -- cgit 1.2.3-korg