8000 Vendored dependencies are saved with a full file path specific to the machine · Issue #83 · juftin/hatch-pip-compile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Vendored dependencies are saved with a full file path specific to the machine #83
Open
@crimsonknave

Description

@crimsonknave

When you have a dependency configured like "name @ {root:uri}/vendor/name.1.zip" the requirements.txt file will have the full path like file:///home/user/code/project/vendor/name.1.zip. Everything works when another person runs it on another machine, but the requirements file will have been updated to have the path on their machine, which causes git churn.

Can the requirements.txt file store the entry with a relative path or keeping the {root:uri} present?

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

      0