jpadilla / django-rest-framework-oauth

OAuth support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-oauth
BSD 3-Clause "New" or "Revised" License
58 stars 22 forks source link

Oauth packages should be optional #8

Closed nourspace closed 8 years ago

nourspace commented 9 years ago

In most cases we only need one of these packages. installing django-rest-framework-oauth will have them all installed.

jpadilla commented 9 years ago

@mochawich yeah I see what you mean, that makes sense. Tests are obviously failing now. Could you perhaps update our tox/travis setup to test with the different providers that were in the requirements.txt?