Update unit test for swagger
[vfc/nfvo/lcm.git] / requirements.txt
index 17dad6a..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
@@ -31,15 +26,11 @@ paramiko==2.0.2
 nfv-toscaparser>=0.5.0
 
 # for swagger
-Pillow>=4.3.0
-pygments>=2.2.0
-django-cors-headers>=2.1.0
-django-filter>=1.1.0,<2.0
-djangorestframework-camel-case>=0.2.0
-dj-database-url>=0.4.2
-user_agents>=1.1.0
+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