What's the problem this feature will solve?
Pip currently rejects VCS entries in pylock.toml files that also contains entries with hashes (archive, sdist, wheel). This is due to the strict hash required mode of pip.
Describe the solution you'd like
This will be addressed together with #11968
Alternative Solutions
Implementing that only for pylock.toml and not for requirements.txt could be considered but I feel this is overcomplicating things.
Additional context
none
Code of Conduct
What's the problem this feature will solve?
Pip currently rejects VCS entries in pylock.toml files that also contains entries with hashes (archive, sdist, wheel). This is due to the strict hash required mode of pip.
Describe the solution you'd like
This will be addressed together with #11968
Alternative Solutions
Implementing that only for pylock.toml and not for requirements.txt could be considered but I feel this is overcomplicating things.
Additional context
none
Code of Conduct