mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
9 lines
184 B
TOML
9 lines
184 B
TOML
[project]
|
|
name = "codex-app-server-protocol-python-codegen"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"datamodel-code-generator>=0.54.1",
|
|
"ruff>=0.12.0",
|
|
]
|