pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.83k stars 266 forks source link

Add support for PEP-735 dependency groups. #2584

Closed jsirois closed 3 weeks ago

jsirois commented 3 weeks ago

You can now specify one or more --group <name>@<project_dir> as sources of requirements when building a PEX or creating a lock.

See: https://peps.python.org/pep-0735