15 lines
307 B
TOML
15 lines
307 B
TOML
[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",
|
|
]
|