commit | faec77b53ec6addd5326bbc406231027466fd459 | [log] [tgz] |
---|---|---|
author | Clark Boylan <clark.boylan@gmail.com> | Tue Feb 04 13:50:41 2014 -0800 |
committer | Monty Taylor <mordred@inaugust.com> | Tue Feb 04 22:16:06 2014 +0000 |
tree | c0612dee21c4a04a5768d0e7c255072ad2e471f3 | |
parent | a1d490bf2aa43de2a1f9474c8d2a6b97e7f2eccd [diff] [blame] |
Fix pbr and hacking requirements. There were pbr version conflicts due to the old version of hacking that we had pinned here. Pin newer pbr and hacking to unstick the tests for jeepyb and to make it clear why this happens in the future. Change-Id: I75a1f6f956880f2bec8a182782b17e5055315e75
diff --git a/requirements.txt b/requirements.txt index f2b536e..e6f46b6 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -1,3 +1,5 @@ +pbr>=0.5.21,<1.0 + argparse gerritlib>=0.3.0 MySQL-python