[tool.poetry] name = "conversational-image-editor" version = "0.1.0" description = "" authors = ["Simon Lee "] readme = "README.md" [tool.poetry.dependencies] python = "3.10" streamlit = "^1.42.0" openai = "^1.63.0" watchdog = "^6.0.0" pydantic-ai = "^0.0.24" python-dotenv = "^1.0.1" logfire = "^3.5.3" gradio = "^5.16.1" google-cloud-storage = "^3.0.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"