diff --git a/python/frameworks/fastapi.html.markerb b/python/frameworks/fastapi.html.markerb index 7f599c37d3..17bf7dc015 100644 --- a/python/frameworks/fastapi.html.markerb +++ b/python/frameworks/fastapi.html.markerb @@ -28,7 +28,7 @@ Deploying a FastAPI app on Fly.io is... well it's fast! You can be up and runnin Then we have to add the FastAPI dependency: ```cmd -poetry add fastapi +poetry add fastapi fastapi-cli ``` Now, let's create a simple FastAPI app in `main.py`: