diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-02-24 16:22:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-02-24 16:22:00 +0000 |
commit | 59c496041765337704df2f7a9f105d76c4e20839 (patch) | |
tree | ee87a7534e3db4d908fdbe75e792093cf1b1147b /requirements.txt | |
parent | 2db07bab906a89b71090af96b3daf6018cce0222 (diff) | |
parent | 3429e3824c060071e59a117c19c95659c78e4c8b (diff) | |
download | ironic-59c496041765337704df2f7a9f105d76c4e20839.tar.gz |
Merge "Switch to Futurist library for asynchronous execution and periodic tasks"
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 15b4fc2d6..a4ecf6475 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,3 +43,4 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0 oslo.versionedobjects>=1.5.0 # Apache-2.0 jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT psutil<2.0.0,>=1.1.1 # BSD +futurist>=0.11.0 # Apache-2.0 |