facebook / buck2

Build system, successor to Buck
https://buck2.build/
Apache License 2.0
3.33k stars 194 forks source link

Builtin prelude support for running python in a venv? #628

Open zjturner opened 3 weeks ago

zjturner commented 3 weeks ago

The python rules have been really great so far, surprisingly good in fact. One thing I find missing is a way to load a requirements.txt and automatically create deps for each of the packages. Is there anything like this? What's my best workaround if not?