From 0f97d8e920405ed9c21c9789c62ab60a615603ce Mon Sep 17 00:00:00 2001 From: likui Date: Tue, 27 Oct 2020 11:35:53 +0800 Subject: [PATCH] Remove the unused coding style modules Python modules related to coding style checks (listed in blacklist.txt in openstack/requirements repo) are dropped from lower-constraints.txt they are not needed during installation. Change-Id: Ic777b435723f663b408c778f661811439b486071 --- lower-constraints.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 0928e75338..cfb0fe3d0c 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -35,7 +35,6 @@ keystonemiddleware==4.17.0 linecache2==1.0.0 lxml==3.4.1 MarkupSafe==1.0 -mccabe==0.2.1 mock==2.0 monotonic==1.4 msgpack==0.5.6