qijia / pyproject.toml
zh3036's picture
Refactor dependencies: remove 'marvin' from pyproject.toml and add requirements.txt for better dependency management; update score.json to reflect revised insight and improved comment clarity.
e10f2ab
raw
history blame contribute delete
222 Bytes
[project]
name = "uv-pg"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio>=5.33.0",
"httpx>=0.28.1",
"pydantic-ai>=0.2.15",
]