Remove Babel as a runtime requirement

It's not.

Change-Id: I7a6a194bfd73a7e64c2a4e260c242af1e7de7986
This commit is contained in:
Julien Danjou 2017-05-16 12:11:11 +02:00
parent 9d76e94a7f
commit 0658992b0b
2 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,4 @@
# 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
six>=1.9.0 # MIT

View File

@ -15,3 +15,4 @@ testscenarios>=0.4 # Apache-2.0/BSD
oslo.config>=3.22.0 # Apache-2.0
reno>=1.8.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD