summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2015-05-24 18:35:38 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-06-06 00:44:22 +0000
commit9f22c45397784f922f85025eb5c9f42a1fe561ce (patch)
tree2a65e76777e6a9322ceb12beba697e2d753f0e68 /requirements.txt
parentff18c14e5d55a59dffd4fc279c1bd0f002d736e8 (diff)
downloadoslo-concurrency-9f22c45397784f922f85025eb5c9f42a1fe561ce.tar.gz
Replace locks and replace with fasteners library provides ones
The fasteners library (extracted from this library and a couple other variations) provides the interprocess lock logic and the reader writer lock logic so we can remove the local version and we can just use it from that library instead. The tests that were ensuring the internals of this file lock have now moved to the repo where that library is (for the time being), currently travis is testing that repo against py2.6, py2.7 and py3.4. https://github.com/harlowja/fasteners/tree/master/fasteners/tests Docs also exist at: http://fasteners.readthedocs.org/en/latest/ Change-Id: I98565b22e68358efe28fea62f74f8ebfcc438ff7
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 df20d90..aa67baf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,4 +10,5 @@ oslo.i18n>=1.5.0 # Apache-2.0
oslo.utils>=1.4.0 # Apache-2.0
posix_ipc
six>=1.9.0
+fasteners>=0.5 # Apache-2.0
retrying>=1.2.3,!=1.3.0 # Apache-2.0