Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you're a first-time contributor, please check out issues labeled [good first

1. **Python Environment**
- Python `>=3.9`
- [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) `>=2.0.0`
- [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) `>=2.2.0`
2. **Version Control & Security**
- Git
- Commitizen
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing_tldr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feel free to send a PR to update this file if you find anything useful. 🙇
## Environment

- Python `>=3.9`
- [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) `>=2.0.0`
- [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) `>=2.2.0`

## Useful commands

Expand Down
Loading