Closed yamatokataoka closed 2 years ago
poetry would be good option for sophisticated dependency management
poetry with Docker https://github.com/python-poetry/poetry/discussions/1879#discussioncomment-216865
I don't use Docker because we can't run Docker on Colab and isolation of environment would be enough with poetry and its venv.
linters
pyproject.toml https://martin-thoma.com/pyproject-toml/
poetry with tox https://github.com/python-poetry/poetry/issues/1941