willhardy / django-seo

Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
BSD 3-Clause "New" or "Revised" License
251 stars 117 forks source link

Please remove django from install_requires in setup.py #25

Closed kmike closed 12 years ago

kmike commented 12 years ago

Hi folks,

''django>=1.1'' is in the install_requires section of setup.py forces the install of latest django release when django is installed from svn and this break things. Can you please remove it from install_requires? I don't think there are many people who want to install django by installing django-seo.

willhardy commented 12 years ago

I'm fine with that.

kmike commented 12 years ago

Thanks for a quick fix!