Added 'httplib2' as requirement
This commit is contained in:
parent
ec6169292d
commit
e97ec7ea0a
2 changed files with 1 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -17,7 +17,7 @@ setup(
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
|
|
||||||
# Package dependencies.
|
# Package dependencies.
|
||||||
install_requires = ['simplejson', 'oauth2'],
|
install_requires = ['simplejson', 'oauth2', 'httplib2'],
|
||||||
|
|
||||||
# Metadata for PyPI.
|
# Metadata for PyPI.
|
||||||
author = 'Ryan McGrath',
|
author = 'Ryan McGrath',
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit fab3d7a216de87bed8aef9830bb9d04a408859eb
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue