We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 !
The text was updated successfully, but these errors were encountered:
I don't think we should remove Django from dependencies... In order to upgrade django-geojson, you can use --no-deps :
--no-deps
pip install -U --no-deps django-geojson
Sorry, something went wrong.
“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.
No branches or pull requests
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 !
The text was updated successfully, but these errors were encountered: