From c71a4a7a070f62135bcee0e1742e36428f3695a7 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 26 May 2014 22:55:26 +0200 Subject: [PATCH] requirements: use released django-cms 3, add dependency on django-admin-tools --- requirements.txt | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bab0d09..09c4374 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index dbe192c..c117861 100755 --- a/setup.py +++ b/setup.py @@ -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',