ycd / manage-fastapi

:rocket: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.
https://github.com/ycd/manage-fastapi
MIT License
1.65k stars 106 forks source link

Missing requirement: pydantic[dotenv] #112

Open mavhungutrezzy opened 1 year ago

mavhungutrezzy commented 1 year ago

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.