algorandfoundation / algokit-python-template

Official AlgoKit template for smart contract development project using Algorand Python
6 stars 3 forks source link

`package-mode` in `pyproject.toml` is breaking bootstrap for older poetry versions #61

Closed iskysun96 closed 2 weeks ago

iskysun96 commented 2 months ago

Subject of the issue

My poetry version was on 1.6 and it didn't recognize package-mode in pyproject.toml

image

I updated poetry to latest version (1.8.3) and now it works.

Your environment

algokit doctor didn't complain about poetry version being outdated

image

Steps to reproduce

  1. downgrade poetry to version 1.6 and run algokit project bootstrap all