From ee8ab40315245344db0f25982dd08a805049afe5 Mon Sep 17 00:00:00 2001 From: SSE4 Date: Sun, 15 Sep 2019 17:22:10 +0700 Subject: [PATCH] - add configparser Signed-off-by: SSE4 --- conan_deploy_tool/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/conan_deploy_tool/requirements.txt b/conan_deploy_tool/requirements.txt index ee02eca..5165ab3 100644 --- a/conan_deploy_tool/requirements.txt +++ b/conan_deploy_tool/requirements.txt @@ -1,2 +1,3 @@ backports.tempfile; python_version < '3.0' +configparser>=3.5.0 six