ajoute flup aux prérequis

This commit is contained in:
Benjamin Dauvergne 2012-07-06 11:22:13 +02:00
parent efe4256098
commit 64db0a01db
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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',
],
)