summaryrefslogtreecommitdiff
path: root/setuptools/command/_requirestxt.py
Commit message (Collapse)AuthorAgeFilesLines
* Re-use pre-parsed requirements when writing requires.txtAnderson Bravalheri2023-05-031-10/+12
|
* Use _requirestxt logic for writing 'requires.txt'Anderson Bravalheri2023-05-031-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 _reqsAnderson Bravalheri2023-05-031-0/+96