Skip to content

Commit

Permalink
Merge pull request #25 from wengole/master
Browse files Browse the repository at this point in the history
Use Django's six and require Django instead of six
  • Loading branch information
andrewgodwin committed Nov 7, 2015
2 parents b6714c8 + 21b54e7 commit 7b3845b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion channels/response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.http import HttpResponse
from six import PY3
from django.utils.six import PY3


def encode_response(response):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
'six',
'Django'
]
)

0 comments on commit 7b3845b

Please sign in to comment.