From f539a1c872028989b209d167ca59e494028fbf01 Mon Sep 17 00:00:00 2001 From: neodarz <neodarz@neodarz.net> Date: Wed, 22 May 2019 21:39:26 +0200 Subject: [PATCH] Add pathvalidate module dependence --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 598a3e6..a32bac1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,7 @@ install_requires = semver tabulate tqdm + pathvalidate [options.entry_points] console_scripts = -- GitLab