Feature Request
pip recently added support for PEP-610 which gives the possibility to track the origin of an installed distribution via a direct_url.json file in the .dist-info directory.
This feature request is two-fold:
- Properly read and handle the
direct_url.json file. This will avoid some heuristics we do in the InstalledRepository class.
- Generate the
direct_url.json file when installing packages with Poetry. This is especially necessary since we will eventually move away from pip for the package installation.
Ideally, this should be implemented as soon as possible. However, since there are still quite a few features left to do for the 1.1 release, this might have to wait for the 1.2 release.
Feature Request
piprecently added support for PEP-610 which gives the possibility to track the origin of an installed distribution via adirect_url.jsonfile in the.dist-infodirectory.This feature request is two-fold:
direct_url.jsonfile. This will avoid some heuristics we do in theInstalledRepositoryclass.direct_url.jsonfile when installing packages with Poetry. This is especially necessary since we will eventually move away frompipfor the package installation.Ideally, this should be implemented as soon as possible. However, since there are still quite a few features left to do for the
1.1release, this might have to wait for the1.2release.