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

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

@edmorley

Description

@edmorley

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions