diff options
| author | Jharrod LaFon | 2014-09-05 15:42:29 -0700 | 
|---|---|---|
| committer | Jharrod LaFon | 2014-09-05 15:42:29 -0700 | 
| commit | afaa52a378705b7f0475d5ece04a2cf49af4b7c2 (patch) | |
| tree | a48e0224d2217dd4cd66f34ab426fe68b7b3263b /tox.ini | |
| parent | baa518cd890103173dd18857c609432bd47c6be4 (diff) | |
| download | django-rest-framework-afaa52a378705b7f0475d5ece04a2cf49af4b7c2.tar.bz2 | |
Removes OAuth dependencies from tox configurations
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 21 | 
1 files changed, 0 insertions, 21 deletions
| @@ -45,9 +45,6 @@ basepython = python2.7  deps = Django==1.7         django-filter==0.7         defusedxml==0.3 -       # django-oauth-plus==2.2.1 -       # oauth2==1.5.211 -       # django-oauth2-provider==0.2.4         django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -81,9 +78,6 @@ basepython = python2.7  deps = Django==1.6.3         django-filter==0.7         defusedxml==0.3 -       django-oauth-plus==2.2.1 -       oauth2==1.5.211 -       django-oauth2-provider==0.2.4         django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -93,9 +87,6 @@ basepython = python2.6  deps = Django==1.6.3         django-filter==0.7         defusedxml==0.3 -       django-oauth-plus==2.2.1 -       oauth2==1.5.211 -       django-oauth2-provider==0.2.4         django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -129,9 +120,6 @@ basepython = python2.7  deps = django==1.5.6         django-filter==0.7         defusedxml==0.3 -       django-oauth-plus==2.2.1 -       oauth2==1.5.211 -       django-oauth2-provider==0.2.3         django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -141,9 +129,6 @@ basepython = python2.6  deps = django==1.5.6         django-filter==0.7         defusedxml==0.3 -       django-oauth-plus==2.2.1 -       oauth2==1.5.211 -       django-oauth2-provider==0.2.3         django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -153,9 +138,6 @@ basepython = python2.7  deps = django==1.4.11         django-filter==0.7         defusedxml==0.3 -       django-oauth-plus==2.2.1 -       oauth2==1.5.211 -       django-oauth2-provider==0.2.3         django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -165,9 +147,6 @@ basepython = python2.6  deps = django==1.4.11         django-filter==0.7         defusedxml==0.3 -       django-oauth-plus==2.2.1 -       oauth2==1.5.211 -       django-oauth2-provider==0.2.3         django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 | 
