diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-12-19 15:54:33 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-12-19 15:56:59 +0800 |
commit | 7330272e07e7bc3b72bf17cc4eb69ea9584697de (patch) | |
tree | 723f0291be74f3822e73f6d3c32b1dd0129bf91e /newton/requirements.txt | |
parent | b9e844e1545719c8b247031686dd98012735041d (diff) |
Add pbr as building tool
PBR is a library that helps to build python project through configuration files simplifying the deployment for them. This change adds support for it.
Change-Id: I77ac639d9ba2df7122cb6a9cec68ae7551bac89e
Issue-ID: MULTICLOUD-83
Signed-off-by: Victor Morales <victor.morales@intel.com>
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton/requirements.txt')
-rw-r--r-- | newton/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newton/requirements.txt b/newton/requirements.txt index 13ced9ef..71654d76 100644 --- a/newton/requirements.txt +++ b/newton/requirements.txt @@ -1,3 +1,5 @@ +pbr!=2.1.0,>=2.0.0 # Apache-2.0 + # rest framework Django==1.9.6 # BSD djangorestframework==3.3.3 # BSD |