From a720f76c848255cdc7c47f7227c230a49e3326ef Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 17 Apr 2020 09:45:08 -0700 Subject: [PATCH] Remove Babel requirement Babel is no longer a requirement for OpenStack projects. Let's remove it and save some disk space. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: Ib4944fb44fea53c8dd1908b7f264d45a84884639 --- diskimage-create/requirements.txt | 1 - lower-constraints.txt | 1 - requirements.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/diskimage-create/requirements.txt b/diskimage-create/requirements.txt index a1bc5564a3..45a798fc8f 100644 --- a/diskimage-create/requirements.txt +++ b/diskimage-create/requirements.txt @@ -1,4 +1,3 @@ -Babel>=1.3 diskimage-builder>=2.24.0 PyYAML six>=1.9.0 diff --git a/lower-constraints.txt b/lower-constraints.txt index 8188549cf9..296a3bce93 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -5,7 +5,6 @@ appdirs==1.4.3 asn1crypto==0.24.0 astroid==1.3.8 automaton==1.14.0 -Babel==2.3.4 bandit==1.4.0 bashate==0.5.1 bcrypt==3.1.4 diff --git a/requirements.txt b/requirements.txt index 050e01d5df..a8fd7f5846 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,6 @@ pecan>=1.3.2 # BSD pbr!=2.1.0,>=2.0.0 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT SQLAlchemy-Utils>=0.30.11 -Babel!=2.4.0,>=2.3.4 # BSD futurist>=1.2.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 rfc3986>=0.3.1 # Apache-2.0