Content
@
0 reply
0 recast
2 reactions
Tayyab - d/acc
@tayyab
Python dweebs: Should I use requirements.txt or pyproject.toml? What are the cool kids using nowadays?
6 replies
4 recasts
25 reactions
osama
@osama
pyproject is out of a pep so better imo. all modern tooling eg poetry and uv built around it
0 reply
0 recast
3 reactions
alex
@alexgrover.eth
Haven’t personally used it but this is the popular new Rust-based tool https://docs.astral.sh/uv/
1 reply
0 recast
2 reactions
Mikko
@moo
requirements.txt is pip-only artifact AFAIK Today there are more modern alternatives for pip - uv - poetry Both have their lock file format inspired by npm from Node.js.
0 reply
0 recast
1 reaction
welter
@fun
i use requirementx.txt
0 reply
0 recast
1 reaction
Kartik
@slokh
pyproject.toml for poetry
0 reply
0 recast
1 reaction
barabazs
@barabazs.eth
"it depends"
1 reply
0 recast
0 reaction