Skip to content

Commit ccc899b

Browse files
committed
Update schema.py
1 parent d09e9ed commit ccc899b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cppython/core/schema.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,14 @@ class CPPythonLocalConfiguration(CPPythonModel, extra='forbid'):
323323
),
324324
] = None
325325

326+
dependencies: Annotated[
327+
list[str] | None,
328+
Field(
329+
description='A list of dependencies that will be installed. This is a list of pip compatible requirements'
330+
' strings',
331+
),
332+
] = None
333+
326334

327335
class ToolData(CPPythonModel):
328336
"""Tool entry of pyproject.toml"""

0 commit comments

Comments
 (0)