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:
sneakypete81 2013-05-12 17:25:50 +01:00
parent 792632fdf4
commit 326394fed9
5 changed files with 46 additions and 78 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
requires = ['oauth2', 'httplib2']
requires = ['requests', 'requests-oauthlib']
try:
import json
except ImportError: