You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added is_pep517 and build_backend properties to the top level Requirement object to help determine how to build the requirement. #125
Bug Fixes
Suppressed output written to stdout by pip during clones of
repositories to non-base branches. #124
Fixed a bug which caused local file and VCS requirements to be
discovered in a depth-first, inexact search, which sometimes caused
incorrect matches to be returned. #128
Fixed a bug with link generation on VCS requirements without URI
schemes. #132
VCSRequirement.get_checkout_dir will now properly respect the src_dir argument. #133