Skip to content

Commit 9834557

Browse files
committed
Added httplib2 to the installation requirements.
1 parent 340584e commit 9834557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
author_email="[email protected]",
1010
url="http://github.com/simplegeo/python-oauth2",
1111
packages = find_packages(),
12+
install_requires = ['httplib2'],
1213
license = "MIT License",
1314
keywords="oauth",
1415
zip_safe = True,

0 commit comments

Comments
 (0)