From 157016ea3c3f6e9804af60dd748919cd3d942092 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 17 Apr 2020 15:46:04 +0200 Subject: Remove Babel from requirements It's not a runtime dependency (and even oslo.i18n has dropped it). The translation infrastructure installs Babel explicitly. See this mailing list thread for a full reasoning: http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Keeping Babel in lower-constraints since other projects still pull it. Change-Id: I1c92bd28c3f54368b591b965b5f904c8fda424e0 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec2d7af..5204dc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,3 @@ python-keystoneclient>=3.8.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 simplejson>=3.5.1 # MIT six>=1.10.0 # MIT -Babel!=2.4.0,>=2.3.4 # BSD -- cgit v1.2.1