[project] | |
name = "z-coder" | |
version = "0.1.0" | |
description = "A simple coding agent" | |
readme = "README.md" | |
requires-python = ">=3.13" | |
dependencies = [ | |
"openai>=1.12.0", | |
"black>=25.1.0", | |
"python-dotenv>=1.1.1", | |
"uv>=0.8.4", | |
] |
[project] | |
name = "z-coder" | |
version = "0.1.0" | |
description = "A simple coding agent" | |
readme = "README.md" | |
requires-python = ">=3.13" | |
dependencies = [ | |
"openai>=1.12.0", | |
"black>=25.1.0", | |
"python-dotenv>=1.1.1", | |
"uv>=0.8.4", | |
] |