added simplejson to installation requirements

This commit is contained in:
Matt Dennewitz
2014-06-17 12:00:44 -05:00
parent 71bb395dfa
commit 1790309e65
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import base64
import requests
import simplejson as json
__all__ = ['oauth2']
''' A simple and thin Python library for the Spotify Web API