From 1c8e8b60335dd2cadcdb15d835bca8be0ec2dd30 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 7 Dec 2022 17:06:30 -0700 Subject: [PATCH] Update pip-tools The previous version was incompatible with newer pip versions! Signed-off-by: Zack Cerza --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8472268d3..2a322e88b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ install_requires = netaddr paramiko pexpect - pip-tools + pip-tools>=6.10.0 prettytable psutil>=2.1.0 pyasn1 -- 2.47.3