Updated from global requirements

Change-Id: I77cb91aa55fe3b88e598922141faf50e01c1594f
This commit is contained in:
OpenStack Proposal Bot 2016-04-29 23:05:28 +00:00
parent a323769143
commit 6964cdd3cd
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ pbr>=1.6 # Apache-2.0
Paste # MIT
PasteDeploy>=1.5.0 # MIT
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT
Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT
Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
debtcollector>=1.2.0 # Apache-2.0
eventlet!=0.18.3,>=0.18.2 # MIT
pecan>=1.0.0 # BSD