mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-16 00:53:08 +00:00
add max version for django-model-utils dependency
This commit is contained in:
parent
02333656ce
commit
c070f82d92
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -10,7 +10,7 @@ setup(name='django-notifications-hq',
|
|||
url='http://github.com/brantyoung/django-notifications',
|
||||
install_requires=[
|
||||
'django>=1.4',
|
||||
'django-model-utils>=1.1.0'
|
||||
'django-model-utils>=1.1.0,<=1.5.0'
|
||||
],
|
||||
packages=['notifications',
|
||||
'notifications.templatetags',
|
||||
|
|
|
|||
Loading…
Reference in a new issue