Updated from global requirements

Change-Id: If68c8e463dc6f2b8118bb66626b5a73d81053b5d
This commit is contained in:
OpenStack Proposal Bot 2015-07-10 20:43:19 +00:00
parent c7b31385ac
commit 6dda4a751f
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ pbr<2.0,>=0.11
oslo.config>=1.11.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.log>=1.2.0 # Apache-2.0
oslo.log>=1.2.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.service>=0.1.0 # Apache-2.0

View File

@ -7,7 +7,8 @@ hacking<0.11,>=0.10.0
discover
fixtures>=1.3.1
mock>=1.0
mock>=1.0;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
mox3>=0.7.0
python-subunit>=0.0.18
testrepository>=0.0.18