From dfe47ced5a754868386fc58a4894ccc0475ef01b Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 6 Apr 2020 14:38:32 +0200 Subject: [PATCH] Remove Babel from requirements It's not used in runtime and is only needed (presumably) for building i18n catalogs. Change-Id: I0a8b15e6680f8ef13693fb961b8eb4c729b37dae --- lower-constraints.txt | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index add0f09..19e8201 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,7 +1,6 @@ alabaster==0.7.10 amqp==2.1.1 appdirs==1.3.0 -Babel==2.3.4 bandit==1.4.0 cachetools==2.0.0 cliff==2.8.0 diff --git a/requirements.txt b/requirements.txt index 3802af6..d3f48c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 six>=1.10.0 # MIT -Babel!=2.4.0,>=2.3.4 # BSD cliff!=2.9.0,>=2.8.0 # Apache-2.0 keystoneauth1>=3.14.0 # Apache-2.0 openstacksdk>=0.15.0 # Apache-2.0