Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-use pre-parsed requirements when writing requires.txt | Anderson Bravalheri | 2023-05-03 | 1 | -10/+12 |
| | |||||
* | Use _requirestxt logic for writing 'requires.txt' | Anderson Bravalheri | 2023-05-03 | 1 | -0/+30 |
| | | | | | | | | | This change extracts the logic for writing 'requires.txt' from the ``egg_info`` module into ``_requirestxt``. It also adds the missing pre-processing for ``install_requires`` and ``extras_require`` previously done in ``dist`` but now implemented in ``_requires.txt``. | ||||
* | Extract egg_info-specific processing of requirements from dist to _reqs | Anderson Bravalheri | 2023-05-03 | 1 | -0/+96 |