[tool.poetry] name = "python" version = "0.1.0" description = "" authors = ["Ruidy"] readme = "README.md" [tool.poetry.dependencies] python = "^3.11" fastapi = "^0.85.1" uvicorn = { extras = ["standard"], version = "^0.19.0" } [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"