Skip to content

Commit

Permalink
Acertando o comando de instalação do poetry nos slides da aula 01
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Jan 6, 2025
1 parent ca03fb4 commit 84f5b16
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion slides/brutos/aula_01.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Em conjunto com essa instrução, devemos dizer ao poetry que usaremos essa vers
```toml title="pyproject.toml" linenums="9"
[project]
#...
requires-python = ">=3.11,<4.0"
requires-python = ">=3.13,<4.0"
```

---
Expand Down
172 changes: 86 additions & 86 deletions slides/html/aula_01.html

Large diffs are not rendered by default.

Binary file modified slides/pdf/aula_01.pdf
Binary file not shown.

0 comments on commit 84f5b16

Please sign in to comment.