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

Change-Id: I0decb5537c8d3c920547f4a086b600f7b8782eec
This commit is contained in:
Dmitry Tantsur 2020-04-17 15:44:08 +02:00
parent 6e71d437b5
commit 891773e45a
2 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
Babel==1.3.0
hacking==2.0.0
mypy==0.720
oslotest==1.5.1

View File

@ -1,5 +1,3 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
Babel>=1.3