diff --git a/setup.py b/setup.py index e3aa1beb..ac856706 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ version="0.5.0", description="Instagram API client", license="MIT", + install_requires=["simplejson","httplib2"], author="Instagram, Inc", author_email="developers@instagram.com", url="http://github.com/Instagram/python-instagram",