Update unit test for swagger
[vfc/nfvo/lcm.git] / requirements.txt
index 74390f4..e3cded3 100644 (file)
@@ -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