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' ?
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:
Is there any reason why install_requires in the setup.py is 'Django==1.2.4' rather than 'Django>=1.2.4' ?