Skip to content

Do not pin dependency package versions in "install_requires" #7

@mkoeppe

Description

@mkoeppe

Best practice in packaging is to let the declared dependencies ("install_requires" in setup.py) as loose as possible, in contrast to the pinned versions in "requirements.txt". This is so as not to create gratuitous conflicts with other packages loaded into the same virtual environment.

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