Skip to content

Commit

Permalink
Merge pull request #25 from luizalabs/jh-update_dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
jairhenrique committed Apr 10, 2017
2 parents b499d0c + d27a61c commit 7e4a873
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
- DJANGO="Django<1.9"
- DJANGO="Django<1.10"
- DJANGO="Django<1.11"
- DJANGO="Django<1.12"

script:
- make check coverage
Expand Down
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-e .
bumpversion==0.5.3
django-oauth-toolkit==0.10.0
djangorestframework==3.5.3
flake8==3.0.4
django-oauth-toolkit==0.12.0
djangorestframework==3.6.2
flake8==3.3.0
isort==4.2.5
mixer==5.5.8
mkdocs==0.16.0
mixer==5.6.6
mkdocs==0.16.3
mock==2.0.0
pytest-cov==2.4.0
pytest-django==3.0.0
pytest==3.0.4
pytest-django==3.1.2
pytest==3.0.7
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def read(fname):
with open(path) as f:
return f.read()


setup(
name='luizalabs-django-toolkit',
version='1.3.5',
Expand Down
2 changes: 1 addition & 1 deletion tests/oauth2/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
from datetime import timedelta

import pytest
from django.contrib.auth import get_user_model
from django.core.cache import caches
from django.utils import timezone
from oauth2_provider.compat import get_user_model
from oauth2_provider.models import AccessToken, get_application_model


Expand Down

0 comments on commit 7e4a873

Please sign in to comment.