This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Closed
Description
Because the requirements.txt
sets six==1.9.0
, projects that have multiple dependencies on six that use only a lower bound may fail to run because a newer version 1.10.0 might be installed as a result of processing some other dependency and pip is apparently not clever enough to figure all this out on its own. Any specific reason why the requirement couldn't be six>=1.9.0
?
Metadata
Metadata
Assignees
Labels
No labels