pyld
pyld copied to clipboard
How to manage dependencies
Currently, we list dependencies in
setup.pyis for package distribution,requirements.txtfor rapid development environment, andrequirements-test.txtfor rapid test development environment
This issue is to discuss whether the last two should be merged for simplicity and/or we should move to something like https://python-poetry.org/
For py3.12+ I'm moving projects to pyproject.toml + uv, but in older environment, the old setup is more robust.