nephila / djangocms-multisite

django-multisite support for DjangoCMS
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

Added missing library requirement for this project to work. #1

Closed bartmika closed 8 years ago

bartmika commented 8 years ago

Hi @yakky it appears the requirements.txt is missing the library this project uses. I have added it the latest version of it.

yakky commented 8 years ago

@bartmika it's declared in setup.py https://github.com/nephila/djangocms-multisite/blob/master/setup.py#L30 the -e . will ensure that when doing pip install requirements.txt it will read setup.py Otherwise you'll end up with duplicate requirements, which are a pain to maintain

bartmika commented 8 years ago

Oh okay my bad! My appoligies.