update setup install_requires

This commit is contained in:
slav0nic 2011-08-18 12:41:26 +03:00
parent 7fbabea8ff
commit 4dcb27bb34

View file

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