Skip to content

Require six >= 1.11.0#245

Open
avdv wants to merge 1 commit intoharelba:masterfrom
avdv:patch-1
Open

Require six >= 1.11.0#245
avdv wants to merge 1 commit intoharelba:masterfrom
avdv:patch-1

Conversation

@avdv
Copy link

@avdv avdv commented Dec 2, 2020

It is not good practice pinning versions in install_requires, it should only define
minimal required versions.

See https://packaging.python.org/discussions/install-requires-vs-requirements/

It is not considered best practice to use install_requires to pin dependencies to specific versions, or to specify sub-dependencies (i.e. dependencies of your dependencies). This is overly-restrictive, and prevents the user from gaining the benefit of dependency upgrades.

It is not good practice pinning versions in `install_requires`, it should only define
minimal required versions.
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

Successfully merging this pull request may close these issues.

1 participant