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

django-sendfile is externally hosted; receive warning when installing through pip #18

Closed
jdufresne opened this issue Dec 16, 2013 · 1 comment

Comments

@jdufresne
Copy link
Contributor

When installing django-sendfile through pip, I receive the following warning:

Downloading/unpacking django-sendfile==0.3.3 (from -r /.../requirements.txt (line 6))
  You are installing an externally hosted file. Future versions of pip will default to disallowing externally hosted files.
  You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files.

I believe this could be resolved by hosting the releases on PyPI instead of github.

@johnsensible
Copy link
Owner

Right - wasn't even aware it was possible TBH. Have now spotted the "upload" command for setup.py - good to know as it will make things easier in the future (didn't really like having to hack the url to point at a tag on github anyway).

cheers,

John

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

2 participants