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
This commit is contained in:
Dmitry Tantsur
2020-04-17 15:46:04 +02:00
parent ec625d0e93
commit 157016ea3c
-1
View File
@@ -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