From b5d8ba18e906eb9523d5e1da6486219fc06decdd Mon Sep 17 00:00:00 2001 From: Harshit Rai <43298840+rshubh@users.noreply.github.com> Date: Tue, 1 Oct 2019 09:52:18 +0530 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b0187529..02e4c179 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +import itertools from setuptools import setup, find_packages setup(name="python-instagram",