diff options
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 |