llm_shell_executor / pyproject.toml
Saira20's picture
Update app for LLM Shell executor
9b62595
Raw
History Blame Contribute Delete
191 Bytes
[project]
name = "llm-shell-executor"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio[mcp]>=6.0.1",
]