From 519156512c774b20eb6f61a264ae7165e698a15f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 28 Aug 2019 23:01:39 +0300 Subject: [PATCH] Strict versions for "semantic_version" and "tabulate" --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 66e0f9c8..534bb725 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ install_requires = [ "colorama", "pyserial>=3,<4,!=3.3", "requests>=2.4.0,<3", - "semantic_version>=2.5.0,<3", - "tabulate>=0.8.3" + "semantic_version>=2.5.0,<2.7.0", + "tabulate>=0.8.3,<1" ] setup(