add django-pagination to setup.py

--HG--
branch : stable
This commit is contained in:
slav0nic 2012-04-21 10:04:50 +03:00
parent 7e95ccf15e
commit b8e27133d7
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
bfbe9be7735491de83fdb831aaa8b03bd13dc7f4 projects
0f1fddaeb9771a8e0aeae35c8cd66e24058c0bcc projects

View file

@ -16,6 +16,7 @@ setup(name='djangobb_forum',
'pil>=1.1.7',
'django-messages==0.4.4',
'django-haystack',
'django-pagination',
'south',
'postmarkup',
'setuptools'