X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=a5339e8623a3f47b77af3eff64177d7904eeebbb;hb=41e210943f866c82382efe693939fdf04c4f673f;hp=74390f45c56d4cb8918cf0f057015090503a818d;hpb=55065280b7ee7a85b5eeb73e1d5ce5aefa1d7356;p=vfc%2Fnfvo%2Flcm.git diff --git a/requirements.txt b/requirements.txt index 74390f45..a5339e86 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.7.11 # 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