[tool.poetry] name = "app" version = "0.1.0" description = "" authors = ["Your Name "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] python = "^3.11" fastapi = "^0.109.2" uvicorn = "^0.27.0.post1" python-multipart = "^0.0.7" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"