Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions why-poetry.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Managing the packages we depend on (e.g. Django) in Python isn't "simply" instal

The solution to this problem is by using "virtual environments" in Python. These are environments that are separate from the rest of the system and can install any packages without impacting other environments.

There multiple ways of creating these virtual environments and managing package dependencies, and the optional solution depends on the project.
There are multiple ways of creating these virtual environments and managing package dependencies, and the optional solution depends on the project.

## Decision Drivers

Expand Down Expand Up @@ -102,4 +102,4 @@ We decided on Poetry because it has amazing documentation, is well-designed, and
### Consequences

- Because Poetry isn't fully PEP compliant, we might encounter some issues
- Doesn't have the "official" support (hosted on the GitHub PyPA organization) that Hatch has, so we might reconsider the decision to use Poetry at a future date
- Doesn't have the "official" support (hosted on the GitHub PyPA organization) that Hatch has, so we might reconsider the decision to use Poetry at a future date