mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
add python toolchain for datamodel-code-generator
This commit is contained in:
8
codex-rs/app-server-protocol/python/pyproject.toml
Normal file
8
codex-rs/app-server-protocol/python/pyproject.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user