summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLonggeek <longgeek@thstack.com>2014-06-27 22:15:13 +0800
committerLonggeek <longgeek@thstack.com>2014-06-27 22:33:23 +0800
commitd57b6222d8dc915d6c4a6f6a1f09d5f78dec4f1e (patch)
tree563f408034851904ac7a732ecb9a3f01105a4679
parent06b9eb027c4cd0e22f2d6bb5295b9ebbef8f708d (diff)
downloadgear-d57b6222d8dc915d6c4a6f6a1f09d5f78dec4f1e.tar.gz
Update from global requirements
Matches Global Requirements.In the gear project pbr version does not match the global requirements. No require argparse module. Change-Id: Ica2444e67dc46111d8fc126a3931386a7533fdcc
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 37d1b8c..614ca44 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-pbr>=0.6,<1.0
-
+pbr>=0.6,!=0.7,<1.0
+argparse
extras
python-daemon