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

Remove django from django-geojson and django-leaflet requirements #41

Open
frague59 opened this issue Sep 23, 2014 · 2 comments
Open

Remove django from django-geojson and django-leaflet requirements #41

frague59 opened this issue Sep 23, 2014 · 2 comments

Comments

@frague59
Copy link

Hi,

pip attempts to download django at each update of the django-geojson package.

If I use a 1.6.x django version, it is updated to 1.7 version, which is not the ideal...

Thanks for you great job !

@leplatrem
Copy link
Collaborator

I don't think we should remove Django from dependencies...
In order to upgrade django-geojson, you can use --no-deps :

pip install -U --no-deps django-geojson

@sikmir
Copy link
Contributor

sikmir commented Dec 30, 2017

“install_requires” should be used to specify what dependencies a project minimally needs to run.

That's exactly what Django is. So it definitely should be in as a dependency.

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

No branches or pull requests

3 participants