Skip to content

Commit c7878c0

Browse files
committed
whoops, httplib2 is also required
1 parent 623c31d commit c7878c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version="0.5.0",
66
description="Instagram API client",
77
license="MIT",
8-
install_requires="simplejson",
8+
install_requires=["simplejson","httplib2"],
99
author="Instagram, Inc",
1010
author_email="developers@instagram.com",
1111
url="http://github.com/Instagram/python-instagram",

0 commit comments

Comments
 (0)