Files
edx-platform/requirements
John Jarvis c54b8db6a7 locking version of requests-oauthlib to 0.4.0
requests version 1.2.3 does not appear to be compatible with the
new version of requests-oauthlib.

requests-oathlib tries to import to_native_string in util.py:

```
File
"/root/.virtualenvs/edx-platform/local/lib/python2.7/site-packages/requests_oauthlib/oauth1_auth.py",
line 10, in <module>
    from requests.utils import to_native_string
ImportError: cannot import name to_native_string
```
2014-06-07 13:28:30 -04:00
..
2014-04-02 16:09:53 -04:00