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