Updated from global requirements

Change-Id: Ic951a373ceb13a8b0eb636d072d47b9e5b2011d4
This commit is contained in:
OpenStack Proposal Bot 2015-07-12 15:23:14 +00:00
parent b604b41a7e
commit 4707ba1e04
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ pep8==1.5.7
pyflakes==0.8.1
flake8<=2.4.1,>=2.2.4
discover
mock>=1.0
mock>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
python-subunit>=0.0.18