diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-08-13 11:02:43 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-08-15 02:31:43 +0000 |
commit | 7c194de2d67a1c71b741345a74ed9a493936fdb0 (patch) | |
tree | d4a8080abeba237c4daf9138519c89b366d3eea3 /multivimbroker/requirements.txt | |
parent | 5a2620962e6d2a572586de8da72a5a7676834130 (diff) |
Rebase framework to py36
Change-Id: Icb45d3eea21b119688a5591b582d96ae72e1e81d
Issue-ID: MULTICLOUD-770
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'multivimbroker/requirements.txt')
-rw-r--r-- | multivimbroker/requirements.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/multivimbroker/requirements.txt b/multivimbroker/requirements.txt index e3001ac..f417847 100644 --- a/multivimbroker/requirements.txt +++ b/multivimbroker/requirements.txt @@ -1,9 +1,9 @@ # rest framework -Django==1.9.6 -djangorestframework==3.3.3 +Django==2.2.3 +djangorestframework==3.9.3 -#multipart support -poster==0.8.1 +# multipart support +# poster==0.8.1 # redis cache # redis==2.10.5 @@ -13,7 +13,7 @@ poster==0.8.1 # django-redis-cache==0.13.1 # for call rest api -httplib2==0.9.2 +httplib2==0.13.0 # for call openstack api # python-keystoneclient==3.6.0 @@ -27,7 +27,7 @@ httplib2==0.9.2 # unittest_xml_reporting==1.12.0 # for onap logging -onappylog>=1.0.8 +onappylog>=1.0.9 # for pecan framework # pecan>=1.2.1 |