summaryrefslogtreecommitdiffstats
path: root/starlingx/requirements.txt
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2019-08-28 19:51:31 +0800
committerHaibin Huang <haibin.huang@intel.com>2019-08-29 10:22:48 +0800
commitf75e4c22cb928d11bd78f15b45b1c42098e588d4 (patch)
tree2bb6072e9890fc5874a79058be997f8bc6a51b02 /starlingx/requirements.txt
parent3f9d312fabb805bb16e89b662d5c70efe91c6b79 (diff)
update starlingx plugin to python3
Issue-ID: MULTICLOUD-794 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I41d11465d24ea4d15f37db2146d7a77998f535f0
Diffstat (limited to 'starlingx/requirements.txt')
-rw-r--r--starlingx/requirements.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/starlingx/requirements.txt b/starlingx/requirements.txt
index c016f77f..854d64b9 100644
--- a/starlingx/requirements.txt
+++ b/starlingx/requirements.txt
@@ -13,20 +13,20 @@
# 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
-#python-memcached
+# python-memcached
python-memcached
-#uwsgi for parallel processing
-uwsgi
+# uwsgi for parallel processing
+# uwsgi
# for unit test
# coverage==4.2
@@ -34,4 +34,4 @@ uwsgi
# unittest_xml_reporting==1.12.0
# for onap logging
-onappylog>=1.0.8
+onappylog>=1.0.9