mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-24 00:50:23 +00:00
Tests no more depend on 'six' (refer to #105)
This commit is contained in:
parent
2906001944
commit
dfeeec5e2e
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -30,7 +30,6 @@ setup(
|
|||
test_requires=[
|
||||
'django>=1.7',
|
||||
'django-model-utils>=2.0.3',
|
||||
'six>=1.9.0',
|
||||
'jsonfield>=1.0.3',
|
||||
'pytz'
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue