pyld icon indicating copy to clipboard operation
pyld copied to clipboard

How to manage dependencies

Open mielvds opened this issue 1 month ago • 1 comments

Currently, we list dependencies in

  • setup.py is for package distribution,
  • requirements.txt for rapid development environment, and
  • requirements-test.txt for 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/

mielvds avatar Nov 04 '25 10:11 mielvds

For py3.12+ I'm moving projects to pyproject.toml + uv, but in older environment, the old setup is more robust.

ioggstream avatar Nov 06 '25 10:11 ioggstream