Get rid of requests-oauth and a bunch of other schtuff

This commit is contained in:
Michael Helmick 2012-05-14 11:12:23 -04:00
parent e36fa35ccd
commit 2f80933cb8
2 changed files with 121 additions and 102 deletions

View file

@ -16,7 +16,7 @@ setup(
include_package_data=True,
# Package dependencies.
install_requires=['simplejson', 'oauth2', 'requests', 'requests-oauth'],
install_requires=['simplejson', 'oauth2', 'requests'],
# Metadata for PyPI.
author='Ryan McGrath',