I recently used the manage-fast API CLI tool to create a FastAPI project. However, when I tried to install the project's dependencies using the requirements.txt file, I noticed that the pydantic[dotenv] package was not included in the list of requirements. This resulted in an error when I tried to run the project.