X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=e3cded35c3279a3ca2bf04ae3c13d54003b84fae;hb=6d6bbbd6df701ebbebdc0c46068d0663dc0db3e4;hp=74390f45c56d4cb8918cf0f057015090503a818d;hpb=9722ed0f2ddf2e25505d89f596300f740784a8a0;p=vfc%2Fnfvo%2Flcm.git diff --git a/requirements.txt b/requirements.txt index 74390f45..e3cded35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Django==1.11.9 djangorestframework==3.7.7 # for access MySQL -MySQL-python==1.2.5 +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 @@ -36,3 +31,6 @@ drf-yasg>=1.2.2 # for the validation feature flex>=6.11.1 swagger-spec-validator>=2.1.0 + +# for onap logging +onappylog>=1.0.6 \ No newline at end of file