Remove Babel requirement

It's not really clear why this was added, but it isn't required and
brings in false dependencies.

Change-Id: Icf0caf5eef266833adaae71936e959bdc61dbe94
This commit is contained in:
Ian Wienand 2020-02-12 11:29:19 +11:00
parent dcc872442f
commit bd5e4cddf3

View File

@ -3,6 +3,5 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
PrettyTable<0.8 # BSD
statsd>=3.2.1 # MIT