Update dependencies
This commit is contained in:
parent
2a5a5229e1
commit
887a9378dd
2 changed files with 2 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -49,6 +49,7 @@ setup(
|
|||
'django-meta>=0.2',
|
||||
'django-meta-mixin>=0.2.1',
|
||||
'aldryn-apphooks-config>=0.2.6',
|
||||
'djangocms-apphook-setup',
|
||||
'aldryn-search'
|
||||
],
|
||||
license='BSD',
|
||||
|
|
1
tox.ini
1
tox.ini
|
@ -22,6 +22,7 @@ deps =
|
|||
py26: unittest2
|
||||
django-parler<1.5
|
||||
https://github.com/aldryn/aldryn-apphooks-config/archive/master.zip
|
||||
https://github.com/nephila/djangocms-apphook-setup/archive/master.zip
|
||||
|
||||
[testenv:isort]
|
||||
deps = isort
|
||||
|
|
Loading…
Reference in a new issue