add depends: pypdf

This commit is contained in:
Thomas NOËL 2012-05-14 15:05:54 +02:00
parent f787513343
commit 663b036197
1 changed files with 1 additions and 0 deletions

View File

@ -20,5 +20,6 @@ setup(name="Polynum",
'django >= 1.4',
'south >= 0.7',
'django-crispy-forms',
'pypdf'
],
)