Group-manga_generate/pyproject.toml

15 lines
307 B
TOML
Raw Permalink Normal View History

2026-01-08 20:51:26 +08:00
[project]
name = "novel-to-manga"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.1.2",
"openai>=2.14.0",
"pydantic-ai>=1.40.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"streamlit>=1.52.2",
]