Remove Babel requirement

Babel is no longer a requirement for OpenStack projects.
Let's remove it and save some disk space.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html

Change-Id: Ide1a76f05867188ef65b69fe151cdf8e7f77ce94
This commit is contained in:
Michael Johnson 2020-04-17 09:48:41 -07:00
parent 17836502fa
commit dd1741dc1e
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
asn1crypto==0.23.0
Babel==2.3.4
bandit==1.4.0
cffi==1.7.0
cliff==2.8.0

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!=2.4.0,>=2.3.4 # BSD
cliff!=2.9.0,>=2.8.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0