Fix gate to add babel in requirement

Current gate is failing with below error
-   ModuleNotFoundError: No module named 'babel'

Change-Id: If701a694dff4189256e28afac061f4abc8fb8fbf
This commit is contained in:
Prankul Mahajan 2020-09-07 11:46:52 +05:30
parent 2d5d6dd491
commit 2172cfb03c
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
# package to get the right headers...
greenlet>=0.4.10 # MIT
Babel!=2.4.0,>=2.3.4 # BSD
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
PasteDeploy>=1.5.0 # MIT
Routes>=2.3.1 # MIT