From 64db0a01db1a485e2bde13cdd640dfe5ab2d8e04 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 6 Jul 2012 11:22:13 +0200 Subject: [PATCH] =?UTF-8?q?ajoute=20flup=20aux=20pr=C3=A9requis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements b/requirements index 9a2002a..695d87f 100644 --- a/requirements +++ b/requirements @@ -6,3 +6,4 @@ django-sekizai https://bitbucket.org/cpcc/django-cas/get/tip.tar.gz git+https://github.com/sehmaschine/django-grappelli@grappelli_2_4 pypdf +flup diff --git a/setup.py b/setup.py index 63aa5e0..0b46b23 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,6 @@ setup(name="Polynum", 'pypdf', 'django-cas >= 2.1.1', # not in pypi => pip install https://bitbucket.org/cpcc/django-cas/get/tip.tar.gz 'django-grappelli >= 2.4', # not in pypi => pip install git+https://github.com/sehmaschine/django-grappelli@grappelli_2_4 + 'flup', ], )