ajoute pyscopg2 comme prérequis

This commit is contained in:
Benjamin Dauvergne 2012-07-06 11:36:03 +02:00
parent 9b116b80a7
commit ccd7fb4a41
2 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,4 @@ https://bitbucket.org/cpcc/django-cas/get/tip.tar.gz
git+https://github.com/sehmaschine/django-grappelli@grappelli_2_4
pypdf
flup
psyscopg2

View File

@ -25,5 +25,6 @@ setup(name="Polynum",
'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',
'psycopg2',
],
)