From 315b6ea3a4e5534624cb82c382c8f6f211452e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:40:32 +0100 Subject: [PATCH] try something else since newlines do not work well inside notes --- docs/pyproject.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pyproject.md b/docs/pyproject.md index 06d8c0c388c..75ad139623c 100644 --- a/docs/pyproject.md +++ b/docs/pyproject.md @@ -423,7 +423,8 @@ Note that `install --extras` and the variations mentioned above (`--all-extras`, ```toml [tool.poetry.dependencies] pandas = {version="^2.2.1", extras=["computation", "performance"]} - +``` +```toml [tool.poetry.group.dev.dependencies] fastapi = {version="^0.92.0", extras=["all"]} ```