X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=a3dec560c46346188bc08cb21d39199c9b15490c;hb=eed3a0568bef0bc89eb41b49ad28eba30820828f;hp=c1dd615e1eb78bb9ee996af8e7350342c2a2acef;hpb=d678b87cec20d0186def04e2a29ad17f9b81a90d;p=vfc%2Fnfvo%2Flcm.git diff --git a/requirements.txt b/requirements.txt index c1dd615e..a3dec560 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Django==1.11.9 djangorestframework==3.7.7 # for access MySQL -PyMySQL==0.7.11 +PyMySQL==0.9.3 # redis cache redis==2.10.5 @@ -15,11 +15,6 @@ django-redis-cache==0.13.1 # for call rest api httplib2==0.9.2 -# for call openstack api -python-keystoneclient==3.6.0 -python-glanceclient==2.5.0 -python-neutronclient==6.0.0 - # for unit test coverage==4.2 mock==2.0.0 @@ -38,4 +33,7 @@ flex>=6.11.1 swagger-spec-validator>=2.1.0 # for onap logging -onappylog>=1.0.6 \ No newline at end of file +onappylog>=1.0.6 + +# uwsgi for parallel processing +uwsgi