Skip to content

Commit

Permalink
added six in requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
darius BERNARD committed Feb 13, 2017
1 parent 3e789b3 commit af09131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rest_models/tests/test_introspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from django.core.management import call_command
from django.test.testcases import TestCase
from django.utils import six
import six


class TestIntrospection(TestCase):
Expand Down
2 changes: 1 addition & 1 deletion rest_models/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import json

from django.utils import six
import six

try:
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
tests_require=tests_require,
install_requires=[
'requests',
'six',
],
packages=[
'rest_models',
Expand Down

0 comments on commit af09131

Please sign in to comment.