diff options
author | Manuel Buil <mbuil@suse.com> | 2017-06-27 10:08:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-27 10:08:33 +0000 |
commit | 483a4c6862a56a183a61e61f7dcec6bd574e89b2 (patch) | |
tree | b3a0a4b34a6b7ba07fa6d8421c5bceebd8fc9953 /requirements.txt | |
parent | 49edc1d3a058eb38b768cf9d45c010e61329ad14 (diff) | |
parent | be6ec06f040e1c710a70d624eeb44ee4a65add9b (diff) |
Merge "Add requirements in sfc"
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..94f59bd6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +pbr>=1.8 # Apache-2.0 +paramiko>=2.0 # LGPLv2.1+ +python-glanceclient>=2.5.0 # Apache-2.0 +requests!=2.12.2,>=2.10.0 # Apache-2.0 +xmltodict>=0.10.1 # MIT +python-keystoneclient>=3.8.0 # Apache-2.0 +python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 +PyYAML>=3.10.0 # MIT +opnfv |