diff options
author | liangke <lokyse@163.com> | 2018-09-04 16:43:56 +0800 |
---|---|---|
committer | liangke <lokyse@163.com> | 2018-09-05 09:32:19 +0800 |
commit | 0303dc6e5210eee33de05a087a8ea40e80d43fb9 (patch) | |
tree | 87d4c094c16f592ab5f79eaaa5134f2059adecd1 /pylog/requirements.txt | |
parent | 7e1d40b6f91c4da5b52ef98a27f938ccc6229baf (diff) |
Python3 compatible
Upgrade code compatibly with python-3.x
Change-Id: I04f2e7a92d21f161a2e4cc904743043394616145
Issue-ID: MULTICLOUD-327
Signed-off-by: liangke <lokyse@163.com>
Diffstat (limited to 'pylog/requirements.txt')
-rw-r--r-- | pylog/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |