[project] name = "chatty" version = "0.1.0" description = "CLI chat client for ChatGPT" readme = "README.md" requires-python = ">=3.12" dependencies = [ "openai>=2.16.0", "python-dotenv>=1.2.1", ] [project.scripts] chatty = "main:main" [dependency-groups] dev = [ "ruff>=0.14.14", ]