Get rid of requests-oauth and a bunch of other schtuff
This commit is contained in:
parent
e36fa35ccd
commit
2f80933cb8
2 changed files with 121 additions and 102 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue