Skip to content

Commit

Permalink
FIND-81:remove poetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
TNA-Allan committed Nov 8, 2024
1 parent 2f50d64 commit 85ba22d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/dependency-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,19 @@ Use the following to automatically use the latest version (e.g. [pendulum](https

```sh
docker compose exec dev poetry add DateTime
docker compose exec dev poetry update
```

Or, specify a version:

```sh
docker compose exec dev poetry add [email protected]
docker compose exec dev poetry add "DateTime@>=4.0"
docker compose exec dev poetry update
```

Or, to a group

```sh
docker compose exec dev poetry add --group <group-name> <package-name>
docker compose exec dev poetry update
```

See the [Poetry docs](https://python-poetry.org/docs/cli/#add) for more options.
Expand All @@ -45,5 +42,4 @@ See the [Poetry docs](https://python-poetry.org/docs/cli/#add) for more options.

```sh
docker compose exec dev poetry remove DateTime
docker compose exec dev poetry update
```

0 comments on commit 85ba22d

Please sign in to comment.