Update requirements to match global-requirements

Update requirements and test-requirements to match openstack global-requirements.

In particular update the version of hacking.

Change-Id: I7f9c0dfbd2feb6f8afc4283c6a9b1e7086c6bd1d
This commit is contained in:
Joe Gordon 2014-08-03 13:48:25 +10:00
parent 6d634c2b93
commit 551395d27a
2 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
pbr>=0.6,!=0.7,<1.0
Babel>=0.9.6
Babel>=1.3

View File

@ -1,4 +1,4 @@
hacking>=0.5.6,<0.8
hacking>=0.9.2,<0.10
coverage>=3.6
discover
@ -6,6 +6,6 @@ fixtures>=0.3.14
python-subunit
sphinx>=1.1.2
oslosphinx
testrepository>=0.0.17
testscenarios>=0.4,<0.5
testtools>=0.9.32
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.34