From c59225cefda8e8286717ca0e9db48385d5409296 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 17 Apr 2020 16:10:30 +0200 Subject: [PATCH] Remove Babel requirement Babel is not needed as requirement, remove it. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: I953b12bc3237c96ae640808949068ec4a4f85181 --- lower-constraints.txt | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index dd0151fadc82..81cb9a58ac2f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -4,7 +4,6 @@ appdirs==1.4.3 asn1crypto==0.24.0 attrs==17.4.0 automaton==1.14.0 -Babel==2.3.4 bandit==1.1.0 cachetools==2.0.1 castellan==0.16.0 diff --git a/requirements.txt b/requirements.txt index ac0404d0815c..dc03016f7bd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,6 @@ sqlalchemy-migrate>=0.13.0 # Apache-2.0 netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT paramiko>=2.0.0 # LGPLv2.1+ -Babel!=2.4.0,>=2.3.4 # BSD iso8601>=0.1.11 # MIT jsonschema>=2.6.0 # MIT python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0