From 265dc1ca441c30b69efcce4762f5c9c5d2c4c184 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Tue, 20 Feb 2018 15:36:50 +0300 Subject: [PATCH] LIL-16. Add instagram api lib to req --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e9e81b0..e02b575a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,5 @@ djangorestframework==3.7.7 drf-yasg[validation]==1.4.0 django-silk==2.0.0 django-cors-headers==2.1.0 -django-constance[database]==2.1.0 \ No newline at end of file +django-constance[database]==2.1.0 +InstagramAPI==1.0.2