Remove Babel as requirement

This repo does not use Babel as requirement. See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html

Change I8636e7c86c6c5c608429fab88e181108ae615db9 added it temporarily,
it's time to remove it again.

Leave it in lower-constraints in case dependencies pull it in.

Change-Id: I66bfedcbe30c89a65355e5ab1db6996640d2bfcf
This commit is contained in:
Andreas Jaeger 2020-04-17 15:55:59 +02:00
parent 7bb6314e40
commit af916d9baa
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# Temporarily add Babel reference to avoid problem
# in keystone-coverage-db CI job
Babel!=2.4.0,>=2.3.4 # BSD
pbr!=2.1.0,>=2.0.0 # Apache-2.0
WebOb>=1.7.1 # MIT
Flask!=0.11,>=1.0.2 # BSD