commit | 80f5fbf2c92231f45ebace17a388679cf595b55a | [log] [tgz] |
---|---|---|
author | Raissa Sarmento <rdearauj@redhat.com> | Mon Oct 16 14:38:36 2017 +0100 |
committer | Raissa Sarmento <rdearauj@redhat.com> | Mon Nov 20 12:01:12 2017 -0300 |
tree | 2cfc00c61599a82317865c5cc987ba93d4f1a967 | |
parent | 3dd627bdec282071450694bf5399d53e9f9abd5b [diff] [blame] |
Initial fixes to plugin repo Fixing requirements and setup for manila tempest plugin. Depends-On: I21f2e27ba18f18ebdf07105452c0ffb6fc04bb83 Change-Id: Id773014b915817ff41b9bffd41e84e4d53fb78be
diff --git a/requirements.txt b/requirements.txt index 1d18dd3..33ac7c6 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -3,3 +3,7 @@ # process, which may cause wedges in the gate later. pbr>=2.0 # Apache-2.0 + +ddt>=1.0.1 # MIT +oslo.log>=3.30.0 # Apache-2.0 +tempest>=17.1.0 # Apache-2.0 \ No newline at end of file