minimal-fastapi-postgres-template icon indicating copy to clipboard operation
minimal-fastapi-postgres-template copied to clipboard

`experimental_fastapi_users_template` has incomplete dependencies

Open smolendawid opened this issue 2 years ago • 0 comments

Hi For experimental_fastapi_users_template:

  • pyproject.toml doesn't include fastapi_users package. It's only available in requirements.txt.

  • Also, when I first installed the latest fastapi_users version, the code doesn't run because of api changes. BaseUser class and similar are not in fastapi_users.models but in fastapi_users.schemas now. Unfortunately I don't know how to fix missing BaseUserDB class.

  • Another thing is that I needed to install greenlet for the repo to work on my M1 mac.

I know it's experimental but after comparing all the available templates I like this one the most so wanted to share.

smolendawid avatar Aug 24 '22 06:08 smolendawid