minimal-fastapi-postgres-template
minimal-fastapi-postgres-template copied to clipboard
`experimental_fastapi_users_template` has incomplete dependencies
Hi
For experimental_fastapi_users_template
:
-
pyproject.toml
doesn't includefastapi_users
package. It's only available inrequirements.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 infastapi_users.models
but infastapi_users.schemas
now. Unfortunately I don't know how to fix missingBaseUserDB
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.