django-geojson icon indicating copy to clipboard operation
django-geojson copied to clipboard

Remove django from django-geojson and django-leaflet requirements

Open frague59 opened this issue 11 years ago • 2 comments
trafficstars

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 !

frague59 avatar Sep 23 '14 08:09 frague59

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

leplatrem avatar Sep 29 '14 09:09 leplatrem

“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.

sikmir avatar Dec 30 '17 12:12 sikmir