mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-10 06:14:43 +00:00
Update model-utils version for compatibility issue
This commit is contained in:
parent
32f54e076e
commit
7f63fcf315
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -19,14 +19,14 @@ setup(name='django-notifications-hq',
|
|||
|
||||
install_requires=[
|
||||
'django>=1.4',
|
||||
'django-model-utils>=2.0.3',
|
||||
'django-model-utils>=2.0.3,<2.4',
|
||||
'six>=1.9.0',
|
||||
'jsonfield>=1.0.3',
|
||||
],
|
||||
|
||||
test_requires=[
|
||||
'django>=1.4',
|
||||
'django-model-utils>=2.0.3',
|
||||
'django-model-utils>=2.0.3,<2.4',
|
||||
'six>=1.9.0',
|
||||
'jsonfield>=1.0.3',
|
||||
'pytz'
|
||||
|
|
|
|||
Loading…
Reference in a new issue