We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340584e commit 9834557Copy full SHA for 9834557
1 file changed
setup.py
@@ -9,6 +9,7 @@
9
author_email="joe@simplegeo.com",
10
url="http://github.com/simplegeo/python-oauth2",
11
packages = find_packages(),
12
+ install_requires = ['httplib2'],
13
license = "MIT License",
14
keywords="oauth",
15
zip_safe = True,
0 commit comments