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: Ib24d2941ac0f780f9092e48b17c343f8eb1d7151
This commit is contained in:
Dmitry Tantsur 2020-04-17 13:14:47 +02:00
parent 790ead00bb
commit da4e1ca95f

View File

@ -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
openstacksdk>=0.44.0 # Apache-2.0
osc-lib>=2.0.0 # Apache-2.0