summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2019-12-17 16:05:08 -0500
committerZane Bitter <zbitter@redhat.com>2020-04-30 09:56:20 -0400
commit2c58017a144d3d87b4ccefe704db95d50769f89e (patch)
tree6009a0c2094aaad7675ca834402a26db7bda2374 /requirements.txt
parent0e2174fb3ea01aac1d30b23c4e2991dc5f34c1e2 (diff)
downloadheat-2c58017a144d3d87b4ccefe704db95d50769f89e.tar.gz
Deprecate wrappertask decorator
Now that we only support Python 3, use the 'yield from' keyword instead of the @wrappertask decorator for calling co-routines from a co-routine. This should greatly simplify backtraces when calling nested co-routines. Change-Id: If9beaff74cf4facbc4aa4b30f31a3a087bdcad8a
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 f77d011a4..4a805e5eb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,6 +6,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
croniter>=0.3.4 # MIT License
cryptography>=2.1 # BSD/Apache-2.0
+debtcollector>=1.19.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT
keystoneauth1>=3.18.0 # Apache-2.0
keystonemiddleware>=4.17.0 # Apache-2.0