diff options
author | Matthew Edmonds <edmondsw@us.ibm.com> | 2018-01-15 15:08:25 -0500 |
---|---|---|
committer | Matthew Edmonds <edmondsw@us.ibm.com> | 2018-01-16 13:57:09 +0000 |
commit | 40b194f845f46294029a41cbf2a85105c174fd3d (patch) | |
tree | 5538a41128024a1b291c78b4454da1e265dca0a4 /requirements.txt | |
parent | 3875eaae73eaf77186d6d3d0718e61310049336b (diff) | |
download | nova-40b194f845f46294029a41cbf2a85105c174fd3d.tar.gz |
Add taskflow to requirements
The powervm driver is dependent on taskflow, but that was not
indicated in requirements.txt. This corrects that omission.
Change-Id: Ic9a9376ae8e5054366f565175c797885b4e83c39
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 03667dd93e..18885dd1cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -63,3 +63,4 @@ tooz>=1.58.0 # Apache-2.0 cursive>=0.2.1 # Apache-2.0 pypowervm>=1.1.10 # Apache-2.0 os-service-types>=1.1.0 # Apache-2.0 +taskflow>=2.16.0 # Apache-2.0 |