poetry: update "dev dependency" example (#9540)

Since v1.2.0 Poetry has moved to a using a new syntax for adding development dependencies.
This commit is contained in:
Hugh Wimberly 2022-11-22 03:13:19 -08:00 committed by GitHub
parent 7778730760
commit 098e5fc70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
- Install a development dependency and its subdependencies:
`poetry add --dev {{dependency}}`
`poetry add --group dev {{dependency}}`
- Interactively initialize the current directory as a new Poetry project: