From 0303dc6e5210eee33de05a087a8ea40e80d43fb9 Mon Sep 17 00:00:00 2001 From: liangke Date: Tue, 4 Sep 2018 16:43:56 +0800 Subject: Python3 compatible Upgrade code compatibly with python-3.x Change-Id: I04f2e7a92d21f161a2e4cc904743043394616145 Issue-ID: MULTICLOUD-327 Signed-off-by: liangke --- pylog/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pylog/requirements.txt') diff --git a/pylog/requirements.txt b/pylog/requirements.txt index 3fb9241..16afb32 100644 --- a/pylog/requirements.txt +++ b/pylog/requirements.txt @@ -1,2 +1,2 @@ -PyYAML>=3.10 -watchdog>=0.8.3 +PyYAML +watchdog -- cgit 1.2.3-korg