From 4daba2c1e0bc7c1066a66185cc5a1b3df3abba7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Greinhofer?= Date: Mon, 9 Mar 2020 14:11:26 -0500 Subject: [PATCH] Update comparison table `poetry` also stores dependencies with the project, although this must be configured globally or locally `poetry config virtualenvs.in-project true --local`. See https://python-poetry.org/docs/configuration/#virtualenvsin-project-boolean. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d7b389..51abe81 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ These tools have different scopes and purposes: | **Manages Python installations** | | | | ✓ | | ✓ | ✓ | | **Py-environment-agnostic** | | | | ✓ | | ✓ | ✓ | | **Included with Python** | ✓ | | | | | | | -| **Stores deps with project** | | | | | ✓ | | ✓| +| **Stores deps with project** | | |✓| | ✓ | | ✓| | **Requires changing session state** | ✓ | | | ✓ | | | | | **Clean build/publish flow** | | | ✓ | | | | ✓ | | **Supports old Python versions** | with `virtualenv` | ✓ | ✓ | ✓ | ✓ | ✓ | |