Changes between Version 36 and Version 37 of Ticket #30914
- Timestamp:
- May 22, 2022, 5:38:50 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30914 – Description
v36 v37 39 39 - Reduce local duplication of large database package when venvs are in use: https://pypi.org/project/pydupes/ (similar to rdfind) 40 40 - Avoid duplicate installation by using [[https://peps.python.org/pep-0660/|PEP 660 editable wheels]]. Use a build backend that supports it: flit, pdm, hatchling, poetry, not setuptools. https://discuss.python.org/t/pep-660-and-setuptools/14855 41 - However there are [[https://github.com/pfmoore/editables/blob/main/docs/source/implementation.md#import-hooks|implementation restrictions in the interaction of editable wheels and implicit namespace packages]] 41 42 42 43