summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Lynn <xuanlangjian@gmail.com>2019-09-05 15:47:44 +0800
committerEthan Lynn <xuanlangjian@gmail.com>2019-09-05 16:19:59 +0800
commit32982a84a29b62716f9d5d93a209c0db9f086467 (patch)
treecec4e8a358fe7cce298532fe19be171131dd06a0
parente7e7af6745562445ee3dce629fbf43c041a61bc9 (diff)
bump dependant libraries version
Upgrade django and related packages version Change-Id: I1e45cce6715e90a1db1b8780a88baa45da28a818 Issue-ID: MULTICLOUD-706 Signed-off-by: Ethan Lynn <xuanlangjian@gmail.com>
-rw-r--r--vio/requirements.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/vio/requirements.txt b/vio/requirements.txt
index 4872e80..f5b5cb5 100644
--- a/vio/requirements.txt
+++ b/vio/requirements.txt
@@ -1,16 +1,20 @@
# rest framework
-Django==1.9.6
-djangorestframework==3.3.3
+Django==1.9.13
+djangorestframework==3.6.4
+
+# Django==2.2.4
+# djangorestframework==3.10.3
# redis cache
-redis==2.10.5
+# redis==2.10.5
# for access redis cache
-redisco==0.1.4
-django-redis==4.4.1
+# redisco==0.1.4
+# django-redis==4.4.1
# for call rest api
-httplib2==0.9.2
+# httplib2==0.9.2
+httplib2==0.13.1
# for call openstack api
openstacksdk==0.9.15