Updated to use requests and requests_oauthlib
To allow Python3 support. Also removes quite a bit of multipart post magic.
This commit is contained in:
parent
792632fdf4
commit
326394fed9
5 changed files with 46 additions and 78 deletions
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
requires = ['oauth2', 'httplib2']
|
||||
requires = ['requests', 'requests-oauthlib']
|
||||
try:
|
||||
import json
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue