[project] name = "my-python-app" version = "0.1.0" description = "A Python application managed with uv." authors = ["Your Name "] requires-python = ">=3.12" dependencies = [ "fastapi[standard]>=0.119.0", ] [tool.uv] # Add uv-specific configuration here if needed