Format requirements correctly and sync with global req

some of the requirements that were listed did not match the syntax
of the requirements in global-requirements. also some were out of
date.

Change-Id: I59ee0a07698521b0be85c751ab31368341d83a93
This commit is contained in:
Steve Martinelli 2014-10-29 00:10:21 -04:00
parent 27883b8b2f
commit 2aa4c43708
2 changed files with 4 additions and 5 deletions

View File

@ -3,6 +3,5 @@
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
Babel>=1.3
python-keystoneclient>=0.11.1
requests_kerberos >= 0.5
requests-kerberos>=0.5 # MIT

View File

@ -8,9 +8,9 @@ coverage>=3.6
discover
python-subunit>=0.0.18
requests-mock>=0.5.1 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,<1.3
oslosphinx>=2.2.0.0a2
oslotest>=1.1.0.0a2
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.2.0 # Apache-2.0
oslotest>=1.2.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.34