q icon indicating copy to clipboard operation
q copied to clipboard

Require six >= 1.11.0

Open avdv opened this issue 5 years ago • 0 comments

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.

avdv avatar Dec 02 '20 12:12 avdv