Duplicate dependencies are sometimes added to requirements file with --fix
#578
Labels
bug
Something isn't working
component:dep-sources
Dependency sources
component:fixes
Automatic fixing
As described by @q0w at #564 (comment), duplicate dependencies are sometimes added to requirements files when running
--fix
.Since we're getting package names from
pip
, we need to use the canonical name when checking whether the the dependency exists as a requirement already.This is a 2.5.0 regression.
The text was updated successfully, but these errors were encountered: