diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-12-04 18:57:17 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-12-04 18:57:17 +0100 |
commit | 4f9e5b8f5908c68943cb224eedb87ae5017ff93c (patch) | |
tree | 60f0ca7e15f9c38508a3e3117d9e327854e7172b | |
parent | f1b5820fbc8cd8cb069e97546ec869b7498b41d6 (diff) |
Fixtures is missing in oslo_config's requirements
Change-Id: Ied31ae23b40ce8bd0fd811ed245421c893c0156e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 60c38eb2..f140d49c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ rally xrally-kubernetes kubernetes # Apache-2.0 Jinja2 # BSD License (3 clause) +fixtures # Apache-2.0/BSD |