Ставим poetry:
```bash
pip install poetry
```

Ставим зависимости:
```bash
poetry install
```