Remove Babel from requirements

It's not a runtime dependency (and even oslo.i18n is dropping it).

Change-Id: I678338bda728c683a6cf37df2abb706c48a980e2
This commit is contained in:
Dmitry Tantsur 2020-04-17 11:43:52 +02:00
parent 4918c49829
commit 4129baee14
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
Babel==2.3.4
oslo.config==5.2.0
oslo.i18n==3.15.3
enum34==1.0.4

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.3.4 # BSD
oslo.config>=5.2.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
PrettyTable<0.8,>=0.7.1 # BSD