diff options
| author | David Larlet | 2011-06-25 18:42:03 +0200 |
|---|---|---|
| committer | David Larlet | 2011-06-25 18:42:03 +0200 |
| commit | fe7e3ba3ae692b5f20719d5de52682a57166ded2 (patch) | |
| tree | 088e99c87406db4e4806d12f277db97a8746dae0 /examples | |
| parent | 50efa106529e03eda5607e6c9323838432ce755f (diff) | |
| download | django-rest-framework-fe7e3ba3ae692b5f20719d5de52682a57166ded2.tar.bz2 | |
Adding tests for OAuth authentication through django-oauth-plus, a dedicated example project is still missing though
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/requirements.txt b/examples/requirements.txt index 09cda945..dffe0d99 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -5,4 +5,4 @@ wsgiref==0.1.2 Pygments==1.4 httplib2==0.6.0 Markdown==2.0.3 - +django-oauth-plus==2.0.0 |
