diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-07-11 08:22:04 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-08-15 05:26:26 +0000 |
commit | 6068af3fd3513fb330bdf98f53b63bea909281e1 (patch) | |
tree | 775cca85e8c7fc63e9d1edd2b31ccbde80432a6c /pike/requirements.txt | |
parent | 0f9836f80ea187a1cef23f570f8505c54b19fdcf (diff) |
upgrading python2 to python3 for openstack plugin
Issue-ID: MULTICLOUD-702
Change-Id: I9ac26b51a4be7d70d368dd039bfe1b7857114793
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'pike/requirements.txt')
-rw-r--r-- | pike/requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pike/requirements.txt b/pike/requirements.txt index ea5aa649..3c9eda48 100644 --- a/pike/requirements.txt +++ b/pike/requirements.txt @@ -13,11 +13,11 @@ # limitations under the License. # rest framework -Django==1.9.6 -djangorestframework==3.3.3 +Django==2.2.3 +djangorestframework==3.9.4 # for call rest api -httplib2==0.9.2 +httplib2==0.13.0 # for call openstack auth and transport api keystoneauth1==2.18.0 @@ -34,4 +34,4 @@ uwsgi # unittest_xml_reporting==1.12.0 # for onap logging -onappylog>=1.0.8 +onappylog>=1.0.9 |