summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-08-18 11:44:01 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-08-18 11:44:01 +0000
commitdaefa879e6d34643c428fa076c69cdeca30bd8dd (patch)
treee8d758ce6c491dc6651626df53679ec06c9bdebe
parent79ab1144c0f102d23adc595ba4ea57ac7b9d13fd (diff)
downloadtaskflow-daefa879e6d34643c428fa076c69cdeca30bd8dd.tar.gz
Updated from global requirements
Change-Id: I86f232684baba4c26e46f7c6b2af36b89aff0ff8
-rw-r--r--requirements.txt2
-rw-r--r--setup.cfg4
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 64e89dd..fc2a04d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,7 +17,7 @@ enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' #
futurist!=0.15.0,>=0.11.0 # Apache-2.0
# For reader/writer + interprocess locks.
-fasteners>=0.7 # Apache-2.0
+fasteners>=0.7.0 # Apache-2.0
# Very nice graph library
networkx>=1.10 # BSD
diff --git a/setup.cfg b/setup.cfg
index 6e13a68..4613d8d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -79,11 +79,11 @@ test =
pydotplus>=2.0.2 # MIT License
hacking<0.11,>=0.10.0
oslotest>=1.10.0 # Apache-2.0
- mock>=2.0 # BSD
+ mock>=2.0.0 # BSD
testtools>=1.4.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
doc8 # Apache-2.0
- reno!=2.3.1,>=1.8.0 # Apache-2.0
+ reno>=2.5.0 # Apache-2.0
[nosetests]
cover-erase = true