diff --git a/requirements.txt b/requirements.txt index ae59331..6db051a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ git+git://repos.entrouvert.org/eopayment git+git://repos.entrouvert.org/portail-citoyen2 +django-cmsplugin-blurp diff --git a/setup.py b/setup.py index 201fe82..7802efe 100644 --- a/setup.py +++ b/setup.py @@ -110,6 +110,7 @@ setup(name="facturier", 'portail-citoyen2', 'eopayment', 'django-jsonfield', + 'django-cmsplugin-blurp' ], dependency_links = [ 'git+git://repos.entrouvert.org/portail-citoyen2',