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

Support `--project` extras. #2522

Closed jsirois closed 2 months ago

jsirois commented 2 months ago

When specifying --project as a source of requirements, you can now include extras; e.g. --project this/project-dir[extra1,extra2].