summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2014-08-15 17:11:43 -0700
committerDolph Mathews <dolph.mathews@gmail.com>2014-08-20 17:09:04 -0500
commit600be6f00a60618232c3845f585ff782ab68765c (patch)
tree723e1f47e1d6624e26aef1845ce0a9374849a502 /requirements.txt
parent4cc17635580e189d5d90300ecf5af1536cb666be (diff)
downloadpython-keystoneclient-600be6f00a60618232c3845f585ff782ab68765c.tar.gz
Unsort pbr and hacking in requirements files
Each of these wants to come first. Python does not have a dep solver, so order is actually important. Change-Id: I10450de1839c41d729b606a04a944507d2427987
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 796faed..18fd2d0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,9 +1,10 @@
+pbr>=0.6,!=0.7,<1.0
+
argparse
Babel>=1.3
iso8601>=0.1.9
netaddr>=0.7.6
oslo.config>=1.4.0.0a3
-pbr>=0.6,!=0.7,<1.0
PrettyTable>=0.7,<0.8
requests>=1.2.1
six>=1.7.0