full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Add uvicorn standard for watchgod and uvloop
Add the "standard" extras for uvicorn, which adds the much needed watchgod for file watching.
Without it, using --reload uses significant CPU (almost 100% on my machine)