Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup requires strictly django 1.2.4 #5

Open
linovia opened this issue Mar 2, 2011 · 2 comments
Open

Setup requires strictly django 1.2.4 #5

linovia opened this issue Mar 2, 2011 · 2 comments
Labels

Comments

@linovia
Copy link

linovia commented Mar 2, 2011

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' ?

@gabrielgrant
Copy link

I just ran into this with the version on PyPI, but it seems to be fixed in the repo. @dcramer, any chance you could push the updated version to pypi?

Thanks!

@divadrei
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants