Skip to content

Commit

Permalink
Update comparison table
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
rgreinho authored and David-OConnor committed Mar 10, 2020
1 parent 7664e8b commit 4daba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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` |||||| |
Expand Down

0 comments on commit 4daba2c

Please sign in to comment.