From db79d393fc6345e2591ac1e21c0fedd36cfaae1c Mon Sep 17 00:00:00 2001 From: yatin Date: Tue, 8 Aug 2017 10:17:11 +0530 Subject: Remove Babel as a runtime requirement Babel is in requirements.txt but is no longer required post [0]. [0] https://review.openstack.org/#/c/145273/ Change-Id: I5d906f84ecbd144073a019936af227702b1c699a --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dcdc24f..fa22fd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD PrettyTable<0.8,>=0.7.1 # BSD keystoneauth1>=3.1.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 -- cgit v1.2.1