Remove 'six' dependency

This commit is contained in:
Ryan P Kilby 2019-04-17 20:25:30 -07:00
parent 33c9bbd24d
commit ff84575827
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from six import string_types
from django.utils.six import string_types
from importlib import import_module

View File

@ -24,7 +24,6 @@ setup(
install_requires=[
'Django>=1.8.0',
'djangorestframework>=3.1.3',
'six>=1.9.0',
],
extras_require={
'with_social': ['django-allauth>=0.25.0'],