Skip to content

Setup requires strictly django 1.2.4 #5

Description

Hi,

I noticed that overseer's setup.py has a strict dependance on Django 1.2.4 ?
I do have a buildout with djangorecipe set to django 1.2.5 but the real installed django version is 1.2.4 because of the paths orders:

sys.path[0:0] = [
'/eggs/Django-1.2.4-py2.6.egg',
'/parts/django',
]

Is there any reason why install_requires in the setup.py is 'Django==1.2.4' rather than 'Django>=1.2.4' ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions