diff options
Diffstat (limited to 'starlingx/requirements.txt')
-rw-r--r-- | starlingx/requirements.txt | 14 |
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 |