summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2014-01-27 12:47:47 +0000
committerDevananda van der Veen <devananda.vdv@gmail.com>2014-01-30 10:17:31 -0800
commit2823630cd5ad3dc47da8b295d36ddc280a5204fe (patch)
tree4114d83a97c34596561d9aec6eb1af1b68ffea1d /requirements.txt
parente0b21faccac18688362a39e7cd597444b3cb75c0 (diff)
downloadironic-2823630cd5ad3dc47da8b295d36ddc280a5204fe.tar.gz
Add lockfile>=0.8 to requirements.txt
The new oslo version of the oslo db.sqlalchemy module depends on the lockfile package. This patch will be used by a following patch which will sync the new db.sqlalchemy module from oslo to Ironic. Change-Id: I2540c324b4863405681cb8aac90a4b139e931318 Related-Bug: #1272500
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index a66ddd1b0..1f34aff3d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,6 +5,7 @@ anyjson>=0.3.3
argparse
eventlet>=0.13.0
kombu>=2.4.8
+lockfile>=0.8
lxml>=2.3
WebOb>=1.2.3,<1.3
greenlet>=0.3.2