From 77c9be50b9b1f0147dc7ce01da8399cdf23d30bb Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 23 Aug 2017 15:40:07 -0400 Subject: [PATCH] Add missing PrettyTable requirement This is required as of 939fa2c0f Make cinder-manage online migrations more verbose Change-Id: I59dc3735c02a67ec702a8fe7f87bbc4e77d109f9 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6a5323f37c8..0654da34198 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,6 +34,7 @@ osprofiler>=1.4.0 # Apache-2.0 paramiko>=2.0.0 # LGPLv2.1+ Paste # MIT PasteDeploy>=1.5.0 # MIT +PrettyTable>=0.7.1,<0.8 # BSD psutil>=3.2.2 # BSD pyparsing>=2.1.0 # MIT python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0