update djangorestframework version
[modeling/etsicatalog.git] / requirements.txt
index 1c96626..8800003 100644 (file)
@@ -1,6 +1,6 @@
 # rest framework
-Django==1.11.9
-djangorestframework==3.7.7
+Django==1.11.21
+djangorestframework==3.9.4
 
 # for access MySQL
 PyMySQL==0.9.3
@@ -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