diff options
Diffstat (limited to 'backup/requirements.txt')
-rw-r--r-- | backup/requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backup/requirements.txt b/backup/requirements.txt new file mode 100644 index 00000000..38358bd3 --- /dev/null +++ b/backup/requirements.txt @@ -0,0 +1,6 @@ +oslo.config!=4.3.0,!=4.4.0;python_version>='3.0' # Apache-2.0 +oslo.log;python_version>='3.0' # Apache-2.0 +oslo.utils!=3.39.1,!=3.40.0,!=3.40.1;python_version>='3.0' # Apache-2.0 +oslo.concurrency;python_version>='3.0' # Apache-2.0 +keystoneauth1 # Apache-2.0 +python-swiftclient # Apache-2.0 |