Skip to content

Commit

Permalink
try something else since newlines do not work well inside notes
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored Mar 16, 2024
1 parent c181f3c commit 315b6ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
```
Expand Down

0 comments on commit 315b6ea

Please sign in to comment.