From bbd9e30e530f1d94fc2102b323b47582d7af7749 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Fri, 20 Mar 2020 16:59:46 -0400 Subject: [PATCH] Not sure why lftools requires virtualenv In any case this breaks all tox runs. as tox-install updates the virtualenv package. Signed-off-by: Aric Gardner Change-Id: I78b07ee249c7201e99a3dbf2881910443dc94161 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8617a306..950c603a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,6 @@ tabulate==0.8.6 toml==0.10.0 tqdm==4.43.0 urllib3==1.25.8 -virtualenv==20.0.9 websocket-client==0.57.0 wrapt==1.12.1 xdg==3.0.2 -- 2.16.6