whythawk / full-stack-fastapi-postgresql

Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Nuxt3, Docker, automatic HTTPS and more.
MIT License
238 stars 48 forks source link

Docker files depend on Poetry Version 1.1.11 #30

Closed dyslexia closed 1 year ago

dyslexia commented 1 year ago

Install the version of poetry if you want to update any packages:

curl -sSL https://install.python-poetry.org | python3 - --version 1.1.11

turukawa commented 1 year ago

Inboard, one of the key dependences, has switched to Hatch (cf. https://github.com/whythawk/full-stack-fastapi-postgresql/issues/23#issuecomment-1470163345) ... do you think it's worthwhile to refactor the stack to switch as well?

turukawa commented 1 year ago

Have switched to Hatch, so this concern is no longer relevant.