requirements: use released django-cms 3, add dependency on django-admin-tools

This commit is contained in:
Benjamin Dauvergne 2014-05-26 22:55:26 +02:00
parent a0598983b2
commit c71a4a7a07
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,8 @@
--allow-all-external
--allow-unverified django-admin-tools
https://github.com/divio/django-cms/archive/16f667a5f818dd116e752d9cb7eeb37d4b0e3a1f.zip#egg=django-cms-3.0b4.dev10
-f https://repos.entrouvert.org/python-entrouvert.git/
django-admin-tools
django-cms>3
python-entrouvert
requests>=1.0.0
feedparser

View File

@ -125,6 +125,7 @@ setup(name="portail-citoyen2",
'djangocms-text-ckeditor',
'django-cms-ajax-text-plugin',
'django-allauth',
'django-admin-tools',
],
dependency_links = [
'git+git://repos.entrouvert.org/python-entrouvert.git/#egg=python-entrouvert-9999.0',