Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Unable to check requirements files containing non-editable mode URLs #47

Open
edmorley opened this issue Feb 15, 2016 · 0 comments
Open

Comments

@edmorley
Copy link

STR:

  1. Create a requirements file containing:
requests
https://github.com/jeads/datasource/archive/v0.10.0.tar.gz#egg=datasource==0.10.0
  1. Drag onto the text area on https://caniusepython3.com/ and press check

Expected:
Ideally both requirements checked, or failing that at least the check run against the non-URL requirement (requests).

Actual:

Couldn't check ['https://github.com/jeads/datasource/archive/v0.10.0.tar.gz#egg=datasource==0.10.0'].

Adding -e prior to the URL prevents the error. However bare URLs are allowed according to:
https://pip.readthedocs.org/en/stable/reference/pip_install/#requirements-file-format

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

No branches or pull requests

1 participant