update Django version to 1.11.21
[modeling/etsicatalog.git] / requirements.txt
index 1c96626..ef4efea 100644 (file)
@@ -1,5 +1,5 @@
 # rest framework
-Django==1.11.9
+Django==1.11.21
 djangorestframework==3.7.7
 
 # for access MySQL
@@ -13,7 +13,7 @@ redisco==0.1.4
 django-redis-cache==0.13.1
 
 # for call rest api
-httplib2==0.9.2
+httplib2==0.12.3
 
 # for unit test
 coverage==4.2