
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
9 lines
266 B
Plaintext
9 lines
266 B
Plaintext
# 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.
|
|
|
|
hacking==2.0.0
|
|
mypy==0.720
|
|
oslotest==1.5.1
|
|
reno==2.5.0
|